|
Interface Summary |
| DistanceInstance |
An 'instance' for a StringDistance, analogous to an 'instance' for
a classification learner. |
| DistanceInstanceIterator |
An iterator over DistanceInstance objects. |
| 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. |