Chris Little

Results 49 issues of Chris Little

http://members.unine.ch/jacques.savoy/clef/ - [ ] French - [ ] French Plus - [ ] Italian - [ ] Spanish - [ ] Portuguese - [ ] Finnish - [ ] Hungarian...

feature request

Info/implementation: http://lexicalresearch.com/software.html This is an English-language stemmer, so it can wait until ~~2.0~~ 0.4.

feature request

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...

feature request

Implement distance measure from Laver (1994) pp. 392, 395

feature request

particularly: importing Corpus, smoothing?

research
feature request

https://stevemorse.org/phoneticinfo.htm

enhancement

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...

bug

This should (perhaps?) be a separate class from Jaccard to maintain a more consistent api.

refactoring

`from abydos.stemmer import *` `ee = Porter2(early_english=True)` `ee.stem('Eest')`

bug