Skip to content

Commit

Permalink
Merge pull request #2 from Katsumata420/fix-typo
Browse files Browse the repository at this point in the history
[fix] typo for readme and get.sh
  • Loading branch information
Katsumata420 authored Dec 16, 2020
2 parents 10a44fd + 15d79d8 commit 16782c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Extract knowledge from the html files crawled in step 1.
- the extracted info is described in below #json_description.
3. `python script/make_data.py`
- Make train/dev/test data from the json files extracted in step 2 based on `data/divide_data.tsv`.
- Make train/dev/test data from the json files extracted in step 2 based on `data/divided_data.tsv`.
- The detail of the json files is below section.

### json description
Expand Down
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mkdir -p data/output

bash crawl_article.sh
bash scrape2jsonl.sh
pythopn script/make_data.py data/json data/output data/divide_data.tsv
python script/make_data.py data/json data/output data/divided_data.tsv

0 comments on commit 16782c6

Please sign in to comment.