blob: bc8f9f70697f2af92f4e0e3ea2f046ea958f798b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
CRF++ is a simple, customizable, and open source
implementation of Conditional Random Fields (CRFs)
for segmenting/labeling sequential data. CRF++ is
designed for generic purpose and will be applied to
a variety of NLP tasks, such as Named Entity Recognition,
Information Extraction and Text Chunking.
WWW: http://chasen.org/~taku/software/CRF++/
|