| Package | Description |
|---|---|
| com.wcohen.ss |
This package contains a bunch of approximate string comparators, plus code for
performing controlled experiments with this.
|
| com.wcohen.ss.expt | |
| com.wcohen.ss.tokens |
| Class and Description |
|---|
| AbstractSourcedStatisticalTokenDistance
Abstract token distance metric that uses frequency statistics.
|
| AbstractSourcedTokenizedStringDistance
Abstract distance metric for tokenized strings.
|
| AbstractStatisticalTokenDistance
Abstract token distance metric that uses frequency statistics.
|
| AbstractStringDistance
Abstract class which implements StringDistanceLearner as well as StringDistance.
|
| AbstractTokenizedStringDistance
Abstract distance metric for tokenized strings.
|
| AffineGap
Affine-gap string distance, following Durban et al.
|
| AffineGap.MatrixTrio.InsertSMatrix |
| AffineGap.MatrixTrio.InsertTMatrix |
| BasicStringWrapper
An extendible (non-final) class that implements some of the
functionality of a string.
|
| CharMatchScore
Abstract distance between characters.
|
| CombinedStringDistanceLearner
Abstract StringDistanceLearner class which combines results of a number of
inner distance metrics, learned by a number of inner distance learners.
|
| CombinedStringDistanceLearner.MyDistanceInstance |
| CombinedStringDistanceLearner.MyMultiDistanceInstance |
| JensenShannonDistance
Distance metrics based on Jensen-Shannon distance of two smoothed
unigram language models.
|
| Level2
Generic version of Monge & Elkan's "level 2" recursive field
matching.
|
| Levenstein
Levenstein string distance.
|
| MemoMatrix
A matrix of doubles, defined recursively by the compute(i,j)
method, that will not be recomputed more than necessary.
|
| MultiStringDistance
Abstract class StringDistance defined over Strings that are broken
into fields.
|
| MultiStringWrapper
A StringWrapper that stores a version of the string
that has been either (a) split into a number of distinct fields,
or (b) duplicated k times, so that k different StringDistance's
can preprocess it, of (b) both of the above.
|
| NeedlemanWunsch
Needleman-Wunsch string distance, following Durban et al.
|
| SoftTFIDF
TFIDF-based distance metric, extended to use "soft" token-matching.
|
| SourcedTFIDF
Sourced-based distance metric.
|
| SourcedTFIDF.UnitVector
Marker class extending BagOfTokens
|
| TagLink.UnitVector
Marker class extending BagOfTokens
|
| TFIDF
TFIDF-based distance metric.
|
| TFIDF.UnitVector
Marker class extending BagOfTokens
|
| WinklerRescorer
Winkler's reweighting scheme for distance metrics.
|
| Class and Description |
|---|
| BasicStringWrapper
An extendible (non-final) class that implements some of the
functionality of a string.
|
| Class and Description |
|---|
| AbstractStringDistance
Abstract class which implements StringDistanceLearner as well as StringDistance.
|
Copyright © 2016. All rights reserved.