From fe7618c6b8bca4311c6fd5a60f5009224563ce52 Mon Sep 17 00:00:00 2001 From: Yassine Khelifi Date: Sat, 5 Oct 2019 10:32:00 +0000 Subject: [PATCH] fix instruction in step 3 of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504f4798..56bc83f4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ replacing `/path/to/` with the path to where you saved the `stanford-corenlp-ful python preprocess.py -mode tokenize -raw_path RAW_PATH -save_path TOKENIZED_PATH ``` -* `RAW_PATH` is the directory containing story files (`../raw_stories`), `JSON_PATH` is the target directory to save the generated json files (`../merged_stories_tokenized`) +* `RAW_PATH` is the directory containing story files (`../raw_stories`), `TOKENIZED_PATH` is the target directory to save the generated tokenized files (`../merged_stories_tokenized`) #### Step 4. Format to Simpler Json Files