NLP - Word Embeddings
You trained a CBOW Word2Vec model but get an error:
KeyError: 'unknown_word' when querying model.wv['unknown_word']. What is the most likely cause and fix?