简体   繁体   English

C ++ API中的crf ++详细模式

[英]crf++ verbose mode in C++ API

I am using CRF++ tool for CRF parsing in C++. 我正在使用CRF ++工具在C ++中进行CRF解析。 In the crf_learn.exe, we can get the confidence measure by enabling verbose method. 在crf_learn.exe中,我们可以通过启用详细方法来获得置信度度量。 Is there any way we can enable that verbose method in C++ API of CRF++? 有什么方法可以在CRF ++的C ++ API中启用该详细方法?

Thanks in advance 提前致谢

I got the answer. 我得到了答案。

Tagger->prob(i) will get you the confidence measure of the particular label Tagger-> prob(i)将为您提供特定标签的置信度

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM