ruby-fast-stemmer

Fast Porter stemmer based on a C version of algorithm for Ruby
  https://github.com/romanbsd/fast-stemmer
  0
  no reviews



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.