go-github-com-blevesearch-snowballstem 0.9.0
Channel: guix
Home page: https://github.com/blevesearch/snowballstem
Licenses: Modified BSD
Build system: go
Synopsis: Go stemmers generated by the Snowball project
Description:
This package provides Go stemmers generated by the Snowball project.
All these stemmers export a single Stem() method which operates on a snowball Env structure. The Env structure maintains all state for the stemmer. A new Env is created to point at an initial string. After stemming, the results of the Stem() operation can be retrieved using the Current() method. The Env structure can be reused for subsequent calls by using the SetCurrent() method.
Total packages: 1