Carlos-Francisco Méndez-Cruz

Update README.md

......@@ -25,8 +25,8 @@ format/split_sentences
## Scripts
### Clean sentences for iSimp
```Shell
Usage: ./format/regex.py <input_file_path> <output_file_path>
./format/regex.py ./input-sentences/input-sentences.txt ./format/sanitized_sentences/input-sentences.txt
Usage: python3 ./format/regex.py <input_file_path> <output_file_path>
python3 ./format/regex.py ./input-sentences/input-sentences.txt ./format/sanitized_sentences/input-sentences.txt
```
### Main shell script for sentence simplification
```Shell
......