Skip to content

Commit

Permalink
Update seg2vec.c
Browse files Browse the repository at this point in the history
  • Loading branch information
luckistmaomao authored Jan 24, 2018
1 parent 9f377e5 commit 4cf7188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modified-word2vec/seg2vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ char train_file[MAX_STRING], output_file[MAX_STRING];
char save_vocab_file[MAX_STRING], read_vocab_file[MAX_STRING];
struct vocab_word *vocab;
int binary = 0, cbow = 1, debug_mode = 2, window = 5, min_count = 5, num_threads = 12, min_reduce = 1;
int type = 0;
int type = 1;
int *vocab_hash;
long long vocab_max_size = 1000, vocab_size = 0, layer1_size = 100;
long long train_words = 0, word_count_actual = 0, iter = 5, file_size = 0, classes = 0;
Expand Down

0 comments on commit 4cf7188

Please sign in to comment.