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

NLTK dependency not declared #3

Open
tilusnet opened this issue May 24, 2022 · 1 comment
Open

NLTK dependency not declared #3

tilusnet opened this issue May 24, 2022 · 1 comment

Comments

@tilusnet
Copy link

Setup doesn't resolve nltk:

~/.../site-packages/cyner/transformers_ner.py in <module>
----> 1 from nltk.tokenize.punkt import PunktSentenceTokenizer as pt
      2 
      3 from .entity_extraction import EntityExtraction
      4 from .entity import Entity
      5 from .tner import TrainTransformersNER

ModuleNotFoundError: No module named 'nltk'
@MrAsimZahid
Copy link

#5

Created a PR for this issue.

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

No branches or pull requests

2 participants