-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error running example.py #450
Comments
I have the same error |
This comment was marked as outdated.
This comment was marked as outdated.
I have the same error too:sample_text = "I love data science and machine learning. I love coding. I love data science and coding."
TextBlob(sample_text).ngrams(3) # 3-gram
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran
python -m textblob.download_corpora
but still received the above error
The text was updated successfully, but these errors were encountered: