Uses of Interface
com.emarsys.ecommon.collections.fuzzy.FuzzyComparator

Packages that use FuzzyComparator
com.emarsys.ecommon.collections.fuzzy The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects. 
com.emarsys.ecommon.text.atsa The ATSA text similarity algorithm provides functionality to do various fuzzy comparisons on Texts. 
 

Uses of FuzzyComparator in com.emarsys.ecommon.collections.fuzzy
 

Classes in com.emarsys.ecommon.collections.fuzzy that implement FuzzyComparator
 class FuzzyFingerPrint<T>
          A FuzzyFingerPrint represents kind of a signature of its wrapped object of type T which can be used for fuzzy comparisons.
 

Uses of FuzzyComparator in com.emarsys.ecommon.text.atsa
 

Classes in com.emarsys.ecommon.text.atsa that implement FuzzyComparator
 class AlphabeticalTable
           
 class AlphaNumericTriageTable
          An AlphaNumericTriageTable
 class PrefixTable
          Defines a TextFingerprint on words matching to a list of prefixes or distinct prefix classes respectively and the power of respective class.
 class TableBasedFingerprint<K>
          Abstract super class for all TextFingerprints that are based on creating a table with "arbitrary text elements", for instance words, as keys and their frequency in the Text as values.
 class TextFingerprint
          Super class for textual FuzzyFingerPrints.
 class WordTable
          Compares Text instances by their words and their frequency.
 



Copyright © 2010 emarsys AG. All Rights Reserved.