source: app/src/gue/cmdline_guess.ggo @ 25b4022

Last change on this file since 25b4022 was 19760ef, checked in by obrebski <obrebski@…>, 16 years ago

uzupelnione configi
oprawiona obsluga opcji weight w gue
tre znajduje swoja biblioteke (nie znajdywal wczesniej)

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@51 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 656 bytes
Line 
1package "guess"
2version "0.1"
3
4option "guess_count"            n       "Guess up to n descriptions" int default="0" no
5option "delta"                  -       "Stop displaying answers after fall of weight" float default="0.2" no
6option "cut-off"                -       "Do not display answers with less weight than cut-off" int default="200" no
7option "dictionary-home"        -       "dh" string typestr="FILENAME" no hidden
8option "dictionary"             d       "File with dictionary information" string typestr="filename" default="gue.bin" no
9option "per-info"               v       "Display performance information" flag off
10option "weights"                w       "Print weights" flag off
11option "no-uppercase"           -       "Do not process form containing uppercase letters" flag off
12
Note: See TracBrowser for help on using the repository browser.