;;; Hey, emacs (1), this is -*- mode:tdl; encoding: iso-8859-1-*- ;;; Copyright (c) 1994-2005 ;;; ;;; spanish.tdl ;;; ;;; Top-level load file for PET for the Spanish grammar ;;; ;;; File created: 3-Nov-94 by Rob Malouf ;;; ;;; $Id: spanish.tdl,v 1.1 2007/09/20 16:12:43 oe Exp $ ;; ;; Types ;; :begin :type. :include "matrix". :include "es_types_hd". :include "es_super-types_lr". :include "es_types_le". :include "es_types_inflr". :include "es_types_lr". :include "es_types_sr". :end :type. ;; ;; Lexicon entries (instances of status lex-entry or generic-lex-entry) ;; :begin :instance :status lex-entry. :include "es_lex_ts". :include "es_lex_cc". :include "es_lex_ord". :end :instance. ;; ;; for low-key accomodation of PTB tokenization ;; ;;:begin :instance :status lex-entry. ;;:include "ptblex". ;;:end :instance. ;:begin :instance :status generic-lex-entry. ;:include "gen-lex". ;:end :instance. ;; ;; grammar rules and lexical rules (instances of status rule) ;; :begin :instance :status rule. :include "es_srules". :end :instance. :begin :instance :status lex-rule. :include "es_lrules". :include "es_inflr". ;; DPF 20-apr-05 - Temporary patch to cope with Lisp reader's grumpiness ;; about comma, semicolon in inflr.tdl ;:include "inflr-pet". :end :instance. ;; ;; parse-tree labels (instances) ;; :begin :instance. :include "es_labels". :end :instance. ;; ;; start symbols of the grammar (instances) ;; :begin :instance. :include "roots". :end :instance.