Merge pull request #463 from neurosnap/sentences

add golang sentences package
This commit is contained in:
Joseph Misiti 2017-12-20 10:17:38 -05:00 committed by GitHub
commit 6279978f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,6 +308,7 @@ Further resources:
* [snowball](https://github.com/tebeka/snowball) - Snowball Stemmer for Go.
* [go-ngram](https://github.com/Lazin/go-ngram) - In-memory n-gram index with compression.
* [word-embedding](https://github.com/ynqa/word-embedding) - Word Embeddings: the full implementation of word2vec, GloVe in Go.
* [sentences](https://github.com/neurosnap/sentences) - Golang implementation of Punkt sentence tokenizer.
<a name="go-general-purpose"></a>
#### General-Purpose Machine Learning