Update README.md

Added CRF++ toolkit detail for NLP tasks.
This commit is contained in:
Asterisk14 2014-07-23 22:03:27 +02:00
parent abf6eecc8e
commit 1f18753260

View File

@ -115,6 +115,8 @@ For a list of free machine learning books available for download, go [here](http
<a name="cpp-nlp" />
#### 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.
<a name="cpp-sequence" />
#### Sequence Analysis