Uses of Class
org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
-
Packages that use EditDistance.DistanceAlgorithm Package Description org.languagetool.rules.spelling.symspell.implementation -
-
Uses of EditDistance.DistanceAlgorithm in org.languagetool.rules.spelling.symspell.implementation
Fields in org.languagetool.rules.spelling.symspell.implementation declared as EditDistance.DistanceAlgorithm Modifier and Type Field Description private EditDistance.DistanceAlgorithm
EditDistance. algorithm
private EditDistance.DistanceAlgorithm
SymSpell. distanceAlgorithm
Methods in org.languagetool.rules.spelling.symspell.implementation that return EditDistance.DistanceAlgorithm Modifier and Type Method Description static EditDistance.DistanceAlgorithm
EditDistance.DistanceAlgorithm. valueOf(java.lang.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.Constructors in org.languagetool.rules.spelling.symspell.implementation with parameters of type EditDistance.DistanceAlgorithm Constructor Description EditDistance(java.lang.String baseString, EditDistance.DistanceAlgorithm algorithm)
-