Open Source Text Processing Project: stemmify

Ruby module that converts a word to its approximate root form with the Porter stemmer Project Website: None Github Link: https://github.com/raypereda/stemmify Description Ruby module that converts a word to its approximate root form with the Porter stemmer. For example, observing … Continue reading

Open Source Text Processing Project: fast-stemmer

Fast Porter stemmer based on a C version of the algorithm Project Website: None Github Link: https://github.com/romanbsd/fast-stemmer Description Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer … Continue reading

Open Source Text Processing Project: Ruby-Stemmer

Ruby-Stemmer exposes SnowBall API to Ruby Project Website: http://locknet.ro/archive/2009-10-29-ann-ruby-stemmer.html Github Link: https://github.com/aurelian/ruby-stemmer Description This package includes libstemmer_c library released under BSD licence and available for free here. Support for latin language is also included and it has been generated with … Continue reading