;;; -*- Mode: TDL-*- ;;; Authors: ;;; 2004-2006 Berthold Crysmann ;;; Copyright: DFKI GmbH :include "general". ;; name of type containing quick check structure qc-structure-unif := $qc_unif_set_pack. ;qc-structure-subs := $qc_subs_trad_pack. spanning-only-rules := $head-filler-get-rpunct-msgpred-rule $imp-get-rpunct-msgpred $coord-get-rpunct-msgpred-rule. packing := true. packing-restrictor := RELS HCONS SLASH _CAS V1 ALTKEY SELF ACTIVE INERT LEE LOR --RELH --RELI --UCOMPS IBOT ARG2 ARG3 ARG4. ;; ;; Tokenizer settings ;; case-sensitive. ; be case sensitive in string and yy tokenizer trivial-tokenizer. ; for Lingo-style tokenizer "string" ;; ;; path settings for chart mapping rules ;; chart-mapping-context-path := "+CONTEXT". chart-mapping-input-path := "+INPUT". chart-mapping-output-path := "+OUTPUT". chart-mapping-poscons-path := "+POSCONS". ;; ;; path settings for mapping tInputItem objects to input feature structures ;; inpitem-form-path := "+FORM". ; required for input feature structures inpitem-stem-path := "+STEM". ; optional, for stem-based lookup inpitem-lexid-path := "+LEXID". ; optional, for lexid-based lookup inpitem-inflr-path := "+INFLR". ; optional, for inflectional rules inpitem-cfrom-path := "+CFROM". ; optional, for external start position inpitem-cto-path := "+CTO". ; optional, for external end position inpitem-ids-path := "+IDS". ; optional, a list of ids inpitem-postags-path := "+TNT.+TAGS". ; optional, list of pos tags inpitem-posprobs-path := "+TNT.+PRBS". ; optional, list of pos probabilities ;; unify input feature structures into this path in lexical items lexitem-inpitem-path := "TOKEN".