chokkan / crfsuite

CRFsuite: a fast implementation of Conditional Random Fields (CRFs)
http://www.chokkan.org/software/crfsuite/
Other
641 stars 208 forks source link

crfsuite is only used for NLP ? #86

Open qdinfish opened 7 years ago

qdinfish commented 7 years ago

If my data is like below, the crfsuite can't be used, right?>

label-1 , vector label-2, vector

...

kmike commented 7 years ago

@jichaoliu it can be used, but you'll have to provide feature names for elements of your vectors.

usptact commented 7 years ago

@jichaoliu basically you provide arbitrarily named sequence element labels + their features. Feature labels, again, can be arbitrarily named. The catch is that this information must be consistent and make sense.