| Interface | Description |
|---|---|
| Distance<T> |
Measures the unnormalized similarity (distance) between two arbitrary objects
of the same type .
|
| ListDistance<E> |
Measures the distance between two arbitrary lists containing elements of the
same type.
|
| ListMetric<T> |
Measures the similarity between two arbitrary lists containing elements of
the same type.
|
| Metric<T> |
Measures the similarity between two arbitrary objects of the same type .
|
| SetMetric<T> |
Measures the similarity between two arbitrary sets containing elements of the
same type.
|
| StringDistance |
Measures the unnormalized similarity (distance) between two Strings.
|
| StringMetric |
Measures the similarity between two strings.
|
| StringMetricBuilder.BuildStep | |
| StringMetricBuilder.CollectionMetricInitialSimplifierStep<T extends Collection<String>> | |
| StringMetricBuilder.CollectionMetricInitialTokenizerStep<T extends Collection<String>> | |
| StringMetricBuilder.CollectionMetricSimplifierStep<T extends Collection<String>> | |
| StringMetricBuilder.CollectionMetricTokenizerStep<T extends Collection<String>> | |
| StringMetricBuilder.StringMetricInitialSimplifierStep | |
| StringMetricBuilder.StringMetricSimplifierStep |
| Class | Description |
|---|---|
| StringMetricBuilder |
Convenience tool to build string metrics.
|
| StringMetrics |
Utility class for StringMetrics.
|
Copyright © 2014–2018. All rights reserved.