Uses of Class
org.terrier.matching.matchops.SynonymOp
-
Packages that use SynonymOp Package Description org.terrier.matching.matchops This package contains matching Operators. -
-
Uses of SynonymOp in org.terrier.matching.matchops
Subclasses of SynonymOp in org.terrier.matching.matchops Modifier and Type Class Description class
FuzzyTermOp
A synonym class that uses leveinsten distance to match terms.class
PrefixTermOp
A synonym class that matches terms with a common prefix in the lexicon.
-