| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbbreviationAlignment
Abbreviation distance metric which evaluates the probability of a short-form string being an abbreviation/acronym
of another long-form string.
|
class |
JaroTFIDF
Soft TFIDF-based distance metric, extended to use "soft" token-matching
with the Jaro distance metric.
|
class |
JaroWinklerTFIDF
Soft TFIDF-based distance metric, extended to use "soft" token-matching
with the JaroWinkler distance metric.
|
class |
Mixture
Mixture-based distance metric.
|
class |
MongeElkanTFIDF
Soft TFIDF-based distance metric, extended to use "soft" token-matching
with the MongeElkan distance metric.
|
class |
SoftTFIDF
TFIDF-based distance metric, extended to use "soft" token-matching.
|
class |
SoftTokenFelligiSunter
Highly simplified model of Felligi-Sunter's method 1,
applied to tokens.
|
class |
TagLink |
class |
TFIDF
TFIDF-based distance metric.
|
class |
TokenFelligiSunter
Highly simplified model of Felligi-Sunter's method 1,
applied to tokens.
|
Copyright © 2016. All rights reserved.