Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -25,8 +25,8 @@ format/split_sentences | ... | @@ -25,8 +25,8 @@ format/split_sentences |
25 | ## Scripts | 25 | ## Scripts |
26 | ### Clean sentences for iSimp | 26 | ### Clean sentences for iSimp |
27 | ```Shell | 27 | ```Shell |
28 | -Usage: ./format/regex.py <input_file_path> <output_file_path> | 28 | +Usage: python3 ./format/regex.py <input_file_path> <output_file_path> |
29 | -./format/regex.py ./input-sentences/input-sentences.txt ./format/sanitized_sentences/input-sentences.txt | 29 | +python3 ./format/regex.py ./input-sentences/input-sentences.txt ./format/sanitized_sentences/input-sentences.txt |
30 | ``` | 30 | ``` |
31 | ### Main shell script for sentence simplification | 31 | ### Main shell script for sentence simplification |
32 | ```Shell | 32 | ```Shell | ... | ... |
-
Please register or login to post a comment