From fbb9a738a615a372015e6a9216f4c3738312631f Mon Sep 17 00:00:00 2001 From: shixzie Date: Thu, 3 Aug 2017 12:40:01 -0430 Subject: [PATCH] Add Shixzie/nlp to Natural Language Processing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da666493..6ba57595 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [icu](https://github.com/goodsign/icu) - Cgo binding for icu4c C library detection and conversion functions. Guaranteed compatibility with version 50.1. * [libtextcat](https://github.com/goodsign/libtextcat) - Cgo binding for libtextcat C library. Guaranteed compatibility with version 2.2. * [MMSEGO](https://github.com/awsong/MMSEGO) - This is a GO implementation of [MMSEG](http://technology.chtsai.org/mmseg/) which a Chinese word splitting algorithm. +* [nlp](https://github.com/Shixzie/nlp) - Extract values from strings and fill your structs with nlp. * [paicehusk](https://github.com/rookii/paicehusk) - Golang implementation of the Paice/Husk Stemming Algorithm * [porter](https://github.com/a2800276/porter) - This is a fairly straightforward port of Martin Porter's C implementation of the Porter stemming algorithm. * [porter2](https://github.com/zhenjl/porter2) - Really fast Porter 2 stemmer.