From 1ffe9c231d79e16c8c79b1702f43071ea57a2621 Mon Sep 17 00:00:00 2001 From: Eugene Lazin <4lazin@gmail.com> Date: Thu, 24 Jul 2014 16:53:00 +0400 Subject: [PATCH] +go-ngram --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 830a46c..806c9d0 100644 --- a/README.md +++ b/README.md @@ -154,8 +154,9 @@ For a list of free machine learning books available for download, go [here](http #### Natural Language Processing * [go-porterstemmer](https://github.com/reiver/go-porterstemmer) - A native Go clean room implementation of the Porter Stemming algorithm. -* [paicehusk](https://github.com/Rookii/paicehusk) - Golang implementation of the Paice/Husk Stemming Algorithm +* [paicehusk](https://github.com/Rookii/paicehusk) - Golang implementation of the Paice/Husk Stemming Algorithm. * [snowball](https://bitbucket.org/tebeka/snowball) - Snowball Stemmer for Go. +* [go-ngram](https://github.com/Lazin/go-ngram) - In-memory n-gram index with compression. #### General-Purpose Machine Learning