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

Example not work on python 3.7.0 #26

Open
nadavvin opened this issue Sep 3, 2018 · 2 comments
Open

Example not work on python 3.7.0 #26

nadavvin opened this issue Sep 3, 2018 · 2 comments

Comments

@nadavvin
Copy link

nadavvin commented Sep 3, 2018

It return empty []

from stop_words import get_stop_words

stop_words = get_stop_words('en')
stop_words = get_stop_words('english')

from stop_words import safe_get_stop_words

stop_words = safe_get_stop_words('unsupported language')
print(stop_words)
@zhangby2085
Copy link

Do you have NLTK package already installed?

@nadavvin
Copy link
Author

I install now:
pip install stop-words
pip install NLTK

Then run the example, same result: []

Also NLTK not mention in README.rst

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