Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwei20 authored Feb 3, 2019
1 parent 3138159 commit 6da12be
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 @@ -12,7 +12,7 @@ We present **EDA**: **e**asy **d**ata **a**ugmentation techniques for boosting p

You can run EDA any text classification dataset in less than 5 minutes. Just two steps:

## Install NLTK (if you don't have it already):
### Install NLTK (if you don't have it already):

Pip install it.

Expand All @@ -26,7 +26,7 @@ python
>>> import nltk; nltk.download('wordnet')
```

## Run EDA
### Run EDA

You can easily write your own implementation, but this one takes input files in the format `label\tsentence` (note the `\t`). So for instance, your input file should look like this (example from stanford sentiment treebank):

Expand Down

0 comments on commit 6da12be

Please sign in to comment.