crfsuite

Fast implementation of conditional random fields (CRF) for sequence labeling

brewmacoslinux
Try with needOr install directly
Source

About

Fast implementation of conditional random fields

Commands

crfsuite

Examples

Train a CRF model on labeled training data$ crfsuite learn -m model.crfsuite train.txt
Tag sequences using a trained model$ crfsuite tag -m model.crfsuite test.txt
Evaluate model performance on test data$ crfsuite eval -m model.crfsuite test.txt