c++crf++

crf++ verbose mode in C++ API


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


Solution

  • I got the answer.

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