Calculate the Jaccard similarity between two strings. Strings are first tokenised, stop words are removed and tokens are stemmed.

calc_jaccard_similarity(string1, string2)

Arguments

string1

First string to score similarity

string2

Second string to score similarity

Value

Jaccard similarity score