Extract similar word from model

Hello! Can I extract a similar word from the model? Also, is it possible to assess the similarity between two words, not sentences, but only words? I’ll hope you help.

Unless you want to compare words in a specific context, context-sensitive models are not the best way to do what you want. Better to look for word2vec or similar then.

1 Like