Uses of Class
org.terrier.matching.BaseMatching
-
Packages that use BaseMatching Package Description org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy.org.terrier.matching.taat Provides classes that implement a term-at-a-time (TAAT) matching strategy. -
-
Uses of BaseMatching in org.terrier.matching.daat
Subclasses of BaseMatching in org.terrier.matching.daat Modifier and Type Class Description class
FatFull
A subclass ofFull
that creates aFatResultSet
.class
Full
Performs the matching of documents with a query, by first assigning scores to documents for each query term and modifying these scores with the appropriate modifiers. -
Uses of BaseMatching in org.terrier.matching.taat
Subclasses of BaseMatching in org.terrier.matching.taat Modifier and Type Class Description class
Full
An exhaustive TAAT approach for matching documents to a query.
-