From 3541f047ae19a21d47875bafd8e59d55ae21b378 Mon Sep 17 00:00:00 2001 From: Matteo Grella Date: Wed, 13 Jan 2021 07:02:25 +0100 Subject: [PATCH] Add https://github.com/nlpodyssey/spago (#3406) * Add https://github.com/nlpodyssey/spago * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb2351ba..6132a258 100644 --- a/README.md +++ b/README.md @@ -1333,6 +1333,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sentences](https://github.com/neurosnap/sentences) - Sentence tokenizer: converts text into a list of sentences. * [shamoji](https://github.com/osamingo/shamoji) - The shamoji is word filtering package written in Go. * [snowball](https://github.com/goodsign/snowball) - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/). +* [spaGO](https://github.com/nlpodyssey/spago) - Self-contained Machine Learning and Natural Language Processing library in Go. * [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers. * [textcat](https://github.com/pebbe/textcat) - Go package for n-gram based text categorization, with support for utf-8 and raw text. * [transliterator](https://github.com/alexsergivan/transliterator) - Provides one-way string transliteration with supporting of language-specific transliteration rules.