go-github-com-surgebase-porter2 0.0.0-1.56e4718 Go library implementing english Porter2 stemmer

Porter2 implements the english Porter2 stemmer. It is written completely using finite state machines to do suffix comparison, rather than the string-based or tree-based approaches.