This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Description
Hi!
I'n trying to get word vectors for Wikipedia topic names. For instance, I'd like to know the vector embedding generated for Barack Obama. I've tried the following queries:
model['dbpedia/Barack_Obama']
model['DbpediaID/Barack_Obama']
model['Barack_Obama']
but each of them gives me a key error. Could you tell me what the correct way to query the model would be?