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 org.languagetool.rules.spelling.suggestions -
-
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.DistanceDetailedDamerauLevenstheinDistance. compare(java.lang.String s1, java.lang.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.DistanceDetailedDamerauLevenstheinDistance.Distance. delete()DetailedDamerauLevenstheinDistance.DistanceDetailedDamerauLevenstheinDistance.Distance. insert()DetailedDamerauLevenstheinDistance.DistanceDetailedDamerauLevenstheinDistance.Distance. replace()DetailedDamerauLevenstheinDistance.DistanceDetailedDamerauLevenstheinDistance.Distance. track(DetailedDamerauLevenstheinDistance.EditOperation operation)DetailedDamerauLevenstheinDistance.DistanceDetailedDamerauLevenstheinDistance.Distance. transpose() -
Uses of DetailedDamerauLevenstheinDistance.Distance in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions declared as DetailedDamerauLevenstheinDistance.Distance Modifier and Type Field Description private DetailedDamerauLevenstheinDistance.DistanceSuggestionsOrdererFeatureExtractor.Feature. detailedDistanceConstructors in org.languagetool.rules.spelling.suggestions with parameters of type DetailedDamerauLevenstheinDistance.Distance Constructor Description Feature(double prob1, double prob3, long wordCount, int levenshteinDistance, DetailedDamerauLevenstheinDistance.Distance detailedDistance, double jaroWrinklerDistance, java.lang.String word)
-