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