- Timestamp:
- 10/29/08 11:17:16 (16 years ago)
- Branches:
- master, help
- Children:
- 91ed676
- Parents:
- 261bf62
- git-author:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- git-committer:
- obrebski <obrebski@…> (10/29/08 11:17:16)
- Location:
- app/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/common/cmdline_common.ggo
r25ae32e re28a625 2 2 3 3 4 option "input" f "Input file" string no hidden4 option "input" f "Input file" string no 5 5 6 option "output" o "Output file " string no hidden6 option "output" o "Output file for succesfully processed segments" string no 7 7 8 option "fail" e "Output file for unsuccesfully processed segments " string no hidden8 option "fail" e "Output file for unsuccesfully processed segments " string no 9 9 10 10 option "only-fail" - "Print only segments the program failed to process" flag off hidden … … 12 12 option "no-fail" - "Print only segments the program processed" flag off hidden 13 13 14 option "copy" c "Copy succesfully processed segments to standard output" flag off hidden14 option "copy" c "Copy succesfully processed segments to standard output" flag off 15 15 16 16 option "process" p "Process segments with this tag" string no multiple -
app/src/cor/Makefile
r13a8a67 re28a625 1 PAR=-Wno-deprecated -m32 -fpermissive 2 # -static 1 PAR=-Wno-deprecated -m32 -fpermissive -static 3 2 PAR2=-c -Wno-deprecated -m32 -fpermissive 4 3 LIB_PATH=../lib -
app/src/cor/cmdline_cor.ggo
r25ae32e re28a625 5 5 option "dictionary" d "Dictionary" string typestr="FILENAME" default="cor.bin" no 6 6 option "distance" n "Maximal edit distance." int default="1" no 7 option "replace" r "Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off 7 option "replace" r "Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off hidden 8 8 #option "single" - "Place all alternatives in the same line" flag off -
app/src/gue/Makefile
r8d3e6ab re28a625 1 PAR=-Wno-deprecated -O3 -fpermissive -m32 2 #-static 1 PAR=-Wno-deprecated -O3 -fpermissive -m32 -static 3 2 PAR2=-c -Wno-deprecated -O3 -fpermissive -m32 4 3 LIB_PATH=../lib -
app/src/kor/Makefile
r13a8a67 re28a625 1 PAR=-Wno-deprecated -m32 -fpermissive 2 # -static 1 PAR=-Wno-deprecated -m32 -fpermissive -static 3 2 PAR2=-c -Wno-deprecated -m32 -fpermissive 4 3 LIB_PATH=../lib -
app/src/lem/Makefile
r13a8a67 re28a625 1 PAR=-Wno-deprecated -m32 -O3 -fpermissive 2 #-static 3 PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive 1 PAR=-Wno-deprecated -m32 -O3 -fpermissive -static 2 PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive -static 4 3 LIB_PATH=../lib 5 4 COMMON_PATH=../common
Note: See TracChangeset
for help on using the changeset viewer.