Last change
on this file since d2f119e was
5f4d9c3,
checked in by Maciej Prill <mprill@…>, 13 years ago
|
Rewritten the build system, added lem UTF-8 version.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[5f4d9c3] | 1 | #section "Common UTT options" |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | option "input" f "Input file" string no |
---|
| 5 | |
---|
| 6 | option "output" o "Output file for succesfully processed segments" string no |
---|
| 7 | |
---|
| 8 | option "fail" e "Output file for unsuccesfully processed segments " string no |
---|
| 9 | |
---|
| 10 | option "only-fail" - "Print only segments the program failed to process" flag off hidden |
---|
| 11 | |
---|
| 12 | option "no-fail" - "Print only segments the program processed" flag off hidden |
---|
| 13 | |
---|
| 14 | option "copy" c "Copy succesfully processed segments to standard output" flag off |
---|
| 15 | |
---|
| 16 | option "process" p "Process segments with this tag" string no multiple |
---|
| 17 | |
---|
| 18 | option "select" s "Select only segments with this field" string no multiple |
---|
| 19 | |
---|
| 20 | option "ignore" S "Select only segments without this field" string no multiple |
---|
| 21 | |
---|
| 22 | option "output-field" O "Output field name" string no |
---|
| 23 | |
---|
| 24 | option "input-field" I "Input field name" string no multiple |
---|
| 25 | |
---|
| 26 | option "interactive" i "Toggle interactive mode" flag off |
---|
| 27 | |
---|
| 28 | option "config" - "Configuration file" string typestr="FILENAME" no |
---|
| 29 | |
---|
| 30 | option "one-field" 1 "Print all results in one segments (creates ambiguous annotation)" flag off |
---|
| 31 | |
---|
| 32 | option "one-line" - "Print annotation alternatives as additional fields" flag off |
---|
| 33 | |
---|
| 34 | option "language" - "Language." string no |
---|
| 35 | package "guess" |
---|
| 36 | version "0.1" |
---|
| 37 | |
---|
| 38 | option "color" l "Show guessed descriptions in colour." flag off |
---|
| 39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.