Chris Little
Chris Little
http://members.unine.ch/jacques.savoy/clef/ - [ ] French - [ ] French Plus - [ ] Italian - [ ] Spanish - [ ] Portuguese - [ ] Finnish - [ ] Hungarian...
Info/implementation: http://lexicalresearch.com/software.html This is an English-language stemmer, so it can wait until ~~2.0~~ 0.4.
It's not a personal priority, but it would be nice to add the remaining stemmers from snowball--perhaps by writing a snowball to python translator. I might do this myself, either...
NCDlzss doesn't work because the lzss module doesn't work. Consider deprecating the method since it will be unusable after 3.9 becomes EOL. Also develop a graceful fail for people using...
This should (perhaps?) be a separate class from Jaccard to maintain a more consistent api.
`from abydos.stemmer import *` `ee = Porter2(early_english=True)` `ee.stem('Eest')`