Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldyson authored Mar 2, 2017
1 parent d1f5193 commit 26c893f
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 @@ -39,12 +39,13 @@ To execute the python with Logistic Regression and Naive Bayes, navigate to the
python run.py ../articles_deduped.csv --models LR NB
```

The first argument is the path to the input datafile. To see a description of all arguments, run:
The first argument is the path to the input datafile. The pipeline assumes that the text of each article is unique. If your texts are not unique, use the flag --dedupe to automatically remove duplicated articles during preprocessing. To see a description of all arguments, run:

```
python run.py --h
```


## License

MIT License
Expand Down

0 comments on commit 26c893f

Please sign in to comment.