From 78faa823a31138483f1e245dfc0795bc75ed36c0 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Mon, 18 Dec 2017 22:09:47 -0500 Subject: [PATCH] add golang sentences package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76adedd..dfd53e4 100644 --- a/README.md +++ b/README.md @@ -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. #### General-Purpose Machine Learning