Changeset b3179eb for app/src/kor/cmdline_cor.ggo
- Timestamp:
- 04/11/08 12:48:20 (17 years ago)
- Branches:
- master, help
- Children:
- aa9f1bc
- Parents:
- 635ee52
- git-author:
- pawelk <pawelk@…> (04/11/08 12:48:20)
- git-committer:
- pawelk <pawelk@…> (04/11/08 12:48:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/kor/cmdline_cor.ggo
rac7d970 rb3179eb 4 4 option "dictionary-home" - "Dictionary home dir." string typestr="FILENAME" no hidden 5 5 option "dictionary" d "Dictionary" string typestr="FILENAME" default="cor.bin" no 6 option "distance" n"Maximal edit distance." int default="1" no6 option "distance" D "Maximal edit distance." int default="1" no 7 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 8 #option "single" - "Place all alternatives in the same line" flag off 9 9 option "weights" w "File with translation rules." string typestr="FILENAME" default="weight.cor" no 10 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 TracChangeset
for help on using the changeset viewer.