Changeset abd28d1 for conf


Ignore:
Timestamp:
02/22/12 23:10:23 (12 years ago)
Author:
Tomasz Obrebski <to@…>
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)
Message:

fixed further bugs around compdic
cats file renamed and moved
config files updated

Location:
conf
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • conf/Makefile

    rb242df2 rabd28d1  
    22 
    33.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 
     4all: compdic.conf cor.conf dgc.conf dgp.conf gph.conf grp.conf gue.conf kor.conf lem.conf mar.conf ser.conf utt.conf 
    55 
    66%.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} $< > $@ 
    88 
    99 
  • conf/compdic.conf.m4

    rcfdf333 rabd28d1  
    1111# parameter_name [=] value 
    1212# 
    13 symbols = LANG_DIR/pl_PL.ISO-8859-2/pl_PL.ISO-8859-2.sym 
     13symbols = LANG_DIR/LANGUAGE/LANGUAGE.sym 
  • conf/dgc.conf.m4

    rcfdf333 rabd28d1  
    1111# parameter_name [=] value 
    1212# 
    13 categories = LANG_DIR/cats.dgc 
     13categories = LANG_DIR/LANGUAGE/lem.bin.cats 
    1414grammar = LANG_DIR/gram.dgc 
    1515outputfile = LANG_DIR/gram.dgp 
  • conf/lem.conf.m4

    rcfdf333 rabd28d1  
    1111# parameter_name [=] value 
    1212# 
    13 dictionary-home = LANG_DIR 
     13dictionary = LANG_DIR/LANGUAGE/lem.bin 
     14#dictionary-home = LANG_DIR 
    1415process = W 
  • conf/utt.conf.m4

    rcfdf333 rabd28d1  
    1212# 
    1313# user locale (dictionary) 
    14 language = pl_PL.ISO-8859-2 
     14language = LANGUAGE 
Note: See TracChangeset for help on using the changeset viewer.