Skip to content

Commit bf495fc

Browse files
author
tmikolov@google.com
committed
fixed typo back of words -> bag of words
git-svn-id: http://word2vec.googlecode.com/svn/trunk@34 c84ef02e-58a5-4c83-e53e-41fc32d635eb
1 parent d42a48e commit bf495fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word2vec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ int main(int argc, char **argv) {
648648
printf("\t-read-vocab <file>\n");
649649
printf("\t\tThe vocabulary will be read from <file>, not constructed from the training data\n");
650650
printf("\t-cbow <int>\n");
651-
printf("\t\tUse the continuous back of words model; default is 0 (skip-gram model)\n");
651+
printf("\t\tUse the continuous bag of words model; default is 0 (skip-gram model)\n");
652652
printf("\nExamples:\n");
653653
printf("./word2vec -train data.txt -output vec.txt -debug 2 -size 200 -window 5 -sample 1e-4 -negative 5 -hs 0 -binary 0 -cbow 1\n\n");
654654
return 0;

0 commit comments

Comments
 (0)