8e5f3b313e
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer gem. It's in order of magnitude faster (and uses much less memory) than the latter.
7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
Fast-stemmer is simply a wrapping around multithreaded Porter stemming
|
|
algorithm.
|
|
|
|
This gem adds a String#stem method, and it conflicts with the stemmer
|
|
gem. It's in order of magnitude faster (and uses much less memory) than
|
|
the latter.
|