pyporter2
pyporter2 copied to clipboard
A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html
Results
1
pyporter2 issues
Sort by
recently updated
recently updated
newest added
The method _stem takes a word and checks if the encoding is in unicode. This was the syntax in older python versions. As I tried running this on my Python...