We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42a48e commit bf495fcCopy full SHA for bf495fc
word2vec.c
@@ -648,7 +648,7 @@ int main(int argc, char **argv) {
648
printf("\t-read-vocab <file>\n");
649
printf("\t\tThe vocabulary will be read from <file>, not constructed from the training data\n");
650
printf("\t-cbow <int>\n");
651
- printf("\t\tUse the continuous back of words model; default is 0 (skip-gram model)\n");
+ printf("\t\tUse the continuous bag of words model; default is 0 (skip-gram model)\n");
652
printf("\nExamples:\n");
653
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");
654
return 0;
0 commit comments