source: src/common/cmdline_common.ggo

Last change on this file was e0cd003, checked in by Tomasz Obrebski <to@…>, 11 years ago

wsp�lny parametr -e usuni�ty
wyg�adzone teksty help

  • 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
5
6option  "output"        o       "Output file" string no
7
8option  "only-fail"     -       "Print only segments the program failed to process" flag off hidden
9
10option  "no-fail"       -       "Print only segments the program processed" flag off hidden
11
12option  "copy"          c       "Copy succesfully processed segments to output" flag off
13
14option  "process"       p       "Process segments of this type only" string no multiple
15
16option  "select"        s       "Select only segments containing this field" string no multiple
17
18option  "ignore"        S       "Select only segments, which doesn't contain this field" string no multiple
19
20option  "output-field"  O       "Output field name (default: program name)" string no
21
22option  "input-field"   I       "Input field name (default: the FORM field)" string no multiple
23
24option  "interactive"   i       "Toggle interactive mode" flag off
25
26option  "config"        -       "Configuration file" string typestr="FILENAME" no
27
28option  "one-field"     1       "Print all alternative results in one field (creates compact ambiguous annotation)" flag off
29
30option  "one-line"      -       "Print annotation alternatives as additional fields in the same segment" flag off
31
32option  "language"      -       "Language." string no
Note: See TracBrowser for help on using the repository browser.