Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
sentence-simplification
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-03-22 18:44:26 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35feffa4d1437fad788607e61dcd8fe69d0cba0c
35feffa4
1 parent
cb82d983
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
35feffa
...
...
@@ -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
...
...
Please
register
or
login
to post a comment