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