Skip to content

Commit c8d571d

Browse files
author
tmikolov
committed
Bug fix - added questions-phrases.txt
git-svn-id: http://word2vec.googlecode.com/svn/trunk@41 c84ef02e-58a5-4c83-e53e-41fc32d635eb
1 parent ee2fcbd commit c8d571d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-train-big-model-v1.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ wget http://word2vec.googlecode.com/svn/trunk/word2vec.c
8989
wget http://word2vec.googlecode.com/svn/trunk/word2phrase.c
9090
wget http://word2vec.googlecode.com/svn/trunk/compute-accuracy.c
9191
wget http://word2vec.googlecode.com/svn/trunk/questions-words.txt
92+
wget http://word2vec.googlecode.com/svn/trunk/questions-phrases.txt
9293
gcc word2vec.c -o word2vec -lm -pthread -O3 -march=native -funroll-loops
9394
gcc word2phrase.c -o word2phrase -lm -pthread -O3 -march=native -funroll-loops
9495
gcc compute-accuracy.c -o compute-accuracy -lm -pthread -O3 -march=native -funroll-loops

0 commit comments

Comments
 (0)