Calculate the Jaccard similarity between two strings. Strings are first tokenised, stop words are removed and tokens are stemmed.
calc_jaccard_similarity(string1, string2)
First string to score similarity
Second string to score similarity
Jaccard similarity score