ports/textproc/ruby-fast-stemmer/pkg/DESCR

7 lines
238 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.