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 8, 2019
1 parent d95ffc3 commit 1826370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preprocess/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Preprocess

## Word frequency dictionary
In our framework, the system use a word frequency dictionary for the reconstruction training.
In our framework, the system uses a word frequency dictionary for the reconstruction training.

If you don't have a word frequency dictionary, but only have pretrained word embeddings that is available online (e.g. GloVe.600B vectors),
If you don't have a word frequency dictionary, but only have pretrained word embeddings that are available online (e.g. GloVe.600B vectors),
you can obtain a word frequency dictionary by using `complement_freq_dic.py`.


Expand Down

0 comments on commit 1826370

Please sign in to comment.