-
Notifications
You must be signed in to change notification settings - Fork 8
A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html
mdirolf/pyporter2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
pyporter2: A python implementation of the Porter2 stemmer. See http://snowball.tartarus.org/algorithms/english/stemmer.html USAGE ----- >>> import Stemmer >>> stemmer = Stemmer.Stemmer('english') >>> stemmer.stemWord('stemming') 'stem' UNIT TESTS ---------- To run the unit tests do: > python Stemmer.py
About
A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html
Resources
Stars
Watchers
Forks
Packages 0
No packages published