public class FastDiacriticInsensitiveLevenshtein extends Levenshtein
Levenshtein
on strings without their accents.Constructor and Description |
---|
FastDiacriticInsensitiveLevenshtein(boolean caseSensitive) |
Modifier and Type | Method and Description |
---|---|
int |
compute(java.lang.String str,
java.lang.String rst,
int maxDistance) |
compute, isFailFast, normalize, setFailThreshold
computeNormalized, computeNormalized
public FastDiacriticInsensitiveLevenshtein(boolean caseSensitive)
public int compute(java.lang.String str, java.lang.String rst, int maxDistance)
compute
in interface EditDistance
compute
in class Levenshtein