aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-fast-stemmer/pkg-descr
blob: 3aa91fef430bef6698c78529cf10d63f45b043d3 (plain) (blame)
1
2
3
4
5
6
7
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.

For the original work please see: tartarus.org/~martin/PorterStemmer/