An open API service indexing awesome lists of open source software.

https://github.com/statusfailed/porter-stemmer


https://github.com/statusfailed/porter-stemmer

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

A porter stemmer written in Go as part of my MSc thesis.
Algorithm described here: http://tartarus.org/~martin/PorterStemmer/index.html

Function names are as close as possible to the original algorithm. You should
use the "Porter" method to stem your words.

I am not maintaining this code anymore, but thought it might be useful to
someone.