Changeset 8d3e6ab for app/src/gue
- Timestamp:
- 03/13/08 12:45:16 (17 years ago)
- Branches:
- master, help
- Children:
- 246900a
- Parents:
- e1b08a2
- git-author:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- git-committer:
- pawelk <pawelk@…> (03/13/08 12:45:16)
- Location:
- app/src/gue
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/gue/Makefile
r25ae32e r8d3e6ab 1 PAR=-Wno-deprecated -O3 -fpermissive -static 2 PAR2=-c -Wno-deprecated -O3 -fpermissive 1 PAR=-Wno-deprecated -O3 -fpermissive -m32 2 #-static 3 PAR2=-c -Wno-deprecated -O3 -fpermissive -m32 3 4 LIB_PATH=../lib 4 5 COMMON_PATH=../common … … 25 26 gengetopt -i cmdline.ggo --conf-parser 26 27 27 cmdline.ggo: cmdline_guess.ggo ../common/cmdline_common.ggo28 cat cmdline_guess.ggo ../common/cmdline_common.ggo > cmdline.ggo28 cmdline.ggo: cmdline_guess.ggo $(COMMON_PATH)/cmdline_common.ggo 29 cat cmdline_guess.ggo $(COMMON_PATH)/cmdline_common.ggo > cmdline.ggo 29 30 30 31 -
app/src/gue/cmdline_guess.ggo
r25ae32e r8d3e6ab 5 5 option "delta" - "Stop displaying answers after fall of weight" float default="0.2" no 6 6 option "cut-off" - "Do not display answers with less weight than cut-off" int default="200" no 7 option "dictionary-home" - "dh" hidden8 option "dictionary" d "File with dictionary information" string typestr="filename" default=" ~/.utt/lang/pl_PL.ISO-8859-2/gue.bin" no7 option "dictionary-home" - "dh" string typestr="FILENAME" no hidden 8 option "dictionary" d "File with dictionary information" string typestr="filename" default="gue.bin" no 9 9 option "per-info" v "Display performance information" flag off 10 10 option "weights" w "Print weights" flag off hidden
Note: See TracChangeset
for help on using the changeset viewer.