Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekhar committed Oct 4, 2018
1 parent 305e853 commit aa43857
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 @@ -5,7 +5,7 @@ This script runs using Python 3.
First, install the required packages. This script only requires ``nltk`` and ``PyEnchant``.

```bash
$ pip install -r requirements.txt
$ pip3 install -r requirements.txt
```

If you run the error that the package ``punkt`` doesn't exist, download it by going into your Python environment and running:
Expand Down Expand Up @@ -36,4 +36,4 @@ We've found that this script works well with keywords that are:
+ a dataset (e.g. wikitext, imagenet, ...)
+ a task (e.g. 'language model', 'machine translation', 'fuzzing', ...)
+ a metric (e.g. BLEU, perplexity, ...)
+ random stuff
+ random stuff

0 comments on commit aa43857

Please sign in to comment.