jaccardSimilarity property Null safety
Returns the Jaccard Similarity Index between term and other.
The two strings are converted to lower-case and trimmed for the comparison.
Not case-sensitive.
Implementation
double get jaccardSimilarity;
Returns the Jaccard Similarity Index between term and other.
The two strings are converted to lower-case and trimmed for the comparison.
Not case-sensitive.
double get jaccardSimilarity;