help
|
Last change
on this file since 8d3e6ab was
8d3e6ab,
checked in by pawelk <pawelk@…>, 19 years ago
|
|
Poprawilem wiekszosc makow pod katem poprawego kompilowania.
Wystepuje blad kompilacji dla gue.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@9 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
|
-
Property mode set to
100644
|
|
File size:
663 bytes
|
| Line | |
|---|
| 1 | package "guess" |
|---|
| 2 | version "0.1" |
|---|
| 3 | |
|---|
| 4 | option "guess_count" n "Guess up to n descriptions" int default="0" no |
|---|
| 5 | option "delta" - "Stop displaying answers after fall of weight" float default="0.2" no |
|---|
| 6 | option "cut-off" - "Do not display answers with less weight than cut-off" int default="200" no |
|---|
| 7 | 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 | option "per-info" v "Display performance information" flag off |
|---|
| 10 | option "weights" w "Print weights" flag off hidden |
|---|
| 11 | option "no-uppercase" - "Do not process form containing uppercase letters" flag off |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.