Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock committed Jan 31, 2019
1 parent 74d2a1d commit 0c551f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
For more information visit the detailed [project page](https://tblock.github.io/10kGNAD/).

1. Install the required python packages `pip install -r requirements.txt`.
2. Download and decompress the `corpus.sqlite3` file into the project root from [compressed from here](https://github.com/OFAI/million-post-corpus/releases/download/v1.0.0/million_post_corpus.tar.bz2) or directly from [here](https://github.com/tblock/10kGNAD/releases/download/v1.0/corpus.sqlite3).
2. Download the `corpus.sqlite3` file into the project root from [here (compressed)](https://github.com/OFAI/million-post-corpus/releases/download/v1.0.0/million_post_corpus.tar.bz2) or directly from [here](https://github.com/tblock/10kGNAD/releases/download/v1.0/corpus.sqlite3).
3. Run `python code/extract_dataset_from_sqlite.py corpus.sqlite3 articles.csv` to extract the articles.
4. Run `python code/split_articles_into_train_test.py` to split the dataset.

Expand Down

0 comments on commit 0c551f8

Please sign in to comment.