Reputation: 1059
I use GenSim and CBOW for training the corpus. How can I get the most similar words from a set of input words?
For example: Given a set of input words: ["David", "Mary", "married"]. Can I infer some output words like: "wedding", "husband", "wife", "couple", etc?
Upvotes: 0
Views: 1652