Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
losyer authored Jul 4, 2019
1 parent 88edc38 commit cac6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ python complement_freq_dic.py \
### How to make character N-gram dictionary
```
$ python make_ngram_dic.py \
--ref_vec_path [reference_vector_path] \
--ref_vec_path [reference_vector_path (word2vec format)] \
--output tmp_out \
--n_max 30 \
--n_min 3
Expand Down

0 comments on commit cac6919

Please sign in to comment.