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-02-22 00:28:31 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a4118b8d5f658341b1a398d6f90f7aa87337b7c
7a4118b8
1 parent
b874340e
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
7a4118b
...
...
@@ -35,7 +35,7 @@ Usage: ./sentence-simplification-main.sh <input_path> <output_file_path>
./sentence-simplification/sentence-simplification-main.sh ./format/split_sentences ./algorithm_sentences/filename.txt
<input_path> Path for cleaned and separated sentences, one per file.
<output_file_path> Path and filename. It uses filename to create files with simplified sentences and with an index within the filename.
<span style="color:red">Requirements</span>
: senteces must be separated one per file and they must be cleaned.
Requirements
: senteces must be separated one per file and they must be cleaned.
It calls simplifier.py
```
### Python scritp for sentences simplification
...
...
Please
register
or
login
to post a comment