参见链接: https://stanfordnlp.github.io/CoreNLP/faq.html#what-is-the-format-of-the-xml-output-for-coref
在coref的XML输出中,有一个标记为代表的提及,可以是true或false。那是什么意思?名词是真的吗?代词是假的吗?
答案 0 :(得分:0)
您可以详细了解"代表性"通过查看edu.stanford.nlp.coref.data.Mention#moreRepresentativeThan
来计算。
简而言之,你想选择最好的"提到。例如,#34; Barack Obama"比奥巴马更完整的提及。"计算方法用该方法表示。