Package | Description |
---|---|
org.terrier.matching.matchops |
This package contains matching Operators.
|
Modifier and Type | Class and Description |
---|---|
class |
ANDQueryOp
This combines multiple operators into a single op, where must all occur
in a document.
|
class |
FuzzyTermOp
A synonym class that uses leveinsten distance to match terms.
|
class |
PhraseOp
This combines multiple operators into a single op, where they occur adjacently.
|
class |
PrefixTermOp
A synonym class that matches terms with a common prefix in the lexicon.
|
class |
SynonymOp
This combines multiple operators into a single op.
|
class |
UnorderedWindowOp
This combines multiple operators into a single op, where they occur within a specified
window of tokens.
|
Modifier and Type | Method and Description |
---|---|
MultiTermOp |
MultiTermOp.clone() |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow