Uses of Interface
info.debatty.java.stringsimilarity.CharacterInsDelInterface
-
Packages that use CharacterInsDelInterface Package Description info.debatty.java.stringsimilarity -
-
Uses of CharacterInsDelInterface in info.debatty.java.stringsimilarity
Fields in info.debatty.java.stringsimilarity declared as CharacterInsDelInterface Modifier and Type Field Description private CharacterInsDelInterfaceWeightedLevenshtein. charchangeConstructors in info.debatty.java.stringsimilarity with parameters of type CharacterInsDelInterface Constructor Description WeightedLevenshtein(CharacterSubstitutionInterface charsub, CharacterInsDelInterface charchange)Instantiate with provided character substitution, insertion, and deletion weights.
-