Embedding key mapping
Opened this issue · 0 comments
maxtrem commented
Hello, first of all thanks for this great work!
I have a question regarding the wordnet embeddings such as hypernym_noun.50d.txt
.
For example the key screwdriver
has two different senses in wordnet:
[Synset('screwdriver.n.01'), Synset('screwdriver.n.02')]
- Do you have some kind of mapping?
- How are the embedding keys and the wordnet senses related?
Thanks!