Carlos-Francisco Méndez-Cruz

Update README.md

...@@ -33,11 +33,11 @@ Usage: ./format/regex.py <input_file_path> <output_file_path> ...@@ -33,11 +33,11 @@ Usage: ./format/regex.py <input_file_path> <output_file_path>
33 ./sentence-simplification-main.sh 33 ./sentence-simplification-main.sh
34 Usage: ./sentence-simplification-main.sh <input_path> <output_file_path> 34 Usage: ./sentence-simplification-main.sh <input_path> <output_file_path>
35 ./sentence-simplification/sentence-simplification-main.sh ./format/split_sentences ./algorithm_sentences/filename.txt 35 ./sentence-simplification/sentence-simplification-main.sh ./format/split_sentences ./algorithm_sentences/filename.txt
36 -```
37 <input_path> Path for cleaned and separated sentences, one per file. 36 <input_path> Path for cleaned and separated sentences, one per file.
38 <output_file_path> Path and filename. It uses filename to create files with simplified sentences and with an index within the filename. 37 <output_file_path> Path and filename. It uses filename to create files with simplified sentences and with an index within the filename.
39 -Requirements: senteces must be separated one per file and they must be cleaned. 38 +<span style="color:red">Requirements</span>: senteces must be separated one per file and they must be cleaned.
40 It calls simplifier.py 39 It calls simplifier.py
40 +```
41 ### Python scritp for sentences simplification 41 ### Python scritp for sentences simplification
42 ```Shell 42 ```Shell
43 simplifier.py 43 simplifier.py
......