Uses of Class
org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.Distance
Packages that use DetailedDamerauLevenstheinDistance.Distance
Package
Description
-
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()
-
Uses of DetailedDamerauLevenstheinDistance.Distance in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions declared as DetailedDamerauLevenstheinDistance.DistanceModifier and TypeFieldDescriptionprivate final DetailedDamerauLevenstheinDistance.Distance
SuggestionsOrdererFeatureExtractor.Feature.detailedDistance
Constructors in org.languagetool.rules.spelling.suggestions with parameters of type DetailedDamerauLevenstheinDistance.DistanceModifierConstructorDescription(package private)
Feature
(double prob1, double prob3, long wordCount, int levenshteinDistance, DetailedDamerauLevenstheinDistance.Distance detailedDistance, double jaroWrinklerDistance, String word)