Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'ftx.medical' in spacy/spacy_processors.py #92

Closed
Xuezhi-Liang opened this issue Mar 1, 2022 · 1 comment
Closed

No module named 'ftx.medical' in spacy/spacy_processors.py #92

Xuezhi-Liang opened this issue Mar 1, 2022 · 1 comment

Comments

@Xuezhi-Liang
Copy link
Collaborator

Xuezhi-Liang commented Mar 1, 2022

Describe the bug
This bug occurs when running the forte blog_post_example. Just because refactor the forte medical module.
So need to modify

from ftx.medical import MedicalEntityMention, UMLSConceptLink

to

from ftx.onto.clinical import MedicalEntityMention, UMLSConceptLink

in spacy/spacy_processors.py
To Reproduce
Steps to reproduce the behavior:

  1. P epare data ...
  2. R n command '....'
  3. S e error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Python and Package verions: [e.g. Python version, Pytorch version]

Additional context
Add any other context about the problem here.

@hunterhector
Copy link
Member

close since duplicated with #87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants