Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
plkumjorn committed Mar 22, 2019
1 parent 5cddb9f commit 80b86b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +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
- [x] Download original dataset
- [x] Download original datasets
- [GloVe.6B.200d](https://nlp.stanford.edu/projects/glove/)
- [ConceptNet v5.6.0](https://github.com/commonsense/conceptnet5/wiki/Downloads)
- [DBpedia ontology dataset](https://github.com/zhangxiangxiao/Crepe)
Expand Down Expand Up @@ -80,7 +80,7 @@ An example:
```bash
python3 topic_translation.py \
--data dbpedia \
--nott 100 \
--nott 100
```

The arguments of the command represent
Expand Down

0 comments on commit 80b86b7

Please sign in to comment.