Uses of Class
org.languagetool.rules.spelling.morfologik.suggestions_ordering.DetailedDamerauLevenstheinDistance.EditOperation
-
Packages that use DetailedDamerauLevenstheinDistance.EditOperation Package Description org.languagetool.rules.spelling.morfologik.suggestions_ordering -
-
Uses of DetailedDamerauLevenstheinDistance.EditOperation in org.languagetool.rules.spelling.morfologik.suggestions_ordering
Subclasses of DetailedDamerauLevenstheinDistance.EditOperation in org.languagetool.rules.spelling.morfologik.suggestions_ordering Modifier and Type Class Description static classDetailedDamerauLevenstheinDistance.Deletestatic classDetailedDamerauLevenstheinDistance.Insertstatic classDetailedDamerauLevenstheinDistance.Replacestatic classDetailedDamerauLevenstheinDistance.TransposeFields in org.languagetool.rules.spelling.morfologik.suggestions_ordering with type parameters of type DetailedDamerauLevenstheinDistance.EditOperation Modifier and Type Field Description static java.util.List<DetailedDamerauLevenstheinDistance.EditOperation>DetailedDamerauLevenstheinDistance. editOperationsMethods in org.languagetool.rules.spelling.morfologik.suggestions_ordering that return DetailedDamerauLevenstheinDistance.EditOperation Modifier and Type Method Description static DetailedDamerauLevenstheinDistance.EditOperationDetailedDamerauLevenstheinDistance. randomEdit()Methods in org.languagetool.rules.spelling.morfologik.suggestions_ordering with parameters of type DetailedDamerauLevenstheinDistance.EditOperation Modifier and Type Method Description DetailedDamerauLevenstheinDistance.DistanceDetailedDamerauLevenstheinDistance.Distance. track(DetailedDamerauLevenstheinDistance.EditOperation operation)
-