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

Stop words #14

Closed
ruebot opened this Issue Mar 3, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@ruebot
Copy link
Member

ruebot commented Mar 3, 2019

Since we're using nltk, should we just use their stop words instead of our default array?

@ruebot ruebot self-assigned this Mar 3, 2019

ruebot added a commit that referenced this issue Mar 3, 2019

Use NLTK stopwords, cite example dataset.
- Resolve #14
- Resolve #13
- Update notebooks to use NLTK stopwords
- Add NLTK stopwords
@ianmilligan1

This comment has been minimized.

Copy link
Member

ianmilligan1 commented Mar 3, 2019

Yep I think using nltk stop words makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.