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.implementationFields in org.languagetool.rules.spelling.symspell.implementation declared as EditDistance.DistanceAlgorithmModifier and TypeFieldDescriptionprivate EditDistance.DistanceAlgorithmEditDistance.algorithmprivate EditDistance.DistanceAlgorithmSymSpell.distanceAlgorithmMethods 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. The base string to which other strings will be compared. The desired edit distance algorithm.