crf++ verbose mode in C++ API

227 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 best solutions below

0
On BEST ANSWER

I got the answer.

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