-
Notifications
You must be signed in to change notification settings - Fork 31
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
Nonetype object is not callable #4
Comments
Hi Pelumi, Did you install DrQA dependencies and Spacy? |
Hi Zaghaghi thanks for the reply. Yes I have the DrQA dependencies installed and also the Spacy en model installed. Do I need to remove the default Classpath? |
I really don't know what I am doing wrong at this point. If you could please help with this error |
Hi Zaghazi please help with error message, I really don't know what is not passing |
File "/Users/pelumioladokun/Documents/API/DrQA/WebUI/drqa-webui/index.py", line 5, in <module> from services import DrQA, process File "/Users/pelumioladokun/Documents/API/DrQA/WebUI/drqa-webui/services/__init__.py", line 48, in <module> tokenizer=config['tokenizer'] File "/Users/pelumioladokun/Documents/API/DrQA/DrQA/drqa/pipeline/drqa.py", line 109, in __init__ self.ranker = ranker_class(**ranker_opts) File "/Users/pelumioladokun/Documents/API/DrQA/DrQA/drqa/retriever/tfidf_doc_ranker.py", line 41, in __init__ self.tokenizer = tokenizers.get_class(metadata['tokenizer'])() TypeError: 'NoneType' object is not callable
can't seem to get around this issue, please help I am using Spacy tokenizer
The text was updated successfully, but these errors were encountered: