Package | Description |
---|---|
org.languagetool.rules.spelling.symspell.implementation |
Modifier and Type | Method and Description |
---|---|
static EditDistance.DistanceAlgorithm |
EditDistance.DistanceAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditDistance.DistanceAlgorithm[] |
EditDistance.DistanceAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EditDistance(String baseString,
EditDistance.DistanceAlgorithm algorithm) |