NLP - Text Similarity and Search
Given two texts converted to sets of words:
text1 = {'apple', 'banana', 'cherry'} and text2 = {'banana', 'cherry', 'date'}, what is the Jaccard similarity between them?