Uses of Interface
info.debatty.java.stringsimilarity.CharacterSubstitutionInterface
-
Packages that use CharacterSubstitutionInterface Package Description info.debatty.java.stringsimilarity -
-
Uses of CharacterSubstitutionInterface in info.debatty.java.stringsimilarity
Constructors in info.debatty.java.stringsimilarity with parameters of type CharacterSubstitutionInterface Constructor Description WeightedLevenshtein(CharacterSubstitutionInterface charsub)
Instantiate with provided character substitution.WeightedLevenshtein(CharacterSubstitutionInterface charsub, CharacterInsDelInterface charchange)
Instantiate with provided character substitution, insertion, and deletion weights.
-