Uses of Class
org.terrier.matching.BaseMatching

Packages that use BaseMatching
org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy. 
 

Uses of BaseMatching in org.terrier.matching.daat
 

Subclasses of BaseMatching in org.terrier.matching.daat
 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.
 class FullNoPLM
          Performs the matching of documents with a query, in a document-at-a-time (DAAT) manner.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow