;;;-*-LISP-*- ;;; =================================================================== ;;; ACT-R Sentence Parsing Model ;;; ;;; Copyright (C) 2006 Shravan Vasishth, Rick Lewis, Sven Bruessow ;;; ;;; This file is part of the ACT-R Sentence Parsing Model processing ;;; German negative and positive polarity items as described in the ;;; Cognitive Science article Vasishth, Bruessow & Lewis (2007). ;;; ;;; The original English model is described in the Cognitive Science ;;; article Lewis & Vasishth (2004). ;;; ;;; Version 2.9 ;;; July 15 2006 ;;; =================================================================== ;;; ;;; The model is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or ;;; (at your option) any later version. ;;; ;;; The model is distributed in the hope that it will be useful, ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . (chunk-type comprehend-sentence state (goal-cat IP-gapped-goal) ;; German ; (goal-cat IP-goal) ;; English ; goal-subcat polarity cue1 cue2 cue3 cue4 ) (chunk-type lexical-entry word cat (subcat intransitive-lex) number case person gender polarity tense voice finite ; (waiting-for-case none) ; (waiting-for-cat none) ; (waiting-for-finite none) ) (chunk-type syn-obj cat subcat next-goal head head-word ; purely for trace information subj-word ; purely for trace information subj-predicate (waiting-for-finite none) (waiting-for-case none) (waiting-for-num none) (waiting-for-cat none) (waiting-for-cat2 none) (waiting-for-cat3 none) case gender polarity number finite tense embedded gapped (comp none) (modifier none) ;;(argument none) ;;(adjunct none) (spec none) (comp-of none) (modif-of none) ;;(argument-of none) ;;(adjunct-of none) (spec-of none) (cp-spec-of none) coindexed-with attached (gap none) filler )