Package | Description |
---|---|
org.terrier.querying |
Provides the interfaces and classes for the querying
API of the Terrier platform, the controls, post processors
and filters.
|
org.terrier.querying.parser |
Provides the parser specification and the classes that implement
the query language of the Terrier platform.
|
Modifier and Type | Method and Description |
---|---|
abstract SingleTermQuery[] |
ExpansionTerms.getExpandedTerms(int numberOfExpandedTerms)
Get the most informative terms for the expanded set.
|
SingleTermQuery[] |
DFRBagExpansionTerms.getExpandedTerms(int numberOfExpandedTerms)
This method implements the functionality of assigning expansion weights to
the terms in the top-retrieved documents, and returns the most informative
terms among them.
|
protected SingleTermQuery[] |
DFRBagExpansionTerms.getExpandedTerms(int numberOfExpandedTerms,
QueryExpansionModel QEModel) |
Modifier and Type | Field and Description |
---|---|
protected static SingleTermQuery[] |
Query.tmpSTQ
An attribute used constructing arrays of the right type.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow