Skip to content

Commit

Permalink
Merge pull request josephmisiti#65 from Lazin/master
Browse files Browse the repository at this point in the history
+go-ngram
  • Loading branch information
josephmmisiti committed Jul 24, 2014
2 parents e827bf4 + 1ffe9c2 commit 3f3845b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="go-general-purpose" />
#### General-Purpose Machine Learning
Expand Down

0 comments on commit 3f3845b

Please sign in to comment.