|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.terrier.matching | |
---|---|
org.terrier.applications | Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection, or desktop search. |
org.terrier.matching | Provides the classes and interfaces used for matching documents to queries. |
org.terrier.matching.daat | Provides classes that implement a document-at-a-time (DAAT) matching strategy. |
org.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. |
org.terrier.matching.models | Provides the classes that implement various weighting models. |
org.terrier.matching.taat | Provides classes that implement a term-at-a-time (TAAT) matching strategy. |
org.terrier.matching.tsms | Provides the interface and classes that implement the term score modifiers, which modify the scores assigned to documents for a particular term. |
org.terrier.querying | Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. |
org.terrier.querying.parser | Provides the parser specification and the classes that implement the query language of the Terrier platform. |
Classes in org.terrier.matching used by org.terrier.applications | |
---|---|
ResultSet
The interface that defines the functionalities of a result set. |
Classes in org.terrier.matching used by org.terrier.matching | |
---|---|
AccumulatorResultSet
A result set instance that uses maps internally until initialise() is called |
|
CollectionResultSet
This class implements the interface ResultSet and models the set of all documents in the collection. |
|
Matching
Interface for all Matching implementations. |
|
MatchingQueryTerms
Models a query used for matching documents. |
|
MatchingQueryTerms.QueryTermProperties
The weight and the modifiers associated with a query term. |
|
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). |
|
PostingListManager
The PostingListManager is reponsible for opening the appropriate posting lists IterablePosting given
the MatchingQueryTerms object. |
|
QueryResultSet
A result set for a given query. |
|
ResultSet
The interface that defines the functionalities of a result set. |
|
TRECResultsMatching.InputFormat
input format |
Classes in org.terrier.matching used by org.terrier.matching.daat | |
---|---|
BaseMatching
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. |
|
Matching
Interface for all Matching implementations. |
|
MatchingQueryTerms
Models a query used for matching documents. |
|
ResultSet
The interface that defines the functionalities of a result set. |
Classes in org.terrier.matching used by org.terrier.matching.dsms | |
---|---|
MatchingQueryTerms
Models a query used for matching documents. |
|
ResultSet
The interface that defines the functionalities of a result set. |
Classes in org.terrier.matching used by org.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 org.terrier.matching used by org.terrier.matching.taat | |
---|---|
AccumulatorResultSet
A result set instance that uses maps internally until initialise() is called |
Classes in org.terrier.matching used by org.terrier.matching.tsms | |
---|---|
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 org.terrier.matching used by org.terrier.querying | |
---|---|
Matching
Interface for all Matching implementations. |
|
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 org.terrier.matching used by org.terrier.querying.parser | |
---|---|
MatchingQueryTerms
Models a query used for matching documents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |