# word2vec **Repository Path**: cngaoxl/word2vec ## Basic Information - **Project Name**: word2vec - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Word2Vec using Skip-gram and Negative Sampling - Add a corpus file called `input` in the root of this project - Tweak the parameters in `word2vec.py` - Execute the code ``` python word2vec.py ``` - Get the `output` file - Filter the `output` file ``` python wordvectors.py fullvoc.txt < output > filtered ``` - Upload to [wordvectors.org](http://wordvectors.org)