Uses of Class
org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
-
Packages that use DetailedDamerauLevenstheinDistance.Distance Package Description org.languagetool.rules.spelling.morfologik.suggestions_ordering -
-
Uses of DetailedDamerauLevenstheinDistance.Distance in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Methods in org.languagetool.rules.spelling.morfologik.suggestions_ordering that return DetailedDamerauLevenstheinDistance.Distance Modifier and Type Method Description static DetailedDamerauLevenstheinDistance.Distance
DetailedDamerauLevenstheinDistance. compare(String s1, String s2)
Compute 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
DetailedDamerauLevenstheinDistance.Distance. delete()
DetailedDamerauLevenstheinDistance.Distance
DetailedDamerauLevenstheinDistance.Distance. insert()
DetailedDamerauLevenstheinDistance.Distance
DetailedDamerauLevenstheinDistance.Distance. replace()
DetailedDamerauLevenstheinDistance.Distance
DetailedDamerauLevenstheinDistance.Distance. track(DetailedDamerauLevenstheinDistance.EditOperation operation)
DetailedDamerauLevenstheinDistance.Distance
DetailedDamerauLevenstheinDistance.Distance. transpose()
-