Skip to content

Commit

Permalink
Add tqdm to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
plkumjorn committed Mar 22, 2019
1 parent 57342fc commit 79ed0a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ In order to run the code, please check the following issues.
- Numpy 1.14.5
- Pandas 0.21.0
- NLTK 3.2.5
- tqdm 2.2.3
- [x] Download original datasets
- [GloVe.6B.200d](https://nlp.stanford.edu/projects/glove/)
- [ConceptNet v5.6.0](https://github.com/commonsense/conceptnet5/wiki/Downloads)
Expand Down Expand Up @@ -96,7 +97,7 @@ An example:
```bash
python3 kg_vector_generation.py --data dbpedia
```
The argument of the command represent
The argument of the command represents
* `data`: Dataset, either `dbpedia` or `20news`.

The locations of the result files are specified by config.\{zhang15_dbpedia, news20\}_kg_vector_dir.
Expand Down

0 comments on commit 79ed0a7

Please sign in to comment.