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
After spending much time troubleshooting installation on Windows 10 here are my learnings:
Some module dependencies do not work with the latest Python so caution is advised in docs.
The text was updated successfully, but these errors were encountered:
The following step is also needed (ref: https://stackoverflow.com/a/51960782/4990841)
import nltk nltk.download('stopwords')
Sorry, something went wrong.
Hi. Thanks for flagging up those issues. I will get it tested on Windows machines and update the repo.
Thanks
No branches or pull requests
After spending much time troubleshooting installation on Windows 10 here are my learnings:
Some module dependencies do not work with the latest Python so caution is advised in docs.
The text was updated successfully, but these errors were encountered: