Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-fast-stemmer
Fast Porter stemmer based on a C version of algorithm for Ruby
https://github.com/romanbsd/fast-stemmer
0
no reviews
Install
Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm.
This gem adds a String::stem method, and it's in order of magnitude faster (and uses much less memory) than the pure Ruby implementation of stemmer.