|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FuzzyFingerPrint | |
---|---|
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 FuzzyFingerPrint in com.emarsys.ecommon.collections.fuzzy |
---|
Methods in com.emarsys.ecommon.collections.fuzzy that return FuzzyFingerPrint | ||
---|---|---|
FuzzyFingerPrint<T> |
FuzzyFingerPrintable.getFingerprint()
|
|
static
|
FuzzyFingerPrint.getInstance(java.lang.Class<? extends FuzzyFingerPrint<T>> clazz,
T newContent)
Factory method. |
Methods in com.emarsys.ecommon.collections.fuzzy with parameters of type FuzzyFingerPrint | |
---|---|
abstract float |
FuzzyFingerPrint.compare(FuzzyFingerPrint<T> o1,
FuzzyFingerPrint<T> o2)
|
abstract float |
FuzzyFingerPrint.compare(FuzzyFingerPrint<T> o1,
FuzzyFingerPrint<T> o2)
|
abstract float |
FuzzyFingerPrint.compareTo(FuzzyFingerPrint<T> o)
|
Method parameters in com.emarsys.ecommon.collections.fuzzy with type arguments of type FuzzyFingerPrint | ||
---|---|---|
static
|
FuzzyFingerPrint.getInstance(java.lang.Class<? extends FuzzyFingerPrint<T>> clazz,
T newContent)
Factory method. |
Uses of FuzzyFingerPrint in com.emarsys.ecommon.mail.content |
---|
Constructor parameters in com.emarsys.ecommon.mail.content with type arguments of type FuzzyFingerPrint | |
---|---|
MimeText(java.lang.String text,
java.lang.String mimeType,
java.lang.Class<? extends FuzzyFingerPrint<Text>> fingerPrintClass,
java.lang.Class<? extends TextTokenizer<Text>> tokenizerClass)
|
Uses of FuzzyFingerPrint in com.emarsys.ecommon.text |
---|
Fields in com.emarsys.ecommon.text with type parameters of type FuzzyFingerPrint | |
---|---|
static java.lang.Class<? extends FuzzyFingerPrint<Text>> |
Text.DEF_FINGER_PRINT_CLASS
|
protected java.lang.Class<? extends FuzzyFingerPrint<Text>> |
TextFactory.fingerPrintClass
|
Methods in com.emarsys.ecommon.text that return FuzzyFingerPrint | |
---|---|
FuzzyFingerPrint<Text> |
Text.getFingerprint()
|
Methods in com.emarsys.ecommon.text that return types with arguments of type FuzzyFingerPrint | |
---|---|
java.lang.Class<? extends FuzzyFingerPrint<Text>> |
Text.getFingerPrintClass()
|
java.lang.Class<? extends FuzzyFingerPrint<Text>> |
TextFactory.getFingerPrintClass()
|
Method parameters in com.emarsys.ecommon.text with type arguments of type FuzzyFingerPrint | |
---|---|
void |
TextFactory.setFingerPrintClass(java.lang.Class<? extends FuzzyFingerPrint<Text>> fingerPrintClass)
|
Constructor parameters in com.emarsys.ecommon.text with type arguments of type FuzzyFingerPrint | |
---|---|
Text(java.lang.String text,
java.lang.Class<? extends FuzzyFingerPrint<Text>> fingerPrintClass,
java.lang.Class<? extends TextTokenizer<Text>> tokenizerClass)
|
Uses of FuzzyFingerPrint in com.emarsys.ecommon.text.atsa |
---|
Subclasses of FuzzyFingerPrint in com.emarsys.ecommon.text.atsa | |
---|---|
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 TextFingerprint s 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 FuzzyFingerPrint s. |
class |
WordTable
Compares Text instances by their words and their frequency. |
Methods in com.emarsys.ecommon.text.atsa with parameters of type FuzzyFingerPrint | |
---|---|
float |
TextFingerprint.compare(FuzzyFingerPrint<Text> o1,
FuzzyFingerPrint<Text> o2)
Should return a value > 0 if and only if the passed finger prints have the same dynamic type at runtime (see Object.getClass() ). |
float |
TextFingerprint.compare(FuzzyFingerPrint<Text> o1,
FuzzyFingerPrint<Text> o2)
Should return a value > 0 if and only if the passed finger prints have the same dynamic type at runtime (see Object.getClass() ). |
float |
TextFingerprint.compareTo(FuzzyFingerPrint<Text> that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |