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
Fields in org.languagetool.rules.spelling.symspell.implementation declared as EditDistance.DistanceAlgorithmModifier and TypeFieldDescriptionprivate EditDistance.DistanceAlgorithm
EditDistance.algorithm
private EditDistance.DistanceAlgorithm
SymSpell.distanceAlgorithm
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)