- Timestamp:
- 02/09/12 20:34:02 (13 years ago)
- Branches:
- master
- Children:
- ac25afd
- Parents:
- 2ff1f65
- git-author:
- Tomasz Obrebski <to@…> (02/09/12 20:34:02)
- git-committer:
- Tomasz Obrebski <to@…> (02/09/12 20:34:02)
- Location:
- conf
- Files:
-
- 2 added
- 2 deleted
- 1 edited
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
conf/Makefile
r5f4d9c3 rcfdf333 1 1 include ../config.mak 2 3 .PHONY: all 4 all: compiledic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 5 6 %.conf: %.conf.m4 7 m4 --define=LANG_DIR=${LANG_DIR} --define=LIB_DIR=${LIB_DIR} $< > $@ 8 9 10 .PHONY: clean 11 clean: 12 rm *.conf 2 13 3 14 .PHONY: install -
conf/cor.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 dictionary-home = PATH_PREFIX/share/utt13 dictionary-home = LANG_DIR 14 14 process = W -
conf/dgc.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 symbols = PATH_PREFIX/share/utt/pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym 13 categories = LANG_DIR/cats.dgc 14 grammar = LANG_DIR/gram.dgc 15 outputfile = LANG_DIR/gram.dgp -
conf/dgp.conf.m4
rf712e16 rcfdf333 12 12 # 13 13 14 grammar = PATH_PREFIX/share/utt/gram.dgp14 grammar = LANG_DIR/gram.dgp 15 15 process = W 16 16 process = BOS -
conf/grp.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 macros = PATH_PREFIX/lib/utt/terms.m413 macros = LIB_DIR/terms.m4 14 14 tags=uam 15 15 -
conf/gue.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 dictionary-home = PATH_PREFIX/share/utt13 dictionary-home = LANG_DIR 14 14 process = W -
conf/kor.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 dictionary-home = PATH_PREFIX/share/utt14 weights = PATH_PREFIX/share/utt/weights.kor13 dictionary-home = LANG_DIR 14 weights = LANG_DIR/weights.kor 15 15 threshold = 1.0 16 16 process=W -
conf/lem.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 dictionary-home = PATH_PREFIX/share/utt13 dictionary-home = LANG_DIR 14 14 process = W -
conf/mar.conf.m4
rf712e16 rcfdf333 11 11 # parameter_name [=] value 12 12 # 13 macros = PATH_PREFIX/lib/utt/terms.m413 macros = LIB_DIR/terms.m4 14 14 tags=uam 15 15
Note: See TracChangeset
for help on using the changeset viewer.