Skip to content

tifoit/Word2VecJava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word2vecJava

This is a fork of the open source Java implementation of word2vec (https://github.com/medallia/Word2VecJava) ported to work with SBT, and has some fixes to support large models.

It gets published to Maven Central under package name org.allenai.word2vec.Word2VecJava. All package referenences are changed from com.medallia.word2vec to org.allenai.word2vec in the Java source code.

Building the project and Running tests

To verify that the project is building correctly, run

sbt clean compile
sbt test

It should run 7 tests without any error.

Contact

Sumithra Bhakthavatsalam (sumithrab@allenai.org)

About

Word2Vec Java Port

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.3%
  • Scala 1.7%