Last change
on this file since 2f8d6d8 was
e28a625,
checked in by obrebski <obrebski@…>, 16 years ago
|
Ta linia i następne zostaną zignorowane--
M app/dist/files/README
uaktualnione
M app/doc/utt.texinfo
dopiski
M app/src/gue/Makefile
statyczne biblioteki
M app/src/cor/cmdline_cor.ggo
usuniecie nie dzialajacych parametrow
M app/src/cor/Makefile
statyczne biblioteki
M app/src/common/cmdline_common.ggo
?
M app/src/kor/Makefile
statyczne biblioteki
M app/src/lem/Makefile
statyczne biblioteki
M lang/dist/tarball/Makefile
pakowanie modulow jezykowych po jednym
M lang/Makefile
-"-
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@61 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.