public
Description: A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html
Homepage: http://www.dirolf.com/project/pyporter2
Clone URL: git://github.com/mdirolf/pyporter2.git
pyporter2 / .gitignore
100644 5 lines (4 sloc) 0.021 kb
1
2
3
4
5
*~
*#*
*.pyc
*.class