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
Constructors 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.
-