项目作者: tiagohpf

项目描述 :
Application and evaluation of relevance feedback and thesaurus
高级语言: Java
项目地址: git://github.com/tiagohpf/ri-2017-trab4.git
创建时间: 2017-12-11T22:32:18Z
项目社区:https://github.com/tiagohpf/ri-2017-trab4

开源协议:

下载


Relevance Feedback

Application and evaluation of methods for relevance feedback and thesaurus, based on query expansion.

How To Run

Execute the application with the following command:

  1. doc stopwords queries GS weights scores relevance

Parameters:

  • doc - name of document/directory to read;
  • stopwords - file of stopwords;
  • queries - file of the queries;
  • GS - file with the relevance of the queries (Gold Standard);
  • weights - file to save the indexer with the associated weights;
  • scores - file to save the scores;
  • relavance - relevance’s type. It can be explicit or implicit;

Example:

  1. cranfield stopwords.txt cranfield.queries.txt cranfield.query.relevance.txt DocumentWeighter.txt ScoreResults.txt implicit