Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down