;;; -*- Mode: TDL; Coding: utf-8 -*- ;;; Authors: ;;; 1997-2000 Walter Kasper & Stefan Müller ;;; 2000-2002 Stefan Müller ;;; 2002-2006 Berthold Crysmann ;;; 2007 Nicolai Kilian ;;; Copyright: DFKI GmbH :begin :type. :include "matrix.tdl". :include "head-types.tdl". :include "fundamentals.tdl". :include "supra.tdl". :include "morph.tdl". :include "pn.tdl". :include "ruletypes.tdl". :include "lextypes.tdl". :include "mtr.tdl". :end :type. ;; ;; token mapping: manipulate the token lattice prior to lexical look-up ;; :begin :type. :include "tmt". :end :type. :begin :instance :status token-mapping-rule. :include "tmr/char". :include "tmr/tone". :end :instance. ;; ;; grammar rules and lexical rules (instances of status rule) ;; :begin :instance :status lex-rule. :include "lrules.tdl". :include "pet/irules-pet.tdl". :end :instance. :begin :instance :status rule. :include "rules.tdl". :end :instance. ;:begin :instance :status lexical-filtering-rule. ;:include "lfr.tdl". ;:end :instance. ;; ;; native and generic lexical entries ;; :begin :instance :status lex-entry. :include "lexicon.tdl". :end :instance. ;:begin :instance :status generic-lex-entry. ;:include "gen-lex.tdl". ;:end :instance. ;; ;; parse-tree labels (instances) ;; :begin :instance. :include "labels.tdl". :end :instance. ;; ;; start symbols of the grammar (instances) ;; :begin :instance. :include "roots.tdl". :end :instance. ;;; Quick check paths :begin :instance. :include "pet/qc". :end :instance.