We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi creator,
I have been unable to run the following command: nlp.add_pipe(ArguingLexiconParser(lang=nlp.lang))
As recommended in the error, I tried converting the add_pipe's argument to string: nlp.add_pipe('ArguingLexiconParser(lang=nlp.lang)') .
It still did not work and now there's a new error saying : "can't find factory for ArguingLexiconParser(lang=nlp.lang) for Language English(en)."
Please can you help resolve this.
Thanks
The text was updated successfully, but these errors were encountered:
I made a fork that fixes this issue: https://github.com/dominik-schwabe/spacy_arguing_lexicon Install with following command: pip install git+https://github.com/dominik-schwabe/spacy_arguing_lexicon
pip install git+https://github.com/dominik-schwabe/spacy_arguing_lexicon
Sorry, something went wrong.
No branches or pull requests
Hi creator,
I have been unable to run the following command: nlp.add_pipe(ArguingLexiconParser(lang=nlp.lang))
As recommended in the error, I tried converting the add_pipe's argument to string: nlp.add_pipe('ArguingLexiconParser(lang=nlp.lang)') .
It still did not work and now there's a new error saying :
"can't find factory for ArguingLexiconParser(lang=nlp.lang) for Language English(en)."
Please can you help resolve this.
Thanks
The text was updated successfully, but these errors were encountered: