From 54244a0006190480badd14b99e3338b941c7d6ca Mon Sep 17 00:00:00 2001 From: Abado Jack Mtulla Date: Mon, 10 Apr 2017 11:51:37 +0530 Subject: [PATCH] Add whatlanggo (#1361) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73e7d720..cb4569e3 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [snowball](https://github.com/goodsign/snowball) - Snowball stemmer port (cgo wrapper) for Go. Provides word stem extraction functionality [Snowball native](http://snowball.tartarus.org/). * [stemmer](https://github.com/dchest/stemmer) - Stemmer packages for Go programming language. Includes English and German stemmers. * [textcat](https://github.com/pebbe/textcat) - A Go package for n-gram based text categorization, with support for utf-8 and raw text +* [whatlanggo](https://github.com/abadojack/whatlanggo) - A natural language detection package for Go. Supports 84 languages and 24 scripts (writing systems e.g. Latin, Cyrillic, etc). * [when](https://github.com/olebedev/when) - A natural EN and RU language date/time parser with pluggable rules ## Networking