我在使用terrier工具执行TREC文件的评估部分时遇到问题。我在TREC文件中实现了查询扩展,因此它在标记中给出了加权项。我想要做的是使用terrier在WT10G中输入这个定制的TREC文件。我已成功使用terrier索引WT10G,因此我的下一部分是从此文件中检索评估。
以下是修改后的TREC文件的示例:
<top>
<num> Number: 501
<title> peirce^570.66156
<desc> Description:
What is the difference between deduction and induction in the
process of reasoning?
<narr> Narrative:
A relevant document will contrast inductive and deductive reasoning.
A document that discusses only one or the other is not relevant.
</top>
当我尝试在Terrier中输入该文件时,terrier将其处理为:
查看黄色矩形。它将2个输入视为加权数而不是1个单输入。我在文档中读到Terrier可以将加权项查询作为其输入http://terrier.org/docs/v3.5/querylanguage.html(我尝试交互式部分,它适用于加权项)。有谁知道如何解决这个问题?
谢谢