jaccardSimilarity property

double 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.

Implementation

double get jaccardSimilarity;