forked from rkadlec/ubuntu-ranking-dataset-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Petr Belohlavek
committed
Feb 6, 2016
1 parent
d574e95
commit 704af88
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
six >= 1.10.0 | ||
unicodecsv >= 0.14.0 | ||
nltk >= 3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
python create_ubuntu_dataset.py --output 'train.csv' 'train' | ||
python create_ubuntu_dataset.py --output 'test.csv' 'test' | ||
python create_ubuntu_dataset.py --output 'valid.csv' 'valid' | ||
python create_ubuntu_dataset.py -t --output 'train.csv' 'train' | ||
python create_ubuntu_dataset.py -t --output 'test.csv' 'test' | ||
python create_ubuntu_dataset.py -t --output 'valid.csv' 'valid' |