create word vectors from a game of thrones dataset and analyse the words to see semantic similarity
data folder contains the dataset
Read the text. Tokenised it. Created a vocabulary of words. Trained the model. Used Gensim as library which provide ready-made implementation of Word2Vec algorithm
trained folder contains the saved word2vec trained model on GOT dataset.