Liking cljdoc? Tell your friends :D

semantic-similarity

This library will compute the similarity between two sentences or short corpus's

Usage

One function is needed (get-sentence-similarity "Sentence one is awesome" "Sentence two is awsome") DO NOT pass in any punctuation!

##Big O

This thing is terribly slow. O(N^2) is my guess, it may be more. I just hacked it together.

License

The IDGAF license

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close