README 969 Bytes
How to run

$ bash $ISIMP/simplify.sh -json [INPUT] [OUTPUT]

You can place files anywhere and run the above commend. The INPUT file should contain plain text. The script will simplify the text and output the simplification constructs (with location information) in JSON format. For other usage, please try

$bash $ISIMP/simplify.sh -help
usage: Console [OPTIONS] [INPUT] [OUTPUT]
               Tag the POS, parse the sentences, and detect simplification
               constructs in the sentences.
               By default, assume the document is not tokenized and
               sentence-splited. Therefore, these two tasks will be done
               first.
 -help         display this help and exit
 -json         print file in JSON format. If not set, print file in plain
               text format
 -parse_only   If set, parse the document only
 -tokenized    set input tokenized. If not set, assume the document is not
               tokenized and ssplited.