# NOT RUN {
library(textTinyR)
vec1 = c('use this', 'function to compute the')
vec2 = c('cosine distance', 'between text sequences')
out = COS_TEXT(text_vector1 = vec1, text_vector2 = vec2, separator = " ")
# }
Run the code above in your browser using DataLab