From 1f18753260a1108ccad410041d20d0acddadf076 Mon Sep 17 00:00:00 2001 From: Asterisk14 Date: Wed, 23 Jul 2014 22:03:27 +0200 Subject: [PATCH] Update README.md Added CRF++ toolkit detail for NLP tasks. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9eedd6d..c581223 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ For a list of free machine learning books available for download, go [here](http #### Natural Language Processing * [MIT Information Extraction Toolkit](https://github.com/mit-nlp/MITIE) - C, C++, and Python tools for named entity recognition and relation extraction +* [CRF++](http://crfpp.googlecode.com/svn/trunk/doc/index.html) - Open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data & other Natural Language Processing tasks. + #### Sequence Analysis