From daa1735063dd96a40ad9e829d0093c3569def9bd Mon Sep 17 00:00:00 2001 From: michiaki ariga Date: Thu, 16 Jul 2015 17:53:40 +0900 Subject: [PATCH] Add CRFsuite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fddd39..6f900a5 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ 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++](https://taku910.github.io/crfpp/) - Open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data & other Natural Language Processing tasks. +* [CRFsuite](http://www.chokkan.org/software/crfsuite/) - CRFsuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data. * [BLLIP Parser](http://github.com/BLLIP/bllip-parser) - BLLIP Natural Language Parser (also known as the Charniak-Johnson parser) * [colibri-core](https://github.com/proycon/colibri-core) - C++ library, command line tools, and Python binding for extracting and working with basic linguistic constructions such as n-grams and skipgrams in a quick and memory-efficient way. * [ucto](https://github.com/proycon/ucto) - Unicode-aware regular-expression based tokenizer for various languages. Tool and C++ library. Supports FoLiA format.