;; ;;; Center-embedded. (progn (vis-sim '(the senator that attacked the reporter admitted the error period)) (summ) (aud-sim '(the senator that the reporter attacked admitted the error period)) (summ) (dual-sim '(the senator that attacked the reporter admitted the error period) '(the senator that the reporter attacked admitted the error period)) (summ)) (progn (vis-sim '(the senator that attacked the reporter admitted the error period)) (history@ (associate structure rh-associate rh-structure orthographic phonological executive) :combination avg :measure prop) (aud-sim '(the senator that the reporter attacked admitted the error period)) (history@ (associate structure rh-associate rh-structure orthographic phonological executive) :combination avg :measure prop) (dual-sim '(the senator that attacked the reporter admitted the error period) '(the senator that the reporter attacked admitted the error period)) (history@ (associate structure rh-associate rh-structure orthographic phonological executive) :combination avg :measure prop)) ;; ;;; Simple actives and passives. (progn (vis-sim '(the senator attacked the reporter period)) (aud-sim '(reporter was attacked by senator period)) (dual-sim '(the senator attacked the reporter period) '(reporter was attacked by senator period)) (trees theta-role) (dm theta-role)) ;;; Datives.(progn (vis-sim '(the senator that attacked the reporter admitted the error period)) (summ) (aud-sim '(the senator that the reporter attacked admitted the error period)) (summ) (dual-sim '(the senator that attacked the reporter admitted the error period) '(the senator that the reporter attacked admitted the error period)) (summ)) (progn (vis-sim '(the senator gave an interview to the reporter period)) (aud-sim '(interview was given to reporter by the senator period)) (dual-sim '(the senator gave an interview to the reporter period) '(interview was given to reporter by the senator period)) (trees theta-role) (dm theta-role)) ;;; Clefts. (progn (vis-sim '(it was the senator that attacked the reporter period)) (aud-sim '(it was the senator that the reporter attacked period)) (dual-sim '(it was the senator that attacked the reporter period) '(it was the senator that the reporter attacked period)) (trees theta-role) (dm theta-role)) ;;; Right-branching. (progn (vis-sim '(the senator attacked the reporter that admitted the error period)) (aud-sim '(the senator attacked the reporter that the editor fingered period)) (dual-sim '(the senator attacked the reporter that admitted the error period) '(the senator attacked the reporter that the editor fingered period)) (trees theta-role) (dm theta-role)) ;;; Center-embedded. (progn (vis-sim '(the senator that attacked the reporter admitted the error period)) (aud-sim '(the senator that the reporter attacked admitted the error period)) (dual-sim '(the senator that attacked the reporter admitted the error period) '(the senator that the reporter attacked admitted the error period)) (trees theta-role) (dm theta-role)) ;;; Conjoined actives and center-embedded. ;;; ;;; NOT WORKING YET. (progn (vis-sim '(the senator attacked the reporter and admitted the error period)) (aud-sim '(the senator that attacked the reporter admitted the error period)) (dual-sim '(the senator attacked the reporter and admitted the error period) '(the senator that attacked the reporter admitted the error period)) (trees theta-role) (dm theta-role)) ;; ;;; All duals. (progn (dual-sim '(the senator attacked the reporter period) '(reporter was attacked by senator period)) (trees theta-role) (dm theta-role) (dual-sim '(the senator gave an interview to the reporter period) '(interview was given to reporter by the senator period)) (trees theta-role) (dm theta-role) (dual-sim '(it was the senator that attacked the reporter period) '(it was the senator that the reporter attacked period)) (trees theta-role) (dm theta-role) (dual-sim '(the senator attacked the reporter that admitted the error period) '(the senator attacked the reporter that the editor fingered period)) (trees theta-role) (dm theta-role) (dual-sim '(the senator that attacked the reporter admitted the error period) '(the senator that the reporter attacked admitted the error period)) (trees theta-role) (dm theta-role) (dual-sim '(the senator attacked the reporter and admitted the error period) '(the senator that attacked the reporter admitted the error period)) (trees theta-role) (dm theta-role))