Compare different searching algorithms Information Retrieval :...
比较-不同-搜索-算法---信息-检索-测试以下算法在这里,我们将测试以下算法向量空间模型BM25带狄利克雷平滑的语言模型使用Jelinek Mercer平滑的语言模型(将λ设置为0.7)我们需要将这些算法(以及我在其他项目中实现的搜索算法)的性能与TREC主题进行比较。对于每个主题,有两种类型的查询:短查询(字段)和长查询(字段)。因此,对于每种搜索方法,我们都需要生成两个单独的结果文件,即对于BM25,您需要生成BM25longQuery.txt和BM25shortQuery.txt
文件列表
Compare-different-searching-algorithms---Information-Retrieval--master.zip
(预估有个4文件)
Compare-different-searching-algorithms---Information-Retrieval--master
.gitattributes
483B
README.md
759B
compareAlgorithms.java
6KB
.gitignore
851B
暂无评论