levenshteinThreshold property
Defines how many characters can be different to match a dictionary word with the levenshtein algorithm. Default is 2.
Implementation
final int levenshteinThreshold;
Defines how many characters can be different to match a dictionary word with the levenshtein algorithm. Default is 2.
final int levenshteinThreshold;