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
Subclasses with type arguments of type EditDistance.DistanceAlgorithm in org.languagetool.rules.spelling.symspell.implementationMethods 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) Create a new EditDistance object.