This is a utility script for a university course. It trains a Word2Vec model and then takes a list of topic-relevant words and determines words "similar" to them. It requires gensim
and some text corpus to actually train the model. also contains the results
ben-tinc/extrawords
Utility script for university course utilizing gensim's word2vec implementation.
PythonGPL-3.0