| Interface | Description |
|---|---|
| DistanceInstance |
An 'instance' for a StringDistance, analogous to an 'instance' for
a classification learner.
|
| DistanceInstanceIterator |
An iterator over DistanceInstance objects.
|
| IdentifiedStringWrapper | |
| SourcedStringWrapper | |
| SourcedStringWrapperIterator |
An iterator over StringWrapper objects.
|
| SourcedToken |
An interned version of a string, with provinance information
|
| SourcedTokenizer |
Split a string into tokens, retaining provinance.
|
| StringDistance |
Compute the difference between pairs of strings.
|
| StringDistanceLearner |
Learn a StringDistance.
|
| StringWrapper |
Something that implements some of the functionality of Java's
string class, but which is a non-final class, and hence can also
cache additional information to facilitate later processing.
|
| StringWrapperIterator |
An iterator over StringWrapper objects.
|
| Token |
An interned version of a string.
|
| Tokenizer |
Split a string into tokens.
|
| Class | Description |
|---|---|
| StringDistanceTeacher |
Train a StringDistanceLearner and return the learned
StringDistance, using some unspecified source of information to
train the learner.
|
Copyright © 2016. All rights reserved.