JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

add cosine similarity calculation #248

Closed hhaensel closed 3 years ago

hhaensel commented 3 years ago

As promised in #215 I submitted a cos_similarity() function togehter with docs and testing.

In the tests I made a minor correction for the corpus creation. (Probably what was meant by the comment 😉)

aviks commented 3 years ago

Thank you @hhaensel