Last change
on this file since 8338227 was
b3179eb,
checked in by pawelk <pawelk@…>, 17 years ago
|
Dolozylismy dwie opcje do kora: wyswietlanie lub nie wynikow oraz wyswietlanie liczby najlepszych zmian.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@27 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
|
-
Property mode set to
100755
|
File size:
764 bytes
|
Line | |
---|
1 | package "kor" |
---|
2 | version "0.1" |
---|
3 | |
---|
4 | option "dictionary-home" - "Dictionary home dir." string typestr="FILENAME" no hidden |
---|
5 | option "dictionary" d "Dictionary" string typestr="FILENAME" default="cor.bin" no |
---|
6 | option "distance" D "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 |
---|
8 | #option "single" - "Place all alternatives in the same line" flag off |
---|
9 | option "weights" w "File with translation rules." string typestr="FILENAME" default="weight.cor" no |
---|
10 | option "threshold" t "Edit distance threshold" float default="1" no |
---|
11 | option "show-scores" - "Show scores" flag off |
---|
12 | option "count" n "Print only count best results" int no |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.