[REVIEW]Porter Stemmer - #2476
Merged
Merged
Conversation
Contributor
|
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Contributor
Author
|
CC: @randerzander / @cjnolet |
This was referenced Jul 24, 2020
Contributor
Author
|
rerun tests |
VibhuJawa
commented
Sep 2, 2020
|
|
||
| # Implimentation based on nltk//stem/porter.html | ||
| # https://www.nltk.org/_modules/nltk/stem/porter.html | ||
| class PorterStemmer: |
Contributor
Author
There was a problem hiding this comment.
This is the main logic of the program.
Contributor
Author
|
rerun tests |
Contributor
Author
|
This should be ready for a first review. |
Contributor
Author
|
@cjnolet , Can I get a review of this PR when you have time, please. |
cjnolet
requested changes
Sep 10, 2020
cjnolet
left a comment
Collaborator
There was a problem hiding this comment.
This implementation looks great. It's a lot to go through so I've done a first pass and offered some feedback. All minor things so far.
Co-authored-by: Corey J. Nolet <cjnolet@users.noreply.github.com>
Contributor
Author
|
rerun tests |
Collaborator
|
@VibhuJawa , is this ready for re-review? |
Contributor
Author
Yup It is. |
Contributor
Author
|
rerun tests |
1 similar comment
Contributor
Author
|
rerun tests |
Contributor
Author
|
rerun tests |
Contributor
|
Thanks, @VibhuJawa ! Great change. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr adds a porter stemmer implementation to
cuml.With this implementation we are currently at
39xtonltk-porterstemmer.See gist for accuracy tests and benchmarking: