AdaGram.jl
AdaGram.jl copied to clipboard
A function for calculating similarity between two words
Hi there, Is there a function for getting similarity value between two words. Like: distance(w1,w2) ? Thanks.
Hi @misgeatgit , I created a pull request adding that functionality. Please see: https://github.com/sbos/AdaGram.jl/pull/31
Thanks @glicerico