powered by
Calculates the intersect divided by union of two vectors of words.
str_count_jaccard_similarity(x, y)
A vector of words.
A vector of words to test against.
A number, the intersect divided by union of two vectors of words.
# NOT RUN { str_count_jaccard_similarity( x = c("a", "dog", "went", "to", "the", "store"), y = c("this", "dog", "went", "to", "the", "store") ) # }
Run the code above in your browser using DataLab