Package com.intuit.fuzzymatcher.domain
-
Interface Summary Interface Description Matchable Interface implemented by Document, Element and Token to enable matching and scoring these objects -
Class Summary Class Description Document The primary object for matching.Document.Builder Element<T> This class represent the string "value" against which match are run.Element.Builder<T> ElementClassification Defines how each element is classified using ElementType and variance.Match<T extends Matchable> A generic class to hold the match between 2 objects and the score of the match result.Score This holds the result of matching 2 Documents, Elements or Tokens.Token<T> Elements are broken down into Token class using the TokenizerFunction -
Enum Summary Enum Description ElementType Enum to define different types of Element.MatchType