LTDB generation script still uses $LOGONROOT/dfki/jacy
goodmami opened this issue · 0 comments
goodmami commented
Can we update the LTDB for Jacy using this repo? I see this in ${LOGONROOT}/lingo/lkb/src/ltdb/ltdb-conf.bash
:
case ${grm} in
jacy)
grammardir=${LOGONROOT}/dfki/jacy;
grammarurl=http://www.delph-in.net/jacy/
ltypes=("${grammardir}/letypes.tdl")
;;
...
Or am I looking at the wrong version of LTDB?