levenshteinThreshold property

int levenshteinThreshold
final

Defines how many characters can be different to match a dictionary word with the levenshtein algorithm. Default is 2.

Implementation

final int levenshteinThreshold;