From 0257b043d92dad724a9892cb7e6763326fc66fe3 Mon Sep 17 00:00:00 2001 From: olebedev Date: Thu, 12 Jan 2017 15:59:10 +0500 Subject: [PATCH] Add when NLP library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bb4ab77..99fe91e1 100644 --- a/README.md +++ b/README.md @@ -685,6 +685,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 +* [when](https://github.com/olebedev/when) - A natural EN and RU language date/time parser with pluggable rules ## Networking