Uses of Class
org.terrier.querying.ExpansionTerms.ExpansionTerm
-
Packages that use ExpansionTerms.ExpansionTerm 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.ExpansionTerm in org.terrier.querying
Fields in org.terrier.querying with type parameters of type ExpansionTerms.ExpansionTerm Modifier and Type Field Description protected static java.util.Comparator<ExpansionTerms.ExpansionTerm>
ExpansionTerms. EXPANSIONTERM_DESC_SCORE_SORTER
protected gnu.trove.TIntObjectHashMap<ExpansionTerms.ExpansionTerm>
DFRBagExpansionTerms. terms
The terms in the top-retrieval documents.Methods in org.terrier.querying that return types with arguments of type ExpansionTerms.ExpansionTerm Modifier and Type Method Description gnu.trove.TIntObjectHashMap<ExpansionTerms.ExpansionTerm>
DFRBagExpansionTerms. getExpansionTerms()
Returns expanded terms
-