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

Packages that use FuzzyComparable
com.emarsys.ecommon.collections.fuzzy The fuzzy framework provides the ability to do fuzzy comparisons on arbitrary objects. 
com.emarsys.ecommon.mail.content Provides utilities to access and process the content of mails. 
com.emarsys.ecommon.text The text framework provides utilities for text processing, extraction and comparison. 
com.emarsys.ecommon.text.atsa The ATSA text similarity algorithm provides functionality to do various fuzzy comparisons on Texts. 
 

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

Classes in com.emarsys.ecommon.collections.fuzzy with type parameters of type FuzzyComparable
 class FuzzyComparison<T extends FuzzyComparable<T>>
          Util class for comparing the results of fuzzy comparisons.
 

Classes in com.emarsys.ecommon.collections.fuzzy that implement FuzzyComparable
 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 FuzzyComparable in com.emarsys.ecommon.mail.content
 

Classes in com.emarsys.ecommon.mail.content that implement FuzzyComparable
 class MimeText
          A Text with associated mime type.
 

Uses of FuzzyComparable in com.emarsys.ecommon.text
 

Classes in com.emarsys.ecommon.text that implement FuzzyComparable
 class Text
          Text is a wrapper around a String or an abstract notion of it respectively.
 

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

Classes in com.emarsys.ecommon.text.atsa that implement FuzzyComparable
 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.