source: app/src/cor/cmdline_cor.ggo @ a26cf42

Last change on this file since a26cf42 was e28a625, checked in by obrebski <obrebski@…>, 16 years ago

Ta linia i następne zostaną zignorowane--

M app/dist/files/README

uaktualnione

M app/doc/utt.texinfo

dopiski

M app/src/gue/Makefile

statyczne biblioteki

M app/src/cor/cmdline_cor.ggo

usuniecie nie dzialajacych parametrow

M app/src/cor/Makefile

statyczne biblioteki

M app/src/common/cmdline_common.ggo

?

M app/src/kor/Makefile

statyczne biblioteki

M app/src/lem/Makefile

statyczne biblioteki

M lang/dist/tarball/Makefile

pakowanie modulow jezykowych po jednym

M lang/Makefile

-"-

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

  • Property mode set to 100644
File size: 495 bytes
Line 
1package "cor"
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"               n       "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 hidden
8#option "single"                        -       "Place all alternatives in the same line" flag off
Note: See TracBrowser for help on using the repository browser.