Last change
on this file since abd28d1 was
e7de6cc,
checked in by Tomasz Obrebski <to@…>, 13 years ago
|
new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[5f4d9c3] | 1 | package "dgp" |
---|
| 2 | version "0.1" |
---|
| 3 | |
---|
| 4 | option "grammar" g "Grammar file" |
---|
| 5 | string no typestr="filename" |
---|
| 6 | |
---|
| 7 | option "long" l "Long output" |
---|
| 8 | flag off |
---|
| 9 | |
---|
| 10 | option "debug" d "Debug mode." |
---|
| 11 | flag off |
---|
| 12 | |
---|
| 13 | option "info" - "Print info. |
---|
| 14 | h - heads d - dependents |
---|
| 15 | s - sets |
---|
| 16 | c - constraints n - node/arc counts t - parse time |
---|
| 17 | " |
---|
| 18 | string no default="h" |
---|
| 19 | #section "Common UTT options" |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | option "input" f "Input file" string no |
---|
| 23 | |
---|
| 24 | option "output" o "Output file for succesfully processed segments" string no |
---|
| 25 | |
---|
| 26 | option "fail" e "Output file for unsuccesfully processed segments " string no |
---|
| 27 | |
---|
| 28 | option "only-fail" - "Print only segments the program failed to process" flag off hidden |
---|
| 29 | |
---|
| 30 | option "no-fail" - "Print only segments the program processed" flag off hidden |
---|
| 31 | |
---|
| 32 | option "copy" c "Copy succesfully processed segments to standard output" flag off |
---|
| 33 | |
---|
| 34 | option "process" p "Process segments with this tag" string no multiple |
---|
| 35 | |
---|
| 36 | option "select" s "Select only segments with this field" string no multiple |
---|
| 37 | |
---|
| 38 | option "ignore" S "Select only segments without this field" string no multiple |
---|
| 39 | |
---|
| 40 | option "output-field" O "Output field name" string no |
---|
| 41 | |
---|
| 42 | option "input-field" I "Input field name" string no multiple |
---|
| 43 | |
---|
| 44 | option "interactive" i "Toggle interactive mode" flag off |
---|
| 45 | |
---|
| 46 | option "config" - "Configuration file" string typestr="FILENAME" no |
---|
| 47 | |
---|
| 48 | option "one-field" 1 "Print all results in one segments (creates ambiguous annotation)" flag off |
---|
| 49 | |
---|
| 50 | option "one-line" - "Print annotation alternatives as additional fields" flag off |
---|
| 51 | |
---|
| 52 | option "language" - "Language." string no |
---|
Note: See
TracBrowser
for help on using the repository browser.