Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.
/ word2vec Public archive

Python implementation of Word2Vec using skip-gram and negative sampling

Notifications You must be signed in to change notification settings

tscheepers/word2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python implementation of Word2Vec using skip-gram and negative sampling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages