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

Stemming #133

Merged
merged 10 commits into from Feb 21, 2017
Merged

Stemming #133

merged 10 commits into from Feb 21, 2017

Conversation

tyarkoni
Copy link
Collaborator

Adds a new WordStemmingFilter (and our first Filter, period!) that wraps the nltk.stem module. First argument is the name of an nltk stemmer (defaults to 'porter', for PorterStemmer); subsequent arguments are passed on to the selected stemmer's init.

@coveralls
Copy link

Coverage Status

Coverage increased (+1.0%) to 80.405% when pulling cfa67fe on stemming into 8c2059a on master.

@tyarkoni
Copy link
Collaborator Author

Tests are failing on travis-ci on Python2, but it's a timeout in the TensorFlow inception model download, and everything's passing locally, so merging anyway.

@tyarkoni tyarkoni merged commit 4b60be1 into master Feb 21, 2017
@coveralls
Copy link

coveralls commented Feb 21, 2017

Coverage Status

Coverage increased (+1.0%) to 80.405% when pulling 7b6e66b on stemming into 8c2059a on master.

@tyarkoni tyarkoni deleted the stemming branch February 22, 2017 00:13
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