Interface and Description |
---|
org.terrier.structures.Closeable
Use java.io.Closeable instead
|
org.terrier.indexing.DocumentExtractor |
org.terrier.matching.tsms.TermScoreModifier
Use WeightingModel instead.
|
Field and Description |
---|
org.terrier.utility.ApplicationSetup.EXPANSION_MODELS
As of Terrier 3.5
The name of the file which contains the query expansion
methods used. The corresponding property is
expansion.models and the default
value is qemodels. If a relative path is given,
it is prefixed with TERRIER_ETC.
|
org.terrier.matching.models.Idf.LOG_E_OF_2 |
org.terrier.matching.models.Idf.REC_LOG_2_OF_E |
org.terrier.utility.ApplicationSetup.TREC_MODELS
As of Terrier 3.5
The filename of the file that contains
the weighting models to be used. The corresponding
property is trec.models and the default value
is trec.models. If a relative path is given, then
it is prefixed with TERRIER_ETC.
|
org.terrier.utility.ApplicationSetup.TREC_QRELS
As of Terrier 3.5
The name of the file that contains a list of qrels files
to be used for evaluation. The corresponding property is
trec.qrels and its default value is trec.qrels.
If a relative path is given, TERRIER_ETC will be prefixed.
|
org.terrier.utility.ApplicationSetup.TREC_TOPICS_LIST
As of Terrier 3.5
The name of the file that contains a list of
files where queries are stored. The corresponding property
is trec.topics.list and the default value
is trec.topics.list. If a relative path is given,
TERRIER_ETC will be prefixed.
|
Constructor and Description |
---|
org.terrier.structures.bit.BitPostingIndex(String, byte, Class extends IterablePosting>, String) |
Terrier 4.0. Copyright © 2004-2014 University of Glasgow