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 classFatFullA subclass ofFullthat creates aFatResultSet.classFullPerforms 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 classFullAn exhaustive TAAT approach for matching documents to a query.
-