Terrier IR Platform
2.2.1

Uses of Package
uk.ac.gla.terrier.matching

Packages that use uk.ac.gla.terrier.matching
uk.ac.gla.terrier.matching Provides the classes and interfaces used for matching documents to queries. 
uk.ac.gla.terrier.matching.dsms Provides the interface and the classes for modifying the scores of documents after an score has been assigned to documents, or implementing the combination of evidence. 
uk.ac.gla.terrier.matching.models Provides the classes that implement various classical IR models, as well as models from the Divergence From Randomness (DFR) framework. 
uk.ac.gla.terrier.matching.models.languagemodel Provides the classes that implement language models in Terrier. 
uk.ac.gla.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
uk.ac.gla.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. 
uk.ac.gla.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.matching
CollectionResultSet
          This class implements the interface ResultSet and models the set of all documents in the collection.
Matching
          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.
MatchingQueryTerms
          Models a query used for matching documents.
Model
          This interface encapsulates all the common functionality between standard IR models (including DFR models, TF/IDF, BM25 etc), and Language Modelling models (Terrier includes PonteCroft Language Modelling model).
ResultSet
          The interface that defines the functionalities of a result set.
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.matching.dsms
MatchingQueryTerms
          Models a query used for matching documents.
ResultSet
          The interface that defines the functionalities of a result set.
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.matching.models
Model
          This interface encapsulates all the common functionality between standard IR models (including DFR models, TF/IDF, BM25 etc), and Language Modelling models (Terrier includes PonteCroft Language Modelling model).
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.matching.models.languagemodel
Model
          This interface encapsulates all the common functionality between standard IR models (including DFR models, TF/IDF, BM25 etc), and Language Modelling models (Terrier includes PonteCroft Language Modelling model).
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.querying
MatchingQueryTerms
          Models a query used for matching documents.
ResultSet
          The interface that defines the functionalities of a result set.
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.querying.parser
MatchingQueryTerms
          Models a query used for matching documents.
 

Classes in uk.ac.gla.terrier.matching used by uk.ac.gla.terrier.structures
MatchingQueryTerms
          Models a query used for matching documents.
 


Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow