Uses of Class
org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
Packages that use DetailedDamerauLevenstheinDistance.Distance
-
Uses of DetailedDamerauLevenstheinDistance.Distance in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Methods in org.languagetool.rules.spelling.morfologik.suggestions_ordering that return DetailedDamerauLevenstheinDistance.DistanceModifier and TypeMethodDescriptionCompute the distance between strings: the minimum number of operations needed to transform one string into the other (insertion, deletion, substitution of a single character, or a transposition of two adjacent characters).DetailedDamerauLevenstheinDistance.Distance.delete()DetailedDamerauLevenstheinDistance.Distance.insert()DetailedDamerauLevenstheinDistance.Distance.replace()DetailedDamerauLevenstheinDistance.Distance.track(DetailedDamerauLevenstheinDistance.EditOperation operation) DetailedDamerauLevenstheinDistance.Distance.transpose()