crf++ verbose mode in C++ API

184 views Asked by At

I am using CRF++ tool for CRF parsing in C++. In the crf_learn.exe, we can get the confidence measure by enabling verbose method. Is there any way we can enable that verbose method in C++ API of CRF++?

Thanks in advance

1

There are 1 answers

0
Raghu Rajendran On BEST ANSWER

I got the answer.

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