source: app/src/common/cmdline_common.ggo @ 25ae32e

help
Last change on this file since 25ae32e was 25ae32e, checked in by obrebski <obrebski@…>, 16 years ago

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@4 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#section "Common UTT options"
2
3
4option  "input"         f       "Input file" string no hidden
5
6option  "output"        o       "Output file" string no hidden
7
8option  "fail"          e       "Output file for unsuccesfully processed segments " string no hidden
9
10option  "only-fail"     -       "Print only segments the program failed to process" flag off hidden
11
12option  "no-fail"       -       "Print only segments the program processed" flag off hidden
13
14option  "copy"          c       "Copy succesfully processed segments to standard output" flag off hidden
15
16option  "process"       p       "Process segments with this tag" string no multiple
17
18option  "select"        s       "Select only segments with this field" string no multiple
19
20option  "ignore"        S       "Select only segments without this field" string no multiple
21
22option  "output-field"  O       "Output field name" string no
23
24option  "input-field"   I       "Input field name" string no multiple
25
26option  "interactive"   i       "Toggle interactive mode" flag off
27
28option  "config"        -       "Configuration file" string typestr="FILENAME" no
29
30option  "one-field"     1       "Print all results in one segments (creates ambiguous annotation)" flag off
31
32option  "one-line"      -       "Print annotation alternatives as additional fields" flag off
33
34option  "language"      -       "Language." string no
Note: See TracBrowser for help on using the repository browser.