Uses of Interface
info.debatty.java.stringsimilarity.CharacterInsDelInterface
Packages that use CharacterInsDelInterface
-
Uses of CharacterInsDelInterface in info.debatty.java.stringsimilarity
Fields in info.debatty.java.stringsimilarity declared as CharacterInsDelInterfaceModifier and TypeFieldDescriptionprivate final CharacterInsDelInterface
WeightedLevenshtein.charchange
Constructors in info.debatty.java.stringsimilarity with parameters of type CharacterInsDelInterfaceModifierConstructorDescriptionWeightedLevenshtein
(CharacterSubstitutionInterface charsub, CharacterInsDelInterface charchange) Instantiate with provided character substitution, insertion, and deletion weights.