source: src/kor/cmdline_cor.ggo @ 5f4d9c3

Last change on this file since 5f4d9c3 was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
File size: 764 bytes
Line 
1package "kor"
2version "0.1"
3
4option "dictionary-home"        -       "Dictionary home dir." string typestr="FILENAME" no hidden
5option "dictionary"             d       "Dictionary" string typestr="FILENAME" default="cor.bin" no
6option "distance"               D       "Maximal edit distance." int default="1" no
7option "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
8#option "single"                        -       "Place all alternatives in the same line" flag off
9option "weights"                w       "File with translation rules." string typestr="FILENAME" default="weight.cor" no
10option "threshold"              t       "Edit distance threshold" float default="1" no
11option "show-scores"            -       "Show scores" flag off
12option  "count"                 n       "Print only count best results" int no
13
Note: See TracBrowser for help on using the repository browser.