Data structure to use C implementation of word2vec.
https://github.com/yfpeng/pengyifan-word2vec
Getting started
|
< dependency >
< groupid >com.pengyifan.word2vec</ groupid >
< artifactid >pengyifan-word2vec</ artifactid >
< version >0.0.1</ version >
</ dependency >`
|
or
|
< repositories >
< repository >
< id >oss-sonatype</ id >
< name >oss-sonatype</ name >
< snapshots >
< enabled >true</ enabled >
</ snapshots >
</ repository >
</ repositories >
...
< dependency >
< groupid >com.pengyifan.word2vec</ groupid >
< artifactid >pengyifan-word2vec</ artifactid >
< version >0.0.1-SNAPSHOT</ version >
</ dependency >
|
Webpage
The official word2vec webpage is available with all up-to-date instructions and code.
No comments:
Post a Comment