Thursday 1 May 2008

A generic code for sequential conditional random fields

I have made available the C++ code for sequential labelling tasks such as part-of-speech tagging, noun-phrase chunking or human activity annotation. The code is domain independent and supports the following features:
The project page is here. The page contains a tutorial on the theory of CRFs and a discussion on the implementation.