What is the de-facto supported Conditional Random Fields package for C++?

418 views Asked by At

The few packages I've found haven't been updated in over a year. I was wondering what the standard CRF package was for C++?

2

There are 2 answers

0
cyborg On BEST ANSWER
Name             Released     Downloads in 2011

CRFSuite 0.12    2011-08      ~800

CRF++ 0.54       2010-05      ~11000

FlexCRFs 0.3     2007-04      ~800
1
ogrisel On

For linear chains CRF I would recommend crfsuite or wapiti. Both are in C hence usable from C++. Both are very fast and well maintained.