stanfordnlp / GloVe

Software in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
Apache License 2.0
6.81k stars 1.51k forks source link

how to compute similarity of multi word tokens in pre-trained GLoVE word embeddings? Example: similarity("new york","delhi") OR similarity("united states of america","united kingdom")?? #205

Open sulmansarwar opened 2 years ago

sulmansarwar commented 2 years ago

I queried the GLoVE common crawls model and i get the response that 'key doesn't exit' which basically means that multi-word tokens are not present in the vocabulary or if they are present then they are represented in some other way? Any help on this is appreciated. Thanks