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

Getting error while calling setup #90

Open
N-E-W-T-O-N opened this issue Jan 15, 2023 · 1 comment
Open

Getting error while calling setup #90

N-E-W-T-O-N opened this issue Jan 15, 2023 · 1 comment

Comments

@N-E-W-T-O-N
Copy link

When I try to call setup, the following error shows up.

from inltk.inltk import setup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/newton/miniconda3/lib/python3.10/site-packages/inltk/inltk.py", line 11, in <module>
from inltk.tokenizer import LanguageTokenizer
File "/home/newton/miniconda3/lib/python3.10/site-packages/inltk/tokenizer.py", line 11, in <module>
class LanguageTokenizer(BaseTokenizer):
NameError: name 'BaseTokenizer' is not defined
@SmartManoj
Copy link

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