Skip to content

Commit

Permalink
Clarify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shahin committed Jan 27, 2016
1 parent 35c667c commit 4e28676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To train a classifier:
python diseases/train.py -o my_classifier.pickle -p training/positive -n training/negative --positive-sample=100 --negative-sample=200
```

To use that classifier to classify an HTML file (and name the disease, if it is one):
To use that classifier on a directory of Wikipedia HTML files:

```bash
python diseases/classify.py <path-to-unlabeled-dir> my_classifier.pickle -m
Expand Down

0 comments on commit 4e28676

Please sign in to comment.