Uses of Class
org.terrier.querying.ExpansionTerms
-
Packages that use ExpansionTerms Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. -
-
Uses of ExpansionTerms in org.terrier.querying
Subclasses of ExpansionTerms in org.terrier.querying Modifier and Type Class Description class
DFRBagExpansionTerms
This class implements a data structure of terms in the top-retrieved documents.Methods in org.terrier.querying that return ExpansionTerms Modifier and Type Method Description protected ExpansionTerms
QueryExpansion. getExpansionTerms()
load the expansion terms, as per the property qe.expansion.terms.class.
-