Package | Description |
---|---|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<DocumentScoreModifier> |
MatchingQueryTerms.docScoreModifiers
The document score modifiers associated with the query terms.
|
protected List<DocumentScoreModifier> |
FatScoringMatching.documentModifiers
Contains the document score modifiers to be applied for a query.
|
protected List<DocumentScoreModifier> |
BaseMatching.documentModifiers
Contains the document score modifiers to be applied for a query.
|
protected List<DocumentScoreModifier> |
TRECResultsMatching.dsms
The list of document score modifiers to be applied.
|
Modifier and Type | Method and Description |
---|---|
DocumentScoreModifier[] |
MatchingQueryTerms.getDocumentScoreModifiers()
Returns the document score modifiers used for the query.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingQueryTerms.addDocumentScoreModifier(DocumentScoreModifier dsm)
Adds a document score modifier for the query.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanFallback
This class provides a boolean fallback document score modifier for
matching.
|
class |
BooleanScoreModifier
If not all the query terms appear in a document, then this
modifier zeros the document's score.
|
class |
DependenceScoreModifier
Base class for Dependence models.
|
class |
DFRDependenceScoreModifier
Implements the pBiL and pBil2 DFR-based dependence models.
|
class |
MRFDependenceScoreModifier
Implements Markov Random Fields.
|
class |
PhraseScoreModifier
This is the class performs the re-scoring for a phrase queries.
|
class |
ResetScores
Resets the scores in the resultset to 0.00001d
|
class |
SimpleStaticScoreModifier
Provides a way to integrate a static (query independent) document (prior) feature
into the document scores.
|
Terrier 4.0. Copyright © 2004-2014 University of Glasgow