Menu
  • HOME
  • TAGS

user defined feature in CRF++

nlp,crf,crf++

I figured this out. It's the problem with my test data. I thought that every feature should be taken from the trained model, so I only have two columns in my test data: word tag, which turns out that the test file should have the exact same format as the...

crf++ verbose mode in C++ API

c++,crf++

I got the answer. Tagger->prob(i) will get you the confidence measure of the particular label...