nishitmehta1 / word2vec_NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

word2vec_NLP from scratch

To run,
Download both files Open CMD in that directory and run the following command: python word2vec.py filename.ext x
x = Window Size

This code converts all the words in the corpus into vector formats which can be used in similar word predictions and other NLP applications.

About


Languages

Language:Python 100.0%