Showing
126 changed files
with
21 additions
and
0 deletions
isimp_v2/README
0 → 100644
1 | +How to run | ||
2 | + | ||
3 | +$ bash $ISIMP/simplify.sh -json [INPUT] [OUTPUT] | ||
4 | + | ||
5 | +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 | ||
6 | + | ||
7 | +$bash $ISIMP/simplify.sh -help | ||
8 | +usage: Console [OPTIONS] [INPUT] [OUTPUT] | ||
9 | + Tag the POS, parse the sentences, and detect simplification | ||
10 | + constructs in the sentences. | ||
11 | + By default, assume the document is not tokenized and | ||
12 | + sentence-splited. Therefore, these two tasks will be done | ||
13 | + first. | ||
14 | + -help display this help and exit | ||
15 | + -json print file in JSON format. If not set, print file in plain | ||
16 | + text format | ||
17 | + -parse_only If set, parse the document only | ||
18 | + -tokenized set input tokenized. If not set, assume the document is not | ||
19 | + tokenized and ssplited. | ||
20 | + | ||
21 | + |
isimp_v2/bin/adapter/AdapterPattern.class
0 → 100644
No preview for this file type
No preview for this file type
isimp_v2/bin/adapter/OtherAdapter.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/annotator/ISimpAnnotator.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/detect/DetectionPattern.class
0 → 100644
No preview for this file type
No preview for this file type
isimp_v2/bin/detect/ISimp.class
0 → 100644
No preview for this file type
isimp_v2/bin/detect/ISimpBuilder.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/extractor/ISimpExtractor.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/main/BioCMain.class
0 → 100644
No preview for this file type
isimp_v2/bin/main/Console.class
0 → 100644
No preview for this file type
isimp_v2/bin/main/EvalSimp.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/main/JsonAdapters.class
0 → 100644
No preview for this file type
isimp_v2/bin/main/SentencePrinter$1.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/main/SentencePrinter.class
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
isimp_v2/bin/test/ISimpTest.class
0 → 100644
No preview for this file type
isimp_v2/bin/test/JSonTest.class
0 → 100644
No preview for this file type
isimp_v2/bin/test/StanfordCoreNLPTest.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/DetailedLabelWriter.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/LabelWriter.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/PatternEnv.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/PtbUtils.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/PtbWriter$1.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/PtbWriter.class
0 → 100644
No preview for this file type
isimp_v2/bin/utils/Utils.class
0 → 100644
No preview for this file type
isimp_v2/lib/bioc.jar
0 → 100644
No preview for this file type
isimp_v2/lib/commons-cli-1.2.jar
0 → 100644
No preview for this file type
No preview for this file type
isimp_v2/lib/commons-io-2.4.jar
0 → 100644
No preview for this file type
isimp_v2/lib/commons-lang3-3.1.jar
0 → 100644
No preview for this file type
isimp_v2/lib/gson-2.2.4.jar
0 → 100644
No preview for this file type
isimp_v2/lib/junit-4.11.jar
0 → 100644
No preview for this file type
This file is too large to display.
isimp_v2/lib/stanford-corenlp-3.2.0.jar
0 → 100644
No preview for this file type
isimp_v2/rules/adapter.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/apposition-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/apposition.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/coordination-adapter.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/coordination-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/coordination.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/hypernymy-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/member-collection-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/others.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/parenthesis-adapter.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/parenthesis-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/parenthesis.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/relative clause-adapter.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/relative clause-detect.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/relative clause.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/rules/sentenceBeginning.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/run_iSimp.sh
0 → 100755
This diff is collapsed. Click to expand it.
isimp_v2/simplify.sh
0 → 100755
This diff is collapsed. Click to expand it.
isimp_v2/testcases/foo-simp.txt
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/testcases/foo.json
0 → 100644
This diff is collapsed. Click to expand it.
isimp_v2/testcases/foo.txt
0 → 100644
This diff is collapsed. Click to expand it.
sentence-simplification-main.sh
0 → 100755
This diff is collapsed. Click to expand it.
simplifier.py
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment