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.Distance
DetailedDamerauLevenstheinDistance. 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.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()
-
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.Distance
SuggestionsOrdererFeatureExtractor.Feature. detailedDistance
Constructors 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)
-