Carlos-Francisco Méndez-Cruz

Update README.md

1 # Sentence simplification with iSimp and Daniel Gutiérrez's algorithm 1 # Sentence simplification with iSimp and Daniel Gutiérrez's algorithm
2 2
3 +## About iSimp
4 +We employ iSimp available in https://research.bioinformatics.udel.edu/isimp/
5 +Peng,Y., Tudor,C., Torii,M., Wu,C.H., Vijay-Shanker,K. (2012) iSimp: A Sentence Simplification System for Biomedical Text. In Proceedings of the 2012 IEEE International Conference on Bioinformatics and Biomedicine. 211-216.
6 +
3 ## Directories 7 ## Directories
4 ### iSimp 8 ### iSimp
5 ```Shell 9 ```Shell
...@@ -35,7 +39,7 @@ Usage: ./sentence-simplification-main.sh <input_path> <output_file_path> ...@@ -35,7 +39,7 @@ Usage: ./sentence-simplification-main.sh <input_path> <output_file_path>
35 ./sentence-simplification/sentence-simplification-main.sh ./format/split_sentences ./algorithm_sentences/filename.txt 39 ./sentence-simplification/sentence-simplification-main.sh ./format/split_sentences ./algorithm_sentences/filename.txt
36 <input_path> Path for cleaned and separated sentences, one per file. 40 <input_path> Path for cleaned and separated sentences, one per file.
37 <output_file_path> Path and filename. It uses filename to create files with simplified sentences and with an index within the filename. 41 <output_file_path> Path and filename. It uses filename to create files with simplified sentences and with an index within the filename.
38 -**Requirements**: senteces must be separated one per file and they must be cleaned. 42 +**Requirements**: sentences must be separated one per file and they must be cleaned.
39 It calls simplifier.py 43 It calls simplifier.py
40 ``` 44 ```
41 ### Python scritp for sentences simplification 45 ### Python scritp for sentences simplification
......