Open Source Text Processing Project: dchest-stemmer

Stemmer package for Go Project Website: None Github Link: https://github.com/dchest/stemmer Description Stemmer package provides an interface for stemmers and includes English and German stemmers as sub-packages: porter2 sub-package implements English (Porter2) stemmer as described in http://snowball.tartarus.org/algorithms/english/stemmer.html german sub-package implements German … Continue reading

Open Source Text Processing Project: golibstemmer

Go (golang) bindings for libstemmer Project Website: None Github Link: https://github.com/rjohnsondev/golibstemmer Description Go bindings for the snowball libstemmer library including porter 2 This simple library provides Go (golang) bindings for the snowball libstemmer library including the popular porter and porter2 … Continue reading