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

adding nltk.download('popular') #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dharmisha
Copy link

the package adds all popular nltk packages so that code does not error out when it does not find cmudict or the punkt package.

@r9y9
Copy link
Owner

r9y9 commented Feb 8, 2019

I prefer the minimum requirements. I think cmudict is good enough for defaults. How about adding the following snipet in the README?

- python -c "import nltk; nltk.download('cmudict')"

@dharmisha
Copy link
Author

dharmisha commented Feb 8, 2019

cmudict and punkt as both are required. Adding to the readme is good too. Thanks for addressing it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants