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