From 05ed18dd5eba589b170436ea39184a4c7910ba07 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Wed, 10 Jun 2015 17:47:40 -0600 Subject: [PATCH] Remove go-porterstemmer Library is not actively maintained --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9e92dfd9..d4170434 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-eco](https://code.google.com/p/go-eco/) - Similarity, dissimilarity and distance matrices; diversity, equitability and inequality measures; species richness estimators; coenocline models. * [go-nlp](https://github.com/nuance/go-nlp) - Utilities for working with discrete probability distributions and other tools useful for doing NLP work. -* [go-porterstemmer](https://github.com/reiver/go-porterstemmer) - A native Go clean room implementation of the Porter Stemming algorithm. * [go-stem](https://github.com/agonopol/go-stem) - Implementation of the porter stemming algorithm. * [golibstemmer](https://github.com/rjohnsondev/golibstemmer) - Go bindings for the snowball libstemmer library including porter 2 * [gounidecode](https://github.com/fiam/gounidecode) - Unicode transliterator (also known as unidecode) for Go