|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.applications.TRECQuerying uk.ac.gla.terrier.applications.TRECLMQuerying
public class TRECLMQuerying
This class performs a batch mode retrieval from a set of TREC queries.
Constructor Summary | |
---|---|
TRECLMQuerying()
TRECLMQuerying default constructor initialises the inverted index, the lexicon and the document index structures. |
Method Summary | |
---|---|
java.lang.String |
processQueries()
Performs the matching using the specified weighting model from the setup and possibly a combination of evidence mechanism. |
java.lang.String |
processQueries(double c)
Performs the matching using the specified weighting model from the setup and possibly a combination of evidence mechanism. |
java.lang.String |
processQueries(double c,
boolean c_set)
Performs the matching using the specified weighting model from the setup and possibly a combination of evidence mechanism. |
Methods inherited from class uk.ac.gla.terrier.applications.TRECQuerying |
---|
close, getIndex, getManager, getResultFile, printResults, printSettings, processQuery, processQuery, processQuery, setIndex |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TRECLMQuerying()
Method Detail |
---|
public java.lang.String processQueries(double c)
processQueries
in class TRECQuerying
c
- this parameter is not used for language models.
public java.lang.String processQueries(double c, boolean c_set)
processQueries
in class TRECQuerying
c
- this parameter is not used for language models.c_set
- this parameter is not used for language models.
public java.lang.String processQueries()
processQueries
in class TRECQuerying
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |