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

Count Vectorizer doesn't clean query #12

Closed
3 of 4 tasks
saraswatmks opened this issue Jan 9, 2019 · 0 comments
Closed
3 of 4 tasks

Count Vectorizer doesn't clean query #12

saraswatmks opened this issue Jan 9, 2019 · 0 comments

Comments

@saraswatmks
Copy link
Owner

saraswatmks commented Jan 9, 2019

In next iteration, count vectorizer should have following features:

  • Change max_feature parameter to count rather than percentage

  • Check for stopwords and remove them if needed

  • Clean tokens (remove punctuations, lemmatize etc.)

  • Add tokenize method = 'word' or 'char' (to split at word level)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant