MarkSecada/key2vec

Semantic between two candidates is computed differently from the paper

Opened this issue · 0 comments

zhxgj commented

In Equation 1 of the paper, semantic between two candidates is computed as cosine distance: 1 / (1 - cosine_similarity)

But in the code here, cosine similarity is used.