Uses of Enum
org.languagetool.rules.spelling.symspell.implementation.EditDistance.DistanceAlgorithm
Packages that use EditDistance.DistanceAlgorithm
-
Uses of EditDistance.DistanceAlgorithm in org.languagetool.rules.spelling.symspell.implementation
Methods in org.languagetool.rules.spelling.symspell.implementation that return EditDistance.DistanceAlgorithmModifier and TypeMethodDescriptionReturns 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.DistanceAlgorithmModifierConstructorDescriptionEditDistance(String baseString, EditDistance.DistanceAlgorithm algorithm)