Update README.md
Added CRF++ toolkit detail for NLP tasks.
This commit is contained in:
parent
abf6eecc8e
commit
1f18753260
@ -115,6 +115,8 @@ For a list of free machine learning books available for download, go [here](http
|
|||||||
<a name="cpp-nlp" />
|
<a name="cpp-nlp" />
|
||||||
#### Natural Language Processing
|
#### 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
|
* [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" />
|
<a name="cpp-sequence" />
|
||||||
#### Sequence Analysis
|
#### Sequence Analysis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user