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