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
I got the answer.
Tagger->prob(i) will get you the confidence measure of the particular label
I got the answer.
Tagger->prob(i) will get you the confidence measure of the particular label