Skip to content

Commit 139ece6

Browse files
authored
Fix incorrect path to main script.
Changed script location to point to the correct location, `scripts/download_and_correct_corpus.py`. Also added instructions for installing required dependencies.
1 parent 1360f07 commit 139ece6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
Research into identifying and correcting incorrect labels in the CoNLL-2003 corpus.
33

44
To download the CoNLL-2003 corpus and apply label corrections to produce a corrected version of
5-
the corpus, run the command below. The CoNLL-2003 corpus is licensed for research use only. Be
5+
the corpus, run the commands below. The CoNLL-2003 corpus is licensed for research use only. Be
66
sure to adhere to the terms of the license when using this data set!
77

88
```bash
9-
python scripts/download_corpus_and_correct_labels.py
9+
pip3 install text-extensions-for-pandas
10+
python3 scripts/download_and_correct_corpus.py
1011
```
1112

1213
This will download the CoNLL-2003 corpus to `original_corpus/`, apply corrections and save the

0 commit comments

Comments
 (0)