- Timestamp:
- 02/22/12 23:10:23 (13 years ago)
- Branches:
- master
- Children:
- a15e59b
- Parents:
- b242df2
- git-author:
- Tomasz Obrebski <to@…> (02/22/12 23:10:23)
- git-committer:
- Tomasz Obrebski <to@…> (02/22/12 23:10:23)
- Location:
- conf
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
conf/Makefile
rb242df2 rabd28d1 2 2 3 3 .PHONY: all 4 all: comp iledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf4 all: compdic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 5 5 6 6 %.conf: %.conf.m4 7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} --define=LANGUAGE=${LANGUAGE} $< > $@ 8 8 9 9 -
conf/compdic.conf.m4
rcfdf333 rabd28d1 11 11 # parameter_name [=] value 12 12 # 13 symbols = LANG_DIR/ pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym13 symbols = LANG_DIR/LANGUAGE/LANGUAGE.sym -
conf/dgc.conf.m4
rcfdf333 rabd28d1 11 11 # parameter_name [=] value 12 12 # 13 categories = LANG_DIR/ cats.dgc13 categories = LANG_DIR/LANGUAGE/lem.bin.cats 14 14 grammar = LANG_DIR/gram.dgc 15 15 outputfile = LANG_DIR/gram.dgp -
conf/lem.conf.m4
rcfdf333 rabd28d1 11 11 # parameter_name [=] value 12 12 # 13 dictionary-home = LANG_DIR 13 dictionary = LANG_DIR/LANGUAGE/lem.bin 14 #dictionary-home = LANG_DIR 14 15 process = W -
conf/utt.conf.m4
rcfdf333 rabd28d1 12 12 # 13 13 # user locale (dictionary) 14 language = pl_PL.ISO-8859-214 language = LANGUAGE
Note: See TracChangeset
for help on using the changeset viewer.