;;;; COPYRIGHT NOTICE ;;;; ;;;; (c) 2000, 2001 University of Maryland ;;;; All Rights Reserved ;;;; ;;;; This file contains the LCS Database, produced by researchers ;;;; in the Computational Linguistics and Information Processing ;;;; Laboratory, University of Maryland, directed by Bonnie J. Dorr, ;;;; copyright (c) University of Maryland, 2000, 2001. Any work, ;;;; published or unpublished, based in whole or in part on the ;;;; use of this resource should acknowledge the "LCS Database" ;;;; by Bonnie J. Dorr at the University of Maryland. The author ;;;; would appreciate being informed of such work or other ;;;; significant uses of this database: bonnie@umiacs.umd.edu ;;;; ;;;; Distribution of this database is permissible as long as this ;;;; copyright notice below and the description and acknowledgements below ;;;; stay in tact. ;;;; ;;;; The "LCS Database" contains Lexical conceptual Structures built by ;;;; hand by Dorr in 1994, organized into semantic classes that are a ;;;; reformulated version of those in Beth Levin (1993) English Verb ;;;; Classes and Alternations (EVCA), Part 2. For a contrastive ;;;; classification, see Levin's index at: ;;;; http://www.umich.edu/~archive/linguistics/texts/indices/evca93.index ;;;; The LCS Database was hand-tagged with WordNet on a per-class basis, ;;;; using the 1.6 version of WordNet {Fellbaum, 1998). The resulting ;;;; database was further extended to include 26 new classes (Dorr, 1996, ;;;; 1997), and adding 3000 WordNet-tagged verbs. Additional contributions ;;;; to this database were made in collaboration with Douglas Jones (Dorr ;;;; and Jones, 1999) and the classes were further refined by Mari Olsen ;;;; (Olsen et al. 1997) so that they contain semantic representation that ;;;; indicate verbal telicity patterns. Levin's original database ;;;; contained 3024 verbs in 192 classes numbering between 9.1 and 57---a ;;;; total of 4186 verb entries. The augmented database contains 4432 verbs ;;;; in 492 classes with more specific numbering (e.g., ``51.3.2.a.ii'') ;;;; and additional class numbers for new classes (between 000 and 026)---a ;;;; total of 11000 verb entries. The verbs in the "LCS Database" is ;;;; alternately referred to as EVCA+ in some recent publications (Green et ;;;; al, 2001a, 2001b). ;;;; ;;;; The latest version of the LCS Database contains a set of argument ;;;; frames that conform to the style of those adopted in the PropBank ;;;; effort at the University of Pennsylvania (Palmer et al., 2001). ;;;; ;;;; The LCS Database has been used extensively in the dissertation work ;;;; of Scott Thomas and Nizar Habash. Relevant citations are given below. ;;;; ;;;; We would like to thank Julie Dahmer, Charles Lin, and David ;;;; Woodard for their WordNet annotations which we used here. We ;;;; would also like to thank Karen Kohl for her annotations of the ;;;; verbs in Part 1 of Levin's work, which we used to give hints for ;;;; annotating these verbs of Part 2. ;;;; ;;;; ----------------------------- REFERENCES -------------------------- ;;;; ;;;; Dorr, Bonnie J., "Large-Scale Dictionary Construction for Foreign ;;;; Language Tutoring and Interlingual Machine Translation," ;;;; Machine Translation, 12:4, pp. 271--322, 1997. ;;;; http://www.umiacs.umd.edu/users/bonnie/Publications/icall-97.pdf ;;;; ;;;; Dorr, Bonnie J. and Mari Broman Olsen, "Multilingual Generation: The ;;;; Role of Telicity in Lexical Choice and Syntactic Realization", Machine ;;;; Translation, 11:1-3, pages 37-74, 1996. ;;; URL = http://www.umiacs.umd.edu/users/bonnie/Publications/lex-choice-96.pdf ;;;; ;;;; Dorr, Bonnie J. and Douglas Jones, "Acquisition of Semantic Lexicons: ;;;; Using Word Sense Disambiguation to Improve Precision", in Breadth and ;;;; Depth of Semantic Lexicons, Evelyne Viegas (ed.), Kluwer Academic ;;;; Publishers, pages 79-98, Norwell, MA, 1999. ;;;; URL = http://www.umiacs.umd.edu/users/bonnie/Publications/kluwer-00.pdf ;;;; ;;;; Fellbaum, Christiane, WordNet: An Electronic Lexical Database, ;;;; MIT Press, 1998. ;;;; URL = http://mitpress.mit.edu/books/wordnet ;;;; ;;;; Green, Rebecca, Lisa Pearl, Bonnie J. Dorr, and Philip Resnik, ;;;; "Lexical Resource Integration across the Syntax-Semantics Interface", ;;;; in Proceedings of the NAACL Workshop on WordNet and Other Lexical ;;;; Resources: Applications, Customizations, Carnegie Mellon University, ;;;; Pittsburg, PA, pages 71-76, 2001a. ;;;; URL = http://www.umiacs.umd.edu/users/bonnie/Publications/naacl-01.pdf ;;;; ;;;; Green, Rebecca, Lisa Pearl, Bonnie J. Dorr, and Philip Resnik, ;;;; "Mapping WordNet Senses to a Lexical Database of Verbs", in ;;;; Proceedings of the 39th Annual Meeting of the Association for ;;;; Computational Linguistics, Toulouse, France, pages 244-251, 2001b. ;;;; URL = http://www.umiacs.umd.edu/users/bonnie/Publications/acl-01.pdf ;;;; ;;;; Levin, Beth, "English Verb Classes and Alternations: A Preliminary ;;;; Investigation", University of Chicago Press, Chicago, IL, 1993. ;;;; ;;;; Olsen, Mari Broman, Bonnie J. Dorr, and Scott C. Thomas, "Toward ;;;; Compact Monotonically Compositional Interlingua Using Lexical Aspect," ;;;; in Proceedings of the Workshop on Interlinguas in MT, MT Summit, New ;;;; Mexico State University Technical Report MCCS-97-314, San Diego, CA, ;;;; pages 33-44, 1997. ;;;; URL = http://www.umiacs.umd.edu/users/bonnie/Publications/il-97.pdf ;;;; ;;;; Palmer, Martha, Joseph Rosenzweig and Scott Cotton, ;;;; "Automatic Predicate Argument Analysis of the Penn TreeBank," in ;;;; Proceedings of HLT 2001, First International Conference on Human ;;;; Language Technology Research, J. Allan, ed., Morgan Kaufmann, ;;;; San Francisco, 2001. ;;;; http://hlt2001.org/papers/hlt2001-10.pdf ;;;; ;;;; ************************************************************************ ;;;; ;;;; NOTES ON THE ENTRIES ;;;; ;;;; This is a lisp-readable file of property lists, each with ;;;; slots such as: ;;;; ;;;; :DEF_WORD The surface word in the language of interest ;;;; :ROMAN A romanized form of that word ;;;; :GLOSS An English gloss for the word ;;;; :GLOSS_HEAD The head of the english gloss ;;;; :CLASS The Levin class from Levin (1993) ;;;; :WN_SENSE A hand-tagged WordNet sense by Dorr and Jones (1996) ;;;; :PROPBANK 1 or more comparable PropBank-style role-list strings ;;;; :THETA_ROLES A thematic grid produced by Dorr (1994-1996) ;;;; with augmentations by Dorr, Olsen, Thomas (1997-1999) ;;;; :LCS An LCS representation automatically produced by ;;;; routines written by Dorr (1997) with ;;;; augmentations by Thomas ;;;; :VAR_SPEC Featural information about variable positions in the LCS ;;;; by Dorr (1997) ;;;; :COLLOCATIONS Collocations ;;;; ;;;; *Any* of the slots may be missing, though meaningful entries ;;;; will have :DEF_WORD, :THETA_ROLES and :LCS slots. ;;;; ;;;; Slots such as :WN_SENSE, :VAR_SPEC and :COLLOCATIONS, if missing, ;;;; are equivalent to NIL. ;;;; ;;;; If :ROMAN or :GLOSS are missing, they are equivalent to :DEF_WORD. ;;;; If :GLOSS_HEAD is missing, it is equivalent to :GLOSS. ;;;; ;;;; The `Grid line' is a line of #-separated fields, used as input to ;;;; the LCS-generation process. It is included in some LCS files mainly ;;;; for debugging purposes. Its format is: ;;;; ;;;; cl-no#g-no#grid#wd#rom#gloss#cnsts#wn-senses#field-etc#incorps#comments ;;;; ;;;; where ;;;; ;;;; cl-no = verb-class number ;;;; g-no = grid number ;;;; wd = the word, in some language-specific encoding ;;;; rom = romanization of the word ;;;; gloss = English gloss of the word ;;;; cnsts = `constants' utilized in creating the LCS ;;;; wn-senses = word-net offsets ;;;; field-etc = other info for creating the LCS, such as semantic field ;;;; incorps = other material to be incorporated into the LCS ;;;; comments = arbitrary comments on this entry, as desired ;;;; ;;;; *Any* of the fields may be blank. I.e., ;;;; ;;;; ########## ;;;; ;;;; is a valid grid line, though in practice, at least the `word' and ;;;;`field-etc' fields must be present for a usable LCS entry to be ;;;; created. (Older subroutines in the LCS-generation code require ;;;; the `class-number' and `word' fields.) ;;;; ;;;; In some LCS files (i.e., lisp readable files), these grid lines ;;;; are prepended with the string `;; Grid: '. A lisp-readable form ;;;; with the corresponding LCS should follow, except in cases where ;;;; the LCS-generation process failed on the given grid line, ;;;; for whatever reason. ;;;; Release Data: ;;;; LCS_0_17 (1.1) ;;;; English_Lexicon_0_15 (1.1) ;;;; AD-verbs-English.edited-grid,v 1.2 2001/10/24 19:28:40 (UTC) ;;;; BJDMAP-verbs-English.edited-grid,v 1.2 2001/10/24 19:28:40 (UTC) ;;;; EM-verbs-English.edited-grid,v 1.2 2001/10/24 19:28:40 (UTC) ;;;; NR-verbs-English.edited-grid,v 1.2 2001/10/24 19:28:41 (UTC) ;;;; SZ-verbs-English.edited-grid,v 1.2 2001/10/24 19:28:41 (UTC) ;; Grid: 51.2#1#_th,src#abandon#abandon#abandon#abandon+ingly#(1.5,01269572,01188040,01269413,00345378)(1.6,01524319,01421290,01524047,00415625)###AD ( :DEF_WORD "abandon" :CLASS "51.2" :WN_SENSE (("1.5" 01269572 01188040 01269413 00345378) ("1.6" 01524319 01421290 01524047 00415625)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (abandon+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#abase#abase#abase#abase+ed#(1.5,01024949)(1.6,01228249)###AD ( :DEF_WORD "abase" :CLASS "45.4.a" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abase+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#abash#abash#abash#abash+ingly#(1.5,01020392)(1.6,01223592)###AD ( :DEF_WORD "abash" :CLASS "31.1.a" :WN_SENSE (("1.5" 01020392) ("1.6" 01223592)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (abash+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#abash#abash#abash#abash+ingly#(1.5,01020392)(1.6,01223592)###AD ( :DEF_WORD "abash" :CLASS "31.1.b" :WN_SENSE (("1.5" 01020392) ("1.6" 01223592)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (abash+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#abate#abate#abate#abate+ed#(1.5,00146898,00146761)(1.6,00167689,00167516)###AD ( :DEF_WORD "abate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00146898 00146761) ("1.6" 00167689 00167516)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#abate#abate#abate#abate+ed#(1.5,00146898,00146761)(1.6,00167689,00167516)###AD ( :DEF_WORD "abate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00146898 00146761) ("1.6" 00167689 00167516)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#abate#abate#abate#abate+ed#(1.5,00146761)(1.6,00167516)###AD ( :DEF_WORD "abate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00146761) ("1.6" 00167516)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abate+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#abbreviate#abbreviate#abbreviate#abbreviate+ed#(1.5,00146311)(1.6,00166656)###AD ( :DEF_WORD "abbreviate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00146311) ("1.6" 00166656)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abbreviate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#abdicate#abdicate#abdicate#abdicate+ingly#(1.5,01347938)(1.6,01621026)###BJDMAP ( :DEF_WORD "abdicate" :CLASS "51.1.d" :WN_SENSE (("1.5" 01347938) ("1.6" 01621026)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (abdicate+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#abduct#abduct#abduct#abduct+ingly#(1.5,00845618)(1.6,01008825)###AD ( :DEF_WORD "abduct" :CLASS "10.5" :WN_SENSE (("1.5" 00845618) ("1.6" 01008825)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (abduct+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#abhor#abhor#abhor#abhor+ingly#(1.5,01010801)(1.6,01211403)###AD ( :DEF_WORD "abhor" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (abhor+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 062#1#_th_goal(by)#abide#abide#abide#abide+ingly#(1.5,00375289)(1.6,00450535)###BJDMAP ( :DEF_WORD "abide" :CLASS "062" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg1 arg2(by)") :THETA_ROLES ((1 "_th_goal(by)")) :LCS (go_ext ident (* thing 2) ((* to 5) ident (thing 2) (([with] 10) ident (thing 2) (thing 6))) (abide+ingly 26)) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#abjure#abjure#abjure#abjure+ingly#(1.5,00449236)(1.6,00542832)###BJDMAP ( :DEF_WORD "abjure" :CLASS "29.2.a" :WN_SENSE (("1.5" 00449236) ("1.6" 00542832)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (abjure+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 10.1#1#_ag_th,src()#abolish#abolish#abolish#abolish+ingly#(1.5,01373836)(1.6,01652576)#loc##AD ( :DEF_WORD "abolish" :CLASS "10.1" :WN_SENSE (("1.5" 01373836) ("1.6" 01652576)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (abolish+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 55.2.a#1#_th_prop#abolish#abolish#abolish#abolish+ingly#(1.5,01373836)(1.6,01652576)###AD ( :DEF_WORD "abolish" :CLASS "55.2.a" :WN_SENSE (("1.5" 01373836) ("1.6" 01652576)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (abolish+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.a#1#_th_prop#abort#abort#abort#abort+ingly#(1.5,00213909)(1.6,00246783)###AD ( :DEF_WORD "abort" :CLASS "55.2.a" :WN_SENSE (("1.5" 00213909) ("1.6" 00246783)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (abort+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#abound#abound#abound#abound+ingly#(1.5,01536521)(1.6,01854371)###AD ( :DEF_WORD "abound" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01536521) ("1.6" 01854371)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (abound+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#abound#abound#abound#abound+ingly#(1.5,01536521)(1.6,01854371)###AD ( :DEF_WORD "abound" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01536521) ("1.6" 01854371)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (abound+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#abound#abound#abound#abound+ed#(1.5,01536521)(1.6,01854371)###AD ( :DEF_WORD "abound" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01536521) ("1.6" 01854371)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (abound+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#abrade#abrade#abrade#abrade+ed#(1.5,00715975)(1.6,00855412)###AD ( :DEF_WORD "abrade" :CLASS "45.4.a" :WN_SENSE (("1.5" 00715975) ("1.6" 00855412)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abrade+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#abridge#abridge#abridge#abridge+ed#(1.5,00146311)(1.6,00166656)###AD ( :DEF_WORD "abridge" :CLASS "45.4.a" :WN_SENSE (("1.5" 00146311) ("1.6" 00166656)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (abridge+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.2.a#1#_th_prop#abrogate#abrogate#abrogate#abrogate+ingly#(1.5,01403053)(1.6,01689077)###AD ( :DEF_WORD "abrogate" :CLASS "55.2.a" :WN_SENSE (("1.5" 01403053) ("1.6" 01689077)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (abrogate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#absolve#absolve#absolve#absolve+ed#(1.5,00507928)(1.6,00611497)###AD ( :DEF_WORD "absolve" :CLASS "10.6.a" :WN_SENSE (("1.5" 00507928) ("1.6" 00611497)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (absolve+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#absorb#absorb#absorb#absorb+ed#(1.5,00886454,01562405)(1.6,01059830,01889904)###AD ( :DEF_WORD "absorb" :CLASS "45.4.a" :WN_SENSE (("1.5" 00886454 01562405) ("1.6" 01059830 01889904)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (absorb+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#absorb#absorb#absorb#absorb+ed#(1.5,01562405)(1.6,01889904)###AD ( :DEF_WORD "absorb" :CLASS "45.4.b" :WN_SENSE (("1.5" 01562405) ("1.6" 01889904)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (absorb+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 55.1.b#1#_th,prop(from)#abstain#abstain#abstain#abstain+ingly#(1.5,01394217)(1.6,01678320)###AD ( :DEF_WORD "abstain" :CLASS "55.1.b" :WN_SENSE (("1.5" 01394217) ("1.6" 01678320)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th,prop(from)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (abstain+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#abstract#abstract#abstract#abstract+ingly#(1.5,01295399,00415339)(1.6,01556315,00498413)#loc##AD ( :DEF_WORD "abstract" :CLASS "10.1" :WN_SENSE (("1.5" 01295399 00415339) ("1.6" 01556315 00498413)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (abstract+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#abuse#abuse#abuse#abuse+ingly#(1.5,01424945,00474160)(1.6,01715663,00572942)###AD ( :DEF_WORD "abuse" :CLASS "33.b" :WN_SENSE (("1.5" 01424945 00474160) ("1.6" 01715663 00572942)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (abuse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.8.a#1#_th#abut#abut#abut#abut+ed#(1.5,00843513)(1.6,01006316)###AD ( :DEF_WORD "abut" :CLASS "47.8.a" :WN_SENSE (("1.5" 00843513) ("1.6" 01006316)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (abut+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.e#1#_th_loc#abut#abut#abut#abut+ingly#(1.5,00843513)(1.6,01006316)###AD ( :DEF_WORD "abut" :CLASS "47.8.e" :WN_SENSE (("1.5" 00843513) ("1.6" 01006316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (next loc (thing 2) (* thing 11)) (abut+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#accelerate#accelerate#accelerate#accelerate+ed#(1.5,00260897,00261723)(1.6,00305843,00306811)###AD ( :DEF_WORD "accelerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00260897 00261723) ("1.6" 00305843 00306811)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (accelerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#accelerate#accelerate#accelerate#accelerate+ed#(1.5,00260897,00261723)(1.6,00305843,00306811)###AD ( :DEF_WORD "accelerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00260897 00261723) ("1.6" 00305843 00306811)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (accelerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#accelerate#accelerate#accelerate#accelerate+ed#(1.5,00260897)(1.6,00305843)###AD ( :DEF_WORD "accelerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00260897) ("1.6" 00305843)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (accelerate+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#accentuate#accentuate#accentuate#accentuate+ed#(1.5,00572214,00302228)(1.6,00685448,00358494)###AD ( :DEF_WORD "accentuate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00572214 00302228) ("1.6" 00685448 00358494)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (accentuate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.2.b#1#_ag_th,src(from),ben(for)#accept#accept#accept#accept+ingly#(1.5,01272973,01273401)(1.6,01530096,01530524)###AD ( :DEF_WORD "accept" :CLASS "13.5.2.b" :WN_SENSE (("1.5" 01272973 01273401) ("1.6" 01530096 01530524)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (accept+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#accept#accept#accept#accept+ingly#(1.5,00385232,00375606,00405092,01273401)(1.6,00463353,00450980,00486774,01530524)###AD ( :DEF_WORD "accept" :CLASS "29.2.a" :WN_SENSE (("1.5" 00385232 00375606 00405092 01273401) ("1.6" 00463353 00450980 00486774 01530524)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (accept+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#accept#accept#accept#accept+ingly#(1.5,00385232,00375606,00405092,01273401)(1.6,00463353,00450980,00486774,01530524)###AD ( :DEF_WORD "accept" :CLASS "29.2.b" :WN_SENSE (("1.5" 00385232 00375606 00405092 01273401) ("1.6" 00463353 00450980 00486774 01530524)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (accept+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#accept#accept#accept#accept+ingly#(1.5,00385232,00375606,00405092,01273401)(1.6,00463353,00450980,00486774,01530524)###AD ( :DEF_WORD "accept" :CLASS "29.2.d" :WN_SENSE (("1.5" 00385232 00375606 00405092 01273401) ("1.6" 00463353 00450980 00486774 01530524)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (accept+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#acclaim#acclaim#acclaim#acclaim+#(1.5,00483605)(1.6,00584625)###AD ( :DEF_WORD "acclaim" :CLASS "33.a.i" :WN_SENSE (("1.5" 00483605) ("1.6" 00584625)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (acclaim+ 2) (toward comm (acclaim+ 2) (at comm (acclaim+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#acclimate#acclimate#acclimate#acclimate+ingly#(1.5,00234907)(1.6,00273351)###BJDMAP ( :DEF_WORD "acclimate" :CLASS "31.3.i" :WN_SENSE (("1.5" 00234907) ("1.6" 00273351)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (acclimate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#acclimatize#acclimatize#acclimatize#acclimatize+ingly#(1.5,00234907)(1.6,00273351)###BJDMAP ( :DEF_WORD "acclimatize" :CLASS "31.3.i" :WN_SENSE (("1.5" 00234907) ("1.6" 00273351)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (acclimatize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#accommodate#accommodate#accommodate#accommodate+ingly#(1.5,01527215,00498215)(1.6,01843927,00600483)###AD ( :DEF_WORD "accommodate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01527215 00498215) ("1.6" 01843927 00600483)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (accommodate+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 51.7.i#1#_ag_th#accompany#accompany#accompany#accompany+ingly#(1.5,01158020,01537292)(1.6,01383938,01855455)###AD ( :DEF_WORD "accompany" :CLASS "51.7.i" :WN_SENSE (("1.5" 01158020 01537292) ("1.6" 01383938 01855455)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (accompany+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#accompany#accompany#accompany#accompany+ingly#(1.5,01158020,01537292)(1.6,01383938,01855455)###AD ( :DEF_WORD "accompany" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01158020 01537292) ("1.6" 01383938 01855455)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (accompany+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#accomplish#accomplish#accomplish#accomplish+ingly#(1.5,00938602,01430579)(1.6,01126836,01722366)###AD ( :DEF_WORD "accomplish" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00938602 01430579) ("1.6" 01126836 01722366)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (accomplish+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from)#accrue#accrue#accrue#accrue+ingly#(1.5,00093126)(1.6,00106728)###BJDMAP ( :DEF_WORD "accrue" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00093126) ("1.6" 00106728)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (thing 18)) (accrue+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.2.c#1#_ag_th,src(from)#accumulate#accumulate#accumulate#accumulate+ingly#(1.5,01311458)(1.6,01576236)###AD ( :DEF_WORD "accumulate" :CLASS "13.5.2.c" :WN_SENSE (("1.5" 01311458) ("1.6" 01576236)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) (accumulate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#accumulate#accumulate#accumulate#accumulate+ingly#(1.5,00095355,01311458,00796914)(1.6,00109250,01576236,00949234)###AD ( :DEF_WORD "accumulate" :CLASS "47.5.2" :WN_SENSE (("1.5" 00095355 01311458 00796914) ("1.6" 00109250 01576236 00949234)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (accumulate+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#accurse#accurse#accurse#accurse+ingly####AD ( :DEF_WORD "accurse" :CLASS "33.b" :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (accurse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#accuse#accuse#accuse#accuse+ed#(1.5,--)(1.6,00571433)###AD ( :DEF_WORD "accuse" :CLASS "10.6.a" :WN_SENSE (("1.5" --) ("1.6" 00571433)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (accuse+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#accustom#accustom#accustom#accustom+ingly#(1.5,00163002)(1.6,00186743)###BJDMAP ( :DEF_WORD "accustom" :CLASS "31.3.i" :WN_SENSE (("1.5" 00163002) ("1.6" 00186743)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (accustom+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#acetify#acetify#acetify#acetify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acetify" :CLASS "45.4.a" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acetify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#acetify#acetify#acetify#acetify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acetify" :CLASS "45.4.b" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acetify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#acetify#acetify#acetify#acetify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acetify" :CLASS "45.4.c" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acetify+ed 9)))) ) ;; Grid: 31.3.d#1#_exp_perc(from)#ache#ache#ache#ache+ingly#(1.5,01028208)(1.6,01231785)###AD ( :DEF_WORD "ache" :CLASS "31.3.d" :WN_SENSE (("1.5" 01028208) ("1.6" 01231785)) :PROPBANK ("arg0 arg1(from)") :THETA_ROLES ((1 "_exp_perc(from)")) :LCS (go_ext perc (* thing 2) ((* from 7) perc (thing 2) (at perc (thing 2) (thing 8))) (ache+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#ache#ache#ache#ache+#(1.5,01028208)(1.6,01231785)###AD ( :DEF_WORD "ache" :CLASS "32.2.b" :WN_SENSE (("1.5" 01028208) ("1.6" 01231785)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (ache+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 40.8.1#1#_exp,goal,src(from)#ache#ache#ache#ache+ingly#(1.5,01210626,01211071)(1.6,01451659,01452083)###BJDMAP ( :DEF_WORD "ache" :CLASS "40.8.1" :WN_SENSE (("1.5" 01210626 01211071) ("1.6" 01451659 01452083)) :PROPBANK ("arg0 arg1-REC arg2(from)") :THETA_ROLES ((1 "_exp,goal,src(from)")) :LCS (go_ext perc (* thing 2) (to perc (thing 2) (at perc (thing 2) (* thing 6))) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (ache+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional)) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#achieve#achieve#achieve#achieve+ingly#(1.5,01430579)(1.6,01722366)###AD ( :DEF_WORD "achieve" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01430579) ("1.6" 01722366)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (achieve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#acidify#acidify#acidify#acidify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acidify" :CLASS "45.4.a" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acidify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#acidify#acidify#acidify#acidify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acidify" :CLASS "45.4.b" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acidify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#acidify#acidify#acidify#acidify+ed#(1.5,01253366,00157807)(1.6,01503903,00180947)###AD ( :DEF_WORD "acidify" :CLASS "45.4.c" :WN_SENSE (("1.5" 01253366 00157807) ("1.6" 01503903 00180947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acidify+ed 9)))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#acknowledge#acknowledge#acknowledge#acknowledge+ingly#(1.5,00459649,00599894,00577774)(1.6,00555115,00717811,00691869)###AD ( :DEF_WORD "acknowledge" :CLASS "29.1.a" :WN_SENSE (("1.5" 00459649 00599894 00577774) ("1.6" 00555115 00717811 00691869)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (acknowledge+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#acknowledge#acknowledge#acknowledge#acknowledge+ingly#(1.5,00459649,00599894,00577774)(1.6,00555115,00717811,00691869)###AD ( :DEF_WORD "acknowledge" :CLASS "29.1.a" :WN_SENSE (("1.5" 00459649 00599894 00577774) ("1.6" 00555115 00717811 00691869)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (acknowledge+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#acknowledge#acknowledge#acknowledge#acknowledge+ingly#(1.5,00332083,00459649)(1.6,00400501,00555115)###AD ( :DEF_WORD "acknowledge" :CLASS "29.1.b" :WN_SENSE (("1.5" 00332083 00459649) ("1.6" 00400501 00555115)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (acknowledge+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#acknowledge#acknowledge#acknowledge#acknowledge+ingly#(1.5,00459649,00599894,00577774)(1.6,00555115,00717811,00691869)###AD ( :DEF_WORD "acknowledge" :CLASS "29.1.d" :WN_SENSE (("1.5" 00459649 00599894 00577774) ("1.6" 00555115 00717811 00691869)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (acknowledge+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#acknowledge#acknowledge#acknowledge#acknowledge+ingly####AD ( :DEF_WORD "acknowledge" :CLASS "30.2.b" :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (acknowledge+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#acquaint#acquaint#acquaint#acquaint+ingly#(1.5,00490440)(1.6,00592223)###BJDMAP ( :DEF_WORD "acquaint" :CLASS "31.1.a" :WN_SENSE (("1.5" 00490440) ("1.6" 00592223)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (acquaint+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 13.5.2.b#1#_ag_th,src(from),ben(for)#acquire#acquire#acquire#acquire+ingly#(1.5,01261345)(1.6,01513874)###AD ( :DEF_WORD "acquire" :CLASS "13.5.2.b" :WN_SENSE (("1.5" 01261345) ("1.6" 01513874)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (acquire+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#acquit#acquit#acquit#acquit+ed#(1.5,00508703)(1.6,00612323)###AD ( :DEF_WORD "acquit" :CLASS "10.6.a" :WN_SENSE (("1.5" 00508703) ("1.6" 00612323)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (acquit+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.a#1#_th_pred#act#act#act#act+ingly#(1.5,00007021)(1.6,00007023)###AD ( :DEF_WORD "act" :CLASS "29.6.a" :WN_SENSE (("1.5" 00007021) ("1.6" 00007023)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (act+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#act#act#act#act+ed#(1.5,00007021,00983496)(1.6,00007023,01177316)###AD ( :DEF_WORD "act" :CLASS "29.6.b" :WN_SENSE (("1.5" 00007021 00983496) ("1.6" 00007023 01177316)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (act+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#activate#activate#activate#activate+ed#(1.5,00940378)(1.6,01129019)###AD ( :DEF_WORD "activate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00940378) ("1.6" 01129019)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (activate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#adapt#adapt#adapt#adapt+ingly#(1.5,00089507,00235056)(1.6,00102193,00273505)###BJDMAP ( :DEF_WORD "adapt" :CLASS "31.3.i" :WN_SENSE (("1.5" 00089507 00235056) ("1.6" 00102193 00273505)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (adapt+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#add#add#add#add+ed#(1.5,00110396)(1.6,00125286)###AD ( :DEF_WORD "add" :CLASS "22.1.a" :WN_SENSE (("1.5" 00110396) ("1.6" 00125286)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (add+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.d#1#,ag_th_goal(to)#add#add#add#add+ingly#(1.5,00110396)(1.6,00125286)###AD ( :DEF_WORD "add" :CLASS "22.1.d" :WN_SENSE (("1.5" 00110396) ("1.6" 00125286)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (add+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#address#address#address#address+ed#(1.5,00558673)(1.6,00670411)###AD ( :DEF_WORD "address" :CLASS "25.3" :WN_SENSE (("1.5" 00558673) ("1.6" 00670411)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (address+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#address#address#address#address+ed#(1.5,00504759,00557762,00558534)(1.6,00608070,00669199,00670272)###AD ( :DEF_WORD "address" :CLASS "29.2.c" :WN_SENSE (("1.5" 00504759 00557762 00558534) ("1.6" 00608070 00669199 00670272)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (address+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#address#address#address#address+ingly#(1.5,00504759,00557762,00558534)(1.6,00608070,00669199,00670272)###AD ( :DEF_WORD "address" :CLASS "29.2.d" :WN_SENSE (("1.5" 00504759 00557762 00558534) ("1.6" 00608070 00669199 00670272)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (address+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 22.5.a#1#_th_goal(to)#adhere#adhere#adhere#adhere+ingly#(1.5,00779802,00695252,00235566)(1.6,00929232,00831685,01682716)###AD ( :DEF_WORD "adhere" :CLASS "22.5.a" :WN_SENSE (("1.5" 00779802 00695252 00235566) ("1.6" 00929232 00831685 01682716)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th_goal(to)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (adhere+ingly 26)) ) ;; Grid: 22.5.b#1#_th_mod-loc(together)#adhere#adhere#adhere#adhere+ingly#(1.5,00779802,00695252,00235566)(1.6,00929232,00831685,01682716)###AD ( :DEF_WORD "adhere" :CLASS "22.5.b" :WN_SENSE (("1.5" 00779802 00695252 00235566) ("1.6" 00929232 00831685 01682716)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) ((* together 23) loc (thing 2) (nil 24)) (adhere+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 47.8.a#1#_th#adjoin#adjoin#adjoin#adjoin+ed#(1.5,00685874,00843513)(1.6,00820504,01006316)###AD ( :DEF_WORD "adjoin" :CLASS "47.8.a" :WN_SENSE (("1.5" 00685874 00843513) ("1.6" 00820504 01006316)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (adjoin+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.e#1#_th_loc#adjoin#adjoin#adjoin#adjoin+ingly#(1.5,00843513,00685874)(1.6,01006316,00820504)###AD ( :DEF_WORD "adjoin" :CLASS "47.8.e" :WN_SENSE (("1.5" 00843513 00685874) ("1.6" 01006316 00820504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (next loc (thing 2) (* thing 11)) (adjoin+ingly 26)) ) ;; Grid: 55.1.a#1#_th,prop#adjourn#adjourn#adjourn#adjourn+ingly#(1.5,00220034)(1.6,00254973)###AD ( :DEF_WORD "adjourn" :CLASS "55.1.a" :WN_SENSE (("1.5" 00220034) ("1.6" 00254973)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (adjourn+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#adjourn#adjourn#adjourn#adjourn+ingly#(1.5,00220034)(1.6,00254973)###AD ( :DEF_WORD "adjourn" :CLASS "55.1.b" :WN_SENSE (("1.5" 00220034) ("1.6" 00254973)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (adjourn+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 29.4.e#1#_ag_th_pred#adjudge#adjudge#adjudge#adjudge+ingly#(1.5,00376571,00547761)(1.6,00452184,00657821)###AD ( :DEF_WORD "adjudge" :CLASS "29.4.e" :WN_SENSE (("1.5" 00376571 00547761) ("1.6" 00452184 00657821)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (adjudge+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#adjudge#adjudge#adjudge#adjudge+ingly#(1.5,00376571)(1.6,00452184)###AD ( :DEF_WORD "adjudge" :CLASS "29.4.f" :WN_SENSE (("1.5" 00376571) ("1.6" 00452184)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (adjudge+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#adjudge#adjudge#adjudge#adjudge+ingly#(1.5,00376571,00377820)(1.6,00452184,00453556)###AD ( :DEF_WORD "adjudge" :CLASS "29.4.g" :WN_SENSE (("1.5" 00376571 00377820) ("1.6" 00452184 00453556)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (adjudge+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.e#1#_ag_th_pred#adjudicate#adjudicate#adjudicate#adjudicate+ingly#(1.5,01416029)(1.6,01704695)###AD ( :DEF_WORD "adjudicate" :CLASS "29.4.e" :WN_SENSE (("1.5" 01416029) ("1.6" 01704695)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (adjudicate+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#adjudicate#adjudicate#adjudicate#adjudicate+ingly#(1.5,01416029)(1.6,01704695)###AD ( :DEF_WORD "adjudicate" :CLASS "29.4.f" :WN_SENSE (("1.5" 01416029) ("1.6" 01704695)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (adjudicate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#adjudicate#adjudicate#adjudicate#adjudicate+ingly#(1.5,01416029)(1.6,01704695)###AD ( :DEF_WORD "adjudicate" :CLASS "29.4.g" :WN_SENSE (("1.5" 01416029) ("1.6" 01704695)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (adjudicate+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.9.d.ii#1#_ag_goal_info(to)#adjure#adjure#adjure#adjure+ingly#(1.5,00424471,00426901)(1.6,00513170,00516262)###AD ( :DEF_WORD "adjure" :CLASS "37.9.d.ii" :WN_SENSE (("1.5" 00424471 00426901) ("1.6" 00513170 00516262)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_goal_info(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (adjure+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#adjust#adjust#adjust#adjust+ed#(1.5,00089507,00178525,00235056,00275430)(1.6,00102193,00204190,00273505,00324261)###AD ( :DEF_WORD "adjust" :CLASS "45.4.a" :WN_SENSE (("1.5" 00089507 00178525 00235056 00275430) ("1.6" 00102193 00204190 00273505 00324261)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (adjust+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#administer#administer#administer#administer+ingly#(1.5,01376736)(1.6,01656373)###AD ( :DEF_WORD "administer" :CLASS "13.2" :WN_SENSE (("1.5" 01376736) ("1.6" 01656373)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (administer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#administrate#administrate#administrate#administrate+ingly#(1.5,01376736)(1.6,01656373)###AD ( :DEF_WORD "administrate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01376736) ("1.6" 01656373)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (administrate+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#admire#admire#admire#admire+ingly#(1.5,01041768,01234944)(1.6,01247189,01481912)###AD ( :DEF_WORD "admire" :CLASS "31.2.a" :WN_SENSE (("1.5" 01041768 01234944) ("1.6" 01247189 01481912)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (admire+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#admire#admire#admire#admire+ingly#(1.5,01041768,01234944)(1.6,01247189,01481912)###AD ( :DEF_WORD "admire" :CLASS "31.2.b" :WN_SENSE (("1.5" 01041768 01234944) ("1.6" 01247189 01481912)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (admire+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#admire#admire#admire#admire+ingly#(1.5,01041768)(1.6,01247189)###AD ( :DEF_WORD "admire" :CLASS "31.2.c" :WN_SENSE (("1.5" 01041768) ("1.6" 01247189)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (admire+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#admire#admire#admire#admire+ingly#(1.5,01041768,01234944)(1.6,01247189,01481912)###AD ( :DEF_WORD "admire" :CLASS "31.2.g" :WN_SENSE (("1.5" 01041768 01234944) ("1.6" 01247189 01481912)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (admire+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 024#1#_th_prop#admit#admit#admit#admit+ingly#(1.5,--)(1.6,01880334)###AD ( :DEF_WORD "admit" :CLASS "024" :WN_SENSE (("1.5" --) ("1.6" 01880334)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* nil 27)) (admit+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#admit#admit#admit#admit+ingly#(1.5,00459649)(1.6,00555115)###AD ( :DEF_WORD "admit" :CLASS "29.5.d" :WN_SENSE (("1.5" 00459649) ("1.6" 00555115)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (admit+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#admit#admit#admit#admit+ingly#(1.5,00459649)(1.6,00555115)###AD ( :DEF_WORD "admit" :CLASS "29.5.e" :WN_SENSE (("1.5" 00459649) ("1.6" 00555115)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (admit+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#admonish#admonish#admonish#admonish+ingly#(1.5,00488729,00488992)(1.6,00590070,00590442)###AD ( :DEF_WORD "admonish" :CLASS "37.9.a" :WN_SENSE (("1.5" 00488729 00488992) ("1.6" 00590070 00590442)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (admonish+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#admonish#admonish#admonish#admonish+ingly#(1.5,00488729,00488992)(1.6,00590070,00590442)###AD ( :DEF_WORD "admonish" :CLASS "37.9.b" :WN_SENSE (("1.5" 00488729 00488992) ("1.6" 00590070 00590442)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (admonish+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#admonish#admonish#admonish#admonish+ingly#(1.5,00488729,00488992)(1.6,00590070,00590442)###AD ( :DEF_WORD "admonish" :CLASS "37.9.c" :WN_SENSE (("1.5" 00488729 00488992) ("1.6" 00590070 00590442)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (admonish+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#adopt#adopt#adopt#adopt+ingly#(1.5,00245175)(1.6,00287066)###AD ( :DEF_WORD "adopt" :CLASS "29.1.a" :WN_SENSE (("1.5" 00245175) ("1.6" 00287066)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (adopt+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#adopt#adopt#adopt#adopt+ed#(1.5,00245175)(1.6,00287066)###AD ( :DEF_WORD "adopt" :CLASS "29.1.c" :WN_SENSE (("1.5" 00245175) ("1.6" 00287066)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (adopt+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#adopt#adopt#adopt#adopt+ingly#(1.5,00245175)(1.6,00287066)###AD ( :DEF_WORD "adopt" :CLASS "29.1.d" :WN_SENSE (("1.5" 00245175) ("1.6" 00287066)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (adopt+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#adopt#adopt#adopt#adopt+ingly#(1.5,00245175)(1.6,00287066)###AD ( :DEF_WORD "adopt" :CLASS "29.1.e" :WN_SENSE (("1.5" 00245175) ("1.6" 00287066)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (adopt+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#adore#adore#adore#adore+ingly#(1.5,01012890)(1.6,01213998)###AD ( :DEF_WORD "adore" :CLASS "31.2.a" :WN_SENSE (("1.5" 01012890) ("1.6" 01213998)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (adore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#adore#adore#adore#adore+ingly#(1.5,01012890)(1.6,01213998)###AD ( :DEF_WORD "adore" :CLASS "31.2.b" :WN_SENSE (("1.5" 01012890) ("1.6" 01213998)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (adore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#adore#adore#adore#adore+ingly#(1.5,01012890)(1.6,01213998)###AD ( :DEF_WORD "adore" :CLASS "31.2.c" :WN_SENSE (("1.5" 01012890) ("1.6" 01213998)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (adore+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#adore#adore#adore#adore+ingly#(1.5,01012890)(1.6,01213998)###AD ( :DEF_WORD "adore" :CLASS "31.2.g" :WN_SENSE (("1.5" 01012890) ("1.6" 01213998)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (adore+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#adorn#adorn#adorn#adorn+ed#(1.5,00959417)(1.6,01150345)###AD ( :DEF_WORD "adorn" :CLASS "9.8.a" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (adorn+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#adorn#adorn#adorn#adorn+ed#(1.5,00959417,01351398)(1.6,01150345,01625903)###AD ( :DEF_WORD "adorn" :CLASS "9.8.b" :WN_SENSE (("1.5" 00959417 01351398) ("1.6" 01150345 01625903)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (adorn+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#adorn#adorn#adorn#adorn+ed#(1.5,00959417,00287709)(1.6,01150345,00340718)###AD ( :DEF_WORD "adorn" :CLASS "25.3" :WN_SENSE (("1.5" 00959417 00287709) ("1.6" 01150345 00340718)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (adorn+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#adsorb#adsorb#adsorb#adsorb+ingly#(1.5,00886720)(1.6,01060090)###AD ( :DEF_WORD "adsorb" :CLASS "47.5.2" :WN_SENSE (("1.5" 00886720) ("1.6" 01060090)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (adsorb+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#adulate#adulate#adulate#adulate+ingly#(1.5,00494453)(1.6,00596745)###BJDMAP ( :DEF_WORD "adulate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00494453) ("1.6" 00596745)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (adulate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#adulterate#adulterate#adulterate#adulterate+ed#(1.5,00286971)(1.6,00339941)###AD ( :DEF_WORD "adulterate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00286971) ("1.6" 00339941)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (adulterate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#advance#advance#advance#advance+ingly#(1.5,01299187,00491247)(1.6,01560796,00593041)###AD ( :DEF_WORD "advance" :CLASS "13.3" :WN_SENSE (("1.5" 01299187 00491247) ("1.6" 01560796 00593041)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (advance+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#advance#advance#advance#advance+ingly#(1.5,01299187,00491247)(1.6,01560796,00593041)###AD ( :DEF_WORD "advance" :CLASS "13.3" :WN_SENSE (("1.5" 01299187 00491247) ("1.6" 01560796 00593041)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (advance+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#advance#advance#advance#advance+ed#(1.5,01136714,00628009)(1.6,01358414,00752987)###AD ( :DEF_WORD "advance" :CLASS "45.4.a" :WN_SENSE (("1.5" 01136714 00628009) ("1.6" 01358414 00752987)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (advance+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#advance#advance#advance#advance+ed#(1.5,01136714,00628009)(1.6,01358414,00752987)###AD ( :DEF_WORD "advance" :CLASS "45.4.b" :WN_SENSE (("1.5" 01136714 00628009) ("1.6" 01358414 00752987)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (advance+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#advance#advance#advance#advance+ed#(1.5,00094915,00148709,00628009,01136714)(1.6,00108725,00169694,00752987,01358414)###AD ( :DEF_WORD "advance" :CLASS "45.4.c" :WN_SENSE (("1.5" 00094915 00148709 00628009 01136714) ("1.6" 00108725 00169694 00752987 01358414)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (advance+ed 9)))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#advance#advance#advance#advance+ingly#(1.5,01136714,00628009)(1.6,01358414,00752987)###AD ( :DEF_WORD "advance" :CLASS "51.1.a" :WN_SENSE (("1.5" 01136714 00628009) ("1.6" 01358414 00752987)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (advance+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.c#1#_th,loc(up)#advance#advance#advance#advance+ingly#(1.5,01136714,00628009)(1.6,01358414,00752987)###AD ( :DEF_WORD "advance" :CLASS "51.1.c" :WN_SENSE (("1.5" 01136714 00628009) ("1.6" 01358414 00752987)) :PROPBANK ("arg1 argm-LOC(up)") :THETA_ROLES ((1 "_th,loc(up)")) :LCS (act loc (* thing 2) ((* up 10) loc (thing 2) (thing 11)) (advance+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#advert#advert#advert#advert+ingly#(1.5,00578336)(1.6,00692561)###AD ( :DEF_WORD "advert" :CLASS "37.7.a" :WN_SENSE (("1.5" 00578336) ("1.6" 00692561)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (advert+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#advertise#advertise#advertise#advertise+ingly#(1.5,00550435)(1.6,00660910)###AD ( :DEF_WORD "advertise" :CLASS "35.2.a" :WN_SENSE (("1.5" 00550435) ("1.6" 00660910)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (advertise+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#advertise#advertise#advertise#advertise+ingly#(1.5,00550435)(1.6,00660910)###AD ( :DEF_WORD "advertise" :CLASS "35.2.a" :WN_SENSE (("1.5" 00550435) ("1.6" 00660910)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (advertise+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#advertise#advertise#advertise#advertise+ingly#(1.5,00550435)(1.6,00660910)###AD ( :DEF_WORD "advertise" :CLASS "35.2.b" :WN_SENSE (("1.5" 00550435) ("1.6" 00660910)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (advertise+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#advise#advise#advise#advise+ingly#(1.5,00490035)(1.6,00591857)###AD ( :DEF_WORD "advise" :CLASS "37.9.a" :WN_SENSE (("1.5" 00490035) ("1.6" 00591857)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (advise+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#advise#advise#advise#advise+ingly#(1.5,00490035)(1.6,00591857)###AD ( :DEF_WORD "advise" :CLASS "37.9.b" :WN_SENSE (("1.5" 00490035) ("1.6" 00591857)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (advise+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#advise#advise#advise#advise+ingly#(1.5,00490035)(1.6,00591857)###AD ( :DEF_WORD "advise" :CLASS "37.9.c" :WN_SENSE (("1.5" 00490035) ("1.6" 00591857)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (advise+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#advocate#advocate#advocate#advocate+ingly#(1.5,00465042)(1.6,00561647)###AD ( :DEF_WORD "advocate" :CLASS "31.2.a" :WN_SENSE (("1.5" 00465042) ("1.6" 00561647)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (advocate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#aestivate#aestivate#aestivate#aestivate+ed#(1.5,00010391)(1.6,00010927)###AD ( :DEF_WORD "aestivate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00010391) ("1.6" 00010927)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (aestivate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#affect#affect#affect#affect+ingly#(1.5,00079913,01007544)(1.6,00091848,01206630)###AD ( :DEF_WORD "affect" :CLASS "31.1.a" :WN_SENSE (("1.5" 00079913 01007544) ("1.6" 00091848 01206630)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (affect+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#affect#affect#affect#affect+ingly#(1.5,--,01007544)(1.6,00091848,01206630)###AD ( :DEF_WORD "affect" :CLASS "31.1.b" :WN_SENSE (("1.5" -- 01007544) ("1.6" 00091848 01206630)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (affect+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#affiliate#affiliate#affiliate#affiliate+ed#(1.5,01378381)(1.6,01658377)###AD ( :DEF_WORD "affiliate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01378381) ("1.6" 01658377)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (affiliate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#affiliate#affiliate#affiliate#affiliate+ed#(1.5,01378381)(1.6,01658377)###AD ( :DEF_WORD "affiliate" :CLASS "22.2.c" :WN_SENSE (("1.5" 01378381) ("1.6" 01658377)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (affiliate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#affirm#affirm#affirm#affirm+ingly#(1.5,00374169)(1.6,00449252)###AD ( :DEF_WORD "affirm" :CLASS "31.2.b" :WN_SENSE (("1.5" 00374169) ("1.6" 00449252)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (affirm+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#affix#affix#affix#affix+ingly#(1.5,00744630,00760832,00779564)(1.6,00886923,00906733,00928943)###BJDMAP ( :DEF_WORD "affix" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00744630 00760832 00779564) ("1.6" 00886923 00906733 00928943)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (affix+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#afflict#afflict#afflict#afflict+ingly#(1.5,01023619,00154873)(1.6,01226745,01226745)###AD ( :DEF_WORD "afflict" :CLASS "31.1.a" :WN_SENSE (("1.5" 01023619 00154873) ("1.6" 01226745 01226745)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (afflict+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#afflict#afflict#afflict#afflict+ingly#(1.5,00154873)(1.6,01226745)###AD ( :DEF_WORD "afflict" :CLASS "31.1.b" :WN_SENSE (("1.5" 00154873) ("1.6" 01226745)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (afflict+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#afford#afford#afford#afford+ingly#(1.5,--)(1.6,01879619)###BJDMAP ( :DEF_WORD "afford" :CLASS "005" :WN_SENSE (("1.5" --) ("1.6" 01879619)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (afford+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#afford#afford#afford#afford+ingly#(1.5,00678049)(1.6,00810882)###AD ( :DEF_WORD "afford" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00678049) ("1.6" 00810882)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (afford+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.7.d#1#_ag,mod-poss()#afforest#afforest#afforest#afforest+ed#(1.5,00902665)(1.6,01079668)##(th = forest+)#BJDMAP ( :DEF_WORD "afforest" :CLASS "9.7.d" :WN_SENSE (("1.5" 00902665) ("1.6" 01079668)) :PROPBANK ("arg0 arg3(? - up.)") :THETA_ROLES ((1 "_ag,mod-poss()")) :LCS (cause (* thing 1) (go ident (forest+ 2) (toward ident (forest+ 2) (at ident (forest+ 2) (afforest+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#affront#affront#affront#affront+ingly#(1.5,00475953)(1.6,00575170)###AD ( :DEF_WORD "affront" :CLASS "31.1.a" :WN_SENSE (("1.5" 00475953) ("1.6" 00575170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (affront+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#affront#affront#affront#affront+ingly#(1.5,00475953)(1.6,00575170)###AD ( :DEF_WORD "affront" :CLASS "31.1.b" :WN_SENSE (("1.5" 00475953) ("1.6" 00575170)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (affront+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#africanize#africanize#africanize#africanize+ed####AD ( :DEF_WORD "africanize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (africanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#age#age#age#age+ed#(1.5,00149321,00058449)(1.6,00170328,00066289)###AD ( :DEF_WORD "age" :CLASS "45.4.a" :WN_SENSE (("1.5" 00149321 00058449) ("1.6" 00170328 00066289)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (age+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#age#age#age#age+ed#(1.5,00149321,00058449)(1.6,00170328,00066289)###AD ( :DEF_WORD "age" :CLASS "45.4.b" :WN_SENSE (("1.5" 00149321 00058449) ("1.6" 00170328 00066289)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (age+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#age#age#age#age+ed#(1.5,00148390,00058449)(1.6,00169382,00066289)###AD ( :DEF_WORD "age" :CLASS "45.4.c" :WN_SENSE (("1.5" 00148390 00058449) ("1.6" 00169382 00066289)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (age+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#agglomerate#agglomerate#agglomerate#agglomerate+ed#(1.5,00853057)(1.6,01018491)###AD ( :DEF_WORD "agglomerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00853057) ("1.6" 01018491)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (agglomerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#agglomerate#agglomerate#agglomerate#agglomerate+ed#(1.5,00853057)(1.6,01018491)###AD ( :DEF_WORD "agglomerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00853057) ("1.6" 01018491)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (agglomerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#agglomerate#agglomerate#agglomerate#agglomerate+ed#(1.5,00853057)(1.6,01018491)###AD ( :DEF_WORD "agglomerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00853057) ("1.6" 01018491)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (agglomerate+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#aggravate#aggravate#aggravate#aggravate+ingly#(1.5,01037550)(1.6,01242326)###AD ( :DEF_WORD "aggravate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037550) ("1.6" 01242326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (aggravate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#aggravate#aggravate#aggravate#aggravate+ingly#(1.5,01037550)(1.6,01242326)###AD ( :DEF_WORD "aggravate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01037550) ("1.6" 01242326)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (aggravate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#aggravate#aggravate#aggravate#aggravate+ed#(1.5,01037550)(1.6,01242326)###AD ( :DEF_WORD "aggravate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01037550) ("1.6" 01242326)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (aggravate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#aggregate#aggregate#aggregate#aggregate+ingly#(1.5,00797404)(1.6,00949746)###AD ( :DEF_WORD "aggregate" :CLASS "47.5.2" :WN_SENSE (("1.5" 00797404) ("1.6" 00949746)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (aggregate+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#aggrieve#aggrieve#aggrieve#aggrieve+ingly#(1.5,01023453)(1.6,01226612)###BJDMAP ( :DEF_WORD "aggrieve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01023453) ("1.6" 01226612)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (aggrieve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#agitate#agitate#agitate#agitate+ingly#(1.5,01461823,01004724)(1.6,01761948,01202989)###AD ( :DEF_WORD "agitate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01461823 01004724) ("1.6" 01761948 01202989)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (agitate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#agitate#agitate#agitate#agitate+ingly#(1.5,01004724)(1.6,01202989)###AD ( :DEF_WORD "agitate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01004724) ("1.6" 01202989)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (agitate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#agitate#agitate#agitate#agitate+ed#(1.5,01461823)(1.6,01761948)###AD ( :DEF_WORD "agitate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01461823) ("1.6" 01761948)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (agitate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#agonize#agonize#agonize#agonize+ingly#(1.5,01021655)(1.6,01224803)###AD ( :DEF_WORD "agonize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01021655) ("1.6" 01224803)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (agonize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#agonize#agonize#agonize#agonize+ingly#(1.5,01021655)(1.6,01224803)###AD ( :DEF_WORD "agonize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01021655) ("1.6" 01224803)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (agonize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#agonize#agonize#agonize#agonize+ed#(1.5,01021655)(1.6,01224803)###AD ( :DEF_WORD "agonize" :CLASS "31.1.c" :WN_SENSE (("1.5" 01021655) ("1.6" 01224803)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (agonize+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#agree#agree#agree#agree+ingly#(1.5,00452960,00585450)(1.6,00547364,00701103)###AD ( :DEF_WORD "agree" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452960 00585450) ("1.6" 00547364 00701103)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (agree+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#agree#agree#agree#agree+ingly#(1.5,00452960,00585450)(1.6,00547364,00701103)###AD ( :DEF_WORD "agree" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452960 00585450) ("1.6" 00547364 00701103)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (agree+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#aid#aid#aid#aid+ed#(1.5,00049922,01442355)(1.6,00056138,01737017)###AD ( :DEF_WORD "aid" :CLASS "13.4.2" :WN_SENSE (("1.5" 00049922 01442355) ("1.6" 00056138 01737017)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (aid+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#aim#aim#aim#aim+#(1.5,--,00653585)(1.6,00781920,00782363)###BJDMAP ( :DEF_WORD "aim" :CLASS "40.3.1.i" :WN_SENSE (("1.5" -- 00653585) ("1.6" 00781920 00782363)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (aim+ 2) ((* toward 5) comm (aim+ 2) (touching comm (aim+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#air#air#air#air+ed#(1.5,01206318,00287384,00287179)(1.6,01446290,00340460,00340255)###AD ( :DEF_WORD "air" :CLASS "45.4.a" :WN_SENSE (("1.5" 01206318 00287384 00287179) ("1.6" 01446290 00340460 00340255)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (air+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#air#air#air#air+ed#(1.5,01206318,00287384,00287179)(1.6,01446290,00340460,00340255)###AD ( :DEF_WORD "air" :CLASS "45.4.b" :WN_SENSE (("1.5" 01206318 00287384 00287179) ("1.6" 01446290 00340460 00340255)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (air+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#air#air#air#air+ed#(1.5,00548893)(1.6,00659045)###AD ( :DEF_WORD "air" :CLASS "45.4.c" :WN_SENSE (("1.5" 00548893) ("1.6" 00659045)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (air+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#airmail#airmail#airmail#airmail+ingly#(1.5,00583406)(1.6,00698610)###AD ( :DEF_WORD "airmail" :CLASS "11.1" :WN_SENSE (("1.5" 00583406) ("1.6" 00698610)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (airmail+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#airmail#airmail#airmail#airmail+ingly#(1.5,00583406)(1.6,00698610)###AD ( :DEF_WORD "airmail" :CLASS "11.1" :WN_SENSE (("1.5" 00583406) ("1.6" 00698610)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (airmail+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#alarm#alarm#alarm#alarm+ingly#(1.5,01015572,00489644)(1.6,01217571,00591365)###AD ( :DEF_WORD "alarm" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015572 00489644) ("1.6" 01217571 00591365)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (alarm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#alarm#alarm#alarm#alarm+ingly#(1.5,01015572)(1.6,01217571)###AD ( :DEF_WORD "alarm" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015572) ("1.6" 01217571)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (alarm+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#alarm#alarm#alarm#alarm+ed#(1.5,01015572)(1.6,01217571)###AD ( :DEF_WORD "alarm" :CLASS "31.1.c" :WN_SENSE (("1.5" 01015572) ("1.6" 01217571)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alarm+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#alert#alert#alert#alert+ingly#(1.5,00489644)(1.6,00591365)###AD ( :DEF_WORD "alert" :CLASS "37.9.a" :WN_SENSE (("1.5" 00489644) ("1.6" 00591365)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (alert+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#alert#alert#alert#alert+ingly#(1.5,00489644)(1.6,00591365)###AD ( :DEF_WORD "alert" :CLASS "37.9.b" :WN_SENSE (("1.5" 00489644) ("1.6" 00591365)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (alert+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#alert#alert#alert#alert+ingly#(1.5,00489644)(1.6,00591365)###AD ( :DEF_WORD "alert" :CLASS "37.9.c" :WN_SENSE (("1.5" 00489644) ("1.6" 00591365)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (alert+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#alienate#alienate#alienate#alienate+ingly#(1.5,01038998)(1.6,01244286)###AD ( :DEF_WORD "alienate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01038998) ("1.6" 01244286)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (alienate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#alienate#alienate#alienate#alienate+ingly#(1.5,01038998)(1.6,01244286)###AD ( :DEF_WORD "alienate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01038998) ("1.6" 01244286)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (alienate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#alkalify#alkalify#alkalify#alkalify+ed#(1.5,00157957)(1.6,00181099)###AD ( :DEF_WORD "alkalify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00157957) ("1.6" 00181099)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alkalify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#alkalify#alkalify#alkalify#alkalify+ed#(1.5,00157957)(1.6,00181099)###AD ( :DEF_WORD "alkalify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00157957) ("1.6" 00181099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alkalify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#alkalify#alkalify#alkalify#alkalify+ed#(1.5,00157957)(1.6,00181099)###AD ( :DEF_WORD "alkalify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00157957) ("1.6" 00181099)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alkalify+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#allay#allay#allay#allay+ingly#(1.5,01033880)(1.6,01238553)###BJDMAP ( :DEF_WORD "allay" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033880) ("1.6" 01238553)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (allay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#allege#allege#allege#allege+ingly#(1.5,00573372)(1.6,00686932)###AD ( :DEF_WORD "allege" :CLASS "29.5.d" :WN_SENSE (("1.5" 00573372) ("1.6" 00686932)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (allege+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#allege#allege#allege#allege+ingly#(1.5,00573372)(1.6,00686932)###AD ( :DEF_WORD "allege" :CLASS "29.5.e" :WN_SENSE (("1.5" 00573372) ("1.6" 00686932)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (allege+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#alleviate#alleviate#alleviate#alleviate+ingly#(1.5,00040410)(1.6,00044854)###BJDMAP ( :DEF_WORD "alleviate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00040410) ("1.6" 00044854)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (alleviate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#allocate#allocate#allocate#allocate+ingly#(1.5,01271921)(1.6,01528254)###AD ( :DEF_WORD "allocate" :CLASS "13.3" :WN_SENSE (("1.5" 01271921) ("1.6" 01528254)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (allocate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#allocate#allocate#allocate#allocate+ingly#(1.5,01271921)(1.6,01528254)###AD ( :DEF_WORD "allocate" :CLASS "13.3" :WN_SENSE (("1.5" 01271921) ("1.6" 01528254)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (allocate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#allot#allot#allot#allot+ingly#(1.5,01270072,01283705,01313552)(1.6,01524852,01543325,01568959)###AD ( :DEF_WORD "allot" :CLASS "13.3" :WN_SENSE (("1.5" 01270072 01283705 01313552) ("1.6" 01524852 01543325 01568959)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (allot+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#allot#allot#allot#allot+ingly#(1.5,01270072,01283705,01313552)(1.6,01524852,01543325,01568959)###AD ( :DEF_WORD "allot" :CLASS "13.3" :WN_SENSE (("1.5" 01270072 01283705 01313552) ("1.6" 01524852 01543325 01568959)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (allot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 024#1#_th_prop#allow#allow#allow#allow+ingly#(1.5,00451248,--,--)(1.6,00545347,01880334,00545801)###AD ( :DEF_WORD "allow" :CLASS "024" :WN_SENSE (("1.5" 00451248 -- --) ("1.6" 00545347 01880334 00545801)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* nil 27)) (allow+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#allow#allow#allow#allow+ingly#(1.5,00451248,00408078)(1.6,00545347,00490373)###AD ( :DEF_WORD "allow" :CLASS "29.5.d" :WN_SENSE (("1.5" 00451248 00408078) ("1.6" 00545347 00490373)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (allow+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#allow#allow#allow#allow+ingly#(1.5,01371393)(1.6,01649126)###AD ( :DEF_WORD "allow" :CLASS "29.5.e" :WN_SENSE (("1.5" 01371393) ("1.6" 01649126)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (allow+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 002#1#_ag_th,prop(into)#allure#allure#allure#allure+ingly#(1.5,00446151)(1.6,00539391)###AD ( :DEF_WORD "allure" :CLASS "002" :WN_SENSE (("1.5" 00446151) ("1.6" 00539391)) :PROPBANK ("arg0 arg2 arg1-PRD(into)") :THETA_ROLES ((1 "_ag_th,prop(into)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (allure+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#alter#alter#alter#alter+ingly#(1.5,00072540,00071241)(1.6,00083947,00082064)###AD ( :DEF_WORD "alter" :CLASS "26.6" :WN_SENSE (("1.5" 00072540 00071241) ("1.6" 00083947 00082064)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (alter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#alter#alter#alter#alter+ed#(1.5,00072540,00071241)(1.6,00083947,00082064)###AD ( :DEF_WORD "alter" :CLASS "45.4.a" :WN_SENSE (("1.5" 00072540 00071241) ("1.6" 00083947 00082064)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alter+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#alter#alter#alter#alter+ed#(1.5,00072540,00071241)(1.6,00083947,00082064)###AD ( :DEF_WORD "alter" :CLASS "45.4.b" :WN_SENSE (("1.5" 00072540 00071241) ("1.6" 00083947 00082064)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alter+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#alter#alter#alter#alter+ed#(1.5,00071241)(1.6,00082064)###AD ( :DEF_WORD "alter" :CLASS "45.4.c" :WN_SENSE (("1.5" 00071241) ("1.6" 00082064)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alter+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#alternate#alternate#alternate#alternate+ed#(1.5,01354600,00070513)(1.6,01630440,00081068)###AD ( :DEF_WORD "alternate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01354600 00070513) ("1.6" 01630440 00081068)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alternate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#alternate#alternate#alternate#alternate+ed#(1.5,00070358,00070513,00070129)(1.6,00080914,00081068,00080777)###AD ( :DEF_WORD "alternate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00070358 00070513 00070129) ("1.6" 00080914 00081068 00080777)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (alternate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#amalgamate#amalgamate#amalgamate#amalgamate+ed#(1.5,00740895)(1.6,00883027)###AD ( :DEF_WORD "amalgamate" :CLASS "22.2.a" :WN_SENSE (("1.5" 00740895) ("1.6" 00883027)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (amalgamate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#amalgamate#amalgamate#amalgamate#amalgamate+ed#(1.5,00821271)(1.6,00979316)###AD ( :DEF_WORD "amalgamate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00821271) ("1.6" 00979316)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (amalgamate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#amass#amass#amass#amass+ingly#(1.5,00095355,01311458)(1.6,00109250,01576236)###AD ( :DEF_WORD "amass" :CLASS "47.5.2" :WN_SENSE (("1.5" 00095355 01311458) ("1.6" 00109250 01576236)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (amass+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#amaze#amaze#amaze#amaze+ingly#(1.5,00409084,00349716)(1.6,00491471,00421500)###AD ( :DEF_WORD "amaze" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409084 00349716) ("1.6" 00491471 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (amaze+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#amaze#amaze#amaze#amaze+ingly#(1.5,00349716,00409084)(1.6,00421500,00491471)###AD ( :DEF_WORD "amaze" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716 00409084) ("1.6" 00421500 00491471)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (amaze+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#amble#amble#amble#amble+ingly#(1.5,01092412)(1.6,01308960)###AD ( :DEF_WORD "amble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092412) ("1.6" 01308960)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (amble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#amble#amble#amble#amble+ingly#(1.5,01092412)(1.6,01308960)###AD ( :DEF_WORD "amble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092412) ("1.6" 01308960)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (amble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ameliorate#ameliorate#ameliorate#ameliorate+ed#(1.5,00123997)(1.6,00140937)###AD ( :DEF_WORD "ameliorate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00123997) ("1.6" 00140937)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ameliorate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ameliorate#ameliorate#ameliorate#ameliorate+ed#(1.5,00123997)(1.6,00140937)###AD ( :DEF_WORD "ameliorate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00123997) ("1.6" 00140937)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ameliorate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ameliorate#ameliorate#ameliorate#ameliorate+ed#(1.5,00123459)(1.6,00140363)###AD ( :DEF_WORD "ameliorate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00123459) ("1.6" 00140363)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ameliorate+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#americanize#americanize#americanize#americanize+ed#(1.5,00243503,00242998)(1.6,00284959,00284346)###AD ( :DEF_WORD "americanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00243503 00242998) ("1.6" 00284959 00284346)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (americanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#americanize#americanize#americanize#americanize+ed#(1.5,00243503)(1.6,00284959)###AD ( :DEF_WORD "americanize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00243503) ("1.6" 00284959)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (americanize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#americanize#americanize#americanize#americanize+ed#(1.5,00242998)(1.6,00284346)###AD ( :DEF_WORD "americanize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00242998) ("1.6" 00284346)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (americanize+ed 9)))) ) ;; Grid: 54.1.b#1#_ag_th(to)#amount#amount#amount#amount+ed#(1.5,01496879)(1.6,01805970)###BJDMAP ( :DEF_WORD "amount" :CLASS "54.1.b" :WN_SENSE (("1.5" 01496879) ("1.6" 01805970)) :PROPBANK ("arg0 arg1(to)") :THETA_ROLES ((1 "_ag_th(to)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (amount+ed 9)))) ((with 19) instr (*head*) (thing 20))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#amplify#amplify#amplify#amplify+ed#(1.5,00258235)(1.6,00302564)###AD ( :DEF_WORD "amplify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00258235) ("1.6" 00302564)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (amplify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#amputate#amputate#amputate#amputate+ed#(1.5,00716377)(1.6,00855839)###AD ( :DEF_WORD "amputate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00716377) ("1.6" 00855839)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (amputate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#amuse#amuse#amuse#amuse+ingly#(1.5,01411101,00482272)(1.6,01698559,00583232)###AD ( :DEF_WORD "amuse" :CLASS "31.1.a" :WN_SENSE (("1.5" 01411101 00482272) ("1.6" 01698559 00583232)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (amuse+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#amuse#amuse#amuse#amuse+ingly#(1.5,00482272,01411101)(1.6,00583232,01698559)###AD ( :DEF_WORD "amuse" :CLASS "31.1.b" :WN_SENSE (("1.5" 00482272 01411101) ("1.6" 00583232 01698559)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (amuse+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#amuse#amuse#amuse#amuse+ed#(1.5,01411101)(1.6,01698559)###AD ( :DEF_WORD "amuse" :CLASS "31.1.c" :WN_SENSE (("1.5" 01411101) ("1.6" 01698559)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (amuse+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#analyze#analyze#analyze#analyze+ingly#(1.5,00362566,00361981,00416546)(1.6,00435242,00434651,00499778)###AD ( :DEF_WORD "analyze" :CLASS "34.ii" :WN_SENSE (("1.5" 00362566 00361981 00416546) ("1.6" 00435242 00434651 00499778)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (analyze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#anchor#anchor#anchor#anchor+ingly#(1.5,00748694)(1.6,00891834)###AD ( :DEF_WORD "anchor" :CLASS "22.4.a" :WN_SENSE (("1.5" 00748694) ("1.6" 00891834)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (anchor+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#anchor#anchor#anchor#anchor+ed#(1.5,00748694)(1.6,00891834)###AD ( :DEF_WORD "anchor" :CLASS "22.4.b" :WN_SENSE (("1.5" 00748694) ("1.6" 00891834)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (anchor+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#anesthetize#anesthetize#anesthetize#anesthetize+ed#(1.5,00013781)(1.6,00014590)###AD ( :DEF_WORD "anesthetize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00013781) ("1.6" 00014590)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (anesthetize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#anger#anger#anger#anger+ingly#(1.5,01017536)(1.6,01219920)###AD ( :DEF_WORD "anger" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017536) ("1.6" 01219920)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (anger+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#anger#anger#anger#anger+ingly#(1.5,01017536)(1.6,01219920)###AD ( :DEF_WORD "anger" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017536) ("1.6" 01219920)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (anger+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#anger#anger#anger#anger+ed#(1.5,01017536)(1.6,01219920)###AD ( :DEF_WORD "anger" :CLASS "31.1.c" :WN_SENSE (("1.5" 01017536) ("1.6" 01219920)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (anger+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#anger#anger#anger#anger+ingly#(1.5,01017968)(1.6,01220411)###AD ( :DEF_WORD "anger" :CLASS "31.3.h" :WN_SENSE (("1.5" 01017968) ("1.6" 01220411)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (anger+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#anglicize#anglicize#anglicize#anglicize+ed#(1.5,00243697,00181568)(1.6,00285266,00207509)###AD ( :DEF_WORD "anglicize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00243697 00181568) ("1.6" 00285266 00207509)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (anglicize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#anguish#anguish#anguish#anguish+ingly#(1.5,01020896)(1.6,01224008)###AD ( :DEF_WORD "anguish" :CLASS "31.3.h" :WN_SENSE (("1.5" 01020896) ("1.6" 01224008)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (anguish+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#animate#animate#animate#animate+ed#(1.5,01032310,00116784,00016502)(1.6,01236819,00132579,00017632)###AD ( :DEF_WORD "animate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01032310 00116784 00016502) ("1.6" 01236819 00132579 00017632)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (animate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#annex#annex#annex#annex+ingly#(1.5,01263718)(1.6,01517364)###AD ( :DEF_WORD "annex" :CLASS "10.5" :WN_SENSE (("1.5" 01263718) ("1.6" 01517364)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (annex+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#annihilate#annihilate#annihilate#annihilate+ingly#(1.5,00278623)(1.6,00328370)###AD ( :DEF_WORD "annihilate" :CLASS "44.a" :WN_SENSE (("1.5" 00278623) ("1.6" 00328370)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (annihilate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#annihilate#annihilate#annihilate#annihilate+ingly#(1.5,00278623)(1.6,00328370)###AD ( :DEF_WORD "annihilate" :CLASS "44.b" :WN_SENSE (("1.5" 00278623) ("1.6" 00328370)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (annihilate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#annotate#annotate#annotate#annotate+ed#(1.5,00976641)(1.6,01169236)###AD ( :DEF_WORD "annotate" :CLASS "25.1.b" :WN_SENSE (("1.5" 00976641) ("1.6" 01169236)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (annotate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#announce#announce#announce#announce+ingly#(1.5,00549373,00549995)(1.6,00659537,00660471)###AD ( :DEF_WORD "announce" :CLASS "37.7.a" :WN_SENSE (("1.5" 00549373 00549995) ("1.6" 00659537 00660471)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (announce+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#announce#announce#announce#announce+ingly#(1.5,00549373,00549995)(1.6,00659537,00660471)###AD ( :DEF_WORD "announce" :CLASS "37.7.b" :WN_SENSE (("1.5" 00549373 00549995) ("1.6" 00659537 00660471)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (announce+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#annoy#annoy#annoy#annoy+ingly#(1.5,01018552,01019134)(1.6,01221002,01223033)###AD ( :DEF_WORD "annoy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552 01019134) ("1.6" 01221002 01223033)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (annoy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#annoy#annoy#annoy#annoy+ingly#(1.5,01018552)(1.6,01221002)###AD ( :DEF_WORD "annoy" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (annoy+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#annoy#annoy#annoy#annoy+ed#(1.5,01018552)(1.6,01221002)###AD ( :DEF_WORD "annoy" :CLASS "31.1.c" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (annoy+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#annul#annul#annul#annul+ingly#(1.5,00449774,01402858)(1.6,00543473,01688749)#loc##AD ( :DEF_WORD "annul" :CLASS "10.1" :WN_SENSE (("1.5" 00449774 01402858) ("1.6" 00543473 01688749)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (annul+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#anoint#anoint#anoint#anoint+ed#(1.5,00051846)(1.6,00058325)###AD ( :DEF_WORD "anoint" :CLASS "9.8.a" :WN_SENSE (("1.5" 00051846) ("1.6" 00058325)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (anoint+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#anoint#anoint#anoint#anoint+ed#(1.5,00051846)(1.6,00058325)###AD ( :DEF_WORD "anoint" :CLASS "9.8.b" :WN_SENSE (("1.5" 00051846) ("1.6" 00058325)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (anoint+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#anoint#anoint#anoint#anoint+ingly#(1.5,00051846)(1.6,00058325)###AD ( :DEF_WORD "anoint" :CLASS "29.3" :WN_SENSE (("1.5" 00051846) ("1.6" 00058325)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (anoint+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#answer#answer#answer#answer+ingly#(1.5,00458885)(1.6,00554194)###AD ( :DEF_WORD "answer" :CLASS "37.7.a" :WN_SENSE (("1.5" 00458885) ("1.6" 00554194)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (answer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#antagonize#antagonize#antagonize#antagonize+ingly#(1.5,01029219)(1.6,01232908)###AD ( :DEF_WORD "antagonize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01029219) ("1.6" 01232908)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (antagonize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#antagonize#antagonize#antagonize#antagonize+ingly#(1.5,01029219)(1.6,01232908)###AD ( :DEF_WORD "antagonize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029219) ("1.6" 01232908)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (antagonize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#antecede#antecede#antecede#antecede+ingly#(1.5,01535291)(1.6,01852936)###AD ( :DEF_WORD "antecede" :CLASS "47.8.c" :WN_SENSE (("1.5" 01535291) ("1.6" 01852936)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (antecede+ingly 26)) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#anticipate#anticipate#anticipate#anticipate+ingly#(1.5,00405433)(1.6,00487133)###AD ( :DEF_WORD "anticipate" :CLASS "29.5.a" :WN_SENSE (("1.5" 00405433) ("1.6" 00487133)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (anticipate+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#anticipate#anticipate#anticipate#anticipate+ingly#(1.5,00405433,00406111,00516413)(1.6,00487133,00488081,00621460)###AD ( :DEF_WORD "anticipate" :CLASS "29.5.b" :WN_SENSE (("1.5" 00405433 00406111 00516413) ("1.6" 00487133 00488081 00621460)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (anticipate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 32.2.a#1#_exp_perc#anticipate#anticipate#anticipate#anticipate+ingly#(1.5,00405433)(1.6,00487133)###AD ( :DEF_WORD "anticipate" :CLASS "32.2.a" :WN_SENSE (("1.5" 00405433) ("1.6" 00487133)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (anticipate+ingly 26)) :VAR_SPEC ((2 (human +)) (6 (:cat n))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#apologize#apologize#apologize#apologize+ingly#(1.5,00503125)(1.6,00606341)###AD ! ;; Grid: 13.7#1#_ag#antique#antique#antique#antique+ingly#(1.5,01323366)(1.6,01590465)###AD ( :DEF_WORD "antique" :CLASS "13.7" :WN_SENSE (("1.5" 01323366) ("1.6" 01590465)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (antique+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#apostatize#apostatize#apostatize#apostatize+ed#(1.5,00425906)(1.6,00515153)###AD ( :DEF_WORD "apostatize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00425906) ("1.6" 00515153)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (apostatize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#appal#appal#appal#appal+ingly#(1.5,01015572,01031463)(1.6,01217571,01235670)###AD ( :DEF_WORD "appal" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015572 01031463) ("1.6" 01217571 01235670)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (appal+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#appal#appal#appal#appal+ingly#(1.5,01015572,01031463)(1.6,01217571,01235670)###AD ( :DEF_WORD "appal" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015572 01031463) ("1.6" 01217571 01235670)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (appal+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#appall#appall#appall#appall+ingly#(1.5,01031463)(1.6,01235670)###BJDMAP ( :DEF_WORD "appall" :CLASS "31.1.a" :WN_SENSE (("1.5" 01031463) ("1.6" 01235670)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (appall+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 020#1#_ag_prop(to)#appear#appear#appear#appear+ingly####AD ! ;; Grid: 31.4.c#1#_perc_goal(to)#appeal#appeal#appeal#appeal+ingly#(1.5,00424552,01029533)(1.6,00513250,01233236)###AD ( :DEF_WORD "appeal" :CLASS "31.4.c" :WN_SENSE (("1.5" 00424552 01029533) ("1.6" 00513250 01233236)) :PROPBANK ("arg1 arg3(to)") :THETA_ROLES ((1 "_perc_goal(to)")) :LCS (go_ext perc (* thing 8) ((* to 5) perc (thing 8) (at perc (thing 8) (thing 6))) (appeal+ingly 26)) ) ;; Grid: 005#1#_th_prop(to)#appear#appear#appear#appear+ingly####BJDMAP ( :DEF_WORD "appear" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (appear+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.6.b#1#_ag,mod-pred(as)#appear#appear#appear#appear+ed#(1.5,01217877,00251107,01218651)(1.6,01460069,00293860,01461214)###AD ( :DEF_WORD "appear" :CLASS "29.6.b" :WN_SENSE (("1.5" 01217877 00251107 01218651) ("1.6" 01460069 00293860 01461214)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag,mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (appear+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#appear#appear#appear#appear+ingly#(1.5,01217877,00251107,01218651)(1.6,01460069,00293860,01461214)###AD ( :DEF_WORD "appear" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01217877 00251107 01218651) ("1.6" 01460069 00293860 01461214)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (appear+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#appease#appease#appease#appease+ingly#(1.5,01005913)(1.6,01204852)###AD ( :DEF_WORD "appease" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (appease+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#appease#appease#appease#appease+ingly#(1.5,01005913)(1.6,01204852)###AD ( :DEF_WORD "appease" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (appease+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#append#append#append#append+ingly#(1.5,00760832,00760715)(1.6,00906733,00906566)###AD ( :DEF_WORD "append" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00760832 00760715) ("1.6" 00906733 00906566)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (append+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#append#append#append#append+ed#(1.5,00760832,00760715)(1.6,00906733,00906566)###AD ( :DEF_WORD "append" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00760832 00760715) ("1.6" 00906733 00906566)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (append+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#applaud#applaud#applaud#applaud+#(1.5,00482646)(1.6,00583639)###AD ( :DEF_WORD "applaud" :CLASS "33.a.i" :WN_SENSE (("1.5" 00482646) ("1.6" 00583639)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (applaud+ 2) (toward comm (applaud+ 2) (at comm (applaud+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#applaud#applaud#applaud#applaud+ingly#(1.5,00482646)(1.6,00583639)###AD ( :DEF_WORD "applaud" :CLASS "33.b" :WN_SENSE (("1.5" 00482646) ("1.6" 00583639)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (applaud+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#applique#applique#applique#applique+ingly#(1.5,00956330)(1.6,01147136)###AD ( :DEF_WORD "applique" :CLASS "25.1.a" :WN_SENSE (("1.5" 00956330) ("1.6" 01147136)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (applique+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#applique#applique#applique#applique+ed#(1.5,00956330)(1.6,01147136)###AD ( :DEF_WORD "applique" :CLASS "25.1.b" :WN_SENSE (("1.5" 00956330) ("1.6" 01147136)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (applique+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#apply#apply#apply#apply+ingly#(1.5,--)(1.6,01578434)###AD ( :DEF_WORD "apply" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" --) ("1.6" 01578434)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (apply+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 22.3.c.ii#1#_ag_th,goal(to)#apply#apply#apply#apply+ingly#(1.5,00658243,00783910)(1.6,00788109,00933530)###AD ( :DEF_WORD "apply" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00658243 00783910) ("1.6" 00788109 00933530)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (apply+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#appoint#appoint#appoint#appoint+ingly#(1.5,01356031,01401683)(1.6,01632168,01686884)###AD ( :DEF_WORD "appoint" :CLASS "29.1.a" :WN_SENSE (("1.5" 01356031 01401683) ("1.6" 01632168 01686884)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (appoint+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#appoint#appoint#appoint#appoint+ed#(1.5,01356031,01401683)(1.6,01632168,01686884)###AD ( :DEF_WORD "appoint" :CLASS "29.1.c" :WN_SENSE (("1.5" 01356031 01401683) ("1.6" 01632168 01686884)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (appoint+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#appoint#appoint#appoint#appoint+ingly#(1.5,01356031,01401683)(1.6,01632168,01686884)###AD ( :DEF_WORD "appoint" :CLASS "29.1.d" :WN_SENSE (("1.5" 01356031 01401683) ("1.6" 01632168 01686884)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (appoint+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#appoint#appoint#appoint#appoint+ingly#(1.5,01401683,00493865,01356031,01356399)(1.6,01686884,00596010,01632168,01632536)###AD ( :DEF_WORD "appoint" :CLASS "29.1.e" :WN_SENSE (("1.5" 01401683 00493865 01356031 01356399) ("1.6" 01686884 00596010 01632168 01632536)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (appoint+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#apportion#apportion#apportion#apportion+ingly#(1.5,01271921)(1.6,01528254)###AD ( :DEF_WORD "apportion" :CLASS "13.3" :WN_SENSE (("1.5" 01271921) ("1.6" 01528254)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (apportion+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#appraise#appraise#appraise#appraise+ingly#(1.5,00383005)(1.6,00459984)###AD ( :DEF_WORD "appraise" :CLASS "54.4" :WN_SENSE (("1.5" 00383005) ("1.6" 00459984)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (appraise+ingly 26)) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "29.2.a" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "29.2.b" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "29.2.d" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (appreciate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "31.2.a" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "31.2.b" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,00331781,01028341,01284370)(1.6,00399995,01231918,01544040)###AD ( :DEF_WORD "appreciate" :CLASS "31.2.c" :WN_SENSE (("1.5" 00331781 01028341 01284370) ("1.6" 00399995 01231918 01544040)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#appreciate#appreciate#appreciate#appreciate+ingly#(1.5,01028341)(1.6,01231918)###AD ( :DEF_WORD "appreciate" :CLASS "31.2.g" :WN_SENSE (("1.5" 01028341) ("1.6" 01231918)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (appreciate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.6#1#_th#appreciate#appreciate#appreciate#appreciate+ed#(1.5,00191709,00191342)(1.6,00219109,00218668)###AD ( :DEF_WORD "appreciate" :CLASS "45.6" :WN_SENSE (("1.5" 00191709 00191342) ("1.6" 00219109 00218668)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (appreciate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#apprehend#apprehend#apprehend#apprehend+ingly#(1.5,00691956)(1.6,00827485)###AD ( :DEF_WORD "apprehend" :CLASS "10.5" :WN_SENSE (("1.5" 00691956) ("1.6" 00827485)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (apprehend+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.7#1#_ag_th#apprentice#apprentice#apprentice#apprentice+ed#(1.5,00338468)(1.6,00407249)###AD ( :DEF_WORD "apprentice" :CLASS "29.7" :WN_SENSE (("1.5" 00338468) ("1.6" 00407249)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (apprentice+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.1.a#1#_th,goal,src(from)#approach#approach#approach#approach+ingly#(1.5,01174613)(1.6,01404337)###AD ( :DEF_WORD "approach" :CLASS "51.1.a" :WN_SENSE (("1.5" 01174613) ("1.6" 01404337)) :PROPBANK ("arg1 arg2 arg2(from)") :THETA_ROLES ((1 "_th,goal,src(from)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) (([to] 5) loc (thing 2) ([at] loc (thing 2) (* thing 6))) (approach+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional) (2 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#appropriate#appropriate#appropriate#appropriate+ingly#(1.5,01293698)(1.6,01554318)###AD ( :DEF_WORD "appropriate" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01293698) ("1.6" 01554318)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (appropriate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#approve#approve#approve#approve+#(1.5,00453743,00378538)(1.6,00548199,00454501)###AD ( :DEF_WORD "approve" :CLASS "31.3.f" :WN_SENSE (("1.5" 00453743 00378538) ("1.6" 00548199 00454501)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (approve+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#approximate#approximate#approximate#approximate+ingly#(1.5,00377820)(1.6,00453556)###AD ( :DEF_WORD "approximate" :CLASS "54.4" :WN_SENSE (("1.5" 00377820) ("1.6" 00453556)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (approximate+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#arabicize#arabicize#arabicize#arabicize+ed####AD ( :DEF_WORD "arabicize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arabicize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#arch#arch#arch#arch+ingly#(1.5,01163576)(1.6,01390840)###AD ( :DEF_WORD "arch" :CLASS "40.3.2" :WN_SENSE (("1.5" 01163576) ("1.6" 01390840)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (arch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.10#1#_ag_th#archive#archive#archive##(1.5,00797153)(1.6,00949446)#loc#(goal() = in archive+)#AD ( :DEF_WORD "archive" :CLASS "9.10" :WN_SENSE (("1.5" 00797153) ("1.6" 00949446)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (archive+ 6))))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#argue#argue#argue#argue+ingly#(1.5,00434231)(1.6,00525378)###AD ( :DEF_WORD "argue" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434231) ("1.6" 00525378)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (argue+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#argue#argue#argue#argue+ingly#(1.5,00434231)(1.6,00525378)###AD ( :DEF_WORD "argue" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434231) ("1.6" 00525378)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (argue+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.6.b#1#_exp#argue#argue#argue#argue+ingly#(1.5,00434231)(1.6,00525378)###BJDMAP ( :DEF_WORD "argue" :CLASS "37.6.b" :WN_SENSE (("1.5" 00434231) ("1.6" 00525378)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (argue+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#arise#arise#arise#arise+ingly#(1.5,01484404,01131455,00011915)(1.6,01790203,01351432,00012545)###AD ( :DEF_WORD "arise" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01484404 01131455 00011915) ("1.6" 01790203 01351432 00012545)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (arise+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#arm#arm#arm#arm+ed#(1.5,01327022)(1.6,01594315)###AD ( :DEF_WORD "arm" :CLASS "13.4.2" :WN_SENSE (("1.5" 01327022) ("1.6" 01594315)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arm+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#armor#armor#armor#armor+ed#(1.5,01331417)(1.6,01598897)###AD ( :DEF_WORD "armor" :CLASS "13.4.2" :WN_SENSE (("1.5" 01331417) ("1.6" 01598897)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (armor+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#aromatize#aromatize#aromatize#aromatize+ed#(1.5,01213687)(1.6,01455084)###BJDMAP ( :DEF_WORD "aromatize" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01213687) ("1.6" 01455084)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (aromatize+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#arouse#arouse#arouse#arouse+ingly#(1.5,01003070,01004584)(1.6,01200852,01202849)###AD ( :DEF_WORD "arouse" :CLASS "31.1.a" :WN_SENSE (("1.5" 01003070 01004584) ("1.6" 01200852 01202849)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (arouse+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#arouse#arouse#arouse#arouse+ingly#(1.5,00014757,00012335,01004584)(1.6,00015782,00013061,01202849)###AD ( :DEF_WORD "arouse" :CLASS "31.1.b" :WN_SENSE (("1.5" 00014757 00012335 01004584) ("1.6" 00015782 00013061 01202849)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (arouse+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#arouse#arouse#arouse#arouse+ed#(1.5,00014757,01004584)(1.6,00015782,01202849)###AD ( :DEF_WORD "arouse" :CLASS "31.1.c" :WN_SENSE (("1.5" 00014757 01004584) ("1.6" 00015782 01202849)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arouse+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#arraign#arraign#arraign#arraign+ed#(1.5,00473253)(1.6,00571962)###AD ( :DEF_WORD "arraign" :CLASS "13.4.2" :WN_SENSE (("1.5" 00473253) ("1.6" 00571962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arraign+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#arrange#arrange#arrange#arrange+ingly#(1.5,00842219,00416049)(1.6,01004644,00499281)#loc##AD ( :DEF_WORD "arrange" :CLASS "9.1" :WN_SENSE (("1.5" 00842219 00416049) ("1.6" 01004644 00499281)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (arrange+ingly 26)) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#arrange#arrange#arrange#arrange+ed#(1.5,00842219,00025195)(1.6,01004644,00027257)###AD ( :DEF_WORD "arrange" :CLASS "26.1.a" :WN_SENSE (("1.5" 00842219 00025195) ("1.6" 01004644 00027257)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arrange+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#arrange#arrange#arrange#arrange+ed#(1.5,00842219,00025195)(1.6,01004644,00027257)###AD ( :DEF_WORD "arrange" :CLASS "26.1.a" :WN_SENSE (("1.5" 00842219 00025195) ("1.6" 01004644 00027257)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (arrange+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#arrange#arrange#arrange#arrange+ingly#(1.5,00842219,00416049)(1.6,01004644,00499281)###AD ( :DEF_WORD "arrange" :CLASS "26.1.b" :WN_SENSE (("1.5" 00842219 00416049) ("1.6" 01004644 00499281)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (arrange+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#array#array#array#array+ed#(1.5,00846818)(1.6,01010586)###BJDMAP ( :DEF_WORD "array" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00846818) ("1.6" 01010586)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (array+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#arrest#arrest#arrest#arrest+ingly#(1.5,00691956,00865954)(1.6,00827485,01034389)###AD ( :DEF_WORD "arrest" :CLASS "10.5" :WN_SENSE (("1.5" 00691956 00865954) ("1.6" 00827485 01034389)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (arrest+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#arrive#arrive#arrive#arrive+ingly#(1.5,01144761)(1.6,01368651)###AD ( :DEF_WORD "arrive" :CLASS "51.1.a" :WN_SENSE (("1.5" 01144761) ("1.6" 01368651)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (arrive+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#articulate#articulate#articulate#articulate+ingly#(1.5,00552862,00551959,00551844)(1.6,00663647,00662608,00662493)###AD ( :DEF_WORD "articulate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00552862 00551959 00551844) ("1.6" 00663647 00662608 00662493)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (articulate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#articulate#articulate#articulate#articulate+ingly#(1.5,00552862,00551959,00551844)(1.6,00663647,00662608,00662493)###AD ( :DEF_WORD "articulate" :CLASS "37.7.b" :WN_SENSE (("1.5" 00552862 00551959 00551844) ("1.6" 00663647 00662608 00662493)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (articulate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#ascend#ascend#ascend#ascend+ingly#(1.5,01121367)(1.6,01340005)###AD ( :DEF_WORD "ascend" :CLASS "51.1.a" :WN_SENSE (("1.5" 01121367) ("1.6" 01340005)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (ascend+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.e#1#_th_goal#ascend#ascend#ascend#ascend+ingly#(1.5,01121367)(1.6,01340005)###AD ( :DEF_WORD "ascend" :CLASS "51.1.e" :WN_SENSE (("1.5" 01121367) ("1.6" 01340005)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (up loc (thing 2) (* thing 6))) (ascend+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#ascertain#ascertain#ascertain#ascertain+ingly#(1.5,00517007)(1.6,00622132)###AD ( :DEF_WORD "ascertain" :CLASS "29.2.d" :WN_SENSE (("1.5" 00517007) ("1.6" 00622132)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (ascertain+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#ascribe#ascribe#ascribe#ascribe+ingly#(1.5,00409700)(1.6,00492345)###AD ( :DEF_WORD "ascribe" :CLASS "13.3" :WN_SENSE (("1.5" 00409700) ("1.6" 00492345)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (ascribe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 017#1#_exp_perc(that)#ask#ask#ask#ask+ingly#(1.5,00422854)(1.6,00510727)###AD ! ;; Grid: 015#1#_ag_prop(to)#ask#ask#ask#ask+ingly#(1.5,00422854,00424703)(1.6,00510727,00513425)###AD ! ;; Grid: 002#1#_ag_th,prop(to)#ask#ask#ask#ask+ingly#(1.5,00422854,00424703)(1.6,00510727,00513425)###AD ( :DEF_WORD "ask" :CLASS "002" :WN_SENSE (("1.5" 00422854 00424703) ("1.6" 00510727 00513425)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (ask+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 37.1.a#1#_ag_goal_info#ask#ask#ask#ask+ingly#(1.5,00440329)(1.6,00532796)###AD ( :DEF_WORD "ask" :CLASS "37.1.a" :WN_SENSE (("1.5" 00440329) ("1.6" 00532796)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (ask+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#ask#ask#ask#ask+ingly#(1.5,00440588,00504861)(1.6,00533091,00608227)###AD ( :DEF_WORD "ask" :CLASS "37.1.b" :WN_SENSE (("1.5" 00440588 00504861) ("1.6" 00533091 00608227)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (ask+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.e#1#_ag_info(that)#ask#ask#ask#ask+ingly#(1.5,00422854)(1.6,00510727)###AD ( :DEF_WORD "ask" :CLASS "37.1.e" :WN_SENSE (("1.5" 00422854) ("1.6" 00510727)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 6)))) (ask+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#asphalt#asphalt#asphalt#asphalt+ed#(1.5,00724834)(1.6,00864996)###AD ( :DEF_WORD "asphalt" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00724834) ("1.6" 00864996)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (asphalt+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.7.i#1#,ag_th#asphyxiate#asphyxiate#asphyxiate#asphyxiate+ingly#(1.5,00903524)(1.6,01080749)###AD ( :DEF_WORD "asphyxiate" :CLASS "40.7.i" :WN_SENSE (("1.5" 00903524) ("1.6" 01080749)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (asphyxiate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 40.7.ii#1#,ag_th#asphyxiate#asphyxiate#asphyxiate#asphyxiate+ed#(1.5,00903524)(1.6,01080749)###AD ( :DEF_WORD "asphyxiate" :CLASS "40.7.ii" :WN_SENSE (("1.5" 00903524) ("1.6" 01080749)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (asphyxiate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#aspire#aspire#aspire#aspire+ingly#(1.5,00397213)(1.6,00477282)###BJDMAP ( :DEF_WORD "aspire" :CLASS "005" :WN_SENSE (("1.5" 00397213) ("1.6" 00477282)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (aspire+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#assail#assail#assail#assail+ingly#(1.5,00484303)(1.6,00585325)###AD ( :DEF_WORD "assail" :CLASS "33.b" :WN_SENSE (("1.5" 00484303) ("1.6" 00585325)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (assail+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#assassinate#assassinate#assassinate#assassinate+ed#(1.5,01405602)(1.6,01692186)###AD ( :DEF_WORD "assassinate" :CLASS "42.1.c" :WN_SENSE (("1.5" 01405602) ("1.6" 01692186)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assassinate+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#assault#assault#assault#assault+ingly#(1.5,00484303)(1.6,00585325)###AD ( :DEF_WORD "assault" :CLASS "33.b" :WN_SENSE (("1.5" 00484303) ("1.6" 00585325)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (assault+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#assemble#assemble#assemble#assemble+ed#(1.5,00947992)(1.6,01137704)###AD ( :DEF_WORD "assemble" :CLASS "26.1.a" :WN_SENSE (("1.5" 00947992) ("1.6" 01137704)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assemble+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#assemble#assemble#assemble#assemble+ed#(1.5,00947992)(1.6,01137704)###AD ( :DEF_WORD "assemble" :CLASS "26.1.a" :WN_SENSE (("1.5" 00947992) ("1.6" 01137704)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assemble+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#assemble#assemble#assemble#assemble+ingly#(1.5,00947992)(1.6,01137704)###AD ( :DEF_WORD "assemble" :CLASS "26.1.b" :WN_SENSE (("1.5" 00947992) ("1.6" 01137704)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (assemble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#assemble#assemble#assemble#assemble+ingly#(1.5,00947992,01374778,01471153)(1.6,01137704,01654097,01772676)###AD ( :DEF_WORD "assemble" :CLASS "47.5.2" :WN_SENSE (("1.5" 00947992 01374778 01471153) ("1.6" 01137704 01654097 01772676)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (assemble+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#assert#assert#assert#assert+ingly#(1.5,--,00570811,00573941)(1.6,00485364,00683865,00687441)###AD ( :DEF_WORD "assert" :CLASS "29.5.d" :WN_SENSE (("1.5" -- 00570811 00573941) ("1.6" 00485364 00683865 00687441)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (assert+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#assert#assert#assert#assert+ingly#(1.5,00573941,00570811)(1.6,00687441,00683865)###AD ( :DEF_WORD "assert" :CLASS "29.5.e" :WN_SENSE (("1.5" 00573941 00570811) ("1.6" 00687441 00683865)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (assert+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#assert#assert#assert#assert+ingly#(1.5,00573941,00570811,01344489)(1.6,00687441,00683865,01616630)###AD ( :DEF_WORD "assert" :CLASS "48.1.2" :WN_SENSE (("1.5" 00573941 00570811 01344489) ("1.6" 00687441 00683865 01616630)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (assert+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#assess#assess#assess#assess+ingly#(1.5,00383005)(1.6,00459984)###AD ( :DEF_WORD "assess" :CLASS "34.ii" :WN_SENSE (("1.5" 00383005) ("1.6" 00459984)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (assess+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#assess#assess#assess#assess+ingly#(1.5,00383005)(1.6,00459984)###AD ( :DEF_WORD "assess" :CLASS "54.4" :WN_SENSE (("1.5" 00383005) ("1.6" 00459984)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (assess+ingly 26)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#assign#assign#assign#assign+ingly#(1.5,01270072,01353541)(1.6,01524852,01629170)###AD ( :DEF_WORD "assign" :CLASS "13.3" :WN_SENSE (("1.5" 01270072 01353541) ("1.6" 01524852 01629170)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (assign+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#assign#assign#assign#assign+ingly#(1.5,01270072,01353541)(1.6,01524852,01629170)###AD ( :DEF_WORD "assign" :CLASS "13.3" :WN_SENSE (("1.5" 01270072 01353541) ("1.6" 01524852 01629170)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (assign+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#assimilate#assimilate#assimilate#assimilate+ingly#(1.5,00338206)(1.6,00406975)###AD ( :DEF_WORD "assimilate" :CLASS "14.a" :WN_SENSE (("1.5" 00338206) ("1.6" 00406975)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (assimilate+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 45.4.b#1#_ag_th#assimulate#assimulate#assimulate#assimulate+ed####AD ( :DEF_WORD "assimulate" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assimulate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#assist#assist#assist#assist+ed#(1.5,01442355)(1.6,01737017)###AD ( :DEF_WORD "assist" :CLASS "13.4.2" :WN_SENSE (("1.5" 01442355) ("1.6" 01737017)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assist+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#associate#associate#associate#associate+ed#(1.5,01398420)(1.6,01683038)###AD ( :DEF_WORD "associate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01398420) ("1.6" 01683038)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (associate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#associate#associate#associate#associate+ed#(1.5,01398420)(1.6,01683038)###AD ( :DEF_WORD "associate" :CLASS "22.2.c" :WN_SENSE (("1.5" 01398420) ("1.6" 01683038)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (associate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#assuage#assuage#assuage#assuage+ingly#(1.5,01005913,00685032,00040410)(1.6,01204852,00819436,00044854)###AD ( :DEF_WORD "assuage" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005913 00685032 00040410) ("1.6" 01204852 00819436 00044854)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (assuage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#assuage#assuage#assuage#assuage+ingly#(1.5,01005913)(1.6,01204852)###AD ( :DEF_WORD "assuage" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (assuage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#assuage#assuage#assuage#assuage+ed#(1.5,01005913)(1.6,01204852)###AD ( :DEF_WORD "assuage" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (assuage+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#assume#assume#assume#assume+ingly#(1.5,00356058)(1.6,00428091)###AD ( :DEF_WORD "assume" :CLASS "29.4.a" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (assume+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#assume#assume#assume#assume+ingly#(1.5,00356058)(1.6,00428091)###AD ( :DEF_WORD "assume" :CLASS "29.4.b" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (assume+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.4.d#1#_exp_prop(that)#assume#assume#assume#assume+ingly#(1.5,00356058)(1.6,00428091)###AD ( :DEF_WORD "assume" :CLASS "29.4.d" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (assume+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 002#1#_ag_th,prop(that)#assure#assure#assure#assure+ingly#(1.5,00435736)(1.6,00527377)###AD ( :DEF_WORD "assure" :CLASS "002" :WN_SENSE (("1.5" 00435736) ("1.6" 00527377)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_th,prop(that)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (assure+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 37.9.a#1#_ag_goal,info(that)#assure#assure#assure#assure+ingly#(1.5,00435736,00496684,00575552)(1.6,00527377,00598975,00689221)###AD ( :DEF_WORD "assure" :CLASS "37.9.a" :WN_SENSE (("1.5" 00435736 00496684 00575552) ("1.6" 00527377 00598975 00689221)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal,info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (assure+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#astonish#astonish#astonish#astonish+ingly#(1.5,00409084)(1.6,00491471)###AD ( :DEF_WORD "astonish" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409084) ("1.6" 00491471)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (astonish+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#astonish#astonish#astonish#astonish+ingly#(1.5,00409084)(1.6,00491471)###AD ( :DEF_WORD "astonish" :CLASS "31.1.b" :WN_SENSE (("1.5" 00409084) ("1.6" 00491471)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (astonish+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#astonish#astonish#astonish#astonish+ed#(1.5,00409084)(1.6,00491471)###AD ( :DEF_WORD "astonish" :CLASS "31.1.c" :WN_SENSE (("1.5" 00409084) ("1.6" 00491471)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (astonish+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#astound#astound#astound#astound+ingly#(1.5,00409084)(1.6,00491471)###AD ( :DEF_WORD "astound" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409084) ("1.6" 00491471)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (astound+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#astound#astound#astound#astound+ingly#(1.5,00409084)(1.6,00491471)###AD ( :DEF_WORD "astound" :CLASS "31.1.b" :WN_SENSE (("1.5" 00409084) ("1.6" 00491471)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (astound+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#atone#atone#atone#atone+ingly#(1.5,01427223)(1.6,01718181)###AD ! ;; Grid: 45.4.a#1#_ag_th,instr(with)#atomize#atomize#atomize#atomize+ed#(1.5,00199698)(1.6,00228621)###AD ( :DEF_WORD "atomize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00199698) ("1.6" 00228621)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (atomize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#atrophy#atrophy#atrophy#atrophy+ed#(1.5,00055756)(1.6,00063224)###AD ( :DEF_WORD "atrophy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00055756) ("1.6" 00063224)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (atrophy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#atrophy#atrophy#atrophy#atrophy+ed#(1.5,00055756)(1.6,00063224)###AD ( :DEF_WORD "atrophy" :CLASS "45.4.b" :WN_SENSE (("1.5" 00055756) ("1.6" 00063224)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (atrophy+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#atrophy#atrophy#atrophy#atrophy+ed#(1.5,00055756)(1.6,00063224)###AD ( :DEF_WORD "atrophy" :CLASS "45.4.c" :WN_SENSE (("1.5" 00055756) ("1.6" 00063224)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (atrophy+ed 9)))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#attach#attach#attach#attach+ingly#(1.5,00743265,00739723,00739573)(1.6,00885494,00881672,00881541)###AD ( :DEF_WORD "attach" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00743265 00739723 00739573) ("1.6" 00885494 00881672 00881541)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (attach+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#attach#attach#attach#attach+ed#(1.5,00743265,00739573)(1.6,00885494,00881541)###AD ( :DEF_WORD "attach" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00743265 00739573) ("1.6" 00885494 00881541)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (attach+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#attack#attack#attack#attack+ingly#(1.5,00484303)(1.6,00585325)###AD ( :DEF_WORD "attack" :CLASS "33.b" :WN_SENSE (("1.5" 00484303) ("1.6" 00585325)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (attack+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#attack#attack#attack#attack+ingly#(1.5,00484303,00633619)(1.6,00585325,00760028)###BJDMAP ( :DEF_WORD "attack" :CLASS "36.3.a" :WN_SENSE (("1.5" 00484303 00633619) ("1.6" 00585325 00760028)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (attack+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#attain#attain#attain#attain+ingly#(1.5,01430579)(1.6,01722366)###AD ( :DEF_WORD "attain" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01430579) ("1.6" 01722366)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (attain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 005#1#_th_prop(to)#attempt#attempt#attempt#attempt+ingly#(1.5,01432563)(1.6,01725008)###BJDMAP ( :DEF_WORD "attempt" :CLASS "005" :WN_SENSE (("1.5" 01432563) ("1.6" 01725008)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (attempt+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 013#1#_th_loc#attend#attend#attend#attend+ingly#(1.5,01438696)(1.6,01732330)###AD ( :DEF_WORD "attend" :CLASS "013" :WN_SENSE (("1.5" 01438696) ("1.6" 01732330)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* nil 11)) (attend+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#attend#attend#attend#attend+ingly#(1.5,01477306,--)(1.6,01781945,01662617)###AD ( :DEF_WORD "attend" :CLASS "47.8.c" :WN_SENSE (("1.5" 01477306 --) ("1.6" 01781945 01662617)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (attend+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#attenuate#attenuate#attenuate#attenuate+ed#(1.5,00135837)(1.6,00154952)###AD ( :DEF_WORD "attenuate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00135837) ("1.6" 00154952)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (attenuate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#attenuate#attenuate#attenuate#attenuate+ed#(1.5,00135837)(1.6,00154952)###AD ( :DEF_WORD "attenuate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00135837) ("1.6" 00154952)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (attenuate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#attenuate#attenuate#attenuate#attenuate+ed#(1.5,00132143)(1.6,00150648)###AD ( :DEF_WORD "attenuate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00132143) ("1.6" 00150648)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (attenuate+ed 9)))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#attest#attest#attest#attest+ingly#(1.5,00461299)(1.6,00556981)###BJDMAP ( :DEF_WORD "attest" :CLASS "31.3.i" :WN_SENSE (("1.5" 00461299) ("1.6" 00556981)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (attest+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 41.3.3#1#_ag_mod-poss(in)#attire#attire#attire#attire+ed#(1.5,00028466)(1.6,00031161)###BJDMAP ( :DEF_WORD "attire" :CLASS "41.3.3" :WN_SENSE (("1.5" 00028466) ("1.6" 00031161)) :PROPBANK ("arg0 arg3(in)") :THETA_ROLES ((1 "_ag_mod-poss(in)")) :LCS (be ident (* thing 1) (at ident (thing 1) (attire+ed 9)) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 016#1#,ag_th,goal()#attract#attract#attract#attract+ingly#(1.5,00865744,01029701)(1.6,01034097,01233464)###AD ( :DEF_WORD "attract" :CLASS "016" :WN_SENSE (("1.5" 00865744 01029701) ("1.6" 01034097 01233464)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (attract+ingly 26)) :VAR_SPEC ((5 :optional) (1 :optional)) ) ;; Grid: 31.4.c#1#_perc_goal#attract#attract#attract#attract+ingly#(1.5,01029533)(1.6,01233236)###AD ( :DEF_WORD "attract" :CLASS "31.4.c" :WN_SENSE (("1.5" 01029533) ("1.6" 01233236)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_perc_goal")) :LCS (go_ext perc (* thing 8) ((to 5) perc (thing 8) (at perc (thing 8) (* thing 6))) (attract+ingly 26)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#attribute#attribute#attribute#attribute+ingly#(1.5,00409700)(1.6,00492345)###AD ( :DEF_WORD "attribute" :CLASS "13.3" :WN_SENSE (("1.5" 00409700) ("1.6" 00492345)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (attribute+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#audit#audit#audit#audit+ingly#(1.5,00392290)(1.6,00471270)###AD ( :DEF_WORD "audit" :CLASS "34.ii" :WN_SENSE (("1.5" 00392290) ("1.6" 00471270)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (audit+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#augment#augment#augment#augment+ed#(1.5,00091908,00094538)(1.6,00105400,00108348)###AD ( :DEF_WORD "augment" :CLASS "45.4.a" :WN_SENSE (("1.5" 00091908 00094538) ("1.6" 00105400 00108348)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (augment+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(for)#augur#augur#augur#augur+ingly#(1.5,00489389)(1.6,00591090)###AD ( :DEF_WORD "augur" :CLASS "13.3" :WN_SENSE (("1.5" 00489389) ("1.6" 00591090)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,goal(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (augur+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#authenticate#authenticate#authenticate#authenticate+ed#(1.5,00372838)(1.6,00447862)###AD ( :DEF_WORD "authenticate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00372838) ("1.6" 00447862)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (authenticate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#authorize#authorize#authorize#authorize+ed#(1.5,00451648)(1.6,00545978)###AD ( :DEF_WORD "authorize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00451648) ("1.6" 00545978)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (authorize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#autograph#autograph#autograph#autograph+ed#(1.5,00562274)(1.6,00674231)###AD ( :DEF_WORD "autograph" :CLASS "25.3" :WN_SENSE (("1.5" 00562274) ("1.6" 00674231)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (autograph+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#avenge#avenge#avenge#avenge+ingly#(1.5,00655094)(1.6,00784203)###AD ( :DEF_WORD "avenge" :CLASS "33.b" :WN_SENSE (("1.5" 00655094) ("1.6" 00784203)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (avenge+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.a#1#_th_loc#avert#avert#avert#avert+ingly#(1.5,01388895)(1.6,01671878)###BJDMAP ( :DEF_WORD "avert" :CLASS "52.a" :WN_SENSE (("1.5" 01388895) ("1.6" 01671878)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (avert+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.a#1#_th_loc#avoid#avoid#avoid#avoid+ingly#(1.5,00456449,00676259)(1.6,00551242,00808946)###AD ( :DEF_WORD "avoid" :CLASS "52.a" :WN_SENSE (("1.5" 00456449 00676259) ("1.6" 00551242 00808946)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (avoid+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#avoid#avoid#avoid#avoid+ingly#(1.5,01394323)(1.6,01678404)###AD ( :DEF_WORD "avoid" :CLASS "52.b" :WN_SENSE (("1.5" 01394323) ("1.6" 01678404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (avoid+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 29.4.e#1#_ag_th_pred#avow#avow#avow#avow+ingly#(1.5,00461059,00570811)(1.6,00556587,00683865)###AD ( :DEF_WORD "avow" :CLASS "29.4.e" :WN_SENSE (("1.5" 00461059 00570811) ("1.6" 00556587 00683865)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (avow+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#avow#avow#avow#avow+ingly#(1.5,00461059,00570811)(1.6,00556587,00683865)###AD ( :DEF_WORD "avow" :CLASS "29.4.f" :WN_SENSE (("1.5" 00461059 00570811) ("1.6" 00556587 00683865)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (avow+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#avow#avow#avow#avow+ingly#(1.5,00570811)(1.6,00683865)###AD ( :DEF_WORD "avow" :CLASS "29.4.g" :WN_SENSE (("1.5" 00570811) ("1.6" 00683865)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (avow+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 32.2.a#1#_exp_perc#await#await#await#await+ingly#(1.5,00405636)(1.6,00487408)###AD ( :DEF_WORD "await" :CLASS "32.2.a" :WN_SENSE (("1.5" 00405636) ("1.6" 00487408)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (await+ingly 26)) :VAR_SPEC ((2 (human +)) (6 (:cat n))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#awake#awake#awake#awake+ed#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awake" :CLASS "45.4.a" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awake+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#awake#awake#awake#awake+ed#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awake" :CLASS "45.4.b" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awake+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#awake#awake#awake#awake+ed#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awake" :CLASS "45.4.c" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awake+ed 9)))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#awake#awake#awake#awake+ingly#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awake" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (awake+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#awaken#awaken#awaken#awaken+ed#(1.5,00012335)(1.6,00013061)###AD ( :DEF_WORD "awaken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00012335) ("1.6" 00013061)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awaken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#awaken#awaken#awaken#awaken+ed#(1.5,00012335)(1.6,00013061)###AD ( :DEF_WORD "awaken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00012335) ("1.6" 00013061)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awaken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#awaken#awaken#awaken#awaken+ed#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awaken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (awaken+ed 9)))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#awaken#awaken#awaken#awaken+ingly#(1.5,00012162)(1.6,00012846)###AD ( :DEF_WORD "awaken" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (awaken+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#award#award#award#award+ingly#(1.5,01287380,01287620)(1.6,01547388,01547673)###AD ( :DEF_WORD "award" :CLASS "13.3" :WN_SENSE (("1.5" 01287380 01287620) ("1.6" 01547388 01547673)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (award+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#award#award#award#award+ingly#(1.5,01287380,01287620)(1.6,01547388,01547673)###AD ( :DEF_WORD "award" :CLASS "13.3" :WN_SENSE (("1.5" 01287380 01287620) ("1.6" 01547388 01547673)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (award+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#awe#awe#awe#awe+ingly#(1.5,01013733)(1.6,01214954)###AD ( :DEF_WORD "awe" :CLASS "31.1.a" :WN_SENSE (("1.5" 01013733) ("1.6" 01214954)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (awe+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#awe#awe#awe#awe+ingly#(1.5,01013733)(1.6,01214954)###AD ( :DEF_WORD "awe" :CLASS "31.1.b" :WN_SENSE (("1.5" 01013733) ("1.6" 01214954)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (awe+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#baa#baa#baa#baa+#(1.5,00593171)(1.6,00710378)###AD ( :DEF_WORD "baa" :CLASS "38" :WN_SENSE (("1.5" 00593171) ("1.6" 00710378)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (baa+ 2) ((* toward 5) comm (baa+ 2) (touching comm (baa+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#babble#babble#babble#babble+ingly#(1.5,00604495,00527673)(1.6,00723086,00634807)###AD ( :DEF_WORD "babble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00604495 00527673) ("1.6" 00723086 00634807)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (babble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#babble#babble#babble#babble+ingly#(1.5,00604495,00527673)(1.6,00723086,00634807)###AD ( :DEF_WORD "babble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00604495 00527673) ("1.6" 00723086 00634807)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (babble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#babble#babble#babble#babble+#(1.5,00604495,00527673)(1.6,00723086,00634807)###AD ( :DEF_WORD "babble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00604495 00527673) ("1.6" 00723086 00634807)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (babble+ 2) ((* toward 5) comm (babble+ 2) ((at 5) comm (babble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#babble#babble#babble#babble+#(1.5,00604495,00527673)(1.6,00723086,00634807)###AD ( :DEF_WORD "babble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00604495 00527673) ("1.6" 00723086 00634807)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (babble+ 2) (toward comm (babble+ 2) (at comm (babble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#babble#babble#babble#babble+ingly#(1.5,00586752,01248385,00604495)(1.6,00702751,01498085,00723086)###AD ( :DEF_WORD "babble" :CLASS "43.2.a" :WN_SENSE (("1.5" 00586752 01248385 00604495) ("1.6" 00702751 01498085 00723086)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (babble+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#babble#babble#babble#babble+ingly#(1.5,00586752,01248385,00604495)(1.6,00702751,01498085,00723086)###AD ( :DEF_WORD "babble" :CLASS "43.2.b" :WN_SENSE (("1.5" 00586752 01248385 00604495) ("1.6" 00702751 01498085 00723086)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (babble+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#babble#babble#babble#babble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "babble" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (babble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#back#back#back#back+ingly#(1.5,01389297,01446884)(1.6,01672350,01743274)###AD ( :DEF_WORD "back" :CLASS "31.2.a" :WN_SENSE (("1.5" 01389297 01446884) ("1.6" 01672350 01743274)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (back+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#backbite#backbite#backbite#backbite+ingly#(1.5,00510761)(1.6,00614681)###AD ( :DEF_WORD "backbite" :CLASS "33.b" :WN_SENSE (("1.5" 00510761) ("1.6" 00614681)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (backbite+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#backpack#backpack#backpack#backpack+ingly#(1.5,01097222)(1.6,01314376)###AD ( :DEF_WORD "backpack" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01097222) ("1.6" 01314376)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (backpack+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#backpack#backpack#backpack#backpack+ingly#(1.5,01097222)(1.6,01314376)###AD ( :DEF_WORD "backpack" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01097222) ("1.6" 01314376)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (backpack+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#baffle#baffle#baffle#baffle+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "baffle" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (baffle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#baffle#baffle#baffle#baffle+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "baffle" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (baffle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#baffle#baffle#baffle#baffle+ed#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "baffle" :CLASS "31.1.c" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (baffle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#bag#bag#bag##(1.5,01296426,00853886)(1.6,01557471,01019493)#loc#(goal() = in bag+)#AD ( :DEF_WORD "bag" :CLASS "9.10" :WN_SENSE (("1.5" 01296426 00853886) ("1.6" 01557471 01019493)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (bag+ 6))))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#bail#bail#bail#bail+ingly#(1.5,01305157)(1.6,01568400)###AD ( :DEF_WORD "bail" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 01305157) ("1.6" 01568400)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (bail+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#bail#bail#bail#bail+ingly####AD ( :DEF_WORD "bail" :CLASS "10.4.1.b.i" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bail+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#bail#bail#bail#bail+ed#(1.5,01305157)(1.6,01568400)###AD ( :DEF_WORD "bail" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 01305157) ("1.6" 01568400)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bail+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#bait#bait#bait#bait+ed#(1.5,01457950)(1.6,01757432)###AD ( :DEF_WORD "bait" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01457950) ("1.6" 01757432)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bait+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#bake#bake#bake#bake+ed#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "26.1.a" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bake+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#bake#bake#bake#bake+ed#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "26.1.a" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bake+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#bake#bake#bake#bake+ingly#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "26.1.b" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (bake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#bake#bake#bake#bake+ed#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "26.3" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bake+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#bake#bake#bake#bake+ed#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "26.3" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bake+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#bake#bake#bake#bake+ingly#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "45.3.a" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#bake#bake#bake#bake+ingly#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "45.3.b" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bake+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#bake#bake#bake#bake+ed#(1.5,00194024,00952142)(1.6,00222083,01142646)###AD ( :DEF_WORD "bake" :CLASS "45.3.c" :WN_SENSE (("1.5" 00194024 00952142) ("1.6" 00222083 01142646)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bake+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#balance#balance#balance#balance+ed#(1.5,01511407,00921304)(1.6,01823633,01103444)###AD ( :DEF_WORD "balance" :CLASS "45.4.a" :WN_SENSE (("1.5" 01511407 00921304) ("1.6" 01823633 01103444)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (balance+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#balance#balance#balance#balance+ed#(1.5,01511407,00921304)(1.6,01823633,01103444)###AD ( :DEF_WORD "balance" :CLASS "45.4.b" :WN_SENSE (("1.5" 01511407 00921304) ("1.6" 01823633 01103444)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (balance+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#balance#balance#balance#balance+ed#(1.5,--)(1.6,01878575)###AD ( :DEF_WORD "balance" :CLASS "45.4.c" :WN_SENSE (("1.5" --) ("1.6" 01878575)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (balance+ed 9)))) ) ;; Grid: 47.6.a#1#_th,loc()#balance#balance#balance#balance+ingly#(1.5,--)(1.6,01878575)###AD ( :DEF_WORD "balance" :CLASS "47.6.a" :WN_SENSE (("1.5" --) ("1.6" 01878575)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (balance+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#balance#balance#balance#balance+ingly#(1.5,01511407,00921304)(1.6,01823633,01103444)###AD ( :DEF_WORD "balance" :CLASS "47.6.b" :WN_SENSE (("1.5" 01511407 00921304) ("1.6" 01823633 01103444)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (balance+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#bale#bale#bale#bale+#(1.5,00797982)(1.6,00950488)###AD ( :DEF_WORD "bale" :CLASS "9.10" :WN_SENSE (("1.5" 00797982) ("1.6" 00950488)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (bale+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#balk#balk#balk#balk+ed#(1.5,01460948)(1.6,01760985)###AD ( :DEF_WORD "balk" :CLASS "10.6.a" :WN_SENSE (("1.5" 01460948) ("1.6" 01760985)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (balk+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#balk#balk#balk#balk+ingly#(1.5,01460948)(1.6,01760985)###AD ( :DEF_WORD "balk" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01460948) ("1.6" 01760985)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (balk+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#balk#balk#balk#balk+ingly#(1.5,01460948)(1.6,01760985)###AD ( :DEF_WORD "balk" :CLASS "40.5" :WN_SENSE (("1.5" 01460948) ("1.6" 01760985)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (balk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ballast#ballast#ballast#ballast+ed#(1.5,00161599)(1.6,00185197)###AD ( :DEF_WORD "ballast" :CLASS "45.4.a" :WN_SENSE (("1.5" 00161599) ("1.6" 00185197)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ballast+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.6#1#_th#balloon#balloon#balloon#balloon+ed#(1.5,00153355)(1.6,00175034)###AD ( :DEF_WORD "balloon" :CLASS "45.6" :WN_SENSE (("1.5" 00153355) ("1.6" 00175034)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (balloon+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#balloon#balloon#balloon#balloon+ingly#(1.5,01109478)(1.6,01327194)###AD ( :DEF_WORD "balloon" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109478) ("1.6" 01327194)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (balloon+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#balloon#balloon#balloon#balloon+ingly#(1.5,01109478)(1.6,01327194)###AD ( :DEF_WORD "balloon" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109478) ("1.6" 01327194)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (balloon+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 55.2.a#1#_th_prop#ban#ban#ban#ban+ingly#(1.5,00447697)(1.6,00541028)###AD ( :DEF_WORD "ban" :CLASS "55.2.a" :WN_SENSE (("1.5" 00447697) ("1.6" 00541028)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (ban+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 059#1#_ag_th_prop(from)#ban#ban#ban#ban+ingly#(1.5,00447697)(1.6,00541028)###AD ( :DEF_WORD "ban" :CLASS "059" :WN_SENSE (("1.5" 00447697) ("1.6" 00541028)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (ban+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#band#band#band#band+ingly#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (band+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#band#band#band#band+ingly#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (band+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.i#1#_th_mod-loc(together)#band#band#band#band+ingly#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.3.d.i" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 2)) ((* together 23) loc (thing 2) (nil 24)) (band+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#band#band#band#band+ed#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (band+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#band#band#band#band+ingly#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.4.a" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (band+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#band#band#band#band+ed#(1.5,00748273)(1.6,00891376)###AD ( :DEF_WORD "band" :CLASS "22.4.b" :WN_SENSE (("1.5" 00748273) ("1.6" 00891376)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (band+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.8.a#1#_mod-poss_th#bandage#bandage#bandage#bandage+ed#(1.5,00050544)(1.6,00056778)###AD ( :DEF_WORD "bandage" :CLASS "9.8.a" :WN_SENSE (("1.5" 00050544) ("1.6" 00056778)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (bandage+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bandage#bandage#bandage#bandage+ed#(1.5,00050544)(1.6,00056778)###AD ( :DEF_WORD "bandage" :CLASS "9.8.b" :WN_SENSE (("1.5" 00050544) ("1.6" 00056778)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bandage+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#bandage#bandage#bandage#bandage+ed#(1.5,00050544)(1.6,00056778)###AD ( :DEF_WORD "bandage" :CLASS "9.8.e" :WN_SENSE (("1.5" 00050544) ("1.6" 00056778)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bandage+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#banish#banish#banish#banish+ingly#(1.5,01417758,01417901,01417653)(1.6,01706651,01706794,01706473)#loc##AD ! ;; Grid: 9.3.b#1#_ag_th_goal(into)#bang#bang#bang#bang+ingly#(1.5,00708092)(1.6,00846778)###AD ( :DEF_WORD "bang" :CLASS "9.3.b" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (bang+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#bang#bang#bang#bang+ingly#(1.5,00708092)(1.6,00846778)###AD ( :DEF_WORD "bang" :CLASS "18.1.a" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (bang+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#bang#bang#bang#bang+ingly#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.1.b" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (bang+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#bang#bang#bang#bang+ingly#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.1.c" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (bang+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#bang#bang#bang#bang+ingly#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.1.d" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (bang+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#bang#bang#bang#bang+ed#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.1.e" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bang+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 18.4.a#1#_th_goal()#bang#bang#bang#bang+ingly#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.4.a" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (bang+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#bang#bang#bang#bang+ed#(1.5,01248317)(1.6,01497892)###AD ( :DEF_WORD "bang" :CLASS "18.4.b" :WN_SENSE (("1.5" 01248317) ("1.6" 01497892)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bang+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#bang#bang#bang#bang+ingly#(1.5,00708092)(1.6,00846778)###AD ( :DEF_WORD "bang" :CLASS "43.2.a" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (bang+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#bang#bang#bang#bang+ingly#(1.5,00708092)(1.6,00846778)###AD ( :DEF_WORD "bang" :CLASS "43.2.b" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (bang+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#bang#bang#bang#bang+ingly#(1.5,00708092)(1.6,00846778)###AD ( :DEF_WORD "bang" :CLASS "43.2.d" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bang+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#banish#banish#banish#banish+ingly#(1.5,01417758,01417901,01417653)(1.6,01706651,01706794,01706473)#loc##AD ( :DEF_WORD "banish" :CLASS "10.2.b" :WN_SENSE (("1.5" 01417758 01417901 01417653) ("1.6" 01706651 01706794 01706473)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (banish+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.10#1#_ag_th#bank#bank#bank#bank+#(1.5,01314710)(1.6,01579642)###AD ( :DEF_WORD "bank" :CLASS "9.10" :WN_SENSE (("1.5" 01314710) ("1.6" 01579642)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (bank+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.a#1#_ag#banquet#banquet#banquet#banquet+ingly#(1.5,00674003)(1.6,00806466)###AD ( :DEF_WORD "banquet" :CLASS "39.5.a" :WN_SENSE (("1.5" 00674003) ("1.6" 00806466)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (banquet+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#banter#banter#banter#banter+ingly#(1.5,00479666)(1.6,00580082)###AD ( :DEF_WORD "banter" :CLASS "36.1.c" :WN_SENSE (("1.5" 00479666) ("1.6" 00580082)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (banter+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#banter#banter#banter#banter+ingly#(1.5,00479666)(1.6,00580082)###AD ( :DEF_WORD "banter" :CLASS "36.1.d" :WN_SENSE (("1.5" 00479666) ("1.6" 00580082)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (banter+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#bar#bar#bar#bar+ingly#(1.5,01417653)(1.6,01706473)#loc##AD ! ;; Grid: 29.3#1#_ag_th_pred#baptize#baptize#baptize#baptize+ingly#(1.5,00581017)(1.6,00695868)###AD ( :DEF_WORD "baptize" :CLASS "29.3" :WN_SENSE (("1.5" 00581017) ("1.6" 00695868)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (baptize+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#barbecue#barbecue#barbecue#barbecue+ingly#(1.5,00196756)(1.6,00225287)###AD ( :DEF_WORD "barbecue" :CLASS "45.3.a" :WN_SENSE (("1.5" 00196756) ("1.6" 00225287)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (barbecue+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#barbecue#barbecue#barbecue#barbecue+ingly#(1.5,00196756)(1.6,00225287)###AD ( :DEF_WORD "barbecue" :CLASS "45.3.b" :WN_SENSE (("1.5" 00196756) ("1.6" 00225287)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (barbecue+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#barbecue#barbecue#barbecue#barbecue+ed#(1.5,00196756)(1.6,00225287)###AD ( :DEF_WORD "barbecue" :CLASS "45.3.c" :WN_SENSE (("1.5" 00196756) ("1.6" 00225287)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (barbecue+ed 9)))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#bare#bare#bare#bare+ingly#(1.5,00768302)(1.6,00915460)###AD ( :DEF_WORD "bare" :CLASS "40.3.2" :WN_SENSE (("1.5" 00768302) ("1.6" 00915460)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (bare+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#bargain#bargain#bargain#bargain+ingly#(1.5,01286057)(1.6,01545865)###AD ( :DEF_WORD "bargain" :CLASS "36.1.c" :WN_SENSE (("1.5" 01286057) ("1.6" 01545865)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (bargain+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#bargain#bargain#bargain#bargain+ingly#(1.5,01286057)(1.6,01545865)###AD ( :DEF_WORD "bargain" :CLASS "36.1.d" :WN_SENSE (("1.5" 01286057) ("1.6" 01545865)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (bargain+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#barge#barge#barge#barge+ingly#(1.5,01110572)(1.6,01328337)###AD ( :DEF_WORD "barge" :CLASS "11.5" :WN_SENSE (("1.5" 01110572) ("1.6" 01328337)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (barge+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#barge#barge#barge#barge+ingly#(1.5,01110572)(1.6,01328337)###AD ( :DEF_WORD "barge" :CLASS "11.5" :WN_SENSE (("1.5" 01110572) ("1.6" 01328337)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (barge+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#bark#bark#bark##(1.5,00722047)(1.6,00861951)#loc#(th = bark+)#AD ( :DEF_WORD "bark" :CLASS "10.7" :WN_SENSE (("1.5" 00722047) ("1.6" 00861951)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bark+ 2) (from loc (bark+ 2) (at loc (bark+ 2) (* thing 4))))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#bark#bark#bark#bark+ingly#(1.5,00592620)(1.6,00709770)###AD ( :DEF_WORD "bark" :CLASS "37.3.a" :WN_SENSE (("1.5" 00592620) ("1.6" 00709770)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bark+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#bark#bark#bark#bark+ingly#(1.5,00592620)(1.6,00709770)###AD ( :DEF_WORD "bark" :CLASS "37.3.a" :WN_SENSE (("1.5" 00592620) ("1.6" 00709770)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bark+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#bark#bark#bark#bark+#(1.5,00592620)(1.6,00709770)###AD ( :DEF_WORD "bark" :CLASS "37.3.b" :WN_SENSE (("1.5" 00592620) ("1.6" 00709770)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (bark+ 2) ((* toward 5) comm (bark+ 2) ((at 5) comm (bark+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#bark#bark#bark#bark+#(1.5,00592620)(1.6,00709770)###AD ( :DEF_WORD "bark" :CLASS "37.3.c" :WN_SENSE (("1.5" 00592620) ("1.6" 00709770)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (bark+ 2) (toward comm (bark+ 2) (at comm (bark+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#bark#bark#bark#bark+#(1.5,00592718)(1.6,00709901)###AD ( :DEF_WORD "bark" :CLASS "38" :WN_SENSE (("1.5" 00592718) ("1.6" 00709901)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (bark+ 2) ((* toward 5) comm (bark+ 2) (touching comm (bark+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#bark#bark#bark#bark+ed#(1.5,00722047,00592718)(1.6,00861951,00709901)###AD ( :DEF_WORD "bark" :CLASS "40.8.3" :WN_SENSE (("1.5" 00722047 00592718) ("1.6" 00861951 00709901)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bark+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#barricade#barricade#barricade#barricade+ed#(1.5,00849220)(1.6,01013332)###AD ( :DEF_WORD "barricade" :CLASS "16" :WN_SENSE (("1.5" 00849220) ("1.6" 01013332)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (barricade+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#barter#barter#barter#barter+ingly#(1.5,01285970)(1.6,01545779)###AD ( :DEF_WORD "barter" :CLASS "13.6.a" :WN_SENSE (("1.5" 01285970) ("1.6" 01545779)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (barter+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "17.1" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "17.1" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (bash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "18.1.a" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (bash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "18.1.b" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (bash+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "18.1.c" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (bash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#bash#bash#bash#bash+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "18.1.d" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (bash+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#bash#bash#bash#bash+ed#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bash" :CLASS "18.1.e" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bash+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#bask#bask#bask#bask+ingly#(1.5,00891605)(1.6,01065894)###AD ( :DEF_WORD "bask" :CLASS "31.3.e" :WN_SENSE (("1.5" 00891605) ("1.6" 01065894)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (bask+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#baste#baste#baste#baste+ingly#(1.5,00762632)(1.6,00908801)###AD ( :DEF_WORD "baste" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00762632) ("1.6" 00908801)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (baste+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#baste#baste#baste#baste+ed#(1.5,00762632)(1.6,00908801)###AD ( :DEF_WORD "baste" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00762632) ("1.6" 00908801)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (baste+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#bat#bat#bat#bat+ingly#(1.5,00813372)(1.6,00968805)###AD ( :DEF_WORD "bat" :CLASS "17.1" :WN_SENSE (("1.5" 00813372) ("1.6" 00968805)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#bat#bat#bat#bat+ingly#(1.5,00813372)(1.6,00968805)###AD ( :DEF_WORD "bat" :CLASS "17.1" :WN_SENSE (("1.5" 00813372) ("1.6" 00968805)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (bat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#bat#bat#bat#bat+ingly#(1.5,00813372,00005707)(1.6,00968805,00005575)###AD ( :DEF_WORD "bat" :CLASS "40.3.2" :WN_SENSE (("1.5" 00813372 00005707) ("1.6" 00968805 00005575)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (bat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#bathe#bathe#bathe#bathe+ed#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "9.8.a" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (bathe+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bathe#bathe#bathe#bathe+ed#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "9.8.b" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bathe+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#bathe#bathe#bathe#bathe+ed#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "9.8.d" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bathe+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.i#1#_ag#bathe#bathe#bathe#bathe+ingly#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "41.1.1.i" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (bathe+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#bathe#bathe#bathe#bathe+ed#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bathe+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#bathe#bathe#bathe#bathe+ed#(1.5,00024679)(1.6,00026695)###AD ( :DEF_WORD "bathe" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00024679) ("1.6" 00026695)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bathe+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#batter#batter#batter#batter+ingly#(1.5,00815593,00815423)(1.6,00971544,00971255)###AD ( :DEF_WORD "batter" :CLASS "18.1.a" :WN_SENSE (("1.5" 00815593 00815423) ("1.6" 00971544 00971255)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (batter+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#batter#batter#batter#batter+ingly#(1.5,00815593,00815423)(1.6,00971544,00971255)###AD ( :DEF_WORD "batter" :CLASS "18.1.b" :WN_SENSE (("1.5" 00815593 00815423) ("1.6" 00971544 00971255)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (batter+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#batter#batter#batter#batter+ingly#(1.5,00815593,00815423)(1.6,00971544,00971255)###AD ( :DEF_WORD "batter" :CLASS "18.1.c" :WN_SENSE (("1.5" 00815593 00815423) ("1.6" 00971544 00971255)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (batter+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#batter#batter#batter#batter+ingly#(1.5,00815423)(1.6,00971255)###AD ( :DEF_WORD "batter" :CLASS "18.1.d" :WN_SENSE (("1.5" 00815423) ("1.6" 00971255)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (batter+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#batter#batter#batter#batter+ed#(1.5,00815593,00815423)(1.6,00971544,00971255)###AD ( :DEF_WORD "batter" :CLASS "18.1.e" :WN_SENSE (("1.5" 00815593 00815423) ("1.6" 00971544 00971255)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (batter+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#battle#battle#battle#battle+ingly#(1.5,00616524)(1.6,00739748)###AD ( :DEF_WORD "battle" :CLASS "36.3.a" :WN_SENSE (("1.5" 00616524) ("1.6" 00739748)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (battle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#battle#battle#battle#battle+ingly#(1.5,00616524)(1.6,00739748)###AD ( :DEF_WORD "battle" :CLASS "36.3.a" :WN_SENSE (("1.5" 00616524) ("1.6" 00739748)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (battle+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#battle#battle#battle#battle+ingly#(1.5,00616524)(1.6,00739748)###AD ( :DEF_WORD "battle" :CLASS "36.3.b" :WN_SENSE (("1.5" 00616524) ("1.6" 00739748)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (battle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#bawl#bawl#bawl#bawl+ingly#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bawl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bawl+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#bawl#bawl#bawl#bawl+ingly#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bawl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bawl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#bawl#bawl#bawl#bawl+#(1.5,00593377,00591929)(1.6,00710581,00708920)###AD ( :DEF_WORD "bawl" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593377 00591929) ("1.6" 00710581 00708920)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (bawl+ 2) ((* toward 5) comm (bawl+ 2) ((at 5) comm (bawl+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#bawl#bawl#bawl#bawl+#(1.5,00593377,00591929)(1.6,00710581,00708920)###AD ( :DEF_WORD "bawl" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593377 00591929) ("1.6" 00710581 00708920)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (bawl+ 2) (toward comm (bawl+ 2) (at comm (bawl+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#bay#bay#bay#bay+#(1.5,00592855)(1.6,00710053)###AD ( :DEF_WORD "bay" :CLASS "38" :WN_SENSE (("1.5" 00592855) ("1.6" 00710053)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (bay+ 2) ((* toward 5) comm (bay+ 2) (touching comm (bay+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.6.a#1#_th_pred#be#be#be#be+ingly#(1.5,01472320)(1.6,01775973)###AD ( :DEF_WORD "be" :CLASS "29.6.a" :WN_SENSE (("1.5" 01472320) ("1.6" 01775973)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (be+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.6.a#1#_th,loc()#be#be#be#be+ingly#(1.5,01501697)(1.6,01811792)###AD ( :DEF_WORD "be" :CLASS "47.6.a" :WN_SENSE (("1.5" 01501697) ("1.6" 01811792)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (be+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.8.c#1#_th_loc#be#be#be#be+ingly#(1.5,01501697)(1.6,01811792)###AD ( :DEF_WORD "be" :CLASS "47.8.c" :WN_SENSE (("1.5" 01501697) ("1.6" 01811792)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (be+ingly 26)) ) ;; Grid: 48.3.a#1#_th#be#be#be#be+ingly#(1.5,01476675)(1.6,01781222)###BJDMAP ( :DEF_WORD "be" :CLASS "48.3.a" :WN_SENSE (("1.5" 01476675) ("1.6" 01781222)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (be+ingly 26)) ) ;; Grid: 064#1#_th_pred#be#be#be#be+ingly#(1.5,01524215)(1.6,01840295)###AD ( :DEF_WORD "be" :CLASS "064" :WN_SENSE (("1.5" 01524215) ("1.6" 01840295)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* nil 2) (at ident (nil 2) (* nil 9)) (be+ingly 26)) ) ;; Grid: 064#1#_th_pred#be#be#be#be+ingly#(1.5,01524215)(1.6,01840295)###AD ( :DEF_WORD "be" :CLASS "064" :WN_SENSE (("1.5" 01524215) ("1.6" 01840295)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* nil 2) (at ident (nil 2) (* nil 9)) (be+ingly 26)) ) ;; Grid: 066#1#_th_prop#be#be#be#be+ingly#(1.5,01479369)(1.6,01784339)###AD ( :DEF_WORD "be" :CLASS "066" :WN_SENSE (("1.5" 01479369) ("1.6" 01784339)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* event 27)) (be+ingly 26)) ) ;; Grid: 066#1#_th_prop#be#be#be#be+ingly#(1.5,01479369)(1.6,01784339)###AD ( :DEF_WORD "be" :CLASS "066" :WN_SENSE (("1.5" 01479369) ("1.6" 01784339)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* event 27)) (be+ingly 26)) ) ;; Grid: 067#1#_th_time()#be#be#be#be+ingly#(1.5,01501697)(1.6,01811792)###AD ( :DEF_WORD "be" :CLASS "067" :WN_SENSE (("1.5" 01501697) ("1.6" 01811792)) :PROPBANK ("arg1 argm-TMP") :THETA_ROLES ((1 "_th_time()")) :LCS (be temp (* nil 2) ((* [at] 13) temp (nil 2) (nil 14)) (be+ingly 26)) ) ;; Grid: 067#1#_th_time()#be#be#be#be+ingly#(1.5,01501697)(1.6,01811792)###AD ( :DEF_WORD "be" :CLASS "067" :WN_SENSE (("1.5" 01501697) ("1.6" 01811792)) :PROPBANK ("arg1 argm-TMP") :THETA_ROLES ((1 "_th_time()")) :LCS (be temp (* nil 2) ((* [at] 13) temp (nil 2) (nil 14)) (be+ingly 26)) ) ;; Grid: 068#1#_th#be#be#be#be+ingly#(1.5,01477879)(1.6,01782836)###AD ( :DEF_WORD "be" :CLASS "068" :WN_SENSE (("1.5" 01477879) ("1.6" 01782836)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be exist (* nil 2) (at exist (nil 2) (exist 9)) (be+ingly 26)) ) ;; Grid: 068#1#_th#be#be#be#be+ingly#(1.5,01477879)(1.6,01782836)###AD ( :DEF_WORD "be" :CLASS "068" :WN_SENSE (("1.5" 01477879) ("1.6" 01782836)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be exist (* nil 2) (at exist (nil 2) (exist 9)) (be+ingly 26)) ) ;; Grid: 014#1#_ag_th,mod-poss(for),ben(for)#bear#bear#bear#bear+ingly#(1.5,00823224,00945060)(1.6,00981851,01134616)###AD ! ;; Grid: 9.10#1#_ag_th#beach#beach#beach#beach+#(1.5,01128254)(1.6,01347947)###AD ( :DEF_WORD "beach" :CLASS "9.10" :WN_SENSE (("1.5" 01128254) ("1.6" 01347947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (beach+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#beam#beam#beam#beam+ingly#(1.5,00019029)(1.6,00020449)###BJDMAP ( :DEF_WORD "beam" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019029) ("1.6" 00020449)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (beam+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#beam#beam#beam#beam+ed#(1.5,00021039)(1.6,01479299)###BJDMAP ( :DEF_WORD "beam" :CLASS "43.1.a" :WN_SENSE (("1.5" 00021039) ("1.6" 01479299)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (beam+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#beam#beam#beam#beam+ed#(1.5,00021039)(1.6,01479299)###BJDMAP ( :DEF_WORD "beam" :CLASS "43.1.b" :WN_SENSE (("1.5" 00021039) ("1.6" 01479299)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (beam+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 005#1#_th_prop(to)#bear#bear#bear#bear+ingly####BJDMAP ( :DEF_WORD "bear" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (bear+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#bear#bear#bear#bear+ingly#(1.5,00375289)(1.6,00450535)###AD ( :DEF_WORD "bear" :CLASS "31.2.a" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (bear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss#bear#bear#bear#bear+ingly#(1.5,01526080,00920685)(1.6,01842330,01102704)###AD ( :DEF_WORD "bear" :CLASS "54.3.a" :WN_SENSE (("1.5" 01526080 00920685) ("1.6" 01842330 01102704)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (bear+ingly 26)) ) ;; Grid: 10.7#1#_ag_src#beard#beard#beard###loc#(th = beard+)#AD ( :DEF_WORD "beard" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (beard+ 2) (from loc (beard+ 2) (at loc (beard+ 2) (* thing 4))))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#beat#beat#beat#beat+ingly#(1.5,00804908,00813254,--,--)(1.6,00958408,00958408,00959774,00960070)###AD ( :DEF_WORD "beat" :CLASS "18.1.a" :WN_SENSE (("1.5" 00804908 00813254 -- --) ("1.6" 00958408 00958408 00959774 00960070)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (beat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#beat#beat#beat#beat+ingly#(1.5,00805938,00815898)(1.6,00971909,00971909)###AD ( :DEF_WORD "beat" :CLASS "18.1.b" :WN_SENSE (("1.5" 00805938 00815898) ("1.6" 00971909 00971909)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (beat+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#beat#beat#beat#beat+ingly#(1.5,00805938,00815898)(1.6,00971909,00971909)###AD ( :DEF_WORD "beat" :CLASS "18.1.c" :WN_SENSE (("1.5" 00805938 00815898) ("1.6" 00971909 00971909)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (beat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#beat#beat#beat#beat+ingly#(1.5,--,01241152)(1.6,00959774,01489353)###AD ( :DEF_WORD "beat" :CLASS "18.1.d" :WN_SENSE (("1.5" -- 01241152) ("1.6" 00959774 01489353)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (beat+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#beat#beat#beat#beat+ed#(1.5,00805938,00815898)(1.6,00971909,00971909)###AD ( :DEF_WORD "beat" :CLASS "18.1.e" :WN_SENSE (("1.5" 00805938 00815898) ("1.6" 00971909 00971909)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (beat+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#beat#beat#beat#beat+ingly#(1.5,00815898)(1.6,00971909)###AD ( :DEF_WORD "beat" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00815898) ("1.6" 00971909)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (beat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.i#1#_ag_th#beat#beat#beat#beat+ingly#(1.5,00815898)(1.6,00971909)###AD ( :DEF_WORD "beat" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 00815898) ("1.6" 00971909)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (beat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#beat#beat#beat#beat+ingly#(1.5,00815898)(1.6,00971909)###AD ( :DEF_WORD "beat" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00815898) ("1.6" 00971909)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (beat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#beat#beat#beat#beat+ed#(1.5,00815898)(1.6,00971909)###AD ( :DEF_WORD "beat" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00815898) ("1.6" 00971909)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (beat+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#beat#beat#beat#beat+ingly#(1.5,00805938,00815898,00930622)(1.6,00971909,00971909,01116948)###AD ( :DEF_WORD "beat" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00805938 00815898 00930622) ("1.6" 00971909 00971909 01116948)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (beat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#beat#beat#beat#beat+ingly#(1.5,00805938,01199651)(1.6,00971909,01434414)###AD ( :DEF_WORD "beat" :CLASS "26.5.b" :WN_SENSE (("1.5" 00805938 01199651) ("1.6" 00971909 01434414)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (beat+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#beat#beat#beat#beat+ingly#(1.5,00805938,01199651)(1.6,00971909,01434414)###AD ( :DEF_WORD "beat" :CLASS "40.3.2" :WN_SENSE (("1.5" 00805938 01199651) ("1.6" 00971909 01434414)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (beat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#beat#beat#beat#beat+ingly#(1.5,01241645,01199532,01241152)(1.6,01489975,01434230,01489353)###AD ( :DEF_WORD "beat" :CLASS "43.2.a" :WN_SENSE (("1.5" 01241645 01199532 01241152) ("1.6" 01489975 01434230 01489353)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (beat+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#beat#beat#beat#beat+ingly#(1.5,01241645,01199532,01241152)(1.6,01489975,01434230,01489353)###AD ( :DEF_WORD "beat" :CLASS "43.2.b" :WN_SENSE (("1.5" 01241645 01199532 01241152) ("1.6" 01489975 01434230 01489353)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (beat+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#beat#beat#beat#beat+ingly#(1.5,01199651,01071804)(1.6,01434414,01284013)###AD ( :DEF_WORD "beat" :CLASS "43.2.d" :WN_SENSE (("1.5" 01199651 01071804) ("1.6" 01434414 01284013)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (beat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#beatify#beatify#beatify#beatify+ed#(1.5,00462229)(1.6,00558560)###AD ( :DEF_WORD "beatify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00462229) ("1.6" 00558560)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (beatify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#beautify#beautify#beautify#beautify+ed#(1.5,00176535,00959417)(1.6,00201878,01150345)###AD ( :DEF_WORD "beautify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00176535 00959417) ("1.6" 00201878 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (beautify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag_goal(to)#beckon#beckon#beckon#beckon+#(1.5,00588795,00588970)(1.6,00705227,00705402)##(th = finger+)#BJDMAP ( :DEF_WORD "beckon" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00588795 00588970) ("1.6" 00705227 00705402)) :PROPBANK ("arg0 arg2(to)") :THETA_ROLES ((1 "_ag_goal(to)")) :LCS (cause (* thing 1) (go comm (finger+ 2) ((* toward 5) comm (finger+ 2) (touching comm (finger+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 010#1#_th_pred,mod-poss(with)#become#become#become#become+ingly#(1.5,00089026,00320221)(1.6,00101662,01791776)###AD ( :DEF_WORD "become" :CLASS "010" :WN_SENSE (("1.5" 00089026 00320221) ("1.6" 00101662 01791776)) :PROPBANK ("arg0 arg1-PRD arg1(with)") :THETA_ROLES ((1 "_th_pred,mod-poss(with)")) :LCS (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (* property 9))) ((* with 15) poss (*head*) (thing 16)) (become+ingly 26)) ) ;; Grid: 065#1#_th_pred#become#become#become#become+ingly#(1.5,00320221)(1.6,01791776)###AD ( :DEF_WORD "become" :CLASS "065" :WN_SENSE (("1.5" 00320221) ("1.6" 01791776)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (* thing 9))) (become+ingly 26)) ) ;; Grid: 9.10#1#_ag_th#bed#bed#bed##(1.5,00862357)(1.6,01029992)#loc#(goal() = in bed+)#AD ( :DEF_WORD "bed" :CLASS "9.10" :WN_SENSE (("1.5" 00862357) ("1.6" 01029992)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (bed+ 6))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bedew#bedew#bedew#bedew+ed#(1.5,00128515)(1.6,00146674)###AD ( :DEF_WORD "bedew" :CLASS "45.4.a" :WN_SENSE (("1.5" 00128515) ("1.6" 00146674)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bedew+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#beep#beep#beep#beep+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "beep" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (beep+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#beep#beep#beep#beep+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "beep" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (beep+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#beep#beep#beep#beep+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "beep" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (beep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.3.b#1#_th,ben(to)#happen#happen#happen#happen+ingly#(1.5,00204516,00207186,01467678,00206903)(1.6,00235191,00238795,01768893,00238500)###BJDMAP ! ;; Grid: 48.3.b#1#_th,ben#befall#befall#befall#befall+ingly#(1.5,00207305)(1.6,00239152)###BJDMAP ( :DEF_WORD "befall" :CLASS "48.3.b" :WN_SENSE (("1.5" 00207305) ("1.6" 00239152)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th,ben")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) (for poss (*head*) (* thing 18)) (befall+ingly 26)) ) ;; Grid: 32.2.a#1#_exp_perc(for)#beg#beg#beg#beg+ingly#(1.5,00426559)(1.6,00515892)###AD ! ;; Grid: 015#1#_ag_prop(to)#beg#beg#beg#beg+ingly####AD ! ;; Grid: 45.4.a#1#_ag_th,instr(with)#befriend#befriend#befriend#befriend+ed#(1.5,01463911)(1.6,01764618)###AD ( :DEF_WORD "befriend" :CLASS "45.4.a" :WN_SENSE (("1.5" 01463911) ("1.6" 01764618)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (befriend+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#befuddle#befuddle#befuddle#befuddle+ingly#(1.5,--)(1.6,00421101)###BJDMAP ( :DEF_WORD "befuddle" :CLASS "31.1.a" :WN_SENSE (("1.5" --) ("1.6" 00421101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (befuddle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 27#1#_ag_th#beget#beget#beget#beget+ingly#(1.5,00034857)(1.6,00038574)###AD ( :DEF_WORD "beget" :CLASS "27" :WN_SENSE (("1.5" 00034857) ("1.6" 00038574)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (beget+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#begin#begin#begin#begin+ingly#(1.5,00207968,01474835,00210121)(1.6,00239960,01778989,00242403)###AD ( :DEF_WORD "begin" :CLASS "55.1.a" :WN_SENSE (("1.5" 00207968 01474835 00210121) ("1.6" 00239960 01778989 00242403)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (begin+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#begin#begin#begin#begin+ingly#(1.5,00207968,01474835)(1.6,00239960,01778989)###AD ( :DEF_WORD "begin" :CLASS "55.1.b" :WN_SENSE (("1.5" 00207968 01474835) ("1.6" 00239960 01778989)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (begin+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#begin#begin#begin#begin+ingly#(1.5,00207968,01474835)(1.6,00239960,01778989)###AD ( :DEF_WORD "begin" :CLASS "55.1.c" :WN_SENSE (("1.5" 00207968 01474835) ("1.6" 00239960 01778989)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (begin+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#beguile#beguile#beguile#beguile+ingly#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "beguile" :CLASS "31.1.a" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (beguile+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#beguile#beguile#beguile#beguile+ingly#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "beguile" :CLASS "31.1.b" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (beguile+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 29.6.a#1#_th_pred#behave#behave#behave#behave+ingly#(1.5,00007021)(1.6,00007023)###AD ( :DEF_WORD "behave" :CLASS "29.6.a" :WN_SENSE (("1.5" 00007021) ("1.6" 00007023)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (behave+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#behave#behave#behave#behave+ed#(1.5,00007021)(1.6,00007023)###AD ( :DEF_WORD "behave" :CLASS "29.6.b" :WN_SENSE (("1.5" 00007021) ("1.6" 00007023)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (behave+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 002#1#_ag_th,prop(to)#behoove#behoove#behoove#behoove+ingly#(1.5,01508993)(1.6,01820473)###AD ( :DEF_WORD "behoove" :CLASS "002" :WN_SENSE (("1.5" 01508993) ("1.6" 01820473)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (behoove+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 40.1.1#1#_th#belch#belch#belch#belch+ingly#(1.5,00185918,00003129)(1.6,00212451,00002561)###BJDMAP ( :DEF_WORD "belch" :CLASS "40.1.1" :WN_SENSE (("1.5" 00185918 00003129) ("1.6" 00212451 00002561)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (belch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#belch#belch#belch#belch+ingly#(1.5,00185918)(1.6,00212451)###AD ( :DEF_WORD "belch" :CLASS "43.4.a" :WN_SENSE (("1.5" 00185918) ("1.6" 00212451)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (belch+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#belch#belch#belch#belch+ingly#(1.5,00185918)(1.6,00212451)###AD ( :DEF_WORD "belch" :CLASS "43.4.c" :WN_SENSE (("1.5" 00185918) ("1.6" 00212451)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (belch+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#belch#belch#belch#belch+ingly#(1.5,00185918,00003129)(1.6,00212451,00002561)###AD ( :DEF_WORD "belch" :CLASS "43.4.d" :WN_SENSE (("1.5" 00185918 00003129) ("1.6" 00212451 00002561)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (belch+ingly 26)) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#believe#believe#believe#believe+ingly#(1.5,00387631)(1.6,00465761)###AD ( :DEF_WORD "believe" :CLASS "29.4.a" :WN_SENSE (("1.5" 00387631) ("1.6" 00465761)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (believe+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#believe#believe#believe#believe+ingly#(1.5,00383610,00387631,00406425)(1.6,00460650,00465761,00488417)###AD ( :DEF_WORD "believe" :CLASS "29.4.b" :WN_SENSE (("1.5" 00383610 00387631 00406425) ("1.6" 00460650 00465761 00488417)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (believe+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.4.d#1#_exp_prop(that)#believe#believe#believe#believe+ingly#(1.5,00383610)(1.6,00460650)###AD ( :DEF_WORD "believe" :CLASS "29.4.d" :WN_SENSE (("1.5" 00383610) ("1.6" 00460650)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (believe+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#believe#believe#believe#believe+ingly#(1.5,00383962,00387631,00406425)(1.6,00461554,00465761,00488417)###AD ( :DEF_WORD "believe" :CLASS "31.3.e" :WN_SENSE (("1.5" 00383962 00387631 00406425) ("1.6" 00461554 00465761 00488417)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (believe+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#believe#believe#believe#believe+#(1.5,00387631)(1.6,00465761)###AD ( :DEF_WORD "believe" :CLASS "33.a.ii" :WN_SENSE (("1.5" 00387631) ("1.6" 00465761)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (believe+ 2) (toward comm (believe+ 2) (at comm (believe+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#believe#believe#believe#believe+ingly#(1.5,00387631)(1.6,00465761)###AD ( :DEF_WORD "believe" :CLASS "33.b" :WN_SENSE (("1.5" 00387631) ("1.6" 00465761)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (believe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#belittle#belittle#belittle#belittle+ingly#(1.5,00263348,00474625)(1.6,00308615,00573480)###AD ( :DEF_WORD "belittle" :CLASS "33.b" :WN_SENSE (("1.5" 00263348 00474625) ("1.6" 00308615 00573480)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (belittle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#bellow#bellow#bellow#bellow+ingly#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bellow" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bellow+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#bellow#bellow#bellow#bellow+ingly#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bellow" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bellow+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#bellow#bellow#bellow#bellow+#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bellow" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (bellow+ 2) ((* toward 5) comm (bellow+ 2) ((at 5) comm (bellow+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#bellow#bellow#bellow#bellow+#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bellow" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (bellow+ 2) (toward comm (bellow+ 2) (at comm (bellow+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#bellow#bellow#bellow#bellow+#(1.5,00593377,00593490)(1.6,00710581,00710694)###AD ( :DEF_WORD "bellow" :CLASS "38" :WN_SENSE (("1.5" 00593377 00593490) ("1.6" 00710581 00710694)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (bellow+ 2) ((* toward 5) comm (bellow+ 2) (touching comm (bellow+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#bellow#bellow#bellow#bellow+ingly#(1.5,00593377,00593490)(1.6,00710581,00710694)###AD ( :DEF_WORD "bellow" :CLASS "43.2.a" :WN_SENSE (("1.5" 00593377 00593490) ("1.6" 00710581 00710694)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (bellow+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#bellow#bellow#bellow#bellow+ingly#(1.5,00593377,00593490)(1.6,00710581,00710694)###AD ( :DEF_WORD "bellow" :CLASS "43.2.b" :WN_SENSE (("1.5" 00593377 00593490) ("1.6" 00710581 00710694)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (bellow+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#bellow#bellow#bellow#bellow+ingly#(1.5,00591700,00593490)(1.6,00710694,00710694)###AD ( :DEF_WORD "bellow" :CLASS "43.2.c" :WN_SENSE (("1.5" 00591700 00593490) ("1.6" 00710694 00710694)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (bellow+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#bellow#bellow#bellow#bellow+ingly#(1.5,00593377)(1.6,00710581)###AD ( :DEF_WORD "bellow" :CLASS "43.2.d" :WN_SENSE (("1.5" 00593377) ("1.6" 00710581)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bellow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 022#1#_th_loc()#belong#belong#belong#belong+ingly#(1.5,01553775)(1.6,01874154)###AD ( :DEF_WORD "belong" :CLASS "022" :WN_SENSE (("1.5" 01553775) ("1.6" 01874154)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (nil 11)) (belong+ingly 26)) ) ;; Grid: 47.8.b#1#_loc_th(to)#belong#belong#belong#belong+ingly#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "belong" :CLASS "47.8.b" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th(to)")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (belong+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#belt#belt#belt#belt+ingly#(1.5,00814068)(1.6,00969673)###AD ( :DEF_WORD "belt" :CLASS "18.3" :WN_SENSE (("1.5" 00814068) ("1.6" 00969673)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (belt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#belt#belt#belt#belt+ingly#(1.5,00785476)(1.6,00935164)###AD ( :DEF_WORD "belt" :CLASS "22.4.a" :WN_SENSE (("1.5" 00785476) ("1.6" 00935164)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (belt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#belt#belt#belt#belt+ed#(1.5,00785476)(1.6,00935164)###AD ( :DEF_WORD "belt" :CLASS "22.4.b" :WN_SENSE (("1.5" 00785476) ("1.6" 00935164)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (belt+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.10#1#_ag_th#bench#bench#bench##(1.5,01405519)(1.6,01692093)#loc#(goal() = on bench+)#AD ( :DEF_WORD "bench" :CLASS "9.10" :WN_SENSE (("1.5" 01405519) ("1.6" 01692093)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (bench+ 6))))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#bend#bend#bend#bend+#(1.5,00732809)(1.6,00874035)###AD ( :DEF_WORD "bend" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00732809) ("1.6" 00874035)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bend+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#bend#bend#bend#bend+ingly#(1.5,00732809)(1.6,00874035)###AD ( :DEF_WORD "bend" :CLASS "26.5.b" :WN_SENSE (("1.5" 00732809) ("1.6" 00874035)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (bend+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#bend#bend#bend#bend+ed#(1.5,01164165,00732809)(1.6,01391432,00874035)###AD ( :DEF_WORD "bend" :CLASS "45.2.a" :WN_SENSE (("1.5" 01164165 00732809) ("1.6" 01391432 00874035)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bend+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#bend#bend#bend#bend+ed#(1.5,01164165,00732809)(1.6,01391432,00874035)###AD ( :DEF_WORD "bend" :CLASS "45.2.b" :WN_SENSE (("1.5" 01164165 00732809) ("1.6" 01391432 00874035)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bend+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#bend#bend#bend#bend+ed#(1.5,01164165,00732809)(1.6,01391432,00874035)###AD ( :DEF_WORD "bend" :CLASS "45.2.c" :WN_SENSE (("1.5" 01164165 00732809) ("1.6" 01391432 00874035)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bend+ed 9)))) ) ;; Grid: 47.6.a#1#_th,loc()#bend#bend#bend#bend+ingly#(1.5,01164165,00732809)(1.6,01391432,00874035)###AD ( :DEF_WORD "bend" :CLASS "47.6.a" :WN_SENSE (("1.5" 01164165 00732809) ("1.6" 01391432 00874035)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (bend+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#bequeath#bequeath#bequeath#bequeath+ingly#(1.5,01270206)(1.6,01525019)###AD ( :DEF_WORD "bequeath" :CLASS "13.3" :WN_SENSE (("1.5" 01270206) ("1.6" 01525019)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (bequeath+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#bequeath#bequeath#bequeath#bequeath+ingly#(1.5,01270206)(1.6,01525019)###AD ( :DEF_WORD "bequeath" :CLASS "13.3" :WN_SENSE (("1.5" 01270206) ("1.6" 01525019)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (bequeath+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#bereave#bereave#bereave#bereave+ed#(1.5,01317310)(1.6,01582405)###AD ( :DEF_WORD "bereave" :CLASS "10.6.a" :WN_SENSE (("1.5" 01317310) ("1.6" 01582405)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bereave+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#berry#berry#berry#berry+ingly#(1.5,00796626)(1.6,00948954)###AD ( :DEF_WORD "berry" :CLASS "13.7" :WN_SENSE (("1.5" 00796626) ("1.6" 00948954)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (berry+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.10#1#_ag_th#berth#berth#berth#berth+#(1.5,01328595,00748882)(1.6,01595913,00892077)###AD ( :DEF_WORD "berth" :CLASS "9.10" :WN_SENSE (("1.5" 01328595 00748882) ("1.6" 01595913 00892077)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (berth+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.9.d.ii#1#_ag_goal_info(to)#beseech#beseech#beseech#beseech+ingly#(1.5,00426901)(1.6,00516262)###AD ( :DEF_WORD "beseech" :CLASS "37.9.d.ii" :WN_SENSE (("1.5" 00426901) ("1.6" 00516262)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_goal_info(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (beseech+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#beset#beset#beset#beset+ingly#(1.5,01019331)(1.6,01221988)###BJDMAP ( :DEF_WORD "beset" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019331) ("1.6" 01221988)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (beset+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#besiege#besiege#besiege#besiege+ingly#(1.5,00638556)(1.6,00765369)###AD ( :DEF_WORD "besiege" :CLASS "47.8.c" :WN_SENSE (("1.5" 00638556) ("1.6" 00765369)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (besiege+ingly 26)) ) ;; Grid: 13.3#1#_ag_th,goal(upon)#bestow#bestow#bestow#bestow+ingly#(1.5,01321945)(1.6,01589013)###AD ( :DEF_WORD "bestow" :CLASS "13.3" :WN_SENSE (("1.5" 01321945) ("1.6" 01589013)) :PROPBANK ("arg0 arg1 arg2(upon)") :THETA_ROLES ((1 "_ag_th,goal(upon)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (bestow+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#bestrew#bestrew#bestrew#bestrew+ed#(1.5,00792729)(1.6,00944465)###AD ( :DEF_WORD "bestrew" :CLASS "9.8.a" :WN_SENSE (("1.5" 00792729) ("1.6" 00944465)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (bestrew+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bestrew#bestrew#bestrew#bestrew+ed#(1.5,00792729)(1.6,00944465)###AD ( :DEF_WORD "bestrew" :CLASS "9.8.b" :WN_SENSE (("1.5" 00792729) ("1.6" 00944465)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bestrew+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.f#1#_th_loc#bestride#bestride#bestride#bestride+ingly#(1.5,01095269)(1.6,01312270)###AD ( :DEF_WORD "bestride" :CLASS "47.8.f" :WN_SENSE (("1.5" 01095269) ("1.6" 01312270)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (bestride+ingly 26)) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#bet#bet#bet#bet+ingly#(1.5,00656468)(1.6,00785799)###AD ( :DEF_WORD "bet" :CLASS "54.5.a" :WN_SENSE (("1.5" 00656468) ("1.6" 00785799)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (bet+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#betray#betray#betray#betray+ingly#(1.5,01024439)(1.6,01227518)###AD ( :DEF_WORD "betray" :CLASS "33.b" :WN_SENSE (("1.5" 01024439) ("1.6" 01227518)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (betray+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#bewail#bewail#bewail#bewail+ingly#(1.5,00512797)(1.6,00616908)###AD ( :DEF_WORD "bewail" :CLASS "31.2.a" :WN_SENSE (("1.5" 00512797) ("1.6" 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (bewail+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#beware#beware#beware#beware+#(1.5,00408926)(1.6,00491303)###AD ( :DEF_WORD "beware" :CLASS "31.3.f" :WN_SENSE (("1.5" 00408926) ("1.6" 00491303)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (beware+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#bewilder#bewilder#bewilder#bewilder+ingly#(1.5,00349716,01019905)(1.6,00421500,01222893)###AD ( :DEF_WORD "bewilder" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716 01019905) ("1.6" 00421500 01222893)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bewilder+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#bewilder#bewilder#bewilder#bewilder+ingly#(1.5,00349716,01019905)(1.6,00421500,01222893)###AD ( :DEF_WORD "bewilder" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716 01019905) ("1.6" 00421500 01222893)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (bewilder+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#bewilder#bewilder#bewilder#bewilder+ed#(1.5,01019905)(1.6,01222893)###AD ( :DEF_WORD "bewilder" :CLASS "31.1.c" :WN_SENSE (("1.5" 01019905) ("1.6" 01222893)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bewilder+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#bewitch#bewitch#bewitch#bewitch+ingly#(1.5,01028828,00436391)(1.6,01232387,00528182)###AD ( :DEF_WORD "bewitch" :CLASS "31.1.a" :WN_SENSE (("1.5" 01028828 00436391) ("1.6" 01232387 00528182)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bewitch+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#bewitch#bewitch#bewitch#bewitch+ingly#(1.5,00436391,01028828)(1.6,00528182,01232387)###AD ( :DEF_WORD "bewitch" :CLASS "31.1.b" :WN_SENSE (("1.5" 00436391 01028828) ("1.6" 00528182 01232387)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (bewitch+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 54.2#1#_th_pred#be_worth#be_worth#be_worth#be-worth+ingly####AD ( :DEF_WORD "be_worth" :CLASS "54.2" :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (be-worth+ingly 26)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#bicker#bicker#bicker#bicker+ingly#(1.5,00434665)(1.6,00525851)###AD ( :DEF_WORD "bicker" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (bicker+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#bicker#bicker#bicker#bicker+ingly#(1.5,00434665)(1.6,00525851)###AD ( :DEF_WORD "bicker" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (bicker+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#bicycle#bicycle#bicycle#bicycle+ingly#(1.5,01102710)(1.6,01320026)###AD ( :DEF_WORD "bicycle" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bicycle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#bicycle#bicycle#bicycle#bicycle+ingly#(1.5,01102710)(1.6,01320026)###AD ( :DEF_WORD "bicycle" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (bicycle+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bifurcate#bifurcate#bifurcate#bifurcate+ed#(1.5,00199583,01538959)(1.6,00228507,01857267)###AD ( :DEF_WORD "bifurcate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00199583 01538959) ("1.6" 00228507 01857267)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bifurcate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#bike#bike#bike#bike+ingly#(1.5,01102710)(1.6,01320026)###AD ( :DEF_WORD "bike" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bike+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#bike#bike#bike#bike+ingly#(1.5,01102710)(1.6,01320026)###AD ( :DEF_WORD "bike" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (bike+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#bilk#bilk#bilk#bilk+ed#(1.5,01455106,01447536)(1.6,01754119,01744324)###AD ( :DEF_WORD "bilk" :CLASS "10.6.a" :WN_SENSE (("1.5" 01455106 01447536) ("1.6" 01754119 01744324)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bilk+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#bill#bill#bill#bill+ed#(1.5,00551192)(1.6,00661682)###AD ( :DEF_WORD "bill" :CLASS "29.2.c" :WN_SENSE (("1.5" 00551192) ("1.6" 00661682)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bill+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#bill#bill#bill#bill+ingly#(1.5,00551192)(1.6,00661682)###AD ( :DEF_WORD "bill" :CLASS "29.2.d" :WN_SENSE (("1.5" 00551192) ("1.6" 00661682)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (bill+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#bill#bill#bill#bill+ingly#(1.5,01319795)(1.6,01585711)###AD ( :DEF_WORD "bill" :CLASS "54.5.a" :WN_SENSE (("1.5" 01319795) ("1.6" 01585711)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (bill+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 9.10#1#_ag_th#billet#billet#billet#billet+#(1.5,01500589)(1.6,01810648)###AD ( :DEF_WORD "billet" :CLASS "9.10" :WN_SENSE (("1.5" 01500589) ("1.6" 01810648)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (billet+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#billow#billow#billow#billow+ingly#(1.5,01166865,01166752,00153355)(1.6,01394730,01394586,00175034)###AD ( :DEF_WORD "billow" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01166865 01166752 00153355) ("1.6" 01394730 01394586 00175034)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (billow+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 9.10#1#_ag_th#bin#bin#bin#bin+#(1.5,00858846)(1.6,01025352)###AD ( :DEF_WORD "bin" :CLASS "9.10" :WN_SENSE (("1.5" 00858846) ("1.6" 01025352)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (bin+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#bind#bind#bind#bind+ed#(1.5,00747545,00747705,00737343,00765238,00736248)(1.6,00890366,00890617,00879090,00912180,00877947)###AD ( :DEF_WORD "bind" :CLASS "9.8.a" :WN_SENSE (("1.5" 00747545 00747705 00737343 00765238 00736248) ("1.6" 00890366 00890617 00879090 00912180 00877947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (bind+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bind#bind#bind#bind+ed#(1.5,00747545,00747705,00737343,00765238,00736248)(1.6,00890366,00890617,00879090,00912180,00877947)###AD ( :DEF_WORD "bind" :CLASS "9.8.b" :WN_SENSE (("1.5" 00747545 00747705 00737343 00765238 00736248) ("1.6" 00890366 00890617 00879090 00912180 00877947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bind+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#bind#bind#bind#bind+ed#(1.5,00747545,00747705,00737343,00765238,00736248)(1.6,00890366,00890617,00879090,00912180,00877947)###AD ( :DEF_WORD "bind" :CLASS "9.8.e" :WN_SENSE (("1.5" 00747545 00747705 00737343 00765238 00736248) ("1.6" 00890366 00890617 00879090 00912180 00877947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bind+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#bind#bind#bind#bind+ingly#(1.5,00779802,00747545,00736248)(1.6,00929232,00890366,00877947)###AD ( :DEF_WORD "bind" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00779802 00747545 00736248) ("1.6" 00929232 00890366 00877947)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bind+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#bind#bind#bind#bind+ed#(1.5,00779802,00747545,00736248)(1.6,00929232,00890366,00877947)###AD ( :DEF_WORD "bind" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00779802 00747545 00736248) ("1.6" 00929232 00890366 00877947)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bind+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#birch#birch#birch#birch+ingly#(1.5,00812607)(1.6,00967839)###AD ( :DEF_WORD "birch" :CLASS "18.3" :WN_SENSE (("1.5" 00812607) ("1.6" 00967839)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (birch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#birdnest#birdnest#birdnest#birdnest+ingly#(1.5,00795979)(1.6,00948307)###AD ( :DEF_WORD "birdnest" :CLASS "13.7" :WN_SENSE (("1.5" 00795979) ("1.6" 00948307)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (birdnest+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bisect#bisect#bisect#bisect+ed#(1.5,00893217)(1.6,01068003)###AD ( :DEF_WORD "bisect" :CLASS "45.4.a" :WN_SENSE (("1.5" 00893217) ("1.6" 01068003)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bisect+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#bite#bite#bite#bite+ingly#(1.5,00831338,01210423,00831054)(1.6,00991672,01451253,00991175)###AD ( :DEF_WORD "bite" :CLASS "18.2.a" :WN_SENSE (("1.5" 00831338 01210423 00831054) ("1.6" 00991672 01451253 00991175)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (bite+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#bite#bite#bite#bite+ingly#(1.5,00831054)(1.6,00991175)###AD ( :DEF_WORD "bite" :CLASS "18.2.b" :WN_SENSE (("1.5" 00831054) ("1.6" 00991175)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (bite+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#bite#bite#bite#bite+ed#(1.5,00831338,01210423,00831054)(1.6,00991672,01451253,00991175)###AD ( :DEF_WORD "bite" :CLASS "40.8.3" :WN_SENSE (("1.5" 00831338 01210423 00831054) ("1.6" 00991672 01451253 00991175)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bite+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 46.b#1#,ag_th_loc()#bivouac#bivouac#bivouac#bivouac+ingly#(1.5,01501219)(1.6,01811315)###AD ( :DEF_WORD "bivouac" :CLASS "46.b" :WN_SENSE (("1.5" 01501219) ("1.6" 01811315)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (bivouac+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#blab#blab#blab#blab+ingly#(1.5,00527673)(1.6,00634807)###AD ( :DEF_WORD "blab" :CLASS "37.7.a" :WN_SENSE (("1.5" 00527673) ("1.6" 00634807)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (blab+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#blab#blab#blab#blab+ingly#(1.5,00527673)(1.6,00634807)###AD ( :DEF_WORD "blab" :CLASS "37.7.b" :WN_SENSE (("1.5" 00527673) ("1.6" 00634807)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (blab+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#black#black#black#black+ed#(1.5,00167589)(1.6,00192201)###BJDMAP ( :DEF_WORD "black" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00167589) ("1.6" 00192201)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (black+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#blackberry#blackberry#blackberry#blackberry+ingly#(1.5,00795870)(1.6,00948169)###AD ( :DEF_WORD "blackberry" :CLASS "13.7" :WN_SENSE (("1.5" 00795870) ("1.6" 00948169)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (blackberry+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#blacken#blacken#blacken#blacken+ed#(1.5,00167589)(1.6,00192201)###AD ( :DEF_WORD "blacken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00167589) ("1.6" 00192201)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blacken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#blacken#blacken#blacken#blacken+ed#(1.5,00167589)(1.6,00192201)###AD ( :DEF_WORD "blacken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00167589) ("1.6" 00192201)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blacken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#blacken#blacken#blacken#blacken+ed#(1.5,00167589)(1.6,00192201)###AD ( :DEF_WORD "blacken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00167589) ("1.6" 00192201)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blacken+ed 9)))) ) ;; Grid: 002#1#_ag_th,prop(to)#blackmail#blackmail#blackmail#blackmail+ingly#(1.5,01276760,01459460)(1.6,01534587,01759411)###AD ( :DEF_WORD "blackmail" :CLASS "002" :WN_SENSE (("1.5" 01276760 01459460) ("1.6" 01534587 01759411)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (blackmail+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#blame#blame#blame#blame+ingly#(1.5,00410754,00472718)(1.6,00493456,00571108)###AD ( :DEF_WORD "blame" :CLASS "33.b" :WN_SENSE (("1.5" 00410754 00472718) ("1.6" 00493456 00571108)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (blame+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.8.4#1#_exp_src(at,from)#blanch#blanch#blanch#blanch+ingly#(1.5,00061364)(1.6,00070283)###BJDMAP ( :DEF_WORD "blanch" :CLASS "40.8.4" :WN_SENSE (("1.5" 00061364) ("1.6" 00070283)) :PROPBANK ("arg1 arg3(at/from)") :THETA_ROLES ((1 "_exp_src(at,from)")) :LCS (go perc (* thing 2) ((* from 3) perc (thing 2) ((at 10) perc (thing 2) (thing 4))) (blanch+ingly 26)) ) ;; Grid: 45.3.a#1#_ag_th#blanch#blanch#blanch#blanch+ingly#(1.5,00195322)(1.6,00223633)###AD ( :DEF_WORD "blanch" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (blanch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#blanch#blanch#blanch#blanch+ingly#(1.5,00195322)(1.6,00223633)###AD ( :DEF_WORD "blanch" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (blanch+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#blanch#blanch#blanch#blanch+ed#(1.5,00195322)(1.6,00223633)###AD ( :DEF_WORD "blanch" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blanch+ed 9)))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th,mod-poss(of)#blank#blank#blank#blank+ed#(1.5,01387760)(1.6,01670479)###BJDMAP ( :DEF_WORD "blank" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 01387760) ("1.6" 01670479)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blank+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#blanket#blanket#blanket#blanket+ed#(1.5,00781135)(1.6,00930703)###AD ( :DEF_WORD "blanket" :CLASS "9.8.a" :WN_SENSE (("1.5" 00781135) ("1.6" 00930703)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (blanket+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#blanket#blanket#blanket#blanket+ed#(1.5,00781135)(1.6,00930703)###AD ( :DEF_WORD "blanket" :CLASS "9.8.b" :WN_SENSE (("1.5" 00781135) ("1.6" 00930703)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (blanket+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#blanket#blanket#blanket#blanket+ed#(1.5,00781135)(1.6,00930703)###AD ( :DEF_WORD "blanket" :CLASS "9.8.d" :WN_SENSE (("1.5" 00781135) ("1.6" 00930703)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (blanket+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#blanket#blanket#blanket#blanket+ed#(1.5,00781135)(1.6,00930703)###AD ( :DEF_WORD "blanket" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00781135) ("1.6" 00930703)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blanket+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.j#1#_th_loc#blanket#blanket#blanket#blanket+ingly#(1.5,00781135)(1.6,00930703)###AD ( :DEF_WORD "blanket" :CLASS "47.8.j" :WN_SENSE (("1.5" 00781135) ("1.6" 00930703)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (on loc (thing 2) (* thing 11)) (blanket+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#blare#blare#blare#blare+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "blare" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (blare+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#blare#blare#blare#blare+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "blare" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (blare+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#blare#blare#blare#blare+ingly#(1.5,01245959)(1.6,01494904)###AD ( :DEF_WORD "blare" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (blare+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#blaspheme#blaspheme#blaspheme#blaspheme+ingly#(1.5,00485561)(1.6,00586673)###AD ( :DEF_WORD "blaspheme" :CLASS "33.b" :WN_SENSE (("1.5" 00485561) ("1.6" 00586673)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (blaspheme+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#blast#blast#blast#blast+ingly#(1.5,01245506)(1.6,01494412)###AD ( :DEF_WORD "blast" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245506) ("1.6" 01494412)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (blast+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#blast#blast#blast#blast+ingly#(1.5,01245506)(1.6,01494412)###AD ( :DEF_WORD "blast" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245506) ("1.6" 01494412)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (blast+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#blast#blast#blast#blast+ingly#(1.5,01245506)(1.6,01494412)###AD ( :DEF_WORD "blast" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245506) ("1.6" 01494412)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (blast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#blast#blast#blast#blast+ed#(1.5,00644213)(1.6,00771632)###AD ( :DEF_WORD "blast" :CLASS "45.4.a" :WN_SENSE (("1.5" 00644213) ("1.6" 00771632)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blast+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#blast#blast#blast#blast+ed#(1.5,00644213)(1.6,00771632)###AD ( :DEF_WORD "blast" :CLASS "45.4.b" :WN_SENSE (("1.5" 00644213) ("1.6" 00771632)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blast+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#blast#blast#blast#blast+ed#(1.5,00644213)(1.6,00771632)###AD ( :DEF_WORD "blast" :CLASS "45.4.c" :WN_SENSE (("1.5" 00644213) ("1.6" 00771632)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blast+ed 9)))) ) ;; Grid: 38#1#_ag,goal(at)#blat#blat#blat#blat+#(1.5,00593171)(1.6,00710378)###AD ( :DEF_WORD "blat" :CLASS "38" :WN_SENSE (("1.5" 00593171) ("1.6" 00710378)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (blat+ 2) ((* toward 5) comm (blat+ 2) (touching comm (blat+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#blat#blat#blat#blat+ingly#(1.5,00593171)(1.6,00710378)###AD ( :DEF_WORD "blat" :CLASS "43.2.a" :WN_SENSE (("1.5" 00593171) ("1.6" 00710378)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (blat+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#blat#blat#blat#blat+ingly#(1.5,00593171)(1.6,00710378)###AD ( :DEF_WORD "blat" :CLASS "43.2.b" :WN_SENSE (("1.5" 00593171) ("1.6" 00710378)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (blat+ingly 26)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#blaze#blaze#blaze#blaze+ed#(1.5,01562024,01561916)(1.6,01889372,01889264)###BJDMAP ( :DEF_WORD "blaze" :CLASS "43.1.a" :WN_SENSE (("1.5" 01562024 01561916) ("1.6" 01889372 01889264)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (blaze+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#blaze#blaze#blaze#blaze+ed#(1.5,01562024,01561916)(1.6,01889372,01889264)###BJDMAP ( :DEF_WORD "blaze" :CLASS "43.1.b" :WN_SENSE (("1.5" 01562024 01561916) ("1.6" 01889372 01889264)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (blaze+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bleach#bleach#bleach#bleach+ed#(1.5,00167057)(1.6,00191636)###AD ( :DEF_WORD "bleach" :CLASS "45.4.a" :WN_SENSE (("1.5" 00167057) ("1.6" 00191636)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bleach+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#bleat#bleat#bleat#bleat+ingly#(1.5,00593299)(1.6,00710504)###AD ( :DEF_WORD "bleat" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593299) ("1.6" 00710504)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bleat+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#bleat#bleat#bleat#bleat+ingly#(1.5,00593299)(1.6,00710504)###AD ( :DEF_WORD "bleat" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593299) ("1.6" 00710504)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bleat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#bleat#bleat#bleat#bleat+#(1.5,00593299)(1.6,00710504)###AD ( :DEF_WORD "bleat" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593299) ("1.6" 00710504)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (bleat+ 2) ((* toward 5) comm (bleat+ 2) ((at 5) comm (bleat+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#bleat#bleat#bleat#bleat+#(1.5,00593299)(1.6,00710504)###AD ( :DEF_WORD "bleat" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593299) ("1.6" 00710504)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (bleat+ 2) (toward comm (bleat+ 2) (at comm (bleat+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#bleat#bleat#bleat#bleat+#(1.5,00593171)(1.6,00710378)###AD ( :DEF_WORD "bleat" :CLASS "38" :WN_SENSE (("1.5" 00593171) ("1.6" 00710378)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (bleat+ 2) ((* toward 5) comm (bleat+ 2) (touching comm (bleat+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#bleed#bleed#bleed#bleed+ed#(1.5,00046228,00052067)(1.6,00051929,00058584)###AD ( :DEF_WORD "bleed" :CLASS "10.6.a" :WN_SENSE (("1.5" 00046228 00052067) ("1.6" 00051929 00058584)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bleed+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#bleed#bleed#bleed#bleed+ingly#(1.5,00046228)(1.6,00051929)###AD ( :DEF_WORD "bleed" :CLASS "31.3.c" :WN_SENSE (("1.5" 00046228) ("1.6" 00051929)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (bleed+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#bleed#bleed#bleed#bleed+ingly#(1.5,00046228)(1.6,00051929)###BJDMAP ( :DEF_WORD "bleed" :CLASS "40.1.2" :WN_SENSE (("1.5" 00046228) ("1.6" 00051929)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (bleed+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#bleed#bleed#bleed#bleed+ingly#(1.5,01179037)(1.6,01409834)###AD ( :DEF_WORD "bleed" :CLASS "43.4.a" :WN_SENSE (("1.5" 01179037) ("1.6" 01409834)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (bleed+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#bleed#bleed#bleed#bleed+ingly#(1.5,01179037)(1.6,01409834)###AD ( :DEF_WORD "bleed" :CLASS "43.4.c" :WN_SENSE (("1.5" 01179037) ("1.6" 01409834)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (bleed+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#bleed#bleed#bleed#bleed+ingly#(1.5,00052067,00267448)(1.6,00058584,00313489)###AD ( :DEF_WORD "bleed" :CLASS "43.4.d" :WN_SENSE (("1.5" 00052067 00267448) ("1.6" 00058584 00313489)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (bleed+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#bleed#bleed#bleed#bleed+ed#(1.5,00052067,00267448)(1.6,00058584,00313489)###AD ( :DEF_WORD "bleed" :CLASS "43.4.e" :WN_SENSE (("1.5" 00052067 00267448) ("1.6" 00058584 00313489)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bleed+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#blend#blend#blend#blend+ed#(1.5,00841435)(1.6,01003383)###AD ( :DEF_WORD "blend" :CLASS "22.1.a" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blend+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#blend#blend#blend#blend+ingly#(1.5,00841435)(1.6,01003383)###AD ( :DEF_WORD "blend" :CLASS "22.1.b" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (blend+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.c#1#,ag_th_goal(into)#blend#blend#blend#blend+ingly#(1.5,00841435)(1.6,01003383)###AD ( :DEF_WORD "blend" :CLASS "22.1.c" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (blend+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#blend#blend#blend#blend+ed#(1.5,00841435)(1.6,01003383)###AD ( :DEF_WORD "blend" :CLASS "26.3" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blend+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#blend#blend#blend#blend+ed#(1.5,00841435)(1.6,01003383)###AD ( :DEF_WORD "blend" :CLASS "26.3" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blend+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#bless#bless#bless#bless+#(1.5,01288583)(1.6,01548774)###AD ( :DEF_WORD "bless" :CLASS "33.a.i" :WN_SENSE (("1.5" 01288583) ("1.6" 01548774)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (bless+ 2) (toward comm (bless+ 2) (at comm (bless+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#blind#blind#blind#blind+ed#(1.5,01237190)(1.6,01484665)###AD ( :DEF_WORD "blind" :CLASS "45.4.a" :WN_SENSE (("1.5" 01237190) ("1.6" 01484665)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blind+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#blindfold#blindfold#blindfold#blindfold+ed#(1.5,00766813)(1.6,00913798)###AD ( :DEF_WORD "blindfold" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00766813) ("1.6" 00913798)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blindfold+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#blink#blink#blink#blink+#(1.5,00005576)(1.6,00005403)###AD ( :DEF_WORD "blink" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00005576) ("1.6" 00005403)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (blink+ 2) ((* toward 5) comm (blink+ 2) (touching comm (blink+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#blink#blink#blink#blink+ingly#(1.5,00005576)(1.6,00005403)###AD ( :DEF_WORD "blink" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00005576) ("1.6" 00005403)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (blink+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#blink#blink#blink#blink+ed#(1.5,01232004)(1.6,01478242)###AD ( :DEF_WORD "blink" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (blink+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#blink#blink#blink#blink+ed#(1.5,01232004)(1.6,01478242)###AD ( :DEF_WORD "blink" :CLASS "43.1.b" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (blink+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.c#1#_ag_th#blink#blink#blink#blink+ingly#(1.5,01232004)(1.6,01478242)###AD ( :DEF_WORD "blink" :CLASS "43.1.c" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (blink+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#blister#blister#blister#blister+ed#(1.5,00227564)(1.6,00264663)###AD ( :DEF_WORD "blister" :CLASS "45.5" :WN_SENSE (("1.5" 00227564) ("1.6" 00264663)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blister+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#blitz#blitz#blitz#blitz+ingly#(1.5,00637828)(1.6,00764495)###AD ( :DEF_WORD "blitz" :CLASS "44.a" :WN_SENSE (("1.5" 00637828) ("1.6" 00764495)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (blitz+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#blitz#blitz#blitz#blitz+ingly#(1.5,00637828)(1.6,00764495)###AD ( :DEF_WORD "blitz" :CLASS "44.b" :WN_SENSE (("1.5" 00637828) ("1.6" 00764495)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (blitz+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 9.8.a#1#_mod-poss_th#block#block#block#block+ed#(1.5,00849220,01447000,00848479)(1.6,01013332,01743494,00411760)###AD ( :DEF_WORD "block" :CLASS "9.8.a" :WN_SENSE (("1.5" 00849220 01447000 00848479) ("1.6" 01013332 01743494 00411760)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (block+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#block#block#block#block+ed#(1.5,00849220,01447000,00848479)(1.6,01013332,01743494,00411760)###AD ( :DEF_WORD "block" :CLASS "9.8.b" :WN_SENSE (("1.5" 00849220 01447000 00848479) ("1.6" 01013332 01743494 00411760)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (block+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#block#block#block#block+ed#(1.5,00849220,01447000,00848479)(1.6,01013332,01743494,00411760)###AD ( :DEF_WORD "block" :CLASS "9.8.e" :WN_SENSE (("1.5" 00849220 01447000 00848479) ("1.6" 01013332 01743494 00411760)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (block+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#block#block#block#block+ed#(1.5,00849220,00598955,00848479)(1.6,01013332,00716748,00411760)###AD ( :DEF_WORD "block" :CLASS "16" :WN_SENSE (("1.5" 00849220 00598955 00848479) ("1.6" 01013332 00716748 00411760)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (block+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#blockade#blockade#blockade#blockade+ed#(1.5,00849220)(1.6,01013332)###BJDMAP ( :DEF_WORD "blockade" :CLASS "9.8.b" :WN_SENSE (("1.5" 00849220) ("1.6" 01013332)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (blockade+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bloody#bloody#bloody#bloody+ed#(1.5,00136966)(1.6,00156464)###AD ( :DEF_WORD "bloody" :CLASS "45.4.a" :WN_SENSE (("1.5" 00136966) ("1.6" 00156464)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bloody+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#bloom#bloom#bloom#bloom+ed#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "bloom" :CLASS "45.5" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bloom+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#bloom#bloom#bloom#bloom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "bloom" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (bloom+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#bloom#bloom#bloom#bloom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "bloom" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (bloom+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#bloom#bloom#bloom#bloom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "bloom" :CLASS "47.2.c" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (bloom+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.5#1#_th#blossom#blossom#blossom#blossom+ed#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "blossom" :CLASS "45.5" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blossom+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#blossom#blossom#blossom#blossom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "blossom" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (blossom+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#blossom#blossom#blossom#blossom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "blossom" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (blossom+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#blossom#blossom#blossom#blossom+ingly#(1.5,00177350)(1.6,00202730)###AD ( :DEF_WORD "blossom" :CLASS "47.2.c" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (blossom+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 9.8.a#1#_mod-poss_th#blot#blot#blot#blot+ed#(1.5,00885901,00881552)(1.6,01059272,01053918)###AD ( :DEF_WORD "blot" :CLASS "9.8.a" :WN_SENSE (("1.5" 00885901 00881552) ("1.6" 01059272 01053918)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (blot+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#blot#blot#blot#blot+ed#(1.5,00885901,00881552)(1.6,01059272,01053918)###AD ( :DEF_WORD "blot" :CLASS "9.8.b" :WN_SENSE (("1.5" 00885901 00881552) ("1.6" 01059272 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (blot+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#blow#blow#blow#blow+ingly#(1.5,00281762)(1.6,00332368)###AD ( :DEF_WORD "blow" :CLASS "23.2.a" :WN_SENSE (("1.5" 00281762) ("1.6" 00332368)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (blow+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#blow#blow#blow#blow+ed#(1.5,00281762)(1.6,00332368)###AD ( :DEF_WORD "blow" :CLASS "23.2.b" :WN_SENSE (("1.5" 00281762) ("1.6" 00332368)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blow+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#blow#blow#blow#blow+ed#(1.5,00281762)(1.6,00332368)###AD ( :DEF_WORD "blow" :CLASS "26.1.a" :WN_SENSE (("1.5" 00281762) ("1.6" 00332368)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blow+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#blow#blow#blow#blow+ed#(1.5,00281762)(1.6,00332368)###AD ( :DEF_WORD "blow" :CLASS "26.1.a" :WN_SENSE (("1.5" 00281762) ("1.6" 00332368)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blow+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#blow#blow#blow#blow+ingly#(1.5,00281762)(1.6,00332368)###AD ( :DEF_WORD "blow" :CLASS "26.1.b" :WN_SENSE (("1.5" 00281762) ("1.6" 00332368)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (blow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#blow#blow#blow#blow+ingly#(1.5,00005260)(1.6,00005052)###AD ( :DEF_WORD "blow" :CLASS "40.3.2" :WN_SENSE (("1.5" 00005260) ("1.6" 00005052)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (blow+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#blow#blow#blow#blow+ingly#(1.5,01564150)(1.6,01892072)###AD ( :DEF_WORD "blow" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01564150) ("1.6" 01892072)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (blow+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#blow#blow#blow#blow+ingly#(1.5,01564150)(1.6,01892072)###AD ( :DEF_WORD "blow" :CLASS "47.2.c" :WN_SENSE (("1.5" 01564150) ("1.6" 01892072)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (blow+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 57.b#1#_mod-poss(with)#blow#blow#blow#blow+ingly#(1.5,01564150)(1.6,01892072)###AD ( :DEF_WORD "blow" :CLASS "57.b" :WN_SENSE (("1.5" 01564150) ("1.6" 01892072)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (blow+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#bludgeon#bludgeon#bludgeon#bludgeon+ingly#(1.5,00819050)(1.6,00975995)###AD ( :DEF_WORD "bludgeon" :CLASS "18.3" :WN_SENSE (("1.5" 00819050) ("1.6" 00975995)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (bludgeon+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(into)#bluff#bluff#bluff#bluff+ingly#(1.5,00608595)(1.6,00730634)###AD ( :DEF_WORD "bluff" :CLASS "002" :WN_SENSE (("1.5" 00608595) ("1.6" 00730634)) :PROPBANK ("arg0 arg2 arg1-PRD(into)") :THETA_ROLES ((1 "_ag_th,prop(into)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (bluff+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#blunt#blunt#blunt#blunt+ed#(1.5,00136850,00711236,00136751)(1.6,00156356,00849966,00156249)###AD ( :DEF_WORD "blunt" :CLASS "45.4.a" :WN_SENSE (("1.5" 00136850 00711236 00136751) ("1.6" 00156356 00849966 00156249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blunt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#blunt#blunt#blunt#blunt+ed#(1.5,00136850,00711236,00136751)(1.6,00156356,00849966,00156249)###AD ( :DEF_WORD "blunt" :CLASS "45.4.b" :WN_SENSE (("1.5" 00136850 00711236 00136751) ("1.6" 00156356 00849966 00156249)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blunt+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#blunt#blunt#blunt#blunt+ed#(1.5,00136751,00711236)(1.6,00156249,00849966)###AD ( :DEF_WORD "blunt" :CLASS "45.4.c" :WN_SENSE (("1.5" 00136751 00711236) ("1.6" 00156249 00849966)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blunt+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#blur#blur#blur#blur+ed#(1.5,01233231,01233110,00714635,00189557)(1.6,01479515,01479515,00853756,00216677)###AD ( :DEF_WORD "blur" :CLASS "45.4.a" :WN_SENSE (("1.5" 01233231 01233110 00714635 00189557) ("1.6" 01479515 01479515 00853756 00216677)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blur+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#blur#blur#blur#blur+ed#(1.5,01233231,01233110,00714635,00189557)(1.6,01479515,01479515,00853756,00216677)###AD ( :DEF_WORD "blur" :CLASS "45.4.b" :WN_SENSE (("1.5" 01233231 01233110 00714635 00189557) ("1.6" 01479515 01479515 00853756 00216677)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blur+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#blur#blur#blur#blur+ed#(1.5,00187969,00714635)(1.6,00215001,00853756)###AD ( :DEF_WORD "blur" :CLASS "45.4.c" :WN_SENSE (("1.5" 00187969 00714635) ("1.6" 00215001 00853756)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (blur+ed 9)))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#blurt#blurt#blurt#blurt+ingly#(1.5,00553649)(1.6,00664527)###AD ( :DEF_WORD "blurt" :CLASS "37.7.a" :WN_SENSE (("1.5" 00553649) ("1.6" 00664527)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (blurt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#blurt#blurt#blurt#blurt+ingly#(1.5,00553649)(1.6,00664527)###AD ( :DEF_WORD "blurt" :CLASS "37.7.b" :WN_SENSE (("1.5" 00553649) ("1.6" 00664527)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (blurt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 40.1.1#1#_th#blush#blush#blush#blush+ingly#(1.5,00061241)(1.6,00070161)###BJDMAP ( :DEF_WORD "blush" :CLASS "40.1.1" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (blush+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#board#board#board#board+ed#(1.5,00668319)(1.6,00800058)###AD ( :DEF_WORD "board" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00668319) ("1.6" 00800058)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (board+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.b#1#,ag_th_loc()#board#board#board#board+ingly#(1.5,01502808,00668319,00668195)(1.6,01813015,00800058,00799929)###AD ( :DEF_WORD "board" :CLASS "46.b" :WN_SENSE (("1.5" 01502808 00668319 00668195) ("1.6" 01813015 00800058 00799929)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (board+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#boast#boast#boast#boast+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ( :DEF_WORD "boast" :CLASS "37.8.b" :WN_SENSE (("1.5" 00496150) ("1.6" 00598488)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (boast+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#boast#boast#boast#boast+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ( :DEF_WORD "boast" :CLASS "37.8.b" :WN_SENSE (("1.5" 00496150) ("1.6" 00598488)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (boast+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#boat#boat#boat#boat+ingly#(1.5,01107560)(1.6,01325142)###AD ( :DEF_WORD "boat" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01107560) ("1.6" 01325142)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (boat+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#boat#boat#boat#boat+ingly#(1.5,01107560)(1.6,01325142)###AD ( :DEF_WORD "boat" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01107560) ("1.6" 01325142)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (boat+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#bob#bob#bob#bob+ingly#(1.5,00506125)(1.6,00609634)###AD ( :DEF_WORD "bob" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 00506125) ("1.6" 00609634)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (bob+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#bob#bob#bob#bob+ed#(1.5,00025349)(1.6,00027411)###AD ( :DEF_WORD "bob" :CLASS "41.2.2" :WN_SENSE (("1.5" 00025349) ("1.6" 00027411)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bob+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#bob#bob#bob#bob+ingly#(1.5,01063844,01166128)(1.6,01274431,01410999)###AD ( :DEF_WORD "bob" :CLASS "47.3.a" :WN_SENSE (("1.5" 01063844 01166128) ("1.6" 01274431 01410999)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (bob+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#bob#bob#bob#bob+ingly#(1.5,00897357)(1.6,01072620)###AD ( :DEF_WORD "bob" :CLASS "47.3.b" :WN_SENSE (("1.5" 00897357) ("1.6" 01072620)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (bob+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#bobsled#bobsled#bobsled#bobsled+ingly#(1.5,01104550)(1.6,01321909)###AD ( :DEF_WORD "bobsled" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01104550) ("1.6" 01321909)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bobsled+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#bobsled#bobsled#bobsled#bobsled+ingly#(1.5,01104550)(1.6,01321909)###AD ( :DEF_WORD "bobsled" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01104550) ("1.6" 01321909)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (bobsled+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#boggle#boggle#boggle#boggle+ingly#(1.5,00409552)(1.6,00492198)###AD ( :DEF_WORD "boggle" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (boggle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#boggle#boggle#boggle#boggle+ingly#(1.5,00409552)(1.6,00492198)###AD ( :DEF_WORD "boggle" :CLASS "31.1.b" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (boggle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#boggle#boggle#boggle#boggle+ed#(1.5,00409552)(1.6,00492198)###AD ( :DEF_WORD "boggle" :CLASS "31.1.c" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (boggle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#boil#boil#boil#boil+ed#(1.5,00198680,00224715)(1.6,00227567,00261276)###AD ( :DEF_WORD "boil" :CLASS "26.3" :WN_SENSE (("1.5" 00198680 00224715) ("1.6" 00227567 00261276)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (boil+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#boil#boil#boil#boil+ed#(1.5,00198680,00224715)(1.6,00227567,00261276)###AD ( :DEF_WORD "boil" :CLASS "26.3" :WN_SENSE (("1.5" 00198680 00224715) ("1.6" 00227567 00261276)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (boil+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#boil#boil#boil#boil+ingly#(1.5,00198680,00224715)(1.6,00227567,00261276)###AD ( :DEF_WORD "boil" :CLASS "45.3.a" :WN_SENSE (("1.5" 00198680 00224715) ("1.6" 00227567 00261276)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (boil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#boil#boil#boil#boil+ingly#(1.5,00198680,00224715)(1.6,00227567,00261276)###AD ( :DEF_WORD "boil" :CLASS "45.3.b" :WN_SENSE (("1.5" 00198680 00224715) ("1.6" 00227567 00261276)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (boil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#boil#boil#boil#boil+ed#(1.5,00198680)(1.6,00227567)###AD ( :DEF_WORD "boil" :CLASS "45.3.c" :WN_SENSE (("1.5" 00198680) ("1.6" 00227567)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (boil+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bolshevize#bolshevize#bolshevize#bolshevize+ed#(1.5,00242866)(1.6,00284158)###AD ( :DEF_WORD "bolshevize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00242866) ("1.6" 00284158)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bolshevize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#bolt#bolt#bolt1#bolt1+ingly#(1.5,00775222)(1.6,00923010)###AD ( :DEF_WORD "bolt" :CLASS "22.4.a" :WN_SENSE (("1.5" 00775222) ("1.6" 00923010)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (bolt1+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#bolt#bolt#bolt1#bolt1+ed#(1.5,00775222)(1.6,00923010)###AD ( :DEF_WORD "bolt" :CLASS "22.4.b" :WN_SENSE (("1.5" 00775222) ("1.6" 00923010)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bolt1+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 39.3.a.i#1#_ag_th#bolt#bolt#bolt2#bolt2+ingly#(1.5,00684105,00666740)(1.6,00818359,00798099)###BJDMAP ( :DEF_WORD "bolt" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00684105 00666740) ("1.6" 00818359 00798099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bolt2+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#bolt#bolt#bolt2#bolt2+ingly#(1.5,00684105,00666740)(1.6,00818359,00798099)###BJDMAP ( :DEF_WORD "bolt" :CLASS "39.3.b" :WN_SENSE (("1.5" 00684105 00666740) ("1.6" 00818359 00798099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (bolt2+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#bolt#bolt#bolt3#bolt3+ingly#(1.5,01186518,01148094)(1.6,01419341,01372366)###AD ( :DEF_WORD "bolt" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01186518 01148094) ("1.6" 01419341 01372366)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bolt3+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#bolt#bolt#bolt3#bolt3+ingly#(1.5,01119710,01186518,01148094)(1.6,01338287,01419341,01372366)###AD ( :DEF_WORD "bolt" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01119710 01186518 01148094) ("1.6" 01338287 01419341 01372366)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (bolt3+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bomb#bomb#bomb#bomb+ed#(1.5,00641301)(1.6,00768410)###BJDMAP ( :DEF_WORD "bomb" :CLASS "9.8.b" :WN_SENSE (("1.5" 00641301) ("1.6" 00768410)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bomb+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#bombard#bombard#bombard#bombard+ed#(1.5,00642267)(1.6,00769391)###AD ( :DEF_WORD "bombard" :CLASS "9.8.a" :WN_SENSE (("1.5" 00642267) ("1.6" 00769391)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (bombard+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#bombard#bombard#bombard#bombard+ed#(1.5,00866849,00642267)(1.6,01035671,00769391)###AD ( :DEF_WORD "bombard" :CLASS "9.8.b" :WN_SENSE (("1.5" 00866849 00642267) ("1.6" 01035671 00769391)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (bombard+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.2.i#1#_ag_th,instr(with)#bombard#bombard#bombard#bombard+ingly#(1.5,00866849)(1.6,01035671)###BJDMAP ( :DEF_WORD "bombard" :CLASS "17.2.i" :WN_SENSE (("1.5" 00866849) ("1.6" 01035671)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bombard+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#bond#bond#bond#bond+ingly#(1.5,00779802)(1.6,00929232)###AD ( :DEF_WORD "bond" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00779802) ("1.6" 00929232)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bond+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#bond#bond#bond#bond+ed#(1.5,00779802)(1.6,00929232)###AD ( :DEF_WORD "bond" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00779802) ("1.6" 00929232)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bond+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.7#1#_ag_src#bone#bone#bone##(1.5,00119122)(1.6,00135363)#loc#(th = bone+)#AD ( :DEF_WORD "bone" :CLASS "10.7" :WN_SENSE (("1.5" 00119122) ("1.6" 00135363)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bone+ 2) (from loc (bone+ 2) (at loc (bone+ 2) (* thing 4))))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#bonk#bonk#bonk#bonk+ingly#(1.5,00804804)(1.6,00958304)###AD ( :DEF_WORD "bonk" :CLASS "18.3" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (bonk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#boogie#boogie#boogie#boogie+ingly####AD ( :DEF_WORD "boogie" :CLASS "51.5.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (boogie+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#boogie#boogie#boogie#boogie+ingly####AD ( :DEF_WORD "boogie" :CLASS "51.5.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (boogie+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#boogie#boogie#boogie#boogie+ingly####AD ( :DEF_WORD "boogie" :CLASS "51.5.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (boogie+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#book#book#book#book+ingly#(1.5,01414319,00381217,00446668)(1.6,01702479,00457832,01702479)###AD ( :DEF_WORD "book" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01414319 00381217 00446668) ("1.6" 01702479 00457832 01702479)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (book+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#book#book#book#book+ingly#(1.5,01414319,00381217,00446668)(1.6,01702479,00457832,01702479)###AD ( :DEF_WORD "book" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01414319 00381217 00446668) ("1.6" 01702479 00457832 01702479)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (book+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#boom#boom#boom#boom+ingly#(1.5,01241028)(1.6,01489203)###AD ( :DEF_WORD "boom" :CLASS "37.3.a" :WN_SENSE (("1.5" 01241028) ("1.6" 01489203)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (boom+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#boom#boom#boom#boom+ingly#(1.5,01241028)(1.6,01489203)###AD ( :DEF_WORD "boom" :CLASS "37.3.a" :WN_SENSE (("1.5" 01241028) ("1.6" 01489203)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (boom+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#boom#boom#boom#boom+#(1.5,01241028)(1.6,01489203)###AD ( :DEF_WORD "boom" :CLASS "37.3.b" :WN_SENSE (("1.5" 01241028) ("1.6" 01489203)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (boom+ 2) ((* toward 5) comm (boom+ 2) ((at 5) comm (boom+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#boom#boom#boom#boom+#(1.5,01241028)(1.6,01489203)###AD ( :DEF_WORD "boom" :CLASS "37.3.c" :WN_SENSE (("1.5" 01241028) ("1.6" 01489203)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (boom+ 2) (toward comm (boom+ 2) (at comm (boom+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#boom#boom#boom#boom+ingly#(1.5,01248251)(1.6,01497743)###AD ( :DEF_WORD "boom" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248251) ("1.6" 01497743)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (boom+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#boom#boom#boom#boom+ingly#(1.5,01248251)(1.6,01497743)###AD ( :DEF_WORD "boom" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248251) ("1.6" 01497743)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (boom+ingly 26)) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#bop#bop#bop#bop+ingly#(1.5,01079915)(1.6,01293814)###AD ( :DEF_WORD "bop" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01079915) ("1.6" 01293814)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (bop+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#bop#bop#bop#bop+ingly#(1.5,01079915,00804804)(1.6,01293814,00958304)###AD ( :DEF_WORD "bop" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01079915 00804804) ("1.6" 01293814 00958304)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#bop#bop#bop#bop+ingly#(1.5,01079915)(1.6,01293814)###AD ( :DEF_WORD "bop" :CLASS "51.5.b" :WN_SENSE (("1.5" 01079915) ("1.6" 01293814)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (bop+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 47.8.e#1#_th_loc#border#border#border#border+ingly#(1.5,00843648,01534285,00843513)(1.6,01006503,01851864,01006316)###AD ( :DEF_WORD "border" :CLASS "47.8.e" :WN_SENSE (("1.5" 00843648 01534285 00843513) ("1.6" 01006503 01851864 01006316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (next loc (thing 2) (* thing 11)) (border+ingly 26)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#bore#bore#bore#bore+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "bore" :CLASS "21.2.a" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bore+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#bore#bore#bore#bore+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "bore" :CLASS "21.2.b" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bore+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#bore#bore#bore#bore+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "bore" :CLASS "21.2.c" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (bore+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#bore#bore#bore#bore+ingly#(1.5,01038043)(1.6,01243090)###AD ( :DEF_WORD "bore" :CLASS "31.1.a" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bore+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#bore#bore#bore#bore+ingly#(1.5,01038043)(1.6,01243090)###AD ( :DEF_WORD "bore" :CLASS "31.1.b" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (bore+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#bore#bore#bore#bore+ed#(1.5,01038043)(1.6,01243090)###AD ( :DEF_WORD "bore" :CLASS "31.1.c" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bore+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#bore#bore#bore#bore+ingly#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "bore" :CLASS "35.5" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (bore+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#bore#bore#bore#bore+ingly#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "bore" :CLASS "35.5" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (bore+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#borrow#borrow#borrow#borrow+ingly#(1.5,01321663)(1.6,01588699)###AD ( :DEF_WORD "borrow" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01321663) ("1.6" 01588699)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (borrow+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#boss#boss#boss#boss+ingly#(1.5,00881091)(1.6,01053311)###AD ( :DEF_WORD "boss" :CLASS "29.8.a" :WN_SENSE (("1.5" 00881091) ("1.6" 01053311)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (boss+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#boss#boss#boss#boss+ingly#(1.5,00881091)(1.6,01053311)###AD ( :DEF_WORD "boss" :CLASS "29.8.b" :WN_SENSE (("1.5" 00881091) ("1.6" 01053311)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (boss+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#botanize#botanize#botanize#botanize+ed#(1.5,00363079)(1.6,00435755)###AD ( :DEF_WORD "botanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00363079) ("1.6" 00435755)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (botanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#botch#botch#botch#botch+ed#(1.5,01431414)(1.6,01723558)###AD ( :DEF_WORD "botch" :CLASS "45.4.a" :WN_SENSE (("1.5" 01431414) ("1.6" 01723558)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (botch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#bother#bother#bother#bother+ingly#(1.5,01018552,01419689)(1.6,01221002,01709356)###AD ( :DEF_WORD "bother" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552 01419689) ("1.6" 01221002 01709356)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bother+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#bother#bother#bother#bother+ingly#(1.5,01018552,01019134,--,01419689)(1.6,01221002,01223033,01223160,01709356)###AD ( :DEF_WORD "bother" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552 01019134 -- 01419689) ("1.6" 01221002 01223033 01223160 01709356)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (bother+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#bother#bother#bother#bother+ingly#(1.5,01018552,01419689)(1.6,01221002,01709356)###AD ( :DEF_WORD "bother" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 01018552 01419689) ("1.6" 01221002 01709356)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (bother+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 40.8.1#1#_exp,goal,src(from)#bother#bother#bother#bother+ingly#(1.5,01419689,01019134)(1.6,01709356,01223033)###BJDMAP ( :DEF_WORD "bother" :CLASS "40.8.1" :WN_SENSE (("1.5" 01419689 01019134) ("1.6" 01709356 01223033)) :PROPBANK ("arg0 arg1-REC arg2(from)") :THETA_ROLES ((1 "_exp,goal,src(from)")) :LCS (go_ext perc (* thing 2) (to perc (thing 2) (at perc (thing 2) (* thing 6))) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (bother+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional)) ) ;; Grid: 9.10#1#_ag_th#bottle#bottle#bottle##(1.5,01298530,00863849)(1.6,01560115,01031708)#loc#(goal() = in bottle+)#AD ( :DEF_WORD "bottle" :CLASS "9.10" :WN_SENSE (("1.5" 01298530 00863849) ("1.6" 01560115 01031708)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (bottle+ 6))))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#bottlefeed#bottlefeed#bottlefeed#bottlefeed+ingly#(1.5,00674615)(1.6,00807106)###AD ( :DEF_WORD "bottlefeed" :CLASS "39.7" :WN_SENSE (("1.5" 00674615) ("1.6" 00807106)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (bottlefeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#bottlefeed#bottlefeed#bottlefeed#bottlefeed+ingly#(1.5,00674615)(1.6,00807106)###AD ( :DEF_WORD "bottlefeed" :CLASS "39.7" :WN_SENSE (("1.5" 00674615) ("1.6" 00807106)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (bottlefeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 11.2.a#1#_th#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "11.2.a" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bounce+ingly 26)) ) ;; Grid: 11.2.b#1#_ag_th#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "11.2.b" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bounce+ingly 26)) ) ;; Grid: 11.2.c#2#_ag_goal_th,src()#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "11.2.c" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_goal_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (bounce+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,goal(to),src()#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "11.2.c" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from - up.)") :THETA_ROLES ((1 ",ag_th,goal(to),src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (bounce+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#bounce#bounce#bounce#bounce+ingly#(1.5,01078308)(1.6,01291867)###AD ( :DEF_WORD "bounce" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01078308) ("1.6" 01291867)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bounce+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#bounce#bounce#bounce#bounce+ingly#(1.5,01078308,01118938)(1.6,01291867,01337493)###AD ( :DEF_WORD "bounce" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01078308 01118938) ("1.6" 01291867 01337493)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (bounce+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bounce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#bounce#bounce#bounce#bounce+ingly#(1.5,00809004)(1.6,00963372)###AD ( :DEF_WORD "bounce" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 00809004) ("1.6" 00963372)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bounce+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#bound#bound#bound#bound+ingly#(1.5,01534285)(1.6,01851864)###AD ( :DEF_WORD "bound" :CLASS "47.8.c" :WN_SENSE (("1.5" 01534285) ("1.6" 01851864)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (bound+ingly 26)) ) ;; Grid: 47.8.d#1#_th_loc#bound#bound#bound1#bound1+ingly#(1.5,01534285)(1.6,01851864)###AD ( :DEF_WORD "bound" :CLASS "47.8.d" :WN_SENSE (("1.5" 01534285) ("1.6" 01851864)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (bound1+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#bound#bound#bound2#bound2+ingly#(1.5,01118288)(1.6,01336773)###AD ( :DEF_WORD "bound" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bound2+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#bound#bound#bound#bound+ingly#(1.5,01118288)(1.6,01336773)###AD ( :DEF_WORD "bound" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bound+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#bound#bound#bound2#bound2+ingly#(1.5,01118288)(1.6,01336773)###AD ( :DEF_WORD "bound" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (bound2+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#bound#bound#bound#bound+ingly#(1.5,01118288)(1.6,01336773)###AD ( :DEF_WORD "bound" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (bound+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#bow#bow#bow#bow+ingly#(1.5,00505531,01180063)(1.6,00609009,01410999)###AD ( :DEF_WORD "bow" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 00505531 01180063) ("1.6" 00609009 01410999)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (bow+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#bow#bow#bow#bow+ingly#(1.5,00505531,01166128)(1.6,00609009,01410999)###AD ( :DEF_WORD "bow" :CLASS "47.3.a" :WN_SENSE (("1.5" 00505531 01166128) ("1.6" 00609009 01410999)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (bow+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#bow#bow#bow#bow+ingly#(1.5,01180063)(1.6,01410999)###AD ( :DEF_WORD "bow" :CLASS "47.6.a" :WN_SENSE (("1.5" 01180063) ("1.6" 01410999)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (bow+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#bowl#bowl#bowl#bowl+ingly#(1.5,01075459)(1.6,01288448)###AD ( :DEF_WORD "bowl" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01075459) ("1.6" 01288448)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (bowl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#bowl#bowl#bowl#bowl+ingly#(1.5,01075459)(1.6,01288448)###AD ( :DEF_WORD "bowl" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01075459) ("1.6" 01288448)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (bowl+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.10#1#_ag_th#box#box#box1##(1.5,00853324)(1.6,01018832)#loc#(goal() = in box+)#AD ( :DEF_WORD "box" :CLASS "9.10" :WN_SENSE (("1.5" 00853324) ("1.6" 01018832)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (box+ 6))))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#box#box#box2#box2+ingly#(1.5,00817680,00817174)(1.6,00974052,00973520)###AD ( :DEF_WORD "box" :CLASS "36.3.a" :WN_SENSE (("1.5" 00817680 00817174) ("1.6" 00974052 00973520)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (box2+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#box#box#box2#box2+ingly#(1.5,00817680,00817174)(1.6,00974052,00973520)###AD ( :DEF_WORD "box" :CLASS "36.3.a" :WN_SENSE (("1.5" 00817680 00817174) ("1.6" 00974052 00973520)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (box2+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#box#box#box2#box2+ingly#(1.5,00853324)(1.6,01018832)###AD ( :DEF_WORD "box" :CLASS "36.3.b" :WN_SENSE (("1.5" 00853324) ("1.6" 01018832)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (box2+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 52.a#1#_th_loc#boycott#boycott#boycott#boycott+ingly#(1.5,01395680)(1.6,01679796)###AD ( :DEF_WORD "boycott" :CLASS "52.a" :WN_SENSE (("1.5" 01395680) ("1.6" 01679796)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (boycott+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#bracket#bracket#bracket#bracket+ingly#(1.5,00368776)(1.6,00442641)###AD ( :DEF_WORD "bracket" :CLASS "22.4.a" :WN_SENSE (("1.5" 00368776) ("1.6" 00442641)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (bracket+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#bracket#bracket#bracket#bracket+ed#(1.5,00368776)(1.6,00442641)###AD ( :DEF_WORD "bracket" :CLASS "22.4.b" :WN_SENSE (("1.5" 00368776) ("1.6" 00442641)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bracket+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.8.d#1#_th_loc#bracket#bracket#bracket#bracket+ingly#(1.5,00368776)(1.6,00442641)###AD ( :DEF_WORD "bracket" :CLASS "47.8.d" :WN_SENSE (("1.5" 00368776) ("1.6" 00442641)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (bracket+ingly 26)) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#brag#brag#brag#brag+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ( :DEF_WORD "brag" :CLASS "37.8.b" :WN_SENSE (("1.5" 00496150) ("1.6" 00598488)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (brag+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#brag#brag#brag#brag+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ( :DEF_WORD "brag" :CLASS "37.8.b" :WN_SENSE (("1.5" 00496150) ("1.6" 00598488)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (brag+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#braid#braid#braid#braid+ed#(1.5,00873824,00873667)(1.6,01044108,01043968)###AD ( :DEF_WORD "braid" :CLASS "41.2.2" :WN_SENSE (("1.5" 00873824 00873667) ("1.6" 01044108 01043968)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (braid+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#brain#brain#brain#brain+ingly#(1.5,00807339)(1.6,00961708)###AD ( :DEF_WORD "brain" :CLASS "18.3" :WN_SENSE (("1.5" 00807339) ("1.6" 00961708)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (brain+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#braise#braise#braise#braise+ingly#(1.5,00196952)(1.6,00225568)###AD ( :DEF_WORD "braise" :CLASS "45.3.a" :WN_SENSE (("1.5" 00196952) ("1.6" 00225568)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (braise+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#braise#braise#braise#braise+ingly#(1.5,00196952)(1.6,00225568)###AD ( :DEF_WORD "braise" :CLASS "45.3.b" :WN_SENSE (("1.5" 00196952) ("1.6" 00225568)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (braise+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#braise#braise#braise#braise+ed#(1.5,00196952)(1.6,00225568)###AD ( :DEF_WORD "braise" :CLASS "45.3.c" :WN_SENSE (("1.5" 00196952) ("1.6" 00225568)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (braise+ed 9)))) ) ;; Grid: 23.4.a#1#_th_src(from)#branch#branch#branch#branch+ingly#(1.5,00199142)(1.6,00228033)###BJDMAP ( :DEF_WORD "branch" :CLASS "23.4.a" :WN_SENSE (("1.5" 00199142) ("1.6" 00228033)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th_src(from)")) :LCS (go_ext ident (* thing 2) ((* away_from 3) ident (thing 2) (at ident (thing 2) (thing 4))) (branch+ingly 26)) ) ;; Grid: 23.4.b#1#_th#branch#branch#branch#branch+ed#(1.5,00199142)(1.6,00228033)###BJDMAP ( :DEF_WORD "branch" :CLASS "23.4.b" :WN_SENSE (("1.5" 00199142) ("1.6" 00228033)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (branch+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#brand#brand#brand#brand+ed#(1.5,01420081)(1.6,01709883)###AD ( :DEF_WORD "brand" :CLASS "25.3" :WN_SENSE (("1.5" 01420081) ("1.6" 01709883)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brand+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.3#1#_ag_th_pred#brand#brand#brand#brand+ingly#(1.5,01419981,00583137)(1.6,01709703,00698089)###AD ( :DEF_WORD "brand" :CLASS "29.3" :WN_SENSE (("1.5" 01419981 00583137) ("1.6" 01709703 00698089)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (brand+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 008#1#_ag_th,goal(on)#brave#brave#brave#brave+ingly####AD ( :DEF_WORD "brave" :CLASS "008" :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (brave+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#brawl#brawl#brawl#brawl+ingly#(1.5,00434811)(1.6,00526031)###AD ( :DEF_WORD "brawl" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434811) ("1.6" 00526031)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (brawl+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#brawl#brawl#brawl#brawl+ingly#(1.5,00434811)(1.6,00526031)###AD ( :DEF_WORD "brawl" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434811) ("1.6" 00526031)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (brawl+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#bray#bray#bray#bray+ingly#(1.5,00019262)(1.6,00020681)###AD ( :DEF_WORD "bray" :CLASS "37.3.a" :WN_SENSE (("1.5" 00019262) ("1.6" 00020681)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bray+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#bray#bray#bray#bray+ingly#(1.5,00019262)(1.6,00020681)###AD ( :DEF_WORD "bray" :CLASS "37.3.a" :WN_SENSE (("1.5" 00019262) ("1.6" 00020681)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (bray+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#bray#bray#bray#bray+#(1.5,00597270)(1.6,00714691)###AD ( :DEF_WORD "bray" :CLASS "37.3.b" :WN_SENSE (("1.5" 00597270) ("1.6" 00714691)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (bray+ 2) ((* toward 5) comm (bray+ 2) ((at 5) comm (bray+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#bray#bray#bray#bray+#(1.5,00597270)(1.6,00714691)###AD ( :DEF_WORD "bray" :CLASS "37.3.c" :WN_SENSE (("1.5" 00597270) ("1.6" 00714691)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (bray+ 2) (toward comm (bray+ 2) (at comm (bray+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#bray#bray#bray#bray+#(1.5,00597270)(1.6,00714691)###AD ( :DEF_WORD "bray" :CLASS "38" :WN_SENSE (("1.5" 00597270) ("1.6" 00714691)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (bray+ 2) ((* toward 5) comm (bray+ 2) (touching comm (bray+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#bread#bread#bread#bread+ed#(1.5,00766621)(1.6,00913606)###AD ( :DEF_WORD "bread" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00766621) ("1.6" 00913606)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bread+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.b#1#_ag_th,mod-poss(of)#break#break#break#break+ed#(1.5,00219832,00218979,00121974,01318732)(1.6,00254764,00253202,00138658,01584161)###AD ( :DEF_WORD "break" :CLASS "10.6.b" :WN_SENSE (("1.5" 00219832 00218979 00121974 01318732) ("1.6" 00254764 00253202 00138658 01584161)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9)))) ((* of 15) poss (*head*) (habit 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#break#break#break#break+ingly#(1.5,00787971,00154558,00201902)(1.6,00938146,00138909,00231588)###AD ( :DEF_WORD "break" :CLASS "23.2.a" :WN_SENSE (("1.5" 00787971 00154558 00201902) ("1.6" 00938146 00138909 00231588)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (break+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#break#break#break#break+ed#(1.5,00201526,00201902)(1.6,00231062,00231588)###AD ( :DEF_WORD "break" :CLASS "23.2.b" :WN_SENSE (("1.5" 00201526 00201902) ("1.6" 00231062 00231588)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 40.8.3#1#_ag_th#break#break#break#break+ed#(1.5,00787971,00154558,00201902)(1.6,00938146,00138909,00231588)###AD ( :DEF_WORD "break" :CLASS "40.8.3" :WN_SENSE (("1.5" 00787971 00154558 00201902) ("1.6" 00938146 00138909 00231588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#break#break#break#break+ed#(1.5,00787971,00201902)(1.6,00938146,00231588)###AD ( :DEF_WORD "break" :CLASS "45.1.a" :WN_SENSE (("1.5" 00787971 00201902) ("1.6" 00938146 00231588)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#break#break#break#break+ed#(1.5,00204231,01135881,00526680)(1.6,00234840,01357529,00633716)###AD ( :DEF_WORD "break" :CLASS "45.1.b" :WN_SENSE (("1.5" 00204231 01135881 00526680) ("1.6" 00234840 01357529 00633716)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#break#break#break#break+ed#(1.5,00201526,00787714,00154558)(1.6,00231062,00937788,00138909)###AD ( :DEF_WORD "break" :CLASS "45.1.c" :WN_SENSE (("1.5" 00201526 00787714 00154558) ("1.6" 00231062 00937788 00138909)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (break+ed 9)))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#break#break#break#break+ingly#(1.5,00204231,01135881,00526680)(1.6,00234840,01357529,00633716)###AD ( :DEF_WORD "break" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00204231 01135881 00526680) ("1.6" 00234840 01357529 00633716)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (break+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 39.5.a#1#_ag#breakfast#breakfast#breakfast#breakfast+ingly#(1.5,00673816)(1.6,00806298)###AD ( :DEF_WORD "breakfast" :CLASS "39.5.a" :WN_SENSE (("1.5" 00673816) ("1.6" 00806298)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (breakfast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#breakfast#breakfast#breakfast#breakfast+ingly#(1.5,00673816)(1.6,00806298)###AD ( :DEF_WORD "breakfast" :CLASS "39.5.b" :WN_SENSE (("1.5" 00673816) ("1.6" 00806298)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (breakfast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#breast-feed#breast-feed#breast-feed#breast-feed+ingly#(1.5,00674221)(1.6,00806715)###AD ( :DEF_WORD "breast-feed" :CLASS "39.7" :WN_SENSE (("1.5" 00674221) ("1.6" 00806715)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (breast-feed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#breastfeed#breastfeed#breastfeed#breastfeed+ingly#(1.5,00674221)(1.6,00806715)###AD ( :DEF_WORD "breastfeed" :CLASS "39.7" :WN_SENSE (("1.5" 00674221) ("1.6" 00806715)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (breastfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#breastfeed#breastfeed#breastfeed#breastfeed+ingly#(1.5,00674221)(1.6,00806715)###AD ( :DEF_WORD "breastfeed" :CLASS "39.7" :WN_SENSE (("1.5" 00674221) ("1.6" 00806715)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (breastfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#breathe#breathe#breathe#breathe+ingly#(1.5,00002403,01479852,00005184)(1.6,00001740,01784886,01784886)###BJDMAP ( :DEF_WORD "breathe" :CLASS "40.1.2" :WN_SENSE (("1.5" 00002403 01479852 00005184) ("1.6" 00001740 01784886 01784886)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (breathe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#breathe#breathe#breathe#breathe+ingly#(1.5,00002403,01322487,00523323)(1.6,00001740,01589573,00629195)###AD ( :DEF_WORD "breathe" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00002403 01322487 00523323) ("1.6" 00001740 01589573 00629195)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (breathe+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#breed#breed#breed#breed+ed#(1.5,00822268)(1.6,00980362)###AD ( :DEF_WORD "breed" :CLASS "22.2.a" :WN_SENSE (("1.5" 00822268) ("1.6" 00980362)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (breed+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#breed#breed#breed#breed+ingly#(1.5,00943290,00822268,00821631)(1.6,01132676,00980362,00979715)###AD ( :DEF_WORD "breed" :CLASS "26.2.b" :WN_SENSE (("1.5" 00943290 00822268 00821631) ("1.6" 01132676 00980362 00979715)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (breed+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#brew#brew#brew#brew+ed#(1.5,00952255,00198433)(1.6,01142763,00227243)###AD ( :DEF_WORD "brew" :CLASS "26.3" :WN_SENSE (("1.5" 00952255 00198433) ("1.6" 01142763 00227243)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brew+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#brew#brew#brew#brew+ed#(1.5,00952255,00198433)(1.6,01142763,00227243)###AD ( :DEF_WORD "brew" :CLASS "26.3" :WN_SENSE (("1.5" 00952255 00198433) ("1.6" 01142763 00227243)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brew+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#bribe#bribe#bribe#bribe+ingly#(1.5,01299302)(1.6,01560925)###AD ( :DEF_WORD "bribe" :CLASS "002" :WN_SENSE (("1.5" 01299302) ("1.6" 01560925)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (bribe+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#brick#brick#brick#brick+ed####AD ( :DEF_WORD "brick" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brick+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.f#1#_th_loc#bridge#bridge#bridge#bridge+ingly#(1.5,01483785)(1.6,01789530)###AD ( :DEF_WORD "bridge" :CLASS "47.8.f" :WN_SENSE (("1.5" 01483785) ("1.6" 01789530)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (bridge+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#bridle#bridle#bridle#bridle+ed#(1.5,00746061)(1.6,00888648)###AD ( :DEF_WORD "bridle" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00746061) ("1.6" 00888648)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bridle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(on)#brief#brief#brief#brief+ingly#(1.5,00466846)(1.6,00563942)###AD ( :DEF_WORD "brief" :CLASS "37.9.a" :WN_SENSE (("1.5" 00466846) ("1.6" 00563942)) :PROPBANK ("arg0 arg2 arg1-PRD(on)") :THETA_ROLES ((1 "_ag_goal,info(on)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (brief+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#brighten#brighten#brighten#brighten+ed#(1.5,00189374,01233685)(1.6,00216484,01480077)###AD ( :DEF_WORD "brighten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00189374 01233685) ("1.6" 00216484 01480077)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brighten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#brighten#brighten#brighten#brighten+ed#(1.5,00189374,01233685)(1.6,00216484,01480077)###AD ( :DEF_WORD "brighten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00189374 01233685) ("1.6" 00216484 01480077)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brighten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#brighten#brighten#brighten#brighten+ed#(1.5,00189110)(1.6,00216222)###AD ( :DEF_WORD "brighten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00189110) ("1.6" 00216222)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brighten+ed 9)))) ) ;; Grid: 11.3#1#_ag_th,src(from),goal(to)#bring#bring#bring#bring+ingly#(1.5,01188762,00824200,00823804,01271735)(1.6,01422262,01422262,00982468,01527059)###AD ( :DEF_WORD "bring" :CLASS "11.3" :WN_SENSE (("1.5" 01188762 00824200 00823804 01271735) ("1.6" 01422262 01422262 00982468 01527059)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (bring+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.3#2#_ag_goal_th,src(from)#bring#bring#bring#bring+ingly#(1.5,01188762,00824200,00823804,01271735)(1.6,01422262,01422262,00982468,01527059)###AD ( :DEF_WORD "bring" :CLASS "11.3" :WN_SENSE (("1.5" 01188762 00824200 00823804 01271735) ("1.6" 01422262 01422262 00982468 01527059)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (bring+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 27#1#_ag_th#bring_about#bring_about#bring_about#bring-about+ingly####AD ( :DEF_WORD "bring_about" :CLASS "27" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (bring-about+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#bring_about#bring_about#bring_about#bring-about+ingly####AD ( :DEF_WORD "bring_about" :CLASS "55.1.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (bring-about+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#bring_about#bring_about#bring_about#bring-about+ingly####AD ( :DEF_WORD "bring_about" :CLASS "55.1.b" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (bring-about+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#bristle#bristle#bristle#bristle+ingly#(1.5,01131761)(1.6,01351738)###AD ( :DEF_WORD "bristle" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01131761) ("1.6" 01351738)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (bristle+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#bristle#bristle#bristle#bristle+ingly#(1.5,01131761)(1.6,01351738)###AD ( :DEF_WORD "bristle" :CLASS "47.2.c" :WN_SENSE (("1.5" 01131761) ("1.6" 01351738)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (bristle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 37.4.a#1#_ag_info,goal(to)#broadcast#broadcast#broadcast#broadcast+ingly#(1.5,00546238,00548636,00583616)(1.6,00655894,00658752,00698898)###BJDMAP ( :DEF_WORD "broadcast" :CLASS "37.4.a" :WN_SENSE (("1.5" 00546238 00548636 00583616) ("1.6" 00655894 00658752 00698898)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (broadcast+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#broaden#broaden#broaden#broaden+ed#(1.5,00192740)(1.6,00220373)###AD ( :DEF_WORD "broaden" :CLASS "45.4.a" :WN_SENSE (("1.5" 00192740) ("1.6" 00220373)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (broaden+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#broaden#broaden#broaden#broaden+ed#(1.5,00192740)(1.6,00220373)###AD ( :DEF_WORD "broaden" :CLASS "45.4.b" :WN_SENSE (("1.5" 00192740) ("1.6" 00220373)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (broaden+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#broaden#broaden#broaden#broaden+ed#(1.5,00192638)(1.6,00220272)###AD ( :DEF_WORD "broaden" :CLASS "45.4.c" :WN_SENSE (("1.5" 00192638) ("1.6" 00220272)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (broaden+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#broil#broil#broil#broil+ingly#(1.5,00198836)(1.6,00227712)###AD ( :DEF_WORD "broil" :CLASS "45.3.a" :WN_SENSE (("1.5" 00198836) ("1.6" 00227712)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (broil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#broil#broil#broil#broil+ingly#(1.5,00198836)(1.6,00227712)###AD ( :DEF_WORD "broil" :CLASS "45.3.b" :WN_SENSE (("1.5" 00198836) ("1.6" 00227712)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (broil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#broil#broil#broil#broil+ed#(1.5,00198836)(1.6,00227712)###AD ( :DEF_WORD "broil" :CLASS "45.3.c" :WN_SENSE (("1.5" 00198836) ("1.6" 00227712)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (broil+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#bronze#bronze#bronze#bronze+ed#(1.5,00168695)(1.6,00193354)###AD ( :DEF_WORD "bronze" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00168695) ("1.6" 00193354)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bronze+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#brown#brown#brown#brown+ingly#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.3.a" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (brown+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#brown#brown#brown#brown+ingly#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.3.b" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (brown+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#brown#brown#brown#brown+ed#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.3.c" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brown+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#brown#brown#brown#brown+ed#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.4.a" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brown+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#brown#brown#brown#brown+ed#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.4.b" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brown+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#brown#brown#brown#brown+ed#(1.5,00194273)(1.6,00222387)###AD ( :DEF_WORD "brown" :CLASS "45.4.c" :WN_SENSE (("1.5" 00194273) ("1.6" 00222387)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brown+ed 9)))) ) ;; Grid: 14.a#1#_ag,info#browse#browse#browse#browse+ingly#(1.5,00754335)(1.6,00898584)###AD ( :DEF_WORD "browse" :CLASS "14.a" :WN_SENSE (("1.5" 00754335) ("1.6" 00898584)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (browse+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#bruise#bruise#bruise#bruise+ed#(1.5,00858541)(1.6,01024910)###AD ( :DEF_WORD "bruise" :CLASS "21.2.a" :WN_SENSE (("1.5" 00858541) ("1.6" 01024910)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bruise+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#bruise#bruise#bruise#bruise+ed#(1.5,00858541)(1.6,01024910)###AD ( :DEF_WORD "bruise" :CLASS "21.2.b" :WN_SENSE (("1.5" 00858541) ("1.6" 01024910)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bruise+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 40.8.3#1#_ag_th#bruise#bruise#bruise#bruise+ed#(1.5,00858541)(1.6,01024910)###AD ( :DEF_WORD "bruise" :CLASS "40.8.3" :WN_SENSE (("1.5" 00858541) ("1.6" 01024910)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bruise+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 39.5.a#1#_ag#brunch#brunch#brunch#brunch+ingly#(1.5,00673741)(1.6,00806224)###AD ( :DEF_WORD "brunch" :CLASS "39.5.a" :WN_SENSE (("1.5" 00673741) ("1.6" 00806224)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (brunch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#brush#brush#brush#brush+ingly#(1.5,00709236,00328838)(1.6,00847935,00389405)###AD ( :DEF_WORD "brush" :CLASS "9.7.a" :WN_SENSE (("1.5" 00709236 00328838) ("1.6" 00847935 00389405)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (brush+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#brush#brush#brush#brush+ingly#(1.5,00709236,00709391,01066002,00328838)(1.6,00847935,00848090,01277218,00389405)###AD ( :DEF_WORD "brush" :CLASS "9.7.b" :WN_SENSE (("1.5" 00709236 00709391 01066002 00328838) ("1.6" 00847935 00848090 01277218 00389405)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (brush+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#brush#brush#brush#brush+ingly#(1.5,00709236,00328838)(1.6,00847935,00389405)###AD ( :DEF_WORD "brush" :CLASS "9.7.c" :WN_SENSE (("1.5" 00709236 00328838) ("1.6" 00847935 00389405)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (brush+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#brush#brush#brush#brush+ed#(1.5,00709236,00328838)(1.6,00847935,00389405)###AD ( :DEF_WORD "brush" :CLASS "9.7.d" :WN_SENSE (("1.5" 00709236 00328838) ("1.6" 00847935 00389405)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brush+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#brush#brush#brush#brush+ingly#(1.5,00707153,01066002)(1.6,00845525,01277218)###AD ( :DEF_WORD "brush" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00707153 01066002) ("1.6" 00845525 01277218)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (brush+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#brush#brush#brush#brush+ed#(1.5,00707153,01066002)(1.6,00845525,01277218)###AD ( :DEF_WORD "brush" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00707153 01066002) ("1.6" 00845525 01277218)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brush+ed 9))))) ) ;; Grid: 18.4.a#1#_th_goal()#brush#brush#brush#brush+ingly#(1.5,00707153,01066002)(1.6,00845525,01277218)###AD ( :DEF_WORD "brush" :CLASS "18.4.a" :WN_SENSE (("1.5" 00707153 01066002) ("1.6" 00845525 01277218)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (brush+ingly 26)) ) ;; Grid: 41.2.1#1#_ag,loc#brush#brush#brush#brush+ingly#(1.5,00709236,00709391,00328838)(1.6,00847935,00848090,00389405)###AD ( :DEF_WORD "brush" :CLASS "41.2.1" :WN_SENSE (("1.5" 00709236 00709391 00328838) ("1.6" 00847935 00848090 00389405)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,loc")) :LCS (act loc (* thing 1) (at loc (thing 1) (* thing 11)) (brush+ingly 26)) :VAR_SPEC ((11 :optional) (1 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#brush#brush#brush#brush+ed#(1.5,00709236)(1.6,00847935)###AD ( :DEF_WORD "brush" :CLASS "41.2.2" :WN_SENSE (("1.5" 00709236) ("1.6" 00847935)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brush+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#brutalize#brutalize#brutalize#brutalize+ed#(1.5,01424333,00066502)(1.6,01715050,00076673)###AD ( :DEF_WORD "brutalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01424333 00066502) ("1.6" 01715050 00076673)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (brutalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#bubble#bubble#bubble#bubble+ingly#(1.5,00305097,00003129)(1.6,00361885,00002561)###AD ( :DEF_WORD "bubble" :CLASS "43.2.a" :WN_SENSE (("1.5" 00305097 00003129) ("1.6" 00361885 00002561)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (bubble+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#bubble#bubble#bubble#bubble+ingly#(1.5,00305097,00003129)(1.6,00361885,00002561)###AD ( :DEF_WORD "bubble" :CLASS "43.2.b" :WN_SENSE (("1.5" 00305097 00003129) ("1.6" 00361885 00002561)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (bubble+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#bubble#bubble#bubble#bubble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "bubble" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (bubble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.a#2#_th_src(through)#bubble#bubble#bubble#bubble+ingly#(1.5,00003129)(1.6,00002561)###AD ( :DEF_WORD "bubble" :CLASS "43.4.a" :WN_SENSE (("1.5" 00003129) ("1.6" 00002561)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (bubble+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#bubble#bubble#bubble#bubble+ingly#(1.5,00305097)(1.6,00361885)###AD ( :DEF_WORD "bubble" :CLASS "43.4.b" :WN_SENSE (("1.5" 00305097) ("1.6" 00361885)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (bubble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#bubble#bubble#bubble#bubble+ingly#(1.5,00305097,01248385)(1.6,00361885,01498085)###AD ( :DEF_WORD "bubble" :CLASS "43.4.c" :WN_SENSE (("1.5" 00305097 01248385) ("1.6" 00361885 01498085)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (bubble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#bubble#bubble#bubble#bubble+ingly#(1.5,00305097,00003129)(1.6,00361885,00002561)###AD ( :DEF_WORD "bubble" :CLASS "43.4.d" :WN_SENSE (("1.5" 00305097 00003129) ("1.6" 00361885 00002561)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (bubble+ingly 26)) ) ;; Grid: 49.a.i#1#_ag#buck#buck#buck#buck+ingly#(1.5,01073527)(1.6,01286261)###AD ( :DEF_WORD "buck" :CLASS "49.a.i" :WN_SENSE (("1.5" 01073527) ("1.6" 01286261)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (buck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#buck#buck#buck#buck+ingly#(1.5,01073527)(1.6,01286261)###AD ( :DEF_WORD "buck" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01073527) ("1.6" 01286261)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (buck+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#buck#buck#buck#buck+ingly#(1.5,01073527)(1.6,01286261)###AD ( :DEF_WORD "buck" :CLASS "49.b" :WN_SENSE (("1.5" 01073527) ("1.6" 01286261)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (buck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#buckle#buckle#buckle#buckle+ingly#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "buckle" :CLASS "22.4.a" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (buckle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#buckle#buckle#buckle#buckle+ed#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "buckle" :CLASS "22.4.b" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (buckle+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.5#1#_th#bud#bud#bud#bud+ed#(1.5,00207874,00216079)(1.6,00239851,00250037)###AD ( :DEF_WORD "bud" :CLASS "45.5" :WN_SENSE (("1.5" 00207874 00216079) ("1.6" 00239851 00250037)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bud+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#budge#budge#budge#budge+ingly#(1.5,01079048)(1.6,01292817)###BJDMAP ( :DEF_WORD "budge" :CLASS "31.1.a" :WN_SENSE (("1.5" 01079048) ("1.6" 01292817)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (budge+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#buff#buff#buff#buff+ingly#(1.5,00710982)(1.6,00849713)###AD ( :DEF_WORD "buff" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00710982) ("1.6" 00849713)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (buff+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#buff#buff#buff#buff+ingly#(1.5,00710982)(1.6,00849713)###AD ( :DEF_WORD "buff" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00710982) ("1.6" 00849713)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (buff+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#buff#buff#buff#buff+ed#(1.5,00710982)(1.6,00849713)###AD ( :DEF_WORD "buff" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00710982) ("1.6" 00849713)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (buff+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 17.2.i#1#_ag_th,instr(with)#buffet#buffet#buffet#buffet+ingly#(1.5,00815593,00815503)(1.6,00971544,00971417)###BJDMAP ( :DEF_WORD "buffet" :CLASS "17.2.i" :WN_SENSE (("1.5" 00815593 00815503) ("1.6" 00971544 00971417)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (buffet+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#bug#bug#bug#bug+ingly#(1.5,01026736)(1.6,01230185)###AD ( :DEF_WORD "bug" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026736) ("1.6" 01230185)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (bug+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#bug#bug#bug#bug+ingly#(1.5,01026736)(1.6,01230185)###AD ( :DEF_WORD "bug" :CLASS "31.1.b" :WN_SENSE (("1.5" 01026736) ("1.6" 01230185)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (bug+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#build#build#build#build+ed#(1.5,00946831)(1.6,01136484)###AD ( :DEF_WORD "build" :CLASS "26.1.a" :WN_SENSE (("1.5" 00946831) ("1.6" 01136484)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (build+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#build#build#build#build+ed#(1.5,00946831)(1.6,01136484)###AD ( :DEF_WORD "build" :CLASS "26.1.a" :WN_SENSE (("1.5" 00946831) ("1.6" 01136484)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (build+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#build#build#build#build+ingly#(1.5,00946831)(1.6,01136484)###AD ( :DEF_WORD "build" :CLASS "26.1.b" :WN_SENSE (("1.5" 00946831) ("1.6" 01136484)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (build+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#bulge#bulge#bulge#bulge+ingly#(1.5,01536208)(1.6,01854038)###AD ( :DEF_WORD "bulge" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01536208) ("1.6" 01854038)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (bulge+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#bulge#bulge#bulge#bulge+ingly#(1.5,01536208)(1.6,01854038)###AD ( :DEF_WORD "bulge" :CLASS "47.2.c" :WN_SENSE (("1.5" 01536208) ("1.6" 01854038)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (bulge+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#bully#bully#bully#bully+ingly#(1.5,01014805)(1.6,01216538)###AD ( :DEF_WORD "bully" :CLASS "29.8.a" :WN_SENSE (("1.5" 01014805) ("1.6" 01216538)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (bully+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#bully#bully#bully#bully+ingly#(1.5,01014805)(1.6,01216538)###AD ( :DEF_WORD "bully" :CLASS "29.8.b" :WN_SENSE (("1.5" 01014805) ("1.6" 01216538)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (bully+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#bump#bump#bump#bump+ingly#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.1.a" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (bump+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#bump#bump#bump#bump+ingly#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.1.b" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (bump+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#bump#bump#bump#bump+ingly#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.1.c" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (bump+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#bump#bump#bump#bump+ingly#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.1.d" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (bump+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#bump#bump#bump#bump+ed#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.1.e" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bump+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 18.4.a#1#_th_goal()#bump#bump#bump#bump+ingly#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.4.a" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (bump+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#bump#bump#bump#bump+ed#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "18.4.b" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bump+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 40.8.3#1#_ag_th#bump#bump#bump#bump+ed#(1.5,00706474)(1.6,00844770)###AD ( :DEF_WORD "bump" :CLASS "40.8.3" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bump+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#bundle#bundle#bundle#bundle+ingly#(1.5,00854555,00852924)(1.6,01020316,01018225)###AD ( :DEF_WORD "bundle" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00854555 00852924) ("1.6" 01020316 01018225)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (bundle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#bundle#bundle#bundle#bundle+ed#(1.5,00854555,00852924)(1.6,01020316,01018225)###AD ( :DEF_WORD "bundle" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00854555 00852924) ("1.6" 01020316 01018225)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bundle+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#bungle#bungle#bungle#bungle+ed#(1.5,00008319,01431414)(1.6,00008694,01723558)###AD ( :DEF_WORD "bungle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00008319 01431414) ("1.6" 00008694 01723558)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (bungle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#bunt#bunt#bunt#bunt+ingly#(1.5,00810307)(1.6,00965490)###AD ( :DEF_WORD "bunt" :CLASS "17.1" :WN_SENSE (("1.5" 00810307) ("1.6" 00965490)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bunt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#bunt#bunt#bunt#bunt+ingly#(1.5,00810307)(1.6,00965490)###AD ( :DEF_WORD "bunt" :CLASS "17.1" :WN_SENSE (("1.5" 00810307) ("1.6" 00965490)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (bunt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#buoy#buoy#buoy#buoy+ed####AD ( :DEF_WORD "buoy" :CLASS "16" :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (buoy+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#burble#burble#burble#burble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "37.3.a" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (burble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#burble#burble#burble#burble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "37.3.a" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (burble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#burble#burble#burble#burble+#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "37.3.b" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (burble+ 2) ((* toward 5) comm (burble+ 2) ((at 5) comm (burble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#burble#burble#burble#burble+#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "37.3.c" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (burble+ 2) (toward comm (burble+ 2) (at comm (burble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#burble#burble#burble#burble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (burble+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#burble#burble#burble#burble+ingly#(1.5,01248385)(1.6,01498085)###AD ( :DEF_WORD "burble" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (burble+ingly 26)) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#burden#burden#burden#burden+ed#(1.5,00854736,00421625)(1.6,01020584,00509295)###AD ( :DEF_WORD "burden" :CLASS "13.4.2" :WN_SENSE (("1.5" 00854736 00421625) ("1.6" 01020584 00509295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burden+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#burgeon#burgeon#burgeon#burgeon+ed#(1.5,00215935)(1.6,00249893)###AD ( :DEF_WORD "burgeon" :CLASS "45.5" :WN_SENSE (("1.5" 00215935) ("1.6" 00249893)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burgeon+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#burglarize#burglarize#burglarize#burglarize+ed#(1.5,01454415)(1.6,01753347)###AD ( :DEF_WORD "burglarize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01454415) ("1.6" 01753347)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burglarize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#burgle#burgle#burgle#burgle+ed#(1.5,01454415)(1.6,01753347)###AD ( :DEF_WORD "burgle" :CLASS "10.6.a" :WN_SENSE (("1.5" 01454415) ("1.6" 01753347)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burgle+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.c#1#_ag_th,mod-poss(out_of)#burgle#burgle#burgle#burgle+ed#(1.5,01454415)(1.6,01753347)###AD ( :DEF_WORD "burgle" :CLASS "10.6.c" :WN_SENSE (("1.5" 01454415) ("1.6" 01753347)) :PROPBANK ("arg0 arg1 arg3(out_of)") :THETA_ROLES ((1 "_ag_th,mod-poss(out_of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burgle+ed 9)))) ((* out_of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#burl#burl#burl##(1.5,00108814)(1.6,00123673)#loc#(th = burl+)#AD ( :DEF_WORD "burl" :CLASS "10.7" :WN_SENSE (("1.5" 00108814) ("1.6" 00123673)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (burl+ 2) (from loc (burl+ 2) (at loc (burl+ 2) (* thing 4))))) ) ;; Grid: 40.8.2#1#_exp,src(from)#burn#burn#burn#burn+ingly#(1.5,01560749,01042628)(1.6,01887716,01248170)###AD ( :DEF_WORD "burn" :CLASS "40.8.2" :WN_SENSE (("1.5" 01560749 01042628) ("1.6" 01887716 01248170)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (burn+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 40.8.3#1#_ag_th#burn#burn#burn#burn+ed#(1.5,00061903,00224359,00118386,01210423,01560749,01406916)(1.6,00070819,00260683,00134645,01451253,01887716,01693484)###AD ( :DEF_WORD "burn" :CLASS "40.8.3" :WN_SENSE (("1.5" 00061903 00224359 00118386 01210423 01560749 01406916) ("1.6" 00070819 00260683 00134645 01451253 01887716 01693484)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burn+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#burn#burn#burn#burn+ed#(1.5,01564083)(1.6,01891783)###AD ( :DEF_WORD "burn" :CLASS "43.1.a" :WN_SENSE (("1.5" 01564083) ("1.6" 01891783)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (burn+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#burn#burn#burn#burn+ed#(1.5,01564083)(1.6,01891783)###AD ( :DEF_WORD "burn" :CLASS "43.1.b" :WN_SENSE (("1.5" 01564083) ("1.6" 01891783)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (burn+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.c#1#_ag_th#burn#burn#burn#burn+ingly#(1.5,01564083)(1.6,01891783)###AD ( :DEF_WORD "burn" :CLASS "43.1.c" :WN_SENSE (("1.5" 01564083) ("1.6" 01891783)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (burn+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#burn#burn#burn#burn+ed#(1.5,00226851,00224359,00118386,01560749,00226625)(1.6,00263886,00260683,00134645,01887716,00263602)###AD ( :DEF_WORD "burn" :CLASS "45.4.a" :WN_SENSE (("1.5" 00226851 00224359 00118386 01560749 00226625) ("1.6" 00263886 00260683 00134645 01887716 00263602)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burn+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#burn#burn#burn#burn+ed#(1.5,00226851,00224359,00118386,01560749,00226625)(1.6,00263886,00260683,00134645,01887716,00263602)###AD ( :DEF_WORD "burn" :CLASS "45.4.b" :WN_SENSE (("1.5" 00226851 00224359 00118386 01560749 00226625) ("1.6" 00263886 00260683 00134645 01887716 00263602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burn+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#burn#burn#burn#burn+ed#(1.5,01564083,00225986,00226625)(1.6,01891783,00262798,00263602)###AD ( :DEF_WORD "burn" :CLASS "45.4.c" :WN_SENSE (("1.5" 01564083 00225986 00226625) ("1.6" 01891783 00262798 00263602)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burn+ed 9)))) ) ;; Grid: 45.5#1#_th#burn#burn#burn#burn+ed#(1.5,00225986)(1.6,00262798)###AD ( :DEF_WORD "burn" :CLASS "45.5" :WN_SENSE (("1.5" 00225986) ("1.6" 00262798)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burn+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#burn#burn#burn#burn+ingly#(1.5,00061903,01564083,00225986)(1.6,00070819,01891783,00262798)###AD ( :DEF_WORD "burn" :CLASS "47.2.b" :WN_SENSE (("1.5" 00061903 01564083 00225986) ("1.6" 00070819 01891783 00262798)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (burn+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#burn#burn#burn#burn+ingly#(1.5,00061903,01564083,00225986)(1.6,00070819,01891783,00262798)###AD ( :DEF_WORD "burn" :CLASS "47.2.c" :WN_SENSE (("1.5" 00061903 01564083 00225986) ("1.6" 00070819 01891783 00262798)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (burn+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.1.1#1#_th#burp#burp#burp#burp+ingly#(1.5,00003129)(1.6,00002561)###BJDMAP ( :DEF_WORD "burp" :CLASS "40.1.1" :WN_SENSE (("1.5" 00003129) ("1.6" 00002561)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (burp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#burr#burr#burr#burr+ingly#(1.5,00109567)(1.6,00124440)###AD ( :DEF_WORD "burr" :CLASS "43.2.a" :WN_SENSE (("1.5" 00109567) ("1.6" 00124440)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (burr+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#burr#burr#burr#burr+ingly#(1.5,00109567)(1.6,00124440)###AD ( :DEF_WORD "burr" :CLASS "43.2.b" :WN_SENSE (("1.5" 00109567) ("1.6" 00124440)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (burr+ingly 26)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#burrow#burrow#burrow#burrow+ingly#(1.5,01167301)(1.6,01395316)###AD ( :DEF_WORD "burrow" :CLASS "35.5" :WN_SENSE (("1.5" 01167301) ("1.6" 01395316)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (burrow+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#burrow#burrow#burrow#burrow+ingly#(1.5,01167301)(1.6,01395316)###AD ( :DEF_WORD "burrow" :CLASS "35.5" :WN_SENSE (("1.5" 01167301) ("1.6" 01395316)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (burrow+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#burst#burst#burst#burst+ed#(1.5,00187227,00201404)(1.6,00213898,00230651)###AD ( :DEF_WORD "burst" :CLASS "45.4.a" :WN_SENSE (("1.5" 00187227 00201404) ("1.6" 00213898 00230651)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burst+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#burst#burst#burst#burst+ed#(1.5,00187227,00201404)(1.6,00213898,00230651)###AD ( :DEF_WORD "burst" :CLASS "45.4.b" :WN_SENSE (("1.5" 00187227 00201404) ("1.6" 00213898 00230651)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burst+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#burst#burst#burst#burst+ed#(1.5,00187227,00201404)(1.6,00213898,00230651)###AD ( :DEF_WORD "burst" :CLASS "45.4.c" :WN_SENSE (("1.5" 00187227 00201404) ("1.6" 00213898 00230651)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (burst+ed 9)))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#burst#burst#burst#burst+ingly#(1.5,00251941)(1.6,00295058)###AD ( :DEF_WORD "burst" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00251941) ("1.6" 00295058)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (burst+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.1#1#_ag_th_goal()#bury#bury#bury#bury+ingly#(1.5,01225172,00880459)(1.6,01469864,01052416)#loc##AD ( :DEF_WORD "bury" :CLASS "9.1" :WN_SENSE (("1.5" 01225172 00880459) ("1.6" 01469864 01052416)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bury+ingly 26)) ) ;; Grid: 9.1#1#_ag_th_goal()#bury_alive#bury_alive#bury_alive#bury-alive+ingly##loc##AD ( :DEF_WORD "bury_alive" :CLASS "9.1" :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bury-alive+ingly 26)) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#bus#bus#bus#bus+ingly#(1.5,01110316)(1.6,01328071)###AD ( :DEF_WORD "bus" :CLASS "11.5" :WN_SENSE (("1.5" 01110316) ("1.6" 01328071)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (bus+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#bus#bus#bus#bus+ingly#(1.5,01110316)(1.6,01328071)###AD ( :DEF_WORD "bus" :CLASS "11.5" :WN_SENSE (("1.5" 01110316) ("1.6" 01328071)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (bus+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#bus#bus#bus#bus+ingly#(1.5,01109746)(1.6,01327506)###AD ( :DEF_WORD "bus" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109746) ("1.6" 01327506)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (bus+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#bus#bus#bus#bus+ingly#(1.5,01109746)(1.6,01327506)###AD ( :DEF_WORD "bus" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109746) ("1.6" 01327506)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (bus+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#bustle#bustle#bustle#bustle+ingly#(1.5,01177446)(1.6,01407660)###AD ( :DEF_WORD "bustle" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01177446) ("1.6" 01407660)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (bustle+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#bustle#bustle#bustle#bustle+ingly#(1.5,01177446)(1.6,01407660)###AD ( :DEF_WORD "bustle" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01177446) ("1.6" 01407660)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (bustle+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#bustle#bustle#bustle#bustle+ed#(1.5,01177446)(1.6,01407660)###AD ( :DEF_WORD "bustle" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01177446) ("1.6" 01407660)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (bustle+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#busy#busy#busy#busy+ingly#(1.5,01367366)(1.6,01644776)###BJDMAP ( :DEF_WORD "busy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01367366) ("1.6" 01644776)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (busy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#butcher#butcher#butcher#butcher+ingly#(1.5,00757951)(1.6,00903064)###AD ( :DEF_WORD "butcher" :CLASS "29.8.a" :WN_SENSE (("1.5" 00757951) ("1.6" 00903064)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (butcher+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#butcher#butcher#butcher#butcher+ingly#(1.5,00757951)(1.6,00903064)###AD ( :DEF_WORD "butcher" :CLASS "29.8.b" :WN_SENSE (("1.5" 00757951) ("1.6" 00903064)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (butcher+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#butcher#butcher#butcher#butcher+ed#(1.5,00757951)(1.6,00903064)###AD ( :DEF_WORD "butcher" :CLASS "42.1.c" :WN_SENSE (("1.5" 00757951) ("1.6" 00903064)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (butcher+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#butler#butler#butler#butler+ingly####AD ( :DEF_WORD "butler" :CLASS "29.8.a" :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (butler+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#butler#butler#butler#butler+ingly####AD ( :DEF_WORD "butler" :CLASS "29.8.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (butler+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#butt#butt#butt#butt+ingly#(1.5,00703989)(1.6,00841706)###AD ( :DEF_WORD "butt" :CLASS "18.1.a" :WN_SENSE (("1.5" 00703989) ("1.6" 00841706)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (butt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#butt#butt#butt#butt+ingly#(1.5,00703989)(1.6,00841706)###AD ( :DEF_WORD "butt" :CLASS "18.1.b" :WN_SENSE (("1.5" 00703989) ("1.6" 00841706)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (butt+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#butt#butt#butt#butt+ingly#(1.5,00703989)(1.6,00841706)###AD ( :DEF_WORD "butt" :CLASS "18.1.c" :WN_SENSE (("1.5" 00703989) ("1.6" 00841706)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (butt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#butt#butt#butt#butt+ingly#(1.5,00703989)(1.6,00841706)###AD ( :DEF_WORD "butt" :CLASS "18.1.d" :WN_SENSE (("1.5" 00703989) ("1.6" 00841706)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (butt+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#butt#butt#butt#butt+ed#(1.5,00703989)(1.6,00841706)###AD ( :DEF_WORD "butt" :CLASS "18.1.e" :WN_SENSE (("1.5" 00703989) ("1.6" 00841706)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (butt+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#butter#butter#butter#butter+ed#(1.5,00724913)(1.6,00865102)###AD ( :DEF_WORD "butter" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00724913) ("1.6" 00865102)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (butter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#button#button#button#button+ingly#(1.5,00786718)(1.6,00936544)###AD ( :DEF_WORD "button" :CLASS "22.4.a" :WN_SENSE (("1.5" 00786718) ("1.6" 00936544)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (button+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#button#button#button#button+ed#(1.5,00786718)(1.6,00936544)###AD ( :DEF_WORD "button" :CLASS "22.4.b" :WN_SENSE (("1.5" 00786718) ("1.6" 00936544)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (button+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#buttonhole#buttonhole#buttonhole#buttonhole+ed#(1.5,01392066)(1.6,01675463)###AD ( :DEF_WORD "buttonhole" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01392066) ("1.6" 01675463)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (buttonhole+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#buy#buy#buy#buy+ingly#(1.5,01259481)(1.6,01511279)###AD ( :DEF_WORD "buy" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01259481) ("1.6" 01511279)) :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (buy+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),ben(for),mod-poss(for)#buy#buy#buy#buy+ingly#(1.5,01259481)(1.6,01511279)###AD ( :DEF_WORD "buy" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01259481) ("1.6" 01511279)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (buy+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#2#_ag_ben_th,src(from),mod-poss(for)#buy#buy#buy#buy+ingly#(1.5,01259481)(1.6,01511279)###AD ( :DEF_WORD "buy" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01259481) ("1.6" 01511279)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (buy+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 38#1#_ag,goal(at)#buzz#buzz#buzz#buzz+#(1.5,01245292)(1.6,01494198)###AD ( :DEF_WORD "buzz" :CLASS "38" :WN_SENSE (("1.5" 01245292) ("1.6" 01494198)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (buzz+ 2) ((* toward 5) comm (buzz+ 2) (touching comm (buzz+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#buzz#buzz#buzz#buzz+ingly#(1.5,01245292)(1.6,01494198)###AD ( :DEF_WORD "buzz" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245292) ("1.6" 01494198)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (buzz+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#buzz#buzz#buzz#buzz+ingly#(1.5,01245292)(1.6,01494198)###AD ( :DEF_WORD "buzz" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245292) ("1.6" 01494198)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (buzz+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#buzz#buzz#buzz#buzz+ingly#(1.5,01245292)(1.6,01494198)###AD ( :DEF_WORD "buzz" :CLASS "43.2.c" :WN_SENSE (("1.5" 01245292) ("1.6" 01494198)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (buzz+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#buzz#buzz#buzz#buzz+ingly#(1.5,00444823)(1.6,00538152)###AD ( :DEF_WORD "buzz" :CLASS "43.2.d" :WN_SENSE (("1.5" 00444823) ("1.6" 00538152)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (buzz+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#cab#cab#cab#cab+ingly####AD ( :DEF_WORD "cab" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cab+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#cab#cab#cab#cab+ingly####AD ( :DEF_WORD "cab" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (cab+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#cable#cable#cable#cable+ingly#(1.5,00568315)(1.6,00681108)###AD ( :DEF_WORD "cable" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cable+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#cable#cable#cable#cable+ingly#(1.5,00568315)(1.6,00681108)###AD ( :DEF_WORD "cable" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (cable+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#cable#cable#cable#cable+ingly#(1.5,00568315)(1.6,00681108)###AD ( :DEF_WORD "cable" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (cable+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#cable#cable#cable#cable+ingly#(1.5,00568315)(1.6,00681108)###AD ( :DEF_WORD "cable" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cable+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#cable#cable#cable#cable+ingly#(1.5,00568315)(1.6,00681108)###AD ( :DEF_WORD "cable" :CLASS "37.4.b" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (cable+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#cackle#cackle#cackle#cackle+ingly#(1.5,00598643)(1.6,00716351)###AD ( :DEF_WORD "cackle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00598643) ("1.6" 00716351)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cackle+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#cackle#cackle#cackle#cackle+ingly#(1.5,00598643)(1.6,00716351)###AD ( :DEF_WORD "cackle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00598643) ("1.6" 00716351)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cackle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#cackle#cackle#cackle#cackle+#(1.5,00598643)(1.6,00716351)###AD ( :DEF_WORD "cackle" :CLASS "37.3.b" :WN_SENSE (("1.5" 00598643) ("1.6" 00716351)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (cackle+ 2) ((* toward 5) comm (cackle+ 2) ((at 5) comm (cackle+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#cackle#cackle#cackle#cackle+#(1.5,00598643)(1.6,00716351)###AD ( :DEF_WORD "cackle" :CLASS "37.3.c" :WN_SENSE (("1.5" 00598643) ("1.6" 00716351)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (cackle+ 2) (toward comm (cackle+ 2) (at comm (cackle+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#cackle#cackle#cackle#cackle+#(1.5,00598643,00598511)(1.6,00716351,00716220)###AD ( :DEF_WORD "cackle" :CLASS "38" :WN_SENSE (("1.5" 00598643 00598511) ("1.6" 00716351 00716220)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (cackle+ 2) ((* toward 5) comm (cackle+ 2) (touching comm (cackle+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#cackle#cackle#cackle#cackle+ingly#(1.5,00598643,00020105)(1.6,00716351,00021681)###BJDMAP ( :DEF_WORD "cackle" :CLASS "40.2.b" :WN_SENSE (("1.5" 00598643 00020105) ("1.6" 00716351 00021681)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (cackle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#caddy#caddy#caddy#caddy+ingly#(1.5,00618760)(1.6,00742117)###AD ( :DEF_WORD "caddy" :CLASS "29.8.a" :WN_SENSE (("1.5" 00618760) ("1.6" 00742117)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (caddy+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#caddy#caddy#caddy#caddy+ingly#(1.5,00618760)(1.6,00742117)###AD ( :DEF_WORD "caddy" :CLASS "29.8.b" :WN_SENSE (("1.5" 00618760) ("1.6" 00742117)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (caddy+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#cadge#cadge#cadge#cadge+ingly#(1.5,01292723,01292643)(1.6,01553363,01553233)###AD ( :DEF_WORD "cadge" :CLASS "10.5" :WN_SENSE (("1.5" 01292723 01292643) ("1.6" 01553363 01553233)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (cadge+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#cadge#cadge#cadge#cadge+ingly#(1.5,01292723,01292643)(1.6,01553363,01553233)###AD ( :DEF_WORD "cadge" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01292723 01292643) ("1.6" 01553363 01553233)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (cadge+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 9.10#1#_ag_th#cage#cage#cage##(1.5,01412937)(1.6,01700542)#loc#(goal() = in cage+)#AD ( :DEF_WORD "cage" :CLASS "9.10" :WN_SENSE (("1.5" 01412937) ("1.6" 01700542)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (cage+ 6))))) ) ;; Grid: 002#1#_ag_th,prop(to)#cajole#cajole#cajole#cajole+ingly#(1.5,00431531)(1.6,00522215)###AD ( :DEF_WORD "cajole" :CLASS "002" :WN_SENSE (("1.5" 00431531) ("1.6" 00522215)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (cajole+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#calcify#calcify#calcify#calcify+ed#(1.5,00293283)(1.6,00347820)###AD ( :DEF_WORD "calcify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00293283) ("1.6" 00347820)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calcify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#calcify#calcify#calcify#calcify+ed#(1.5,00293283)(1.6,00347820)###AD ( :DEF_WORD "calcify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00293283) ("1.6" 00347820)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calcify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#calcify#calcify#calcify#calcify+ed#(1.5,00293366)(1.6,00347934)###AD ( :DEF_WORD "calcify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00293366) ("1.6" 00347934)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calcify+ed 9)))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#calculate#calculate#calculate#calculate+ingly#(1.5,00358556,01289475)(1.6,00430966,01549722)###AD ( :DEF_WORD "calculate" :CLASS "54.4" :WN_SENSE (("1.5" 00358556 01289475) ("1.6" 00430966 01549722)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (calculate+ingly 26)) ) ;; Grid: 54.4#1#_ag_th_loc(at)#calibrate#calibrate#calibrate#calibrate+ingly#(1.5,00178284)(1.6,00203861)###AD ( :DEF_WORD "calibrate" :CLASS "54.4" :WN_SENSE (("1.5" 00178284) ("1.6" 00203861)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (calibrate+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#calk#calk#calk#calk+ed#(1.5,00780549,00778242)(1.6,00930052,00927280)###BJDMAP ( :DEF_WORD "calk" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00780549 00778242) ("1.6" 00930052 00927280)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calk+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#call#call#call#call+ingly#(1.5,00490233,00444911)(1.6,00592068,00538265)###AD ( :DEF_WORD "call" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00490233 00444911) ("1.6" 00592068 00538265)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (call+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#call#call#call#call+ingly#(1.5,00490233,00444911)(1.6,00592068,00538265)###AD ( :DEF_WORD "call" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00490233 00444911) ("1.6" 00592068 00538265)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (call+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 29.3#1#_ag_th_pred#call#call#call#call+ingly#(1.5,00581359,00547315)(1.6,00696267,00657293)###AD ( :DEF_WORD "call" :CLASS "29.3" :WN_SENSE (("1.5" 00581359 00547315) ("1.6" 00696267 00657293)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (call+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#call#call#call#call+ingly#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "call" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (call+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#call#call#call#call+ingly#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "call" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (call+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#call#call#call#call+#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "call" :CLASS "37.3.b" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (call+ 2) ((* toward 5) comm (call+ 2) ((at 5) comm (call+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#call#call#call#call+#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "call" :CLASS "37.3.c" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (call+ 2) (toward comm (call+ 2) (at comm (call+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#call#call#call#call+#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "call" :CLASS "38" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (call+ 2) ((* toward 5) comm (call+ 2) (touching comm (call+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#call_on#call_on#call_on#call-on+ingly####AD ( :DEF_WORD "call_on" :CLASS "002" :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (call-on+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#calm#calm#calm#calm+ingly#(1.5,01005713)(1.6,00015587)###AD ( :DEF_WORD "calm" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005713) ("1.6" 00015587)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (calm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#calm#calm#calm#calm+ingly#(1.5,01005713)(1.6,00015587)###AD ( :DEF_WORD "calm" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005713) ("1.6" 00015587)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (calm+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#calm#calm#calm#calm+ed#(1.5,01005713)(1.6,00015587)###AD ( :DEF_WORD "calm" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005713) ("1.6" 00015587)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calm+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.c#1#_th#calm#calm#calm#calm+ed#(1.5,01005235)(1.6,01203630)###AD ( :DEF_WORD "calm" :CLASS "45.4.c" :WN_SENSE (("1.5" 01005235) ("1.6" 01203630)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (calm+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#calumniate#calumniate#calumniate#calumniate+ingly#(1.5,00475072)(1.6,00574026)###AD ( :DEF_WORD "calumniate" :CLASS "33.b" :WN_SENSE (("1.5" 00475072) ("1.6" 00574026)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (calumniate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 28#1#_ag#calve#calve#calve#calve+#(1.5,00037499)(1.6,00041451)###AD ( :DEF_WORD "calve" :CLASS "28" :WN_SENSE (("1.5" 00037499) ("1.6" 00041451)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (calve+ 2) (toward exist (calve+ 2) (at exist (calve+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#camouflage#camouflage#camouflage#camouflage+ed#(1.5,01231240)(1.6,01477419)###AD ( :DEF_WORD "camouflage" :CLASS "29.6.b" :WN_SENSE (("1.5" 01231240) ("1.6" 01477419)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (camouflage+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 46.b#1#,ag_th_loc()#camp#camp#camp#camp+ingly#(1.5,01501219)(1.6,01811315)###AD ( :DEF_WORD "camp" :CLASS "46.b" :WN_SENSE (("1.5" 01501219) ("1.6" 01811315)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (camp+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 9.10#1#_ag_th#can#can#can##(1.5,00127796)(1.6,00145864)#loc#(goal() = in can+)#AD ( :DEF_WORD "can" :CLASS "9.10" :WN_SENSE (("1.5" 00127796) ("1.6" 00145864)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (can+ 6))))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#cancan#cancan#cancan#cancan+ingly####AD ( :DEF_WORD "cancan" :CLASS "51.5.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (cancan+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#cancan#cancan#cancan#cancan+ingly####AD ( :DEF_WORD "cancan" :CLASS "51.5.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cancan+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#cancan#cancan#cancan#cancan+ingly####AD ( :DEF_WORD "cancan" :CLASS "51.5.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (cancan+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#cancel#cancel#cancel#cancel+ingly#(1.5,00892314)(1.6,01066739)#loc##AD ( :DEF_WORD "cancel" :CLASS "10.1" :WN_SENSE (("1.5" 00892314) ("1.6" 01066739)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (cancel+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#cane#cane#cane#cane+ingly#(1.5,00812782)(1.6,00968047)###AD ( :DEF_WORD "cane" :CLASS "18.3" :WN_SENSE (("1.5" 00812782) ("1.6" 00968047)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (cane+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#canoe#canoe#canoe#canoe+ingly#(1.5,01109080)(1.6,01326758)###AD ( :DEF_WORD "canoe" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109080) ("1.6" 01326758)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (canoe+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#canoe#canoe#canoe#canoe+ingly#(1.5,01109080)(1.6,01326758)###AD ( :DEF_WORD "canoe" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109080) ("1.6" 01326758)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (canoe+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 29.7#1#_ag_th#canonize#canonize#canonize#canonize+ed#(1.5,00462229)(1.6,00558560)###AD ( :DEF_WORD "canonize" :CLASS "29.7" :WN_SENSE (("1.5" 00462229) ("1.6" 00558560)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (canonize+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#canter#canter#canter#canter+ingly#(1.5,01115936,01116017)(1.6,01334115,01334351)###AD ( :DEF_WORD "canter" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01115936 01116017) ("1.6" 01334115 01334351)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (canter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#canter#canter#canter#canter+ingly#(1.5,01115936,01116017)(1.6,01334115,01334351)###AD ( :DEF_WORD "canter" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01115936 01116017) ("1.6" 01334115 01334351)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (canter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 46.a#1#_th,loc()#canton#canton#canton#canton+ingly#(1.5,01500589)(1.6,01810648)###AD ( :DEF_WORD "canton" :CLASS "46.a" :WN_SENSE (("1.5" 01500589) ("1.6" 01810648)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (canton+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#canvass#canvass#canvass#canvass+ingly#(1.5,01389497)(1.6,01672628)###AD ( :DEF_WORD "canvass" :CLASS "35.4" :WN_SENSE (("1.5" 01389497) ("1.6" 01672628)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (canvass+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#cap#cap#cap#cap+ed#(1.5,00295542)(1.6,00914003)###AD ( :DEF_WORD "cap" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00295542) ("1.6" 00914003)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cap+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.j#1#_th_loc#cap#cap#cap#cap+ingly#(1.5,01521609)(1.6,01837246)###AD ( :DEF_WORD "cap" :CLASS "47.8.j" :WN_SENSE (("1.5" 01521609) ("1.6" 01837246)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (on loc (thing 2) (* thing 11)) (cap+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#capacitate#capacitate#capacitate#capacitate+ed#(1.5,--,00182267)(1.6,00367421,00208232)###AD ( :DEF_WORD "capacitate" :CLASS "45.4.a" :WN_SENSE (("1.5" -- 00182267) ("1.6" 00367421 00208232)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (capacitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#caper#caper#caper#caper+ingly#(1.5,01120426)(1.6,01339070)###AD ( :DEF_WORD "caper" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01120426) ("1.6" 01339070)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (caper+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#caper#caper#caper#caper+ingly#(1.5,01120426)(1.6,01339070)###AD ( :DEF_WORD "caper" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01120426) ("1.6" 01339070)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (caper+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 13.2#1#_ag_th,goal(to)#capitulate#capitulate#capitulate#capitulate+ingly#(1.5,00632001)(1.6,00758325)###AD ( :DEF_WORD "capitulate" :CLASS "13.2" :WN_SENSE (("1.5" 00632001) ("1.6" 00758325)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (capitulate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#capsize#capsize#capsize#capsize+ed#(1.5,01078734)(1.6,01292328)###AD ( :DEF_WORD "capsize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01078734) ("1.6" 01292328)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (capsize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#capsize#capsize#capsize#capsize+ed#(1.5,01078734)(1.6,01292328)###AD ( :DEF_WORD "capsize" :CLASS "45.4.b" :WN_SENSE (("1.5" 01078734) ("1.6" 01292328)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (capsize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#capsize#capsize#capsize#capsize+ed#(1.5,01078734)(1.6,01292328)###AD ( :DEF_WORD "capsize" :CLASS "45.4.c" :WN_SENSE (("1.5" 01078734) ("1.6" 01292328)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (capsize+ed 9)))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#captain#captain#captain#captain+ingly#(1.5,01381504)(1.6,01662208)###AD ( :DEF_WORD "captain" :CLASS "29.8.a" :WN_SENSE (("1.5" 01381504) ("1.6" 01662208)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (captain+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#captain#captain#captain#captain+ingly#(1.5,01381504)(1.6,01662208)###AD ( :DEF_WORD "captain" :CLASS "29.8.b" :WN_SENSE (("1.5" 01381504) ("1.6" 01662208)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (captain+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#captivate#captivate#captivate#captivate+ingly#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "captivate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (captivate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#captivate#captivate#captivate#captivate+ingly#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "captivate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (captivate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#captivate#captivate#captivate#captivate+ed#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "captivate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (captivate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#capture#capture#capture#capture+ingly#(1.5,00692128,01310630)(1.6,00827658,01575110)###AD ( :DEF_WORD "capture" :CLASS "10.5" :WN_SENSE (("1.5" 00692128 01310630) ("1.6" 00827658 01575110)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (capture+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#caramelize#caramelize#caramelize#caramelize+ed#(1.5,00066627)(1.6,00076834)###AD ( :DEF_WORD "caramelize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00066627) ("1.6" 00076834)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (caramelize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#caramelize#caramelize#caramelize#caramelize+ed#(1.5,00066627)(1.6,00076834)###AD ( :DEF_WORD "caramelize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00066627) ("1.6" 00076834)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (caramelize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#caramelize#caramelize#caramelize#caramelize+ed#(1.5,00066726)(1.6,00076933)###AD ( :DEF_WORD "caramelize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00066726) ("1.6" 00076933)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (caramelize+ed 9)))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#caravan#caravan#caravan#caravan+ingly####AD ( :DEF_WORD "caravan" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (caravan+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#caravan#caravan#caravan#caravan+ingly####AD ( :DEF_WORD "caravan" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (caravan+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#carbonify#carbonify#carbonify#carbonify+ed####AD ( :DEF_WORD "carbonify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#carbonify#carbonify#carbonify#carbonify+ed####AD ( :DEF_WORD "carbonify" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#carbonify#carbonify#carbonify#carbonify+ed####AD ( :DEF_WORD "carbonify" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonify+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#carbonize#carbonize#carbonize#carbonize+ed#(1.5,00224247,00222161)(1.6,00260552,00260552)###AD ( :DEF_WORD "carbonize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00224247 00222161) ("1.6" 00260552 00260552)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#carbonize#carbonize#carbonize#carbonize+ed#(1.5,00224247,00222161)(1.6,00260552,00260552)###AD ( :DEF_WORD "carbonize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00224247 00222161) ("1.6" 00260552 00260552)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#carbonize#carbonize#carbonize#carbonize+ed#(1.5,00224247,00222161)(1.6,00260552,00260552)###AD ( :DEF_WORD "carbonize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00224247 00222161) ("1.6" 00260552 00260552)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carbonize+ed 9)))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#card#card#card#card+ingly#(1.5,00372505)(1.6,00447530)###AD ( :DEF_WORD "card" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00372505) ("1.6" 00447530)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (card+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#care#care#care#care+ingly#(1.5,01038738)(1.6,01243790)###AD ( :DEF_WORD "care" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 01038738) ("1.6" 01243790)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (care+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#care#care#care#care+ingly#(1.5,01038738)(1.6,01243790)###AD ( :DEF_WORD "care" :CLASS "31.3.c" :WN_SENSE (("1.5" 01038738) ("1.6" 01243790)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (care+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#caress#caress#caress#caress+ingly#(1.5,00698846)(1.6,00835355)###AD ( :DEF_WORD "caress" :CLASS "20.a" :WN_SENSE (("1.5" 00698846) ("1.6" 00835355)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (caress+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#carol#carol#carol#carol+ingly#(1.5,00990539)(1.6,01185109)###AD ( :DEF_WORD "carol" :CLASS "37.3.a" :WN_SENSE (("1.5" 00990539) ("1.6" 01185109)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (carol+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#carol#carol#carol#carol+ingly#(1.5,00990539)(1.6,01185109)###AD ( :DEF_WORD "carol" :CLASS "37.3.a" :WN_SENSE (("1.5" 00990539) ("1.6" 01185109)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (carol+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#carol#carol#carol#carol+#(1.5,00990539)(1.6,01185109)###AD ( :DEF_WORD "carol" :CLASS "37.3.b" :WN_SENSE (("1.5" 00990539) ("1.6" 01185109)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (carol+ 2) ((* toward 5) comm (carol+ 2) ((at 5) comm (carol+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#carol#carol#carol#carol+#(1.5,00990539)(1.6,01185109)###AD ( :DEF_WORD "carol" :CLASS "37.3.c" :WN_SENSE (("1.5" 00990539) ("1.6" 01185109)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (carol+ 2) (toward comm (carol+ 2) (at comm (carol+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#carom#carom#carom#carom+ingly#(1.5,01078496)(1.6,01292090)###AD ( :DEF_WORD "carom" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01078496) ("1.6" 01292090)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (carom+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#carom#carom#carom#carom+ingly#(1.5,01078496)(1.6,01292090)###AD ( :DEF_WORD "carom" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01078496) ("1.6" 01292090)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (carom+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#carpet#carpet#carpet#carpet+ed#(1.5,00703542)(1.6,00841244)###AD ( :DEF_WORD "carpet" :CLASS "9.8.a" :WN_SENSE (("1.5" 00703542) ("1.6" 00841244)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (carpet+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#carpet#carpet#carpet#carpet+ed#(1.5,00703542)(1.6,00841244)###AD ( :DEF_WORD "carpet" :CLASS "9.8.b" :WN_SENSE (("1.5" 00703542) ("1.6" 00841244)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (carpet+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#carpet#carpet#carpet#carpet+ed#(1.5,00703542)(1.6,00841244)###AD ( :DEF_WORD "carpet" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00703542) ("1.6" 00841244)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carpet+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#carry#carry#carry#carry+ingly#(1.5,00834152,01537537,01190169)(1.6,00994853,01855700,01424107)###AD ( :DEF_WORD "carry" :CLASS "11.4.i" :WN_SENSE (("1.5" 00834152 01537537 01190169) ("1.6" 00994853 01855700 01424107)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (carry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#carry#carry#carry#carry+ingly#(1.5,00834152,01537537,01190169)(1.6,00994853,01855700,01424107)###AD ( :DEF_WORD "carry" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00834152 01537537 01190169) ("1.6" 00994853 01855700 01424107)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (carry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#carry#carry#carry#carry+ingly#(1.5,00834152,01537537,01190169)(1.6,00994853,01855700,01424107)###AD ( :DEF_WORD "carry" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00834152 01537537 01190169) ("1.6" 00994853 01855700 01424107)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (carry+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 54.2#1#_th_pred#carry#carry#carry#carry+ingly#(1.5,01526080)(1.6,01842330)###AD ( :DEF_WORD "carry" :CLASS "54.2" :WN_SENSE (("1.5" 01526080) ("1.6" 01842330)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (carry+ingly 26)) ) ;; Grid: 54.3.a#1#_th_poss#carry#carry#carry#carry+ingly#(1.5,00684362,01526080)(1.6,00818616,01842330)###AD ( :DEF_WORD "carry" :CLASS "54.3.a" :WN_SENSE (("1.5" 00684362 01526080) ("1.6" 00818616 01842330)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (carry+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#carry#carry#carry#carry+ingly#(1.5,00684362,01526080)(1.6,00818616,01842330)###AD ( :DEF_WORD "carry" :CLASS "54.3.b" :WN_SENSE (("1.5" 00684362 01526080) ("1.6" 00818616 01842330)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (carry+ingly 26)) ) ;; Grid: 55.1.a#1#_th,prop#carry_on#carry_on#carry_on#carry-on+ingly####AD ( :DEF_WORD "carry_on" :CLASS "55.1.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (carry-on+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#carry_out#carry_out#carry_out#carry-out+ingly####AD ( :DEF_WORD "carry_out" :CLASS "26.4" :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (carry-out+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#cart#cart#cart#cart+ingly#(1.5,00837306,00834938)(1.6,00998398,00995727)###AD ( :DEF_WORD "cart" :CLASS "11.5" :WN_SENSE (("1.5" 00837306 00834938) ("1.6" 00998398 00995727)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (cart+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#cart#cart#cart#cart+ingly#(1.5,00837306,00834938)(1.6,00998398,00995727)###AD ( :DEF_WORD "cart" :CLASS "11.5" :WN_SENSE (("1.5" 00837306 00834938) ("1.6" 00998398 00995727)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (cart+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#carve#carve#carve#carve+ed#(1.5,00717039,00717316)(1.6,00856483,00856759)###AD ( :DEF_WORD "carve" :CLASS "21.2.a" :WN_SENSE (("1.5" 00717039 00717316) ("1.6" 00856483 00856759)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carve+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#carve#carve#carve#carve+ed#(1.5,00717039,00717316)(1.6,00856483,00856759)###AD ( :DEF_WORD "carve" :CLASS "21.2.b" :WN_SENSE (("1.5" 00717039 00717316) ("1.6" 00856483 00856759)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carve+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#carve#carve#carve#carve+ed#(1.5,00717316)(1.6,00856759)###AD ( :DEF_WORD "carve" :CLASS "21.2.c" :WN_SENSE (("1.5" 00717316) ("1.6" 00856759)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (carve+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 25.2#1#_ag_th,goal()#carve#carve#carve#carve+ingly#(1.5,00717039,00717316)(1.6,00856483,00856759)###AD ( :DEF_WORD "carve" :CLASS "25.2" :WN_SENSE (("1.5" 00717039 00717316) ("1.6" 00856483 00856759)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (carve+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#carve#carve#carve#carve+ed#(1.5,00717039)(1.6,00856483)###AD ( :DEF_WORD "carve" :CLASS "26.1.a" :WN_SENSE (("1.5" 00717039) ("1.6" 00856483)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carve+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#carve#carve#carve#carve+ed#(1.5,00717039)(1.6,00856483)###AD ( :DEF_WORD "carve" :CLASS "26.1.a" :WN_SENSE (("1.5" 00717039) ("1.6" 00856483)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (carve+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#carve#carve#carve#carve+ingly#(1.5,00717039)(1.6,00856483)###AD ( :DEF_WORD "carve" :CLASS "26.1.b" :WN_SENSE (("1.5" 00717039) ("1.6" 00856483)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (carve+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#cascade#cascade#cascade#cascade+ingly#(1.5,01185127)(1.6,01417434)###AD ( :DEF_WORD "cascade" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01185127) ("1.6" 01417434)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (cascade+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#cascade#cascade#cascade#cascade+ingly#(1.5,01185127)(1.6,01417434)###AD ( :DEF_WORD "cascade" :CLASS "47.7.a" :WN_SENSE (("1.5" 01185127) ("1.6" 01417434)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cascade+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#cascade#cascade#cascade#cascade+ingly#(1.5,01185127)(1.6,01417434)###AD ( :DEF_WORD "cascade" :CLASS "47.7.b" :WN_SENSE (("1.5" 01185127) ("1.6" 01417434)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cascade+ingly 26)) ) ;; Grid: 9.10#1#_ag_th#case#case#case#case+#(1.5,00854184,00853528)(1.6,01019791,01019079)###AD ( :DEF_WORD "case" :CLASS "9.10" :WN_SENSE (("1.5" 00854184 00853528) ("1.6" 01019791 01019079)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (case+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#case#case#case#case+ingly####AD ( :DEF_WORD "case" :CLASS "17.1" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (case+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#case#case#case#case+ingly####AD ( :DEF_WORD "case" :CLASS "17.1" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (case+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#cash#cash#cash#cash+ingly#(1.5,01284511)(1.6,01544212)###AD ( :DEF_WORD "cash" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01284511) ("1.6" 01544212)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (cash+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#cash#cash#cash#cash+ingly#(1.5,01284511)(1.6,01544212)###AD ( :DEF_WORD "cash" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01284511) ("1.6" 01544212)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (cash+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#cast#cast#cast#cast+ed#(1.5,00951514)(1.6,01142037)###AD ( :DEF_WORD "cast" :CLASS "26.1.a" :WN_SENSE (("1.5" 00951514) ("1.6" 01142037)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cast+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#cast#cast#cast#cast+ed#(1.5,00951514)(1.6,01142037)###AD ( :DEF_WORD "cast" :CLASS "26.1.a" :WN_SENSE (("1.5" 00951514) ("1.6" 01142037)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cast+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#cast#cast#cast#cast+ingly#(1.5,00951514)(1.6,01142037)###AD ( :DEF_WORD "cast" :CLASS "26.1.b" :WN_SENSE (("1.5" 00951514) ("1.6" 01142037)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (cast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#cast#cast#cast#cast+ed#(1.5,00979384)(1.6,01172225)###AD ( :DEF_WORD "cast" :CLASS "29.2.c" :WN_SENSE (("1.5" 00979384) ("1.6" 01172225)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cast+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#cast#cast#cast#cast+ingly#(1.5,00979384)(1.6,01172225)###AD ( :DEF_WORD "cast" :CLASS "29.2.d" :WN_SENSE (("1.5" 00979384) ("1.6" 01172225)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (cast+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#castigate#castigate#castigate#castigate+ingly#(1.5,00462830)(1.6,00559253)###AD ( :DEF_WORD "castigate" :CLASS "33.b" :WN_SENSE (("1.5" 00462830) ("1.6" 00559253)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (castigate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#castrate#castrate#castrate#castrate+ed#(1.5,00038510)(1.6,00042775)###AD ( :DEF_WORD "castrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00038510) ("1.6" 00042775)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (castrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#catalogue#catalogue#catalogue#catalogue+ingly#(1.5,00367152)(1.6,00440044)###AD ( :DEF_WORD "catalogue" :CLASS "29.2.d" :WN_SENSE (("1.5" 00367152) ("1.6" 00440044)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (catalogue+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#catapult#catapult#catapult#catapult+ingly#(1.5,00870961,00870314)(1.6,01040954,01040128)###AD ( :DEF_WORD "catapult" :CLASS "17.1" :WN_SENSE (("1.5" 00870961 00870314) ("1.6" 01040954 01040128)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (catapult+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#catapult#catapult#catapult#catapult+ingly#(1.5,00870961,00870314)(1.6,01040954,01040128)###AD ( :DEF_WORD "catapult" :CLASS "17.1" :WN_SENSE (("1.5" 00870961 00870314) ("1.6" 01040954 01040128)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (catapult+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#catch#catch#catch#catch+ingly#(1.5,00827689,00850263,00692128,01153506)(1.6,00986697,01015085,00827658,01378357)###AD ( :DEF_WORD "catch" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00827689 00850263 00692128 01153506) ("1.6" 00986697 01015085 00827658 01378357)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (catch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#catch#catch#catch#catch+ingly#(1.5,00827689,00850263,00692128,01153506)(1.6,00986697,01015085,00827658,01378357)###AD ( :DEF_WORD "catch" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00827689 00850263 00692128 01153506) ("1.6" 00986697 01015085 00827658 01378357)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (catch+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#categorize#categorize#categorize#categorize+ed#(1.5,00368980,00240248)(1.6,00442843,00280698)###AD ( :DEF_WORD "categorize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00368980 00240248) ("1.6" 00442843 00280698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (categorize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag,goal(to)#cater#cater#cater#cater+ingly#(1.5,00671827)(1.6,00804159)###AD ( :DEF_WORD "cater" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00671827) ("1.6" 00804159)) :PROPBANK ("arg0 arg2(to)") :THETA_ROLES ((1 "_ag,goal(to)")) :LCS (cause (* thing 1) (go poss (thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (cater+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#catholicize#catholicize#catholicize#catholicize+ed#(1.5,00230555)(1.6,00268415)###AD ( :DEF_WORD "catholicize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00230555) ("1.6" 00268415)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (catholicize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.4#1#_ag#catnap#catnap#catnap#catnap+ingly#(1.5,00009913)(1.6,00010381)###AD ( :DEF_WORD "catnap" :CLASS "40.4" :WN_SENSE (("1.5" 00009913) ("1.6" 00010381)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (catnap+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#caulk#caulk#caulk#caulk+ed#(1.5,00778242)(1.6,00927280)###AD ( :DEF_WORD "caulk" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00778242) ("1.6" 00927280)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (caulk+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#cause#cause#cause#cause+ingly#(1.5,00432532)(1.6,00523422)###AD ( :DEF_WORD "cause" :CLASS "002" :WN_SENSE (("1.5" 00432532) ("1.6" 00523422)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (cause+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 27#1#_ag_th#cause#cause#cause#cause+ingly#(1.5,00941367,00432532)(1.6,01130277,00523422)###AD ( :DEF_WORD "cause" :CLASS "27" :WN_SENSE (("1.5" 00941367 00432532) ("1.6" 01130277 00523422)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (cause+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cauterize#cauterize#cauterize#cauterize+ed#(1.5,00224359)(1.6,00260683)###AD ( :DEF_WORD "cauterize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00224359) ("1.6" 00260683)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cauterize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#caution#caution#caution#caution+ingly#(1.5,00488992)(1.6,00590442)###AD ( :DEF_WORD "caution" :CLASS "37.9.a" :WN_SENSE (("1.5" 00488992) ("1.6" 00590442)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (caution+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#caution#caution#caution#caution+ingly#(1.5,00488992)(1.6,00590442)###AD ( :DEF_WORD "caution" :CLASS "37.9.b" :WN_SENSE (("1.5" 00488992) ("1.6" 00590442)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (caution+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#caution#caution#caution#caution+ingly#(1.5,00488992)(1.6,00590442)###AD ( :DEF_WORD "caution" :CLASS "37.9.c" :WN_SENSE (("1.5" 00488992) ("1.6" 00590442)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (caution+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#cavort#cavort#cavort#cavort+ingly#(1.5,01073091)(1.6,01285748)###AD ( :DEF_WORD "cavort" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (cavort+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#cavort#cavort#cavort#cavort+ingly#(1.5,01073091)(1.6,01285748)###AD ( :DEF_WORD "cavort" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (cavort+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 38#1#_ag,goal(at)#caw#caw#caw#caw+#(1.5,00600393)(1.6,00718315)###AD ( :DEF_WORD "caw" :CLASS "38" :WN_SENSE (("1.5" 00600393) ("1.6" 00718315)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (caw+ 2) ((* toward 5) comm (caw+ 2) (touching comm (caw+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#cease#cease#cease#cease+ingly#(1.5,01515268,00211850)(1.6,01829006,00244343)###AD ( :DEF_WORD "cease" :CLASS "55.1.a" :WN_SENSE (("1.5" 01515268 00211850) ("1.6" 01829006 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (cease+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#cease#cease#cease#cease+ingly#(1.5,01515268)(1.6,01829006)###AD ( :DEF_WORD "cease" :CLASS "55.1.b" :WN_SENSE (("1.5" 01515268) ("1.6" 01829006)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (cease+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#cease#cease#cease#cease+ingly#(1.5,01515268)(1.6,01829006)###AD ( :DEF_WORD "cease" :CLASS "55.1.c" :WN_SENSE (("1.5" 01515268) ("1.6" 01829006)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (cease+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#cede#cede#cede#cede+ingly#(1.5,01317767,01272317)(1.6,01582922,01529125)###AD ( :DEF_WORD "cede" :CLASS "13.3" :WN_SENSE (("1.5" 01317767 01272317) ("1.6" 01582922 01529125)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (cede+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#cede#cede#cede#cede+ingly#(1.5,01317767,01272317)(1.6,01582922,01529125)###AD ( :DEF_WORD "cede" :CLASS "13.3" :WN_SENSE (("1.5" 01317767 01272317) ("1.6" 01582922 01529125)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (cede+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#celebrate#celebrate#celebrate#celebrate+#(1.5,01410351,01358059)(1.6,01697572,01634274)###AD ( :DEF_WORD "celebrate" :CLASS "33.a.i" :WN_SENSE (("1.5" 01410351 01358059) ("1.6" 01697572 01634274)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (celebrate+ 2) (toward comm (celebrate+ 2) (at comm (celebrate+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#cellar#cellar#cellar#cellar+####AD ( :DEF_WORD "cellar" :CLASS "9.10" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (cellar+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#cement#cement#cement#cement+ingly#(1.5,00785898)(1.6,00935629)###AD ( :DEF_WORD "cement" :CLASS "22.4.a" :WN_SENSE (("1.5" 00785898) ("1.6" 00935629)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (cement+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#cement#cement#cement#cement+ed#(1.5,00785898)(1.6,00935629)###AD ( :DEF_WORD "cement" :CLASS "22.4.b" :WN_SENSE (("1.5" 00785898) ("1.6" 00935629)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cement+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#censor#censor#censor#censor+ingly#(1.5,00383406)(1.6,00460335)###BJDMAP ( :DEF_WORD "censor" :CLASS "34.ii" :WN_SENSE (("1.5" 00383406) ("1.6" 00460335)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (censor+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#censure#censure#censure#censure+ingly#(1.5,00462465)(1.6,00558872)###AD ( :DEF_WORD "censure" :CLASS "33.b" :WN_SENSE (("1.5" 00462465) ("1.6" 00558872)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (censure+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#centralize#centralize#centralize#centralize+ed#(1.5,00240726)(1.6,00281483)###AD ( :DEF_WORD "centralize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00240726) ("1.6" 00281483)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (centralize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#centralize#centralize#centralize#centralize+ed#(1.5,00240726)(1.6,00281483)###AD ( :DEF_WORD "centralize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00240726) ("1.6" 00281483)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (centralize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#centralize#centralize#centralize#centralize+ed#(1.5,00240726)(1.6,00281483)###AD ( :DEF_WORD "centralize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00240726) ("1.6" 00281483)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (centralize+ed 9)))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#certify#certify#certify#certify+ed#(1.5,01383649,01385530)(1.6,01665336,01667768)###AD ( :DEF_WORD "certify" :CLASS "29.2.c" :WN_SENSE (("1.5" 01383649 01385530) ("1.6" 01665336 01667768)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (certify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#certify#certify#certify#certify+ingly#(1.5,01383649,01385530)(1.6,01665336,01667768)###AD ( :DEF_WORD "certify" :CLASS "29.2.d" :WN_SENSE (("1.5" 01383649 01385530) ("1.6" 01665336 01667768)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (certify+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#chagrin#chagrin#chagrin#chagrin+ingly#(1.5,01024949)(1.6,01228249)###AD ( :DEF_WORD "chagrin" :CLASS "31.1.a" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (chagrin+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#chagrin#chagrin#chagrin#chagrin+ingly#(1.5,01024949)(1.6,01228249)###AD ( :DEF_WORD "chagrin" :CLASS "31.1.b" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (chagrin+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#chain#chain#chain#chain+ingly#(1.5,00738280)(1.6,00880238)###AD ( :DEF_WORD "chain" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738280) ("1.6" 00880238)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (chain+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#chain#chain#chain#chain+ed#(1.5,00738280)(1.6,00880238)###AD ( :DEF_WORD "chain" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738280) ("1.6" 00880238)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chain+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 25.2#1#_ag_th,goal()#chalk#chalk#chalk#chalk+ingly#(1.5,00968436)(1.6,01160087)###AD ( :DEF_WORD "chalk" :CLASS "25.2" :WN_SENSE (("1.5" 00968436) ("1.6" 01160087)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (chalk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#challenge#challenge#challenge#challenge+ingly#(1.5,00487851,00487552)(1.6,00589053,00588755)###BJDMAP ( :DEF_WORD "challenge" :CLASS "36.3.a" :WN_SENSE (("1.5" 00487851 00487552) ("1.6" 00589053 00588755)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (challenge+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#champion#champion#champion#champion+ingly#(1.5,00652679)(1.6,00780965)###AD ( :DEF_WORD "champion" :CLASS "29.8.a" :WN_SENSE (("1.5" 00652679) ("1.6" 00780965)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (champion+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#champion#champion#champion#champion+ingly#(1.5,00652679)(1.6,00780965)###AD ( :DEF_WORD "champion" :CLASS "29.8.b" :WN_SENSE (("1.5" 00652679) ("1.6" 00780965)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (champion+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#change#change#change#change+ingly#(1.5,00096985,01284945)(1.6,00111031,01544679)###AD ( :DEF_WORD "change" :CLASS "13.6.a" :WN_SENSE (("1.5" 00096985 01284945) ("1.6" 00111031 01544679)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (change+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#change#change#change#change+ingly#(1.5,00072540,00064108,00071241,00325465)(1.6,00083947,00074063,00082064,00385513)###AD ( :DEF_WORD "change" :CLASS "26.6" :WN_SENSE (("1.5" 00072540 00064108 00071241 00325465) ("1.6" 00083947 00074063 00082064 00385513)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (change+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 41.1.1.ii#1#,ag_th#change#change#change#change+ed#(1.5,00101643)(1.6,00115962)###AD ( :DEF_WORD "change" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00101643) ("1.6" 00115962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (change+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#change#change#change#change+ed#(1.5,00101643)(1.6,00115962)###AD ( :DEF_WORD "change" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00101643) ("1.6" 00115962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (change+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#change#change#change#change+ed#(1.5,00072540)(1.6,00083947)###AD ( :DEF_WORD "change" :CLASS "45.4.a" :WN_SENSE (("1.5" 00072540) ("1.6" 00083947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (change+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#change#change#change#change+ed#(1.5,00072540)(1.6,00083947)###AD ( :DEF_WORD "change" :CLASS "45.4.b" :WN_SENSE (("1.5" 00072540) ("1.6" 00083947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (change+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#change#change#change#change+ed#(1.5,00064108)(1.6,00074063)###AD ( :DEF_WORD "change" :CLASS "45.4.c" :WN_SENSE (("1.5" 00064108) ("1.6" 00074063)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (change+ed 9)))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#channel#channel#channel#channel+ingly#(1.5,01190169,01101699,00825476)(1.6,01424107,01318883,00983791)###AD ( :DEF_WORD "channel" :CLASS "9.3.a" :WN_SENSE (("1.5" 01190169 01101699 00825476) ("1.6" 01424107 01318883 00983791)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (channel+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#chant#chant#chant#chant+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "26.7.i" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (chant+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#chant#chant#chant#chant+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (chant+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#chant#chant#chant#chant+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (chant+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#chant#chant#chant#chant+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chant+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#chant#chant#chant#chant+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chant+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#chant#chant#chant#chant+#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "37.3.b" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (chant+ 2) ((* toward 5) comm (chant+ 2) ((at 5) comm (chant+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#chant#chant#chant#chant+#(1.5,00594282,00990908)(1.6,00711517,00711517)###AD ( :DEF_WORD "chant" :CLASS "37.3.c" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (chant+ 2) (toward comm (chant+ 2) (at comm (chant+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#chaperone#chaperone#chaperone#chaperone+ingly#(1.5,01158839)(1.6,01384809)###AD ( :DEF_WORD "chaperone" :CLASS "29.8.a" :WN_SENSE (("1.5" 01158839) ("1.6" 01384809)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (chaperone+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#chaperone#chaperone#chaperone#chaperone+ingly#(1.5,01158839)(1.6,01384809)###AD ( :DEF_WORD "chaperone" :CLASS "29.8.b" :WN_SENSE (("1.5" 01158839) ("1.6" 01384809)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (chaperone+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#char#char#char#char+ed#(1.5,01565540,00227430)(1.6,01894022,00264464)###AD ( :DEF_WORD "char" :CLASS "45.4.a" :WN_SENSE (("1.5" 01565540 00227430) ("1.6" 01894022 00264464)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (char+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#char#char#char#char+ed#(1.5,01565540,00227430)(1.6,01894022,00264464)###AD ( :DEF_WORD "char" :CLASS "45.4.b" :WN_SENSE (("1.5" 01565540 00227430) ("1.6" 01894022 00264464)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (char+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#char#char#char#char+ed#(1.5,00227430)(1.6,00264464)###AD ( :DEF_WORD "char" :CLASS "45.4.c" :WN_SENSE (("1.5" 00227430) ("1.6" 00264464)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (char+ed 9)))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#characterize#characterize#characterize#characterize+ed#(1.5,01524215,01224060)(1.6,01840295,01467810)###AD ( :DEF_WORD "characterize" :CLASS "29.2.c" :WN_SENSE (("1.5" 01524215 01224060) ("1.6" 01840295 01467810)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (characterize+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#characterize#characterize#characterize#characterize+ingly#(1.5,01524215,01224060)(1.6,01840295,01467810)###AD ( :DEF_WORD "characterize" :CLASS "29.2.d" :WN_SENSE (("1.5" 01524215 01224060) ("1.6" 01840295 01467810)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (characterize+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.3.a#1#_ag_th#charbroil#charbroil#charbroil#charbroil+ingly####AD ( :DEF_WORD "charbroil" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (charbroil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#charbroil#charbroil#charbroil#charbroil+ingly####AD ( :DEF_WORD "charbroil" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (charbroil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#charbroil#charbroil#charbroil#charbroil+ed####AD ( :DEF_WORD "charbroil" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (charbroil+ed 9)))) ) ;; Grid: 25.2#1#_ag_th,goal()#charcoal#charcoal#charcoal#charcoal+ingly#(1.5,00970063)(1.6,01161694)###AD ( :DEF_WORD "charcoal" :CLASS "25.2" :WN_SENSE (("1.5" 00970063) ("1.6" 01161694)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (charcoal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#charcoal-broil#charcoal-broil#charcoal-broil#charcoal-broil+ingly####AD ( :DEF_WORD "charcoal-broil" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (charcoal-broil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#charcoal-broil#charcoal-broil#charcoal-broil#charcoal-broil+ingly####AD ( :DEF_WORD "charcoal-broil" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (charcoal-broil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#charcoal-broil#charcoal-broil#charcoal-broil#charcoal-broil+ed####AD ( :DEF_WORD "charcoal-broil" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (charcoal-broil+ed 9)))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#charge#charge#charge1#charge1+ed#(1.5,01334470,00421625)(1.6,01602876,00509295)###AD ( :DEF_WORD "charge" :CLASS "13.4.2" :WN_SENSE (("1.5" 01334470 00421625) ("1.6" 01602876 00509295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (charge1+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#charge#charge#charge2#charge2+ingly#(1.5,00634610)(1.6,00760988)###AD ( :DEF_WORD "charge" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 00634610) ("1.6" 00760988)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (charge2+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#charge#charge#charge2#charge2+ingly#(1.5,00634610)(1.6,00760988)###AD ( :DEF_WORD "charge" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 00634610) ("1.6" 00760988)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (charge2+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#charge#charge#charge1#charge1+ingly#(1.5,01319795)(1.6,01585711)###AD ( :DEF_WORD "charge" :CLASS "54.5.a" :WN_SENSE (("1.5" 01319795) ("1.6" 01585711)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (charge1+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#chariot#chariot#chariot#chariot+ingly#(1.5,01085949)(1.6,01300728)###AD ( :DEF_WORD "chariot" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01085949) ("1.6" 01300728)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (chariot+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#chariot#chariot#chariot#chariot+ingly#(1.5,01085949)(1.6,01300728)###AD ( :DEF_WORD "chariot" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01085949) ("1.6" 01300728)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (chariot+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#charm#charm#charm#charm+ingly#(1.5,01028828,00435835)(1.6,01232387,00527561)###AD ( :DEF_WORD "charm" :CLASS "31.1.a" :WN_SENSE (("1.5" 01028828 00435835) ("1.6" 01232387 00527561)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (charm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#charm#charm#charm#charm+ingly#(1.5,01028828)(1.6,01232387)###AD ( :DEF_WORD "charm" :CLASS "31.1.b" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (charm+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#charter#charter#charter#charter+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###AD ( :DEF_WORD "charter" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (charter+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#charter#charter#charter#charter+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###AD ( :DEF_WORD "charter" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (charter+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#chase#chase#chase#chase+ingly#(1.5,01142627)(1.6,01365796)###AD ( :DEF_WORD "chase" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (chase+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.6.b#1#_ag,mod-loc()_th(after)#chase#chase#chase#chase+ingly#(1.5,01142627)(1.6,01365796)###AD ( :DEF_WORD "chase" :CLASS "51.6.b" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1(after) argm-LOC(down - up.)") :THETA_ROLES ((1 "_ag,mod-loc()_th(after)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (chase+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#chasten#chasten#chasten#chasten+ingly#(1.5,00462830)(1.6,00559253)###AD ( :DEF_WORD "chasten" :CLASS "33.b" :WN_SENSE (("1.5" 00462830) ("1.6" 00559253)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (chasten+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#chastise#chastise#chastise#chastise+ingly#(1.5,00462830)(1.6,00559253)###AD ( :DEF_WORD "chastise" :CLASS "33.b" :WN_SENSE (("1.5" 00462830) ("1.6" 00559253)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (chastise+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.6.b#1#_exp#chat#chat#chat#chat+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ( :DEF_WORD "chat" :CLASS "37.6.b" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (chat+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#chatter#chatter#chatter#chatter+ingly#(1.5,00587229,00586278)(1.6,00703394,00702218)###AD ( :DEF_WORD "chatter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00587229 00586278) ("1.6" 00703394 00702218)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chatter+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#chatter#chatter#chatter#chatter+ingly#(1.5,00587229,00586278)(1.6,00703394,00702218)###AD ( :DEF_WORD "chatter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00587229 00586278) ("1.6" 00703394 00702218)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chatter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#chatter#chatter#chatter#chatter+#(1.5,00587229)(1.6,00703394)###AD ( :DEF_WORD "chatter" :CLASS "37.3.b" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (chatter+ 2) ((* toward 5) comm (chatter+ 2) ((at 5) comm (chatter+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#chatter#chatter#chatter#chatter+#(1.5,00587229)(1.6,00703394)###AD ( :DEF_WORD "chatter" :CLASS "37.3.c" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (chatter+ 2) (toward comm (chatter+ 2) (at comm (chatter+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.6.b#1#_exp#chatter#chatter#chatter#chatter+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ( :DEF_WORD "chatter" :CLASS "37.6.b" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (chatter+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 38#1#_ag,goal(at)#chatter#chatter#chatter#chatter+#(1.5,00586477)(1.6,00702476)###AD ( :DEF_WORD "chatter" :CLASS "38" :WN_SENSE (("1.5" 00586477) ("1.6" 00702476)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (chatter+ 2) ((* toward 5) comm (chatter+ 2) (touching comm (chatter+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chatter#chatter#chatter#chatter+ingly#(1.5,01247401,00587229,00586477)(1.6,01496693,00703394,00702476)###AD ( :DEF_WORD "chatter" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247401 00587229 00586477) ("1.6" 01496693 00703394 00702476)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chatter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chatter#chatter#chatter#chatter+ingly#(1.5,01247401,00587229,00586477)(1.6,01496693,00703394,00702476)###AD ( :DEF_WORD "chatter" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247401 00587229 00586477) ("1.6" 01496693 00703394 00702476)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chatter+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#chatter#chatter#chatter#chatter+ingly#(1.5,00586477)(1.6,00702476)###AD ( :DEF_WORD "chatter" :CLASS "43.2.c" :WN_SENSE (("1.5" 00586477) ("1.6" 00702476)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (chatter+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#chauffeur#chauffeur#chauffeur#chauffeur+ingly#(1.5,01177335)(1.6,01407536)###AD ( :DEF_WORD "chauffeur" :CLASS "29.8.a" :WN_SENSE (("1.5" 01177335) ("1.6" 01407536)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (chauffeur+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#chauffeur#chauffeur#chauffeur#chauffeur+ingly#(1.5,01177335)(1.6,01407536)###AD ( :DEF_WORD "chauffeur" :CLASS "29.8.b" :WN_SENSE (("1.5" 01177335) ("1.6" 01407536)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (chauffeur+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cheapen#cheapen#cheapen#cheapen+ed#(1.5,00124769)(1.6,00142249)###AD ( :DEF_WORD "cheapen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00124769) ("1.6" 00142249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheapen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#cheapen#cheapen#cheapen#cheapen+ed#(1.5,00124769)(1.6,00142249)###AD ( :DEF_WORD "cheapen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00124769) ("1.6" 00142249)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheapen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#cheapen#cheapen#cheapen#cheapen+ed#(1.5,00124769)(1.6,00142249)###AD ( :DEF_WORD "cheapen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00124769) ("1.6" 00142249)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheapen+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#cheat#cheat#cheat#cheat+ed#(1.5,01455501)(1.6,01754557)###AD ( :DEF_WORD "cheat" :CLASS "10.6.a" :WN_SENSE (("1.5" 01455501) ("1.6" 01754557)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheat+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.c#1#_ag_th,mod-poss(out_of)#cheat#cheat#cheat#cheat+ed#(1.5,01455501)(1.6,01754557)###AD ( :DEF_WORD "cheat" :CLASS "10.6.c" :WN_SENSE (("1.5" 01455501) ("1.6" 01754557)) :PROPBANK ("arg0 arg1 arg3(out_of)") :THETA_ROLES ((1 "_ag_th,mod-poss(out_of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheat+ed 9)))) ((* out_of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.3.d#1#_exp_perc(on)#check#check#check#check+ingly#(1.5,00371345,00371753,01234217)(1.6,00445764,00446362,01481005)###AD ( :DEF_WORD "check" :CLASS "30.3.d" :WN_SENSE (("1.5" 00371345 00371753 01234217) ("1.6" 00445764 00446362 01481005)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (go perc (* thing 2) (toward perc (thing 2) ((* on 7) perc (thing 2) (nil 8))) (check+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (:cat n))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#check#check#check#check+ingly#(1.5,01434123)(1.6,01726778)###AD ( :DEF_WORD "check" :CLASS "35.2.a" :WN_SENSE (("1.5" 01434123) ("1.6" 01726778)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (check+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#check#check#check#check+ingly#(1.5,01434123)(1.6,01726778)###AD ( :DEF_WORD "check" :CLASS "35.2.a" :WN_SENSE (("1.5" 01434123) ("1.6" 01726778)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (check+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#check#check#check#check+ingly#(1.5,01434123)(1.6,01726778)###AD ( :DEF_WORD "check" :CLASS "35.2.b" :WN_SENSE (("1.5" 01434123) ("1.6" 01726778)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (check+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 38#1#_ag,goal(at)#cheep#cheep#cheep#cheep+#(1.5,00595614)(1.6,00713053)###AD ( :DEF_WORD "cheep" :CLASS "38" :WN_SENSE (("1.5" 00595614) ("1.6" 00713053)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (cheep+ 2) ((* toward 5) comm (cheep+ 2) (touching comm (cheep+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#cheer#cheer#cheer#cheer+ingly#(1.5,00482034)(1.6,00582994)###AD ( :DEF_WORD "cheer" :CLASS "31.1.a" :WN_SENSE (("1.5" 00482034) ("1.6" 00582994)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (cheer+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#cheer#cheer#cheer#cheer+ingly#(1.5,00482034)(1.6,00582994)###AD ( :DEF_WORD "cheer" :CLASS "31.1.b" :WN_SENSE (("1.5" 00482034) ("1.6" 00582994)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (cheer+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#cheer#cheer#cheer#cheer+ed#(1.5,00482034)(1.6,00582994)###AD ( :DEF_WORD "cheer" :CLASS "31.1.c" :WN_SENSE (("1.5" 00482034) ("1.6" 00582994)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cheer+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#cheer#cheer#cheer#cheer+ingly#(1.5,01035556,00482034,00481880)(1.6,01240173,00582994,00582840)###AD ( :DEF_WORD "cheer" :CLASS "31.3.b" :WN_SENSE (("1.5" 01035556 00482034 00481880) ("1.6" 01240173 00582994 00582840)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (cheer+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#cherish#cherish#cherish#cherish+ingly#(1.5,01011602)(1.6,01212539)###AD ( :DEF_WORD "cherish" :CLASS "31.2.a" :WN_SENSE (("1.5" 01011602) ("1.6" 01212539)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (cherish+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#cherish#cherish#cherish#cherish+ingly#(1.5,01011602)(1.6,01212539)###AD ( :DEF_WORD "cherish" :CLASS "31.2.b" :WN_SENSE (("1.5" 01011602) ("1.6" 01212539)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (cherish+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#cherish#cherish#cherish#cherish+ingly#(1.5,01011602)(1.6,01212539)###AD ( :DEF_WORD "cherish" :CLASS "31.2.g" :WN_SENSE (("1.5" 01011602) ("1.6" 01212539)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (cherish+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 39.2.a#1#_ag,th#chew#chew#chew#chew+ingly#(1.5,00683297)(1.6,00817247)###AD ( :DEF_WORD "chew" :CLASS "39.2.a" :WN_SENSE (("1.5" 00683297) ("1.6" 00817247)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (chew+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#chew#chew#chew#chew+ingly#(1.5,00683297)(1.6,00817247)###AD ( :DEF_WORD "chew" :CLASS "39.2.c" :WN_SENSE (("1.5" 00683297) ("1.6" 00817247)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (chew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#chide#chide#chide#chide+ingly#(1.5,00463111)(1.6,00559552)###AD ( :DEF_WORD "chide" :CLASS "33.b" :WN_SENSE (("1.5" 00463111) ("1.6" 00559552)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (chide+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#chill#chill#chill#chill+ingly#(1.5,01036307)(1.6,01240960)###AD ( :DEF_WORD "chill" :CLASS "31.1.a" :WN_SENSE (("1.5" 01036307) ("1.6" 01240960)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (chill+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#chill#chill#chill#chill+ingly#(1.5,01036307)(1.6,01240960)###AD ( :DEF_WORD "chill" :CLASS "31.1.b" :WN_SENSE (("1.5" 01036307) ("1.6" 01240960)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (chill+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#chill#chill#chill#chill+ed#(1.5,01036307)(1.6,01240960)###AD ( :DEF_WORD "chill" :CLASS "31.1.c" :WN_SENSE (("1.5" 01036307) ("1.6" 01240960)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chill+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#chill#chill#chill#chill+ed#(1.5,00222600)(1.6,00258652)###AD ( :DEF_WORD "chill" :CLASS "45.4.a" :WN_SENSE (("1.5" 00222600) ("1.6" 00258652)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chill+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#chill#chill#chill#chill+ed#(1.5,00222600)(1.6,00258652)###AD ( :DEF_WORD "chill" :CLASS "45.4.b" :WN_SENSE (("1.5" 00222600) ("1.6" 00258652)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chill+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#chill#chill#chill#chill+ed#(1.5,00222263)(1.6,00258213)###AD ( :DEF_WORD "chill" :CLASS "45.4.c" :WN_SENSE (("1.5" 00222263) ("1.6" 00258213)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chill+ed 9)))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chime#chime#chime#chime+ingly#(1.5,01245398)(1.6,01494304)###AD ( :DEF_WORD "chime" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245398) ("1.6" 01494304)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chime+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chime#chime#chime#chime+ingly#(1.5,01245398)(1.6,01494304)###AD ( :DEF_WORD "chime" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245398) ("1.6" 01494304)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chime+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#chime#chime#chime#chime+ingly#(1.5,01245398)(1.6,01494304)###AD ( :DEF_WORD "chime" :CLASS "43.2.c" :WN_SENSE (("1.5" 01245398) ("1.6" 01494304)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (chime+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chink#chink#chink#chink+ingly#(1.5,01247680)(1.6,01497009)###AD ( :DEF_WORD "chink" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chink+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chink#chink#chink#chink+ingly#(1.5,01247680)(1.6,01497009)###AD ( :DEF_WORD "chink" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chink+ingly 26)) ) ;; Grid: 21.1.a#1#_th#chip#chip#chip#chip+ed#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "21.1.a" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#chip#chip#chip#chip+ingly#(1.5,00718770)(1.6,00858322)###AD ( :DEF_WORD "chip" :CLASS "21.1.b" :WN_SENSE (("1.5" 00718770) ("1.6" 00858322)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (chip+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#chip#chip#chip#chip+ingly#(1.5,00718770)(1.6,00858322)###AD ( :DEF_WORD "chip" :CLASS "21.1.c" :WN_SENSE (("1.5" 00718770) ("1.6" 00858322)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (chip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#chip#chip#chip#chip+ed#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "21.1.d" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#chip#chip#chip#chip+ingly#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "21.1.e" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (chip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#chip#chip#chip#chip+ed#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "21.2.a" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#chip#chip#chip#chip+ed#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "21.2.b" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#chip#chip#chip#chip+ed#(1.5,00718770)(1.6,00858322)###AD ( :DEF_WORD "chip" :CLASS "21.2.c" :WN_SENSE (("1.5" 00718770) ("1.6" 00858322)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 40.8.3#1#_ag_th#chip#chip#chip#chip+ed#(1.5,00719229,00718770,00719114)(1.6,00858865,00858322,00858686)###AD ( :DEF_WORD "chip" :CLASS "40.8.3" :WN_SENSE (("1.5" 00719229 00718770 00719114) ("1.6" 00858865 00858322 00858686)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#chip#chip#chip#chip+ed#(1.5,00718770,00719114)(1.6,00858322,00858686)###AD ( :DEF_WORD "chip" :CLASS "45.1.a" :WN_SENSE (("1.5" 00718770 00719114) ("1.6" 00858322 00858686)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#chip#chip#chip#chip+ed#(1.5,00719229,00718770,00719114)(1.6,00858865,00858322,00858686)###AD ( :DEF_WORD "chip" :CLASS "45.1.b" :WN_SENSE (("1.5" 00719229 00718770 00719114) ("1.6" 00858865 00858322 00858686)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#chip#chip#chip#chip+ed#(1.5,00719229)(1.6,00858865)###AD ( :DEF_WORD "chip" :CLASS "45.1.c" :WN_SENSE (("1.5" 00719229) ("1.6" 00858865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chip+ed 9)))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chir#chir#chir#chir+ingly####AD ( :DEF_WORD "chir" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chir+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chir#chir#chir#chir+ingly####AD ( :DEF_WORD "chir" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chir+ingly 26)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#chirp#chirp#chirp#chirp+ingly#(1.5,00595614)(1.6,00713053)###AD ( :DEF_WORD "chirp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00595614) ("1.6" 00713053)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chirp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#chirp#chirp#chirp#chirp+ingly#(1.5,00595614)(1.6,00713053)###AD ( :DEF_WORD "chirp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00595614) ("1.6" 00713053)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (chirp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#chirp#chirp#chirp#chirp+#(1.5,00595614,00989877)(1.6,00713053,01184412)###AD ( :DEF_WORD "chirp" :CLASS "37.3.b" :WN_SENSE (("1.5" 00595614 00989877) ("1.6" 00713053 01184412)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (chirp+ 2) ((* toward 5) comm (chirp+ 2) ((at 5) comm (chirp+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#chirp#chirp#chirp#chirp+#(1.5,00595614,00989877)(1.6,00713053,01184412)###AD ( :DEF_WORD "chirp" :CLASS "37.3.c" :WN_SENSE (("1.5" 00595614 00989877) ("1.6" 00713053 01184412)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (chirp+ 2) (toward comm (chirp+ 2) (at comm (chirp+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#chirp#chirp#chirp#chirp+#(1.5,00595614,00989877)(1.6,00713053,01184412)###AD ( :DEF_WORD "chirp" :CLASS "38" :WN_SENSE (("1.5" 00595614 00989877) ("1.6" 00713053 01184412)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (chirp+ 2) ((* toward 5) comm (chirp+ 2) (touching comm (chirp+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#chirrup#chirrup#chirrup#chirrup+#(1.5,00595614,00597270)(1.6,00713053,00714691)###AD ( :DEF_WORD "chirrup" :CLASS "38" :WN_SENSE (("1.5" 00595614 00597270) ("1.6" 00713053 00714691)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (chirrup+ 2) ((* toward 5) comm (chirrup+ 2) (touching comm (chirrup+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#chisel#chisel#chisel#chisel+ed#(1.5,00719022)(1.6,00858574)###AD ( :DEF_WORD "chisel" :CLASS "26.1.a" :WN_SENSE (("1.5" 00719022) ("1.6" 00858574)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chisel+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#chisel#chisel#chisel#chisel+ed#(1.5,00719022)(1.6,00858574)###AD ( :DEF_WORD "chisel" :CLASS "26.1.a" :WN_SENSE (("1.5" 00719022) ("1.6" 00858574)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chisel+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#chisel#chisel#chisel#chisel+ingly#(1.5,00719022)(1.6,00858574)###AD ( :DEF_WORD "chisel" :CLASS "26.1.b" :WN_SENSE (("1.5" 00719022) ("1.6" 00858574)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (chisel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.6.b#1#_exp#chitchat#chitchat#chitchat#chitchat+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ( :DEF_WORD "chitchat" :CLASS "37.6.b" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (chitchat+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 38#1#_ag,goal(at)#chitter#chitter#chitter#chitter+#(1.5,00596516)(1.6,00713969)###AD ( :DEF_WORD "chitter" :CLASS "38" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (chitter+ 2) ((* toward 5) comm (chitter+ 2) (touching comm (chitter+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chitter#chitter#chitter#chitter+ingly#(1.5,00596516)(1.6,00713969)###AD ( :DEF_WORD "chitter" :CLASS "43.2.a" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chitter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chitter#chitter#chitter#chitter+ingly#(1.5,00596516)(1.6,00713969)###AD ( :DEF_WORD "chitter" :CLASS "43.2.b" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chitter+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#chlorinate#chlorinate#chlorinate#chlorinate+ed#(1.5,00112517)(1.6,00127954)###AD ( :DEF_WORD "chlorinate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00112517) ("1.6" 00127954)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chlorinate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#choke#choke#choke#choke+ed#(1.5,00904283,00047813)(1.6,01081691,00053789)###AD ( :DEF_WORD "choke" :CLASS "9.8.a" :WN_SENSE (("1.5" 00904283 00047813) ("1.6" 01081691 00053789)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (choke+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#choke#choke#choke#choke+ed#(1.5,00904283,00047813)(1.6,01081691,00053789)###AD ( :DEF_WORD "choke" :CLASS "9.8.b" :WN_SENSE (("1.5" 00904283 00047813) ("1.6" 01081691 00053789)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (choke+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#choke#choke#choke#choke+ed#(1.5,00904283,00047813)(1.6,01081691,00053789)###AD ( :DEF_WORD "choke" :CLASS "9.8.e" :WN_SENSE (("1.5" 00904283 00047813) ("1.6" 01081691 00053789)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (choke+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 40.7.i#1#,ag_th#choke#choke#choke#choke+ingly#(1.5,00002778,00047697,00904283,00047813,00849341,00047954)(1.6,00002143,00053673,01081691,00053789,01013724,00053930)###AD ( :DEF_WORD "choke" :CLASS "40.7.i" :WN_SENSE (("1.5" 00002778 00047697 00904283 00047813 00849341 00047954) ("1.6" 00002143 00053673 01081691 00053789 01013724 00053930)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (choke+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 40.7.ii#1#,ag_th#choke#choke#choke#choke+ed#(1.5,00002778,00047697,00904283,00047813,00849341,00047954)(1.6,00002143,00053673,01081691,00053789,01013724,00053930)###AD ( :DEF_WORD "choke" :CLASS "40.7.ii" :WN_SENSE (("1.5" 00002778 00047697 00904283 00047813 00849341 00047954) ("1.6" 00002143 00053673 01081691 00053789 01013724 00053930)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (choke+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#chomp#chomp#chomp#chomp+ingly#(1.5,00667452)(1.6,00798936)###AD ( :DEF_WORD "chomp" :CLASS "39.2.a" :WN_SENSE (("1.5" 00667452) ("1.6" 00798936)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (chomp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#chomp#chomp#chomp#chomp+ingly#(1.5,00667452)(1.6,00798936)###AD ( :DEF_WORD "chomp" :CLASS "39.2.c" :WN_SENSE (("1.5" 00667452) ("1.6" 00798936)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (chomp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#choose#choose#choose#choose+ingly#(1.5,00379073)(1.6,00455018)###AD ( :DEF_WORD "choose" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00379073) ("1.6" 00455018)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (choose+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#choose#choose#choose#choose+ingly#(1.5,00379073)(1.6,00455018)###AD ( :DEF_WORD "choose" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00379073) ("1.6" 00455018)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (choose+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#choose#choose#choose#choose+ed#(1.5,00381693)(1.6,00458368)###AD ( :DEF_WORD "choose" :CLASS "29.2.c" :WN_SENSE (("1.5" 00381693) ("1.6" 00458368)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (choose+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#choose#choose#choose#choose+ingly#(1.5,00381693)(1.6,00458368)###AD ( :DEF_WORD "choose" :CLASS "29.2.d" :WN_SENSE (("1.5" 00381693) ("1.6" 00458368)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (choose+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#chop#chop#chop#chop+ed#(1.5,00718194,00717504)(1.6,00857738,00857046)###AD ( :DEF_WORD "chop" :CLASS "21.2.a" :WN_SENSE (("1.5" 00718194 00717504) ("1.6" 00857738 00857046)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chop+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#chop#chop#chop#chop+ed#(1.5,00718194,00717504)(1.6,00857738,00857046)###AD ( :DEF_WORD "chop" :CLASS "21.2.b" :WN_SENSE (("1.5" 00718194 00717504) ("1.6" 00857738 00857046)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chop+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#chop#chop#chop#chop+ed#(1.5,00718194,00717504)(1.6,00857738,00857046)###AD ( :DEF_WORD "chop" :CLASS "21.2.c" :WN_SENSE (("1.5" 00718194 00717504) ("1.6" 00857738 00857046)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (chop+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 26.7.i#1#_ag#choreograph#choreograph#choreograph#choreograph+ingly#(1.5,00978099)(1.6,01170932)###AD ( :DEF_WORD "choreograph" :CLASS "26.7.i" :WN_SENSE (("1.5" 00978099) ("1.6" 01170932)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (choreograph+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#choreograph#choreograph#choreograph#choreograph+ingly#(1.5,00978099)(1.6,01170932)###AD ( :DEF_WORD "choreograph" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00978099) ("1.6" 01170932)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (choreograph+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#choreograph#choreograph#choreograph#choreograph+ingly#(1.5,00978099)(1.6,01170932)###AD ( :DEF_WORD "choreograph" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00978099) ("1.6" 01170932)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (choreograph+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#chortle#chortle#chortle#chortle+ingly#(1.5,00020325)(1.6,00021890)###BJDMAP ( :DEF_WORD "chortle" :CLASS "40.2.b" :WN_SENSE (("1.5" 00020325) ("1.6" 00021890)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (chortle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#christen#christen#christen#christen+ingly#(1.5,00581017)(1.6,00695868)###AD ( :DEF_WORD "christen" :CLASS "29.3" :WN_SENSE (("1.5" 00581017) ("1.6" 00695868)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (christen+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#christianize#christianize#christianize#christianize+ed####AD ( :DEF_WORD "christianize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (christianize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#chrome#chrome#chrome#chrome+ed#(1.5,00804066,00303805)(1.6,00957534,00360303)###AD ( :DEF_WORD "chrome" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00804066 00303805) ("1.6" 00957534 00360303)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chrome+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#chronicle#chronicle#chronicle#chronicle+ed#(1.5,00564642)(1.6,00677124)###AD ( :DEF_WORD "chronicle" :CLASS "25.4" :WN_SENSE (("1.5" 00564642) ("1.6" 00677124)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (chronicle+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#chuck#chuck#chuck#chuck+ingly#(1.5,00870419)(1.6,01040233)###AD ( :DEF_WORD "chuck" :CLASS "17.1" :WN_SENSE (("1.5" 00870419) ("1.6" 01040233)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (chuck+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#chuck#chuck#chuck#chuck+ingly#(1.5,00870419)(1.6,01040233)###AD ( :DEF_WORD "chuck" :CLASS "17.1" :WN_SENSE (("1.5" 00870419) ("1.6" 01040233)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (chuck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#chuckle#chuckle#chuckle#chuckle+ingly#(1.5,00020325)(1.6,00021890)###BJDMAP ( :DEF_WORD "chuckle" :CLASS "40.2.b" :WN_SENSE (("1.5" 00020325) ("1.6" 00021890)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (chuckle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#chug#chug#chug#chug+ingly#(1.5,01243702)(1.6,01492481)###AD ( :DEF_WORD "chug" :CLASS "43.2.a" :WN_SENSE (("1.5" 01243702) ("1.6" 01492481)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (chug+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#chug#chug#chug#chug+ingly#(1.5,01243702)(1.6,01492481)###AD ( :DEF_WORD "chug" :CLASS "43.2.b" :WN_SENSE (("1.5" 01243702) ("1.6" 01492481)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (chug+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#chug#chug#chug#chug+ingly#(1.5,01243702)(1.6,01492481)###AD ( :DEF_WORD "chug" :CLASS "43.2.c" :WN_SENSE (("1.5" 01243702) ("1.6" 01492481)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (chug+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#churn#churn#churn#churn+ed#(1.5,00816030)(1.6,00972081)###AD ( :DEF_WORD "churn" :CLASS "26.1.a" :WN_SENSE (("1.5" 00816030) ("1.6" 00972081)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (churn+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#churn#churn#churn#churn+ed#(1.5,00816030)(1.6,00972081)###AD ( :DEF_WORD "churn" :CLASS "26.1.a" :WN_SENSE (("1.5" 00816030) ("1.6" 00972081)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (churn+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#churn#churn#churn#churn+ingly#(1.5,00816030)(1.6,00972081)###AD ( :DEF_WORD "churn" :CLASS "26.1.b" :WN_SENSE (("1.5" 00816030) ("1.6" 00972081)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (churn+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cicatrize#cicatrize#cicatrize#cicatrize+ed#(1.5,00893772,00058950)(1.6,01068733,00067049)###AD ( :DEF_WORD "cicatrize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00893772 00058950) ("1.6" 01068733 00067049)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cicatrize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#circle#circle#circle#circle+ingly#(1.5,01531353)(1.6,01848681)###AD ( :DEF_WORD "circle" :CLASS "47.8.c" :WN_SENSE (("1.5" 01531353) ("1.6" 01848681)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (circle+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#circulate#circulate#circulate#circulate+ed#(1.5,00546238,01167923,01167647,00160939)(1.6,00655894,01396032,01395734,00184403)###AD ( :DEF_WORD "circulate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00546238 01167923 01167647 00160939) ("1.6" 00655894 01396032 01395734 00184403)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (circulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#circumcise#circumcise#circumcise#circumcise+ed#(1.5,00729302,00729430)(1.6,00869864,00870046)###AD ( :DEF_WORD "circumcise" :CLASS "45.4.a" :WN_SENSE (("1.5" 00729302 00729430) ("1.6" 00869864 00870046)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (circumcise+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 52.a#1#_th_loc#circumvent#circumvent#circumvent#circumvent+ingly#(1.5,00455749)(1.6,00550404)###BJDMAP ( :DEF_WORD "circumvent" :CLASS "52.a" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (circumvent+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#cite#cite#cite#cite+ed#(1.5,00578336,00976735,00577882)(1.6,00692561,01169330,00692018)###AD ( :DEF_WORD "cite" :CLASS "29.2.c" :WN_SENSE (("1.5" 00578336 00976735 00577882) ("1.6" 00692561 01169330 00692018)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cite+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#cite#cite#cite#cite+ingly#(1.5,00578336,00976735,00577882)(1.6,00692561,01169330,00692018)###AD ( :DEF_WORD "cite" :CLASS "29.2.d" :WN_SENSE (("1.5" 00578336 00976735 00577882) ("1.6" 00692561 01169330 00692018)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (cite+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#cite#cite#cite#cite+ingly#(1.5,00578336,00976735,00577882)(1.6,00692561,01169330,00692018)###AD ( :DEF_WORD "cite" :CLASS "37.1.b" :WN_SENSE (("1.5" 00578336 00976735 00577882) ("1.6" 00692561 01169330 00692018)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (cite+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#civilize#civilize#civilize#civilize+ed#(1.5,01351984,00243919)(1.6,01626835,00285583)###AD ( :DEF_WORD "civilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01351984 00243919) ("1.6" 01626835 00285583)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (civilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clack#clack#clack#clack+ingly#(1.5,01239301,00597468)(1.6,01487239,00714915)###AD ( :DEF_WORD "clack" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239301 00597468) ("1.6" 01487239 00714915)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clack+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clack#clack#clack#clack+ingly#(1.5,01239301,00597468)(1.6,01487239,00714915)###AD ( :DEF_WORD "clack" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239301 00597468) ("1.6" 01487239 00714915)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clack+ingly 26)) ) ;; Grid: 017#1#_exp_perc(that)#claim#claim#claim#claim+ingly#(1.5,00425154)(1.6,00513974)###AD ! ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clack#clack#clack#clack+ingly#(1.5,01239301,00586278)(1.6,01487239,00702218)###AD ( :DEF_WORD "clack" :CLASS "43.2.c" :WN_SENSE (("1.5" 01239301 00586278) ("1.6" 01487239 00702218)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clack+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 41.3.3#1#_ag_mod-poss(in)#clad#clad#clad#clad+ed#(1.5,00031169)(1.6,00034046)###BJDMAP ( :DEF_WORD "clad" :CLASS "41.3.3" :WN_SENSE (("1.5" 00031169) ("1.6" 00034046)) :PROPBANK ("arg0 arg3(in)") :THETA_ROLES ((1 "_ag_mod-poss(in)")) :LCS (be ident (* thing 1) (at ident (thing 1) (clad+ed 9)) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#claim#claim#claim#claim+ingly#(1.5,00425154)(1.6,00513974)###AD ( :DEF_WORD "claim" :CLASS "37.7.a" :WN_SENSE (("1.5" 00425154) ("1.6" 00513974)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (claim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#claim#claim#claim#claim+ingly#(1.5,00425154)(1.6,00513974)###AD ( :DEF_WORD "claim" :CLASS "37.7.b" :WN_SENSE (("1.5" 00425154) ("1.6" 00513974)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (claim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 13.7#1#_ag#clam#clam#clam#clam+ingly#(1.5,00796507)(1.6,00948835)###AD ( :DEF_WORD "clam" :CLASS "13.7" :WN_SENSE (("1.5" 00796507) ("1.6" 00948835)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (clam+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#clamber#clamber#clamber#clamber+ingly#(1.5,01094497)(1.6,01311329)###AD ( :DEF_WORD "clamber" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01094497) ("1.6" 01311329)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (clamber+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#clamor#clamor#clamor#clamor+ingly#(1.5,--)(1.6,00526239)###AD ! ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#clamber#clamber#clamber#clamber+ingly#(1.5,01094497)(1.6,01311329)###AD ( :DEF_WORD "clamber" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01094497) ("1.6" 01311329)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (clamber+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#clamp#clamp#clamp#clamp+ingly#(1.5,00771537)(1.6,00918821)###AD ( :DEF_WORD "clamp" :CLASS "22.4.a" :WN_SENSE (("1.5" 00771537) ("1.6" 00918821)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (clamp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#clamp#clamp#clamp#clamp+ed#(1.5,00771537)(1.6,00918821)###AD ( :DEF_WORD "clamp" :CLASS "22.4.b" :WN_SENSE (("1.5" 00771537) ("1.6" 00918821)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clamp+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clang#clang#clang#clang+ingly#(1.5,01240691)(1.6,01488866)###AD ( :DEF_WORD "clang" :CLASS "43.2.a" :WN_SENSE (("1.5" 01240691) ("1.6" 01488866)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clang+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clang#clang#clang#clang+ingly#(1.5,01240691)(1.6,01488866)###AD ( :DEF_WORD "clang" :CLASS "43.2.b" :WN_SENSE (("1.5" 01240691) ("1.6" 01488866)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clang+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clang#clang#clang#clang+ingly#(1.5,01240691)(1.6,01488866)###AD ( :DEF_WORD "clang" :CLASS "43.2.c" :WN_SENSE (("1.5" 01240691) ("1.6" 01488866)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clang+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#clang#clang#clang#clang+ingly#(1.5,01240691)(1.6,01488866)###AD ( :DEF_WORD "clang" :CLASS "43.2.d" :WN_SENSE (("1.5" 01240691) ("1.6" 01488866)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (clang+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clank#clank#clank#clank+ingly#(1.5,01240819)(1.6,01488994)###AD ( :DEF_WORD "clank" :CLASS "43.2.a" :WN_SENSE (("1.5" 01240819) ("1.6" 01488994)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clank+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clank#clank#clank#clank+ingly#(1.5,01240819)(1.6,01488994)###AD ( :DEF_WORD "clank" :CLASS "43.2.b" :WN_SENSE (("1.5" 01240819) ("1.6" 01488994)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clank+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clank#clank#clank#clank+ingly#(1.5,01240819)(1.6,01488994)###AD ( :DEF_WORD "clank" :CLASS "43.2.c" :WN_SENSE (("1.5" 01240819) ("1.6" 01488994)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clank+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#clank#clank#clank#clank+ingly#(1.5,01240819)(1.6,01488994)###AD ( :DEF_WORD "clank" :CLASS "43.2.d" :WN_SENSE (("1.5" 01240819) ("1.6" 01488994)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (clank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#clap#clap#clap#clap+#(1.5,00022283)(1.6,00023765)###AD ( :DEF_WORD "clap" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00022283) ("1.6" 00023765)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (clap+ 2) ((* toward 5) comm (clap+ 2) (touching comm (clap+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#clap#clap#clap#clap+ingly#(1.5,00022283)(1.6,00023765)###AD ( :DEF_WORD "clap" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00022283) ("1.6" 00023765)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (clap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clap#clap#clap#clap+ingly#(1.5,00483713,00022283,01199766)(1.6,00584733,00023765,01434904)###AD ( :DEF_WORD "clap" :CLASS "43.2.a" :WN_SENSE (("1.5" 00483713 00022283 01199766) ("1.6" 00584733 00023765 01434904)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clap+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clap#clap#clap#clap+ingly#(1.5,00483713,00022283,01199766)(1.6,00584733,00023765,01434904)###AD ( :DEF_WORD "clap" :CLASS "43.2.b" :WN_SENSE (("1.5" 00483713 00022283 01199766) ("1.6" 00584733 00023765 01434904)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clap+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clap#clap#clap#clap+ingly#(1.5,00704763)(1.6,00842912)###AD ( :DEF_WORD "clap" :CLASS "43.2.c" :WN_SENSE (("1.5" 00704763) ("1.6" 00842912)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clap+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#clarify#clarify#clarify#clarify+ingly#(1.5,00349261,00189739,00529123)(1.6,00420545,00216841,00636437)###AD ( :DEF_WORD "clarify" :CLASS "37.1.b" :WN_SENSE (("1.5" 00349261 00189739 00529123) ("1.6" 00420545 00216841 00636437)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (clarify+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#clash#clash#clash#clash+ingly#(1.5,00452809)(1.6,00547234)###AD ( :DEF_WORD "clash" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452809) ("1.6" 00547234)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (clash+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#clash#clash#clash#clash+ingly#(1.5,00452809)(1.6,00547234)###AD ( :DEF_WORD "clash" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452809) ("1.6" 00547234)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (clash+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clash#clash#clash#clash+ingly#(1.5,00899732)(1.6,01075789)###AD ( :DEF_WORD "clash" :CLASS "43.2.a" :WN_SENSE (("1.5" 00899732) ("1.6" 01075789)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clash+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clash#clash#clash#clash+ingly#(1.5,00899732)(1.6,01075789)###AD ( :DEF_WORD "clash" :CLASS "43.2.b" :WN_SENSE (("1.5" 00899732) ("1.6" 01075789)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clash+ingly 26)) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#clasp#clasp#clasp#clasp+ingly#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "clasp" :CLASS "15.1.a" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (clasp+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#clasp#clasp#clasp#clasp+ingly#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "clasp" :CLASS "15.1.b" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (clasp+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#clasp#clasp#clasp#clasp+ingly#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "clasp" :CLASS "22.4.a" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (clasp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#clasp#clasp#clasp#clasp+ed#(1.5,00891716)(1.6,01066003)###AD ( :DEF_WORD "clasp" :CLASS "22.4.b" :WN_SENSE (("1.5" 00891716) ("1.6" 01066003)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clasp+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#class#class#class#class+ed#(1.5,00367953)(1.6,00441099)###AD ( :DEF_WORD "class" :CLASS "29.2.c" :WN_SENSE (("1.5" 00367953) ("1.6" 00441099)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (class+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#class#class#class#class+ingly#(1.5,00367953)(1.6,00441099)###AD ( :DEF_WORD "class" :CLASS "29.2.d" :WN_SENSE (("1.5" 00367953) ("1.6" 00441099)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (class+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#classify#classify#classify#classify+ingly#(1.5,00367953)(1.6,00441099)###AD ( :DEF_WORD "classify" :CLASS "29.2.a" :WN_SENSE (("1.5" 00367953) ("1.6" 00441099)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (classify+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#classify#classify#classify#classify+ed#(1.5,00367953)(1.6,00441099)###AD ( :DEF_WORD "classify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00367953) ("1.6" 00441099)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (classify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#classify#classify#classify#classify+ingly#(1.5,00367953)(1.6,00441099)###AD ( :DEF_WORD "classify" :CLASS "29.2.d" :WN_SENSE (("1.5" 00367953) ("1.6" 00441099)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (classify+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clatter#clatter#clatter#clatter+ingly#(1.5,01239301)(1.6,01487239)###AD ( :DEF_WORD "clatter" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239301) ("1.6" 01487239)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clatter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clatter#clatter#clatter#clatter+ingly#(1.5,01239301)(1.6,01487239)###AD ( :DEF_WORD "clatter" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239301) ("1.6" 01487239)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clatter+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clatter#clatter#clatter#clatter+ingly#(1.5,01239301)(1.6,01487239)###AD ( :DEF_WORD "clatter" :CLASS "43.2.c" :WN_SENSE (("1.5" 01239301) ("1.6" 01487239)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clatter+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#claw#claw#claw#claw+ingly#(1.5,00749551)(1.6,00892930)###AD ( :DEF_WORD "claw" :CLASS "18.2.a" :WN_SENSE (("1.5" 00749551) ("1.6" 00892930)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (claw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#claw#claw#claw#claw+ingly#(1.5,00749551)(1.6,00892930)###AD ( :DEF_WORD "claw" :CLASS "18.2.b" :WN_SENSE (("1.5" 00749551) ("1.6" 00892930)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (claw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#clay#clay#clay#clay+ed####BJDMAP ( :DEF_WORD "clay" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clay+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.3.a#1#_ag_th,src()#clean#clean#clean#clean+ingly#(1.5,00881979,00106221)(1.6,01054427,00120982)###AD ( :DEF_WORD "clean" :CLASS "10.3.a" :WN_SENSE (("1.5" 00881979 00106221) ("1.6" 01054427 00120982)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (clean+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.3.b#1#,ag_th,mod-poss(of)#clean#clean#clean#clean+ed#(1.5,00881979,00106221)(1.6,01054427,00120982)###AD ( :DEF_WORD "clean" :CLASS "10.3.b" :WN_SENSE (("1.5" 00881979 00106221) ("1.6" 01054427 00120982)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 ",ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#clean#clean#clean#clean+ed#(1.5,00881979,00106221)(1.6,01054427,00120982)###AD ( :DEF_WORD "clean" :CLASS "26.3" :WN_SENSE (("1.5" 00881979 00106221) ("1.6" 01054427 00120982)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#clean#clean#clean#clean+ed#(1.5,00881979,00106221)(1.6,01054427,00120982)###AD ( :DEF_WORD "clean" :CLASS "26.3" :WN_SENSE (("1.5" 00881979 00106221) ("1.6" 01054427 00120982)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#clean#clean#clean#clean+ed#(1.5,00881979,00023287)(1.6,01054427,00025085)###AD ( :DEF_WORD "clean" :CLASS "45.4.a" :WN_SENSE (("1.5" 00881979 00023287) ("1.6" 01054427 00025085)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#clean#clean#clean#clean+ed#(1.5,00881979,00023287)(1.6,01054427,00025085)###AD ( :DEF_WORD "clean" :CLASS "45.4.b" :WN_SENSE (("1.5" 00881979 00023287) ("1.6" 01054427 00025085)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#clean#clean#clean#clean+ed#(1.5,00023287,01557340)(1.6,00025085,01877767)###AD ( :DEF_WORD "clean" :CLASS "45.4.c" :WN_SENSE (("1.5" 00023287 01557340) ("1.6" 00025085 01877767)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clean+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#cleanse#cleanse#cleanse#cleanse+ed#(1.5,00023287)(1.6,00025085)###AD ( :DEF_WORD "cleanse" :CLASS "10.6.a" :WN_SENSE (("1.5" 00023287) ("1.6" 00025085)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cleanse+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.3.a#1#_ag_th,src()#clear#clear#clear#clear+ingly#(1.5,00109739,00349261,00324492,00117993,00218127)(1.6,00124634,00420545,00384451,00133983,00517522)###AD ( :DEF_WORD "clear" :CLASS "10.3.a" :WN_SENSE (("1.5" 00109739 00349261 00324492 00117993 00218127) ("1.6" 00124634 00420545 00384451 00133983 00517522)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (clear+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.3.b#1#,ag_th,mod-poss(of)#clear#clear#clear#clear+ed#(1.5,00109739,00349261)(1.6,00124634,00420545)###AD ( :DEF_WORD "clear" :CLASS "10.3.b" :WN_SENSE (("1.5" 00109739 00349261) ("1.6" 00124634 00420545)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 ",ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#clear#clear#clear#clear+ed#(1.5,00109739,00349261)(1.6,00124634,00420545)###AD ( :DEF_WORD "clear" :CLASS "26.3" :WN_SENSE (("1.5" 00109739 00349261) ("1.6" 00124634 00420545)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#clear#clear#clear#clear+ed#(1.5,00109739,00349261)(1.6,00124634,00420545)###AD ( :DEF_WORD "clear" :CLASS "26.3" :WN_SENSE (("1.5" 00109739 00349261) ("1.6" 00124634 00420545)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#clear#clear#clear#clear+ed#(1.5,00109739,00324492,00106828)(1.6,00124634,00384451,00121607)###AD ( :DEF_WORD "clear" :CLASS "45.4.a" :WN_SENSE (("1.5" 00109739 00324492 00106828) ("1.6" 00124634 00384451 00121607)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#clear#clear#clear#clear+ed#(1.5,00109739,00324492,00106828)(1.6,00124634,00384451,00121607)###AD ( :DEF_WORD "clear" :CLASS "45.4.b" :WN_SENSE (("1.5" 00109739 00324492 00106828) ("1.6" 00124634 00384451 00121607)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#clear#clear#clear#clear+ed#(1.5,01565114)(1.6,01893399)###AD ( :DEF_WORD "clear" :CLASS "45.4.c" :WN_SENSE (("1.5" 01565114) ("1.6" 01893399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clear+ed 9)))) ) ;; Grid: 22.5.a#1#_th_goal(to)#cleave#cleave#cleave#cleave+ingly#(1.5,00897454)(1.6,01083862)###AD ( :DEF_WORD "cleave" :CLASS "22.5.a" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th_goal(to)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cleave+ingly 26)) ) ;; Grid: 22.5.b#1#_th_mod-loc(together)#cleave#cleave#cleave#cleave+ingly#(1.5,00897454)(1.6,01083862)###AD ( :DEF_WORD "cleave" :CLASS "22.5.b" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) ((* together 23) loc (thing 2) (nil 24)) (cleave+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#clench#clench#clench#clench+ingly#(1.5,00803363)(1.6,00956757)###AD ( :DEF_WORD "clench" :CLASS "40.3.2" :WN_SENSE (("1.5" 00803363) ("1.6" 00956757)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (clench+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#clerk#clerk#clerk#clerk+ingly#(1.5,01365078)(1.6,01642404)###AD ( :DEF_WORD "clerk" :CLASS "29.8.a" :WN_SENSE (("1.5" 01365078) ("1.6" 01642404)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (clerk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#clerk#clerk#clerk#clerk+ingly#(1.5,01365078)(1.6,01642404)###AD ( :DEF_WORD "clerk" :CLASS "29.8.b" :WN_SENSE (("1.5" 01365078) ("1.6" 01642404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (clerk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#click#click#click#click+ingly#(1.5,01078972,01247401,00708004)(1.6,01292661,01496693,00846658)###AD ( :DEF_WORD "click" :CLASS "40.3.2" :WN_SENSE (("1.5" 01078972 01247401 00708004) ("1.6" 01292661 01496693 00846658)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (click+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#click#click#click#click+ingly#(1.5,01078972,01247317,01247401,00597707,00597468)(1.6,01292661,01496550,01496693,00715158,00714915)###AD ( :DEF_WORD "click" :CLASS "43.2.a" :WN_SENSE (("1.5" 01078972 01247317 01247401 00597707 00597468) ("1.6" 01292661 01496550 01496693 00715158 00714915)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (click+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#click#click#click#click+ingly#(1.5,01078972,01247317,01247401,00597707,00597468)(1.6,01292661,01496550,01496693,00715158,00714915)###AD ( :DEF_WORD "click" :CLASS "43.2.b" :WN_SENSE (("1.5" 01078972 01247317 01247401 00597707 00597468) ("1.6" 01292661 01496550 01496693 00715158 00714915)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (click+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#click#click#click#click+ingly#(1.5,01247317,00597468)(1.6,01496550,00714915)###AD ( :DEF_WORD "click" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247317 00597468) ("1.6" 01496550 00714915)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (click+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#click#click#click#click+ingly#(1.5,01078972,01247317,00708004)(1.6,01292661,01496550,00846658)###AD ( :DEF_WORD "click" :CLASS "43.2.d" :WN_SENSE (("1.5" 01078972 01247317 00708004) ("1.6" 01292661 01496550 00846658)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (click+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.6#1#_th#climb#climb#climb#climb+ed#(1.5,00257753,00092545)(1.6,00301917,00106108)###AD ( :DEF_WORD "climb" :CLASS "45.6" :WN_SENSE (("1.5" 00257753 00092545) ("1.6" 00301917 00106108)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (climb+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "47.7.a" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (climb+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "47.7.b" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (climb+ingly 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "51.1.a" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (climb+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.c#1#_th,loc(up)#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "51.1.c" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 argm-LOC(up)") :THETA_ROLES ((1 "_th,loc(up)")) :LCS (act loc (* thing 2) ((* up 10) loc (thing 2) (thing 11)) (climb+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 51.1.e#1#_th_goal#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "51.1.e" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (up loc (thing 2) (* thing 6))) (climb+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (climb+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#climb#climb#climb#climb+ingly#(1.5,01094615)(1.6,01311485)###AD ( :DEF_WORD "climb" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01094615) ("1.6" 01311485)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (climb+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#clinch#clinch#clinch#clinch+ingly#(1.5,00772420)(1.6,00919871)###BJDMAP ( :DEF_WORD "clinch" :CLASS "31.1.a" :WN_SENSE (("1.5" 00772420) ("1.6" 00919871)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (clinch+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 22.5.a#1#_th_goal(to)#cling#cling#cling#cling+ingly#(1.5,00695252)(1.6,00831685)###AD ( :DEF_WORD "cling" :CLASS "22.5.a" :WN_SENSE (("1.5" 00695252) ("1.6" 00831685)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th_goal(to)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cling+ingly 26)) ) ;; Grid: 22.5.b#1#_th_mod-loc(together)#cling#cling#cling#cling+ingly#(1.5,00695252)(1.6,00831685)###AD ( :DEF_WORD "cling" :CLASS "22.5.b" :WN_SENSE (("1.5" 00695252) ("1.6" 00831685)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) ((* together 23) loc (thing 2) (nil 24)) (cling+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#cling#cling#cling#cling+ingly#(1.5,00695252)(1.6,00831685)###AD ( :DEF_WORD "cling" :CLASS "43.2.a" :WN_SENSE (("1.5" 00695252) ("1.6" 00831685)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (cling+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#cling#cling#cling#cling+ingly#(1.5,00695252)(1.6,00831685)###AD ( :DEF_WORD "cling" :CLASS "43.2.b" :WN_SENSE (("1.5" 00695252) ("1.6" 00831685)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cling+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clink#clink#clink#clink+ingly#(1.5,01247680)(1.6,01497009)###AD ( :DEF_WORD "clink" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clink+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clink#clink#clink#clink+ingly#(1.5,01247680)(1.6,01497009)###AD ( :DEF_WORD "clink" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clink+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clink#clink#clink#clink+ingly#(1.5,01247765)(1.6,01497130)###AD ( :DEF_WORD "clink" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247765) ("1.6" 01497130)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clink+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#clink#clink#clink#clink+ingly#(1.5,01247765)(1.6,01497130)###AD ( :DEF_WORD "clink" :CLASS "43.2.d" :WN_SENSE (("1.5" 01247765) ("1.6" 01497130)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (clink+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#clip#clip#clip#clip+ingly#(1.5,00838400)(1.6,00999598)###AD ( :DEF_WORD "clip" :CLASS "21.1.b" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (clip+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#clip#clip#clip#clip+ingly#(1.5,00838400)(1.6,00999598)###AD ( :DEF_WORD "clip" :CLASS "21.1.c" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (clip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#clip#clip#clip#clip+ed#(1.5,00838400)(1.6,00999598)###AD ( :DEF_WORD "clip" :CLASS "21.1.d" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clip+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#clip#clip#clip#clip+ingly#(1.5,00838400)(1.6,00999598)###AD ( :DEF_WORD "clip" :CLASS "21.1.e" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (clip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#clip#clip#clip#clip+ingly#(1.5,00786516)(1.6,00936316)###AD ( :DEF_WORD "clip" :CLASS "22.4.a" :WN_SENSE (("1.5" 00786516) ("1.6" 00936316)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (clip+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#clip#clip#clip#clip+ed#(1.5,00786516)(1.6,00936316)###AD ( :DEF_WORD "clip" :CLASS "22.4.b" :WN_SENSE (("1.5" 00786516) ("1.6" 00936316)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clip+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 41.2.2#1#_ag_th#clip#clip#clip#clip+ed#(1.5,00838400,00176352)(1.6,00999598,00201632)###AD ( :DEF_WORD "clip" :CLASS "41.2.2" :WN_SENSE (("1.5" 00838400 00176352) ("1.6" 00999598 00201632)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clip+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#cloak#cloak#cloak#cloak+ed#(1.5,01225267)(1.6,01469958)###AD ( :DEF_WORD "cloak" :CLASS "9.8.a" :WN_SENSE (("1.5" 01225267) ("1.6" 01469958)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (cloak+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#cloak#cloak#cloak#cloak+ed#(1.5,01225267)(1.6,01469958)###AD ( :DEF_WORD "cloak" :CLASS "9.8.b" :WN_SENSE (("1.5" 01225267) ("1.6" 01469958)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cloak+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#cloak#cloak#cloak#cloak+ed#(1.5,01225267)(1.6,01469958)###AD ( :DEF_WORD "cloak" :CLASS "9.8.d" :WN_SENSE (("1.5" 01225267) ("1.6" 01469958)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cloak+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#cloak#cloak#cloak#cloak+ed#(1.5,01225267)(1.6,01469958)###AD ( :DEF_WORD "cloak" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01225267) ("1.6" 01469958)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cloak+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#clobber#clobber#clobber#clobber+ingly#(1.5,00815423)(1.6,00971255)###AD ( :DEF_WORD "clobber" :CLASS "18.3" :WN_SENSE (("1.5" 00815423) ("1.6" 00971255)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (clobber+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#clog#clog#clog#clog+ed#(1.5,00849341)(1.6,01013724)###AD ( :DEF_WORD "clog" :CLASS "9.8.a" :WN_SENSE (("1.5" 00849341) ("1.6" 01013724)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (clog+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#clog#clog#clog#clog+ed#(1.5,00849341)(1.6,01013724)###AD ( :DEF_WORD "clog" :CLASS "9.8.b" :WN_SENSE (("1.5" 00849341) ("1.6" 01013724)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (clog+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#clog#clog#clog#clog+ed#(1.5,00849341)(1.6,01013724)###AD ( :DEF_WORD "clog" :CLASS "9.8.e" :WN_SENSE (("1.5" 00849341) ("1.6" 01013724)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (clog+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#clog#clog#clog#clog+ed#(1.5,00849341)(1.6,01013724)###AD ( :DEF_WORD "clog" :CLASS "45.4.a" :WN_SENSE (("1.5" 00849341) ("1.6" 01013724)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clog+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#clog#clog#clog#clog+ed#(1.5,00849341)(1.6,01013724)###AD ( :DEF_WORD "clog" :CLASS "45.4.b" :WN_SENSE (("1.5" 00849341) ("1.6" 01013724)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clog+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#clog#clog#clog#clog+ed#(1.5,00978996)(1.6,01171842)###AD ( :DEF_WORD "clog" :CLASS "45.4.c" :WN_SENSE (("1.5" 00978996) ("1.6" 01171842)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clog+ed 9)))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#clog#clog#clog#clog+ingly#(1.5,00978996)(1.6,01171842)###AD ( :DEF_WORD "clog" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 00978996) ("1.6" 01171842)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (clog+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#clog#clog#clog#clog+ingly#(1.5,00978996)(1.6,01171842)###AD ( :DEF_WORD "clog" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 00978996) ("1.6" 01171842)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (clog+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#clog#clog#clog#clog+ingly#(1.5,00978996)(1.6,01171842)###AD ( :DEF_WORD "clog" :CLASS "51.5.b" :WN_SENSE (("1.5" 00978996) ("1.6" 01171842)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (clog+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#cloister#cloister#cloister#cloister+#(1.5,01544171)(1.6,01863205)###AD ( :DEF_WORD "cloister" :CLASS "9.10" :WN_SENSE (("1.5" 01544171) ("1.6" 01863205)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (cloister+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#cloister#cloister#cloister#cloister+ed#(1.5,01544171,00291252)(1.6,01863205,00345202)###AD ( :DEF_WORD "cloister" :CLASS "16" :WN_SENSE (("1.5" 01544171 00291252) ("1.6" 01863205 00345202)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (cloister+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clomp#clomp#clomp#clomp+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clomp" :CLASS "43.2.a" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clomp+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clomp#clomp#clomp#clomp+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clomp" :CLASS "43.2.b" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clomp+ingly 26)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#close#close#close#close+ingly#(1.5,00772512,00773754)(1.6,00919962,00921313)###AD ( :DEF_WORD "close" :CLASS "40.3.2" :WN_SENSE (("1.5" 00772512 00773754) ("1.6" 00919962 00921313)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (close+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#close#close#close#close+ed#(1.5,00772512)(1.6,00919962)###AD ( :DEF_WORD "close" :CLASS "45.4.a" :WN_SENSE (("1.5" 00772512) ("1.6" 00919962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (close+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#close#close#close#close+ed#(1.5,00772512)(1.6,00919962)###AD ( :DEF_WORD "close" :CLASS "45.4.b" :WN_SENSE (("1.5" 00772512) ("1.6" 00919962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (close+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#close#close#close#close+ed#(1.5,00773754)(1.6,00921313)###AD ( :DEF_WORD "close" :CLASS "45.4.c" :WN_SENSE (("1.5" 00773754) ("1.6" 00921313)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (close+ed 9)))) ) ;; Grid: 41.1.1.ii#1#,ag_th#clothe#clothe#clothe#clothe+ed#(1.5,00031169)(1.6,00034046)###BJDMAP ( :DEF_WORD "clothe" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00031169) ("1.6" 00034046)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clothe+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#clouded#clouded#clouded#clouded+ed#(1.5,00299482,01564844)(1.6,00354825,01893081)###AD ( :DEF_WORD "clouded" :CLASS "45.4.a" :WN_SENSE (("1.5" 00299482 01564844) ("1.6" 00354825 01893081)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (clouded+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#clown#clown#clown#clown+ingly#(1.5,00062862)(1.6,00071831)###AD ( :DEF_WORD "clown" :CLASS "36.1.c" :WN_SENSE (("1.5" 00062862) ("1.6" 00071831)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (clown+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#clown#clown#clown#clown+ingly#(1.5,00062862)(1.6,00071831)###AD ( :DEF_WORD "clown" :CLASS "36.1.d" :WN_SENSE (("1.5" 00062862) ("1.6" 00071831)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (clown+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#club#club#club#club+ingly#(1.5,00819050)(1.6,00975995)###AD ( :DEF_WORD "club" :CLASS "18.3" :WN_SENSE (("1.5" 00819050) ("1.6" 00975995)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (club+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#cluck#cluck#cluck#cluck+ingly#(1.5,00597468)(1.6,00714915)###AD ( :DEF_WORD "cluck" :CLASS "37.3.a" :WN_SENSE (("1.5" 00597468) ("1.6" 00714915)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cluck+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#cluck#cluck#cluck#cluck+ingly#(1.5,00597468)(1.6,00714915)###AD ( :DEF_WORD "cluck" :CLASS "37.3.a" :WN_SENSE (("1.5" 00597468) ("1.6" 00714915)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cluck+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#cluck#cluck#cluck#cluck+#(1.5,00597468)(1.6,00714915)###AD ( :DEF_WORD "cluck" :CLASS "37.3.b" :WN_SENSE (("1.5" 00597468) ("1.6" 00714915)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (cluck+ 2) ((* toward 5) comm (cluck+ 2) ((at 5) comm (cluck+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#cluck#cluck#cluck#cluck+#(1.5,00597468)(1.6,00714915)###AD ( :DEF_WORD "cluck" :CLASS "37.3.c" :WN_SENSE (("1.5" 00597468) ("1.6" 00714915)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (cluck+ 2) (toward comm (cluck+ 2) (at comm (cluck+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#cluck#cluck#cluck#cluck+#(1.5,00597468)(1.6,00714915)###AD ( :DEF_WORD "cluck" :CLASS "38" :WN_SENSE (("1.5" 00597468) ("1.6" 00714915)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (cluck+ 2) ((* toward 5) comm (cluck+ 2) (touching comm (cluck+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clump#clump#clump#clump+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clump" :CLASS "43.2.a" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clump+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clump#clump#clump#clump+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clump" :CLASS "43.2.b" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clump+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#clump#clump#clump#clump+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clump" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (clump+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#clump#clump#clump#clump+ingly#(1.5,01099853)(1.6,01317022)###AD ( :DEF_WORD "clump" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01099853) ("1.6" 01317022)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (clump+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#clunk#clunk#clunk#clunk+ingly#(1.5,01247039)(1.6,01496117)###AD ( :DEF_WORD "clunk" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247039) ("1.6" 01496117)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (clunk+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#clunk#clunk#clunk#clunk+ingly#(1.5,01247039)(1.6,01496117)###AD ( :DEF_WORD "clunk" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247039) ("1.6" 01496117)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (clunk+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#clunk#clunk#clunk#clunk+ingly#(1.5,01247039)(1.6,01496117)###AD ( :DEF_WORD "clunk" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247039) ("1.6" 01496117)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (clunk+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#clunk#clunk#clunk#clunk+ingly#(1.5,01247039)(1.6,01496117)###AD ( :DEF_WORD "clunk" :CLASS "43.2.d" :WN_SENSE (("1.5" 01247039) ("1.6" 01496117)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (clunk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#cluster#cluster#cluster#cluster+ingly#(1.5,00852924)(1.6,01018225)###AD ( :DEF_WORD "cluster" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 00852924) ("1.6" 01018225)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (cluster+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#cluster#cluster#cluster#cluster+ingly#(1.5,00852924)(1.6,01018225)###AD ( :DEF_WORD "cluster" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00852924) ("1.6" 01018225)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (cluster+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#cluster#cluster#cluster#cluster+ed#(1.5,00852924)(1.6,01018225)###AD ( :DEF_WORD "cluster" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00852924) ("1.6" 01018225)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cluster+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#cluster#cluster#cluster#cluster+ingly#(1.5,01157719,00852924)(1.6,01383522,01018225)###AD ( :DEF_WORD "cluster" :CLASS "47.5.2" :WN_SENSE (("1.5" 01157719 00852924) ("1.6" 01383522 01018225)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (cluster+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#clutch#clutch#clutch#clutch+ingly#(1.5,00689792)(1.6,00825349)###AD ( :DEF_WORD "clutch" :CLASS "15.1.a" :WN_SENSE (("1.5" 00689792) ("1.6" 00825349)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (clutch+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#clutch#clutch#clutch#clutch+ingly#(1.5,00689792)(1.6,00825349)###AD ( :DEF_WORD "clutch" :CLASS "15.1.b" :WN_SENSE (("1.5" 00689792) ("1.6" 00825349)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (clutch+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#clutter#clutter#clutter#clutter+ed#(1.5,00109963)(1.6,00124827)###AD ( :DEF_WORD "clutter" :CLASS "9.8.a" :WN_SENSE (("1.5" 00109963) ("1.6" 00124827)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (clutter+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#clutter#clutter#clutter#clutter+ed#(1.5,00109963)(1.6,00124827)###AD ( :DEF_WORD "clutter" :CLASS "9.8.b" :WN_SENSE (("1.5" 00109963) ("1.6" 00124827)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (clutter+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#clutter#clutter#clutter#clutter+ed#(1.5,00109963)(1.6,00124827)###AD ( :DEF_WORD "clutter" :CLASS "9.8.e" :WN_SENSE (("1.5" 00109963) ("1.6" 00124827)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (clutter+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#co-exist#co-exist#co-exist#co-exist+ingly#(1.5,01472205,01472070)(1.6,01775867,01775744)###AD ( :DEF_WORD "co-exist" :CLASS "47.1" :WN_SENSE (("1.5" 01472205 01472070) ("1.6" 01775867 01775744)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (co-exist+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#coach#coach#coach#coach+ingly#(1.5,00468052)(1.6,00565367)###AD ( :DEF_WORD "coach" :CLASS "29.8.a" :WN_SENSE (("1.5" 00468052) ("1.6" 00565367)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (coach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#coach#coach#coach#coach+ingly#(1.5,00468052)(1.6,00565367)###AD ( :DEF_WORD "coach" :CLASS "29.8.b" :WN_SENSE (("1.5" 00468052) ("1.6" 00565367)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (coach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#coach#coach#coach#coach+ingly#(1.5,01100320)(1.6,01317477)###AD ( :DEF_WORD "coach" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01100320) ("1.6" 01317477)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (coach+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#coach#coach#coach#coach+ingly#(1.5,01100320)(1.6,01317477)###AD ( :DEF_WORD "coach" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01100320) ("1.6" 01317477)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (coach+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#coagulate#coagulate#coagulate#coagulate+ed#(1.5,00272433)(1.6,00320199)###AD ( :DEF_WORD "coagulate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00272433) ("1.6" 00320199)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coagulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#coagulate#coagulate#coagulate#coagulate+ed#(1.5,00272433)(1.6,00320199)###AD ( :DEF_WORD "coagulate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00272433) ("1.6" 00320199)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coagulate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#coagulate#coagulate#coagulate#coagulate+ed#(1.5,00272433)(1.6,00320199)###AD ( :DEF_WORD "coagulate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00272433) ("1.6" 00320199)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coagulate+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#coalesce#coalesce#coalesce#coalesce+ed#(1.5,00840930)(1.6,01002428)###AD ( :DEF_WORD "coalesce" :CLASS "22.2.a" :WN_SENSE (("1.5" 00840930) ("1.6" 01002428)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coalesce+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#coalesce#coalesce#coalesce#coalesce+ed#(1.5,00235644)(1.6,00274169)###AD ( :DEF_WORD "coalesce" :CLASS "22.2.c" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coalesce+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#coarsen#coarsen#coarsen#coarsen+ed#(1.5,00715641)(1.6,00854993)###AD ( :DEF_WORD "coarsen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00715641) ("1.6" 00854993)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coarsen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#coarsen#coarsen#coarsen#coarsen+ed#(1.5,00715641)(1.6,00854993)###AD ( :DEF_WORD "coarsen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00715641) ("1.6" 00854993)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coarsen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#coarsen#coarsen#coarsen#coarsen+ed#(1.5,00715641)(1.6,00854993)###AD ( :DEF_WORD "coarsen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00715641) ("1.6" 00854993)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coarsen+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#coast#coast#coast#coast+ingly#(1.5,01075006)(1.6,01288009)###AD ( :DEF_WORD "coast" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01075006) ("1.6" 01288009)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (coast+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#coast#coast#coast#coast+ingly#(1.5,01075006)(1.6,01288009)###AD ( :DEF_WORD "coast" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01075006) ("1.6" 01288009)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (coast+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#coat#coat#coat#coat+ed#(1.5,00722448)(1.6,00862378)###AD ( :DEF_WORD "coat" :CLASS "9.8.a" :WN_SENSE (("1.5" 00722448) ("1.6" 00862378)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (coat+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#coat#coat#coat#coat+ed#(1.5,00722448)(1.6,00862378)###AD ( :DEF_WORD "coat" :CLASS "9.8.b" :WN_SENSE (("1.5" 00722448) ("1.6" 00862378)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (coat+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#coat#coat#coat#coat+ed#(1.5,00722448)(1.6,00862378)###AD ( :DEF_WORD "coat" :CLASS "9.8.d" :WN_SENSE (("1.5" 00722448) ("1.6" 00862378)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (coat+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#cock#cock#cock#cock+ingly#(1.5,01073760)(1.6,01286558)###AD ( :DEF_WORD "cock" :CLASS "40.3.2" :WN_SENSE (("1.5" 01073760) ("1.6" 01286558)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (cock+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#coddle#coddle#coddle#coddle+ingly#(1.5,00194401)(1.6,00222514)###AD ( :DEF_WORD "coddle" :CLASS "45.3.a" :WN_SENSE (("1.5" 00194401) ("1.6" 00222514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (coddle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#coddle#coddle#coddle#coddle+ingly#(1.5,00194401)(1.6,00222514)###AD ( :DEF_WORD "coddle" :CLASS "45.3.b" :WN_SENSE (("1.5" 00194401) ("1.6" 00222514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (coddle+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#coddle#coddle#coddle#coddle+ed#(1.5,00194401)(1.6,00222514)###AD ( :DEF_WORD "coddle" :CLASS "45.3.c" :WN_SENSE (("1.5" 00194401) ("1.6" 00222514)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coddle+ed 9)))) ) ;; Grid: 002#1#_ag_th,prop(to)#coerce#coerce#coerce#coerce+ingly#(1.5,01418102)(1.6,01707058)###AD ( :DEF_WORD "coerce" :CLASS "002" :WN_SENSE (("1.5" 01418102) ("1.6" 01707058)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (coerce+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 36.1.a#1#_th_mod-poss(with)#coexist#coexist#coexist#coexist+ingly#(1.5,01472070)(1.6,01775744)###AD ( :DEF_WORD "coexist" :CLASS "36.1.a" :WN_SENSE (("1.5" 01472070) ("1.6" 01775744)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* with 15) poss (*head*) (thing 16)) (coexist+ingly 26)) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 36.1.b#1#_th#coexist#coexist#coexist#coexist+ingly#(1.5,01472070)(1.6,01775744)###AD ( :DEF_WORD "coexist" :CLASS "36.1.b" :WN_SENSE (("1.5" 01472070) ("1.6" 01775744)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) (coexist+ingly 26)) :VAR_SPEC ((2 (human +) (num plur))) ) ;; Grid: 47.1#1#_th,mod-loc()#coexist#coexist#coexist#coexist+ingly#(1.5,01472205,01472070)(1.6,01775867,01775744)###AD ( :DEF_WORD "coexist" :CLASS "47.1" :WN_SENSE (("1.5" 01472205 01472070) ("1.6" 01775867 01775744)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (coexist+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#cohabit#cohabit#cohabit#cohabit+ingly#(1.5,01499752)(1.6,01809753)###AD ( :DEF_WORD "cohabit" :CLASS "47.1" :WN_SENSE (("1.5" 01499752) ("1.6" 01809753)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (cohabit+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.5.a#1#_th,goal()#cohere#cohere#cohere#cohere+ingly#(1.5,00695252)(1.6,00831685)###BJDMAP ( :DEF_WORD "cohere" :CLASS "22.5.a" :WN_SENSE (("1.5" 00695252) ("1.6" 00831685)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th,goal()")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cohere+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#coil#coil#coil#coil+ingly#(1.5,00876575)(1.6,01047481)###AD ( :DEF_WORD "coil" :CLASS "9.6" :WN_SENSE (("1.5" 00876575) ("1.6" 01047481)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (coil+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#coil#coil#coil#coil+#(1.5,00876575)(1.6,01047481)###AD ( :DEF_WORD "coil" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00876575) ("1.6" 01047481)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coil+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#coil#coil#coil#coil+ingly#(1.5,00876575)(1.6,01047481)###AD ( :DEF_WORD "coil" :CLASS "26.5.b" :WN_SENSE (("1.5" 00876575) ("1.6" 01047481)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (coil+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#coin#coin#coin#coin+ingly#(1.5,00972677,00937492)(1.6,01164714,01125549)###AD ( :DEF_WORD "coin" :CLASS "26.4" :WN_SENSE (("1.5" 00972677 00937492) ("1.6" 01164714 01125549)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (coin+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#coincide#coincide#coincide#coincide+ed#(1.5,00207535,01503914,01505089)(1.6,00239449,01814470,01815749)###AD ( :DEF_WORD "coincide" :CLASS "22.2.a" :WN_SENSE (("1.5" 00207535 01503914 01505089) ("1.6" 00239449 01814470 01815749)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coincide+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#coincide#coincide#coincide#coincide+ed#(1.5,01505089,00207535)(1.6,01815749,00239449)###AD ( :DEF_WORD "coincide" :CLASS "22.2.c" :WN_SENSE (("1.5" 01505089 00207535) ("1.6" 01815749 00239449)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coincide+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#coke#coke#coke#coke+ed#(1.5,00293464)(1.6,00348072)###AD ( :DEF_WORD "coke" :CLASS "45.4.a" :WN_SENSE (("1.5" 00293464) ("1.6" 00348072)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coke+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#coldcream#coldcream#coldcream#coldcream+ed#(1.5,00784464)(1.6,00934131)###AD ( :DEF_WORD "coldcream" :CLASS "41.2.2" :WN_SENSE (("1.5" 00784464) ("1.6" 00934131)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (coldcream+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#collaborate#collaborate#collaborate#collaborate+ingly#(1.5,01367677)(1.6,01645167)###AD ( :DEF_WORD "collaborate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01367677) ("1.6" 01645167)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (collaborate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#collaborate#collaborate#collaborate#collaborate+ingly#(1.5,01367677)(1.6,01645167)###AD ( :DEF_WORD "collaborate" :CLASS "36.1.d" :WN_SENSE (("1.5" 01367677) ("1.6" 01645167)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (collaborate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#collapse#collapse#collapse#collapse+ed#(1.5,01192654)(1.6,01426912)###AD ( :DEF_WORD "collapse" :CLASS "45.4.a" :WN_SENSE (("1.5" 01192654) ("1.6" 01426912)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collapse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#collapse#collapse#collapse#collapse+ed#(1.5,01192654)(1.6,01426912)###AD ( :DEF_WORD "collapse" :CLASS "45.4.b" :WN_SENSE (("1.5" 01192654) ("1.6" 01426912)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collapse+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#collapse#collapse#collapse#collapse+ed#(1.5,01192654)(1.6,01426912)###AD ( :DEF_WORD "collapse" :CLASS "45.4.c" :WN_SENSE (("1.5" 01192654) ("1.6" 01426912)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collapse+ed 9)))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#collate#collate#collate#collate+ingly#(1.5,00797701)(1.6,00950091)###AD ( :DEF_WORD "collate" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00797701) ("1.6" 00950091)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (collate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#collate#collate#collate#collate+ed#(1.5,00797701)(1.6,00950091)###AD ( :DEF_WORD "collate" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00797701) ("1.6" 00950091)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collate+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#collect#collect#collect#collect+ingly#(1.5,01264854,01311638)(1.6,01518840,01576416)###AD ( :DEF_WORD "collect" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01264854 01311638) ("1.6" 01518840 01576416)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (collect+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#collect#collect#collect#collect+ingly#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (collect+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#collect#collect#collect#collect+ed#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collect+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#collect#collect#collect#collect+#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collect+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#collect#collect#collect#collect+ingly#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "26.5.b" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (collect+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#collect#collect#collect#collect+ed#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "45.4.a" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collect+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#collect#collect#collect#collect+ed#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "45.4.b" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collect+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#collect#collect#collect#collect+ed#(1.5,01156687)(1.6,01382450)###AD ( :DEF_WORD "collect" :CLASS "45.4.c" :WN_SENSE (("1.5" 01156687) ("1.6" 01382450)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (collect+ed 9)))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#collect#collect#collect#collect+ingly#(1.5,01311458,01264854,00794237,00796914,01311638,01156687)(1.6,01576236,01518840,00946301,00949234,01576416,01382450)###AD ( :DEF_WORD "collect" :CLASS "47.5.2" :WN_SENSE (("1.5" 01311458 01264854 00794237 00796914 01311638 01156687) ("1.6" 01576236 01518840 00946301 00949234 01576416 01382450)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (collect+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#collide#collide#collide#collide+ingly#(1.5,01508664)(1.6,01820117)###AD ( :DEF_WORD "collide" :CLASS "36.1.c" :WN_SENSE (("1.5" 01508664) ("1.6" 01820117)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (collide+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#collide#collide#collide#collide+ingly#(1.5,01508664)(1.6,01820117)###AD ( :DEF_WORD "collide" :CLASS "36.1.d" :WN_SENSE (("1.5" 01508664) ("1.6" 01820117)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (collide+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#collude#collude#collude#collude+ingly#(1.5,00398134)(1.6,00478521)###AD ( :DEF_WORD "collude" :CLASS "36.1.c" :WN_SENSE (("1.5" 00398134) ("1.6" 00478521)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (collude+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#collude#collude#collude#collude+ingly#(1.5,00398134)(1.6,00478521)###AD ( :DEF_WORD "collude" :CLASS "36.1.d" :WN_SENSE (("1.5" 00398134) ("1.6" 00478521)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (collude+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#colonize#colonize#colonize#colonize+ed#(1.5,01465063,00245836)(1.6,01765858,00287786)###AD ( :DEF_WORD "colonize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01465063 00245836) ("1.6" 01765858 00287786)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (colonize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#color#color#color#color+ed#(1.5,00170120,00971980,00971580)(1.6,00194912,01163997,01163518)###AD ( :DEF_WORD "color" :CLASS "24" :WN_SENSE (("1.5" 00170120 00971980 00971580) ("1.6" 00194912 01163997 01163518)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (color+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#comb#comb#comb#comb+ingly#(1.5,00755840)(1.6,00900615)###AD ( :DEF_WORD "comb" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (comb+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#comb#comb#comb#comb+ed#(1.5,00755840)(1.6,00900615)###AD ( :DEF_WORD "comb" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (comb+ed 9))))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#comb#comb#comb#comb+ingly#(1.5,00755840)(1.6,00900615)###AD ( :DEF_WORD "comb" :CLASS "35.2.a" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (comb+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#comb#comb#comb#comb+ingly#(1.5,00755840)(1.6,00900615)###AD ( :DEF_WORD "comb" :CLASS "35.2.a" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (comb+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#comb#comb#comb#comb+ingly#(1.5,00755840)(1.6,00900615)###AD ( :DEF_WORD "comb" :CLASS "35.2.b" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (comb+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 41.2.2#1#_ag_th#comb#comb#comb#comb+ed#(1.5,00918008,00024923)(1.6,01099382,00026985)###AD ( :DEF_WORD "comb" :CLASS "41.2.2" :WN_SENSE (("1.5" 00918008 00024923) ("1.6" 01099382 00026985)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (comb+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#combat#combat#combat#combat+ingly#(1.5,00616524)(1.6,00739748)###AD ( :DEF_WORD "combat" :CLASS "36.1.c" :WN_SENSE (("1.5" 00616524) ("1.6" 00739748)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (combat+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#combat#combat#combat#combat+ingly#(1.5,00616524)(1.6,00739748)###AD ( :DEF_WORD "combat" :CLASS "36.1.d" :WN_SENSE (("1.5" 00616524) ("1.6" 00739748)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (combat+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#combine#combine#combine#combine+ed#(1.5,00117258,00841020,01313453)(1.6,00133085,01002550,01578333)###AD ( :DEF_WORD "combine" :CLASS "22.1.a" :WN_SENSE (("1.5" 00117258 00841020 01313453) ("1.6" 00133085 01002550 01578333)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (combine+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#combine#combine#combine#combine+ingly#(1.5,00117258,00841020,01313453,01346993,00235644)(1.6,00133085,01002550,01578333,01619945,00274169)###AD ( :DEF_WORD "combine" :CLASS "22.1.b" :WN_SENSE (("1.5" 00117258 00841020 01313453 01346993 00235644) ("1.6" 00133085 01002550 01578333 01619945 00274169)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (combine+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#come#come#come#come+ingly#(1.5,01054590,00205410)(1.6,01879278,00236668)###AD ( :DEF_WORD "come" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01054590 00205410) ("1.6" 01879278 00236668)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (come+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#come#come#come#come+ingly#(1.5,01054590,01048865,01144761)(1.6,01879278,01256361,01368651)###AD ( :DEF_WORD "come" :CLASS "51.1.a" :WN_SENSE (("1.5" 01054590 01048865 01144761) ("1.6" 01879278 01256361 01368651)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (come+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#come!#come!#come!#come!+ingly####BJDMAP ( :DEF_WORD "come!" :CLASS "51.1.a" :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (come!+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#comfort#comfort#comfort#comfort+ingly#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "comfort" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (comfort+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#comfort#comfort#comfort#comfort+ingly#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "comfort" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (comfort+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#comfort#comfort#comfort#comfort+ed#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "comfort" :CLASS "31.1.c" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (comfort+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#command#command#command#command+ingly#(1.5,00422330)(1.6,00510062)###AD ( :DEF_WORD "command" :CLASS "002" :WN_SENSE (("1.5" 00422330) ("1.6" 00510062)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (command+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#commemorate#commemorate#commemorate#commemorate+ed####AD ( :DEF_WORD "commemorate" :CLASS "25.1.b" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (commemorate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 55.1.a#1#_th,prop#commence#commence#commence#commence+ingly#(1.5,00207968,00210121)(1.6,00239960,00242403)###AD ( :DEF_WORD "commence" :CLASS "55.1.a" :WN_SENSE (("1.5" 00207968 00210121) ("1.6" 00239960 00242403)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (commence+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#commence#commence#commence#commence+ingly#(1.5,00207968)(1.6,00239960)###AD ( :DEF_WORD "commence" :CLASS "55.1.b" :WN_SENSE (("1.5" 00207968) ("1.6" 00239960)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (commence+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#commence#commence#commence#commence+ingly#(1.5,00207968)(1.6,00239960)###AD ( :DEF_WORD "commence" :CLASS "55.1.c" :WN_SENSE (("1.5" 00207968) ("1.6" 00239960)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (commence+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#commend#commend#commend#commend+#(1.5,00495547,00495928)(1.6,00597884,00598264)###AD ( :DEF_WORD "commend" :CLASS "33.a.i" :WN_SENSE (("1.5" 00495547 00495928) ("1.6" 00597884 00598264)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (commend+ 2) (toward comm (commend+ 2) (at comm (commend+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#comment#comment#comment#comment+ingly#(1.5,00599498)(1.6,00717396)###AD ( :DEF_WORD "comment" :CLASS "37.7.a" :WN_SENSE (("1.5" 00599498) ("1.6" 00717396)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (comment+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#commercialize#commercialize#commercialize#commercialize+ed#(1.5,00278527)(1.6,00328216)###AD ( :DEF_WORD "commercialize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00278527) ("1.6" 00328216)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (commercialize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#commingle#commingle#commingle#commingle+ed#(1.5,00841249)(1.6,01003100)###AD ( :DEF_WORD "commingle" :CLASS "22.1.a" :WN_SENSE (("1.5" 00841249) ("1.6" 01003100)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (commingle+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#commingle#commingle#commingle#commingle+ingly#(1.5,00235644,00841585)(1.6,00274169,01003631)###AD ( :DEF_WORD "commingle" :CLASS "22.1.b" :WN_SENSE (("1.5" 00235644 00841585) ("1.6" 00274169 01003631)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (commingle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#commiserate#commiserate#commiserate#commiserate+ingly#(1.5,01038317)(1.6,01243364)###AD ( :DEF_WORD "commiserate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01038317) ("1.6" 01243364)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (commiserate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#commiserate#commiserate#commiserate#commiserate+ingly#(1.5,01038317)(1.6,01243364)###AD ( :DEF_WORD "commiserate" :CLASS "36.1.d" :WN_SENSE (("1.5" 01038317) ("1.6" 01243364)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (commiserate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 002#1#_ag_th,prop(to)#commission#commission#commission#commission+ingly#(1.5,--)(1.6,01686423)###AD ( :DEF_WORD "commission" :CLASS "002" :WN_SENSE (("1.5" --) ("1.6" 01686423)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (commission+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#commission#commission#commission#commission+ingly#(1.5,01404381)(1.6,01690743)###AD ( :DEF_WORD "commission" :CLASS "29.1.a" :WN_SENSE (("1.5" 01404381) ("1.6" 01690743)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (commission+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#commit#commit#commit#commit+ingly#(1.5,00499319,01335228)(1.6,00601722,01603985)###AD ( :DEF_WORD "commit" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00499319 01335228) ("1.6" 00601722 01603985)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (commit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#communicate#communicate#communicate#communicate+ingly#(1.5,00416793)(1.6,00502333)###AD ( :DEF_WORD "communicate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00416793) ("1.6" 00502333)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (communicate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#communicate#communicate#communicate#communicate+ingly#(1.5,00416793)(1.6,00502333)###AD ( :DEF_WORD "communicate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00416793) ("1.6" 00502333)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (communicate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#compare#compare#compare#compare+ed#(1.5,00367227,00367533)(1.6,00440138,00440600)###AD ( :DEF_WORD "compare" :CLASS "22.2.a" :WN_SENSE (("1.5" 00367227 00367533) ("1.6" 00440138 00440600)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compare+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#compare#compare#compare#compare+ed#(1.5,01547372)(1.6,01867106)###AD ( :DEF_WORD "compare" :CLASS "22.2.c" :WN_SENSE (("1.5" 01547372) ("1.6" 01867106)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compare+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 002#1#_ag_th,prop(to)#compel#compel#compel#compel+ingly#(1.5,00422330,01419159)(1.6,00510062,01708245)###AD ( :DEF_WORD "compel" :CLASS "002" :WN_SENSE (("1.5" 00422330 01419159) ("1.6" 00510062 01708245)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (compel+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#compensate#compensate#compensate#compensate+ed#(1.5,01282681,01281163,01280716)(1.6,01542031,01540206,01539754)###AD ( :DEF_WORD "compensate" :CLASS "13.4.2" :WN_SENSE (("1.5" 01282681 01281163 01280716) ("1.6" 01542031 01540206 01539754)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compensate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#compensate#compensate#compensate#compensate+#(1.5,01426877,01282681,01281163,01280716)(1.6,01717808,01542031,01540206,01539754)###AD ( :DEF_WORD "compensate" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01426877 01282681 01281163 01280716) ("1.6" 01717808 01542031 01540206 01539754)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (compensate+ 2) (toward comm (compensate+ 2) (at comm (compensate+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#compete#compete#compete#compete+ingly#(1.5,00605050)(1.6,00727087)###AD ( :DEF_WORD "compete" :CLASS "36.1.c" :WN_SENSE (("1.5" 00605050) ("1.6" 00727087)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (compete+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#compete#compete#compete#compete+ingly#(1.5,00605050)(1.6,00727087)###AD ( :DEF_WORD "compete" :CLASS "36.1.d" :WN_SENSE (("1.5" 00605050) ("1.6" 00727087)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (compete+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#compile#compile#compile#compile+ed#(1.5,00931572)(1.6,01117894)###AD ( :DEF_WORD "compile" :CLASS "26.1.a" :WN_SENSE (("1.5" 00931572) ("1.6" 01117894)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compile+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#compile#compile#compile#compile+ed#(1.5,00931572)(1.6,01117894)###AD ( :DEF_WORD "compile" :CLASS "26.1.a" :WN_SENSE (("1.5" 00931572) ("1.6" 01117894)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compile+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#compile#compile#compile#compile+ingly#(1.5,00931572)(1.6,01117894)###AD ( :DEF_WORD "compile" :CLASS "26.1.b" :WN_SENSE (("1.5" 00931572) ("1.6" 01117894)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (compile+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#complain#complain#complain#complain+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ( :DEF_WORD "complain" :CLASS "37.8.b" :WN_SENSE (("1.5" 00510349) ("1.6" 00614225)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (complain+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#complain#complain#complain#complain+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ( :DEF_WORD "complain" :CLASS "37.8.b" :WN_SENSE (("1.5" 00510349) ("1.6" 00614225)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (complain+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 55.2.a#1#_th_prop#complement#complement#complement#complement+ingly#(1.5,--)(1.6,00318699)###AD ( :DEF_WORD "complement" :CLASS "55.2.a" :WN_SENSE (("1.5" --) ("1.6" 00318699)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (complement+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.c#1#_th_prop#complement#complement#complement#complement+ingly#(1.5,--)(1.6,00318699)###AD ( :DEF_WORD "complement" :CLASS "55.2.c" :WN_SENSE (("1.5" --) ("1.6" 00318699)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (complement+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.a#1#_th_prop#complete#complete#complete#complete+ingly#(1.5,00285198,00938602,01450183)(1.6,00337013,01126836,01748048)###AD ( :DEF_WORD "complete" :CLASS "55.2.a" :WN_SENSE (("1.5" 00285198 00938602 01450183) ("1.6" 00337013 01126836 01748048)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (complete+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.b#1#_th_prop#complete#complete#complete#complete+ingly#(1.5,00285198)(1.6,00337013)###AD ( :DEF_WORD "complete" :CLASS "55.2.b" :WN_SENSE (("1.5" 00285198) ("1.6" 00337013)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* event 27))) (complete+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#complicate#complicate#complicate#complicate+ed#(1.5,00239181,00238711)(1.6,00279361,00278110)###AD ( :DEF_WORD "complicate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00239181 00238711) ("1.6" 00279361 00278110)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (complicate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#compliment#compliment#compliment#compliment+#(1.5,00495073,00495184)(1.6,00597423,00597534)###AD ( :DEF_WORD "compliment" :CLASS "33.a.i" :WN_SENSE (("1.5" 00495073 00495184) ("1.6" 00597423 00597534)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (compliment+ 2) (toward comm (compliment+ 2) (at comm (compliment+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#comply#comply#comply#comply+ingly#(1.5,01439724)(1.6,01733557)###AD ( :DEF_WORD "comply" :CLASS "36.1.c" :WN_SENSE (("1.5" 01439724) ("1.6" 01733557)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (comply+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#comply#comply#comply#comply+ingly#(1.5,00452184,01439724)(1.6,00546534,01733557)###AD ( :DEF_WORD "comply" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452184 01439724) ("1.6" 00546534 01733557)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (comply+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#compose#compose#compose#compose+ingly#(1.5,00976825,00931572)(1.6,01169420,01117894)###AD ( :DEF_WORD "compose" :CLASS "26.4" :WN_SENSE (("1.5" 00976825 00931572) ("1.6" 01169420 01117894)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (compose+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#compose#compose#compose#compose+ingly#(1.5,00976825)(1.6,01169420)###AD ( :DEF_WORD "compose" :CLASS "26.7.i" :WN_SENSE (("1.5" 00976825) ("1.6" 01169420)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (compose+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#compose#compose#compose#compose+ingly#(1.5,00976825)(1.6,01169420)###AD ( :DEF_WORD "compose" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00976825) ("1.6" 01169420)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (compose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#compose#compose#compose#compose+ingly#(1.5,00976825)(1.6,01169420)###AD ( :DEF_WORD "compose" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00976825) ("1.6" 01169420)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (compose+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#compound#compound#compound#compound+ed#(1.5,00841020,00948518)(1.6,01002550,01138474)###AD ( :DEF_WORD "compound" :CLASS "45.4.a" :WN_SENSE (("1.5" 00841020 00948518) ("1.6" 01002550 01138474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compound+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#comprehend#comprehend#comprehend#comprehend+ingly#(1.5,--)(1.6,01442173)###AD ( :DEF_WORD "comprehend" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" --) ("1.6" 01442173)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (comprehend+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#compress#compress#compress#compress+#(1.5,00799788,00799016)(1.6,00952658,00951804)###AD ( :DEF_WORD "compress" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00799788 00799016) ("1.6" 00952658 00951804)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compress+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#compress#compress#compress#compress+ingly#(1.5,00799788,00799016)(1.6,00952658,00951804)###AD ( :DEF_WORD "compress" :CLASS "26.5.b" :WN_SENSE (("1.5" 00799788 00799016) ("1.6" 00952658 00951804)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (compress+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#compress#compress#compress#compress+ed#(1.5,00799788,00799016)(1.6,00952658,00951804)###AD ( :DEF_WORD "compress" :CLASS "45.4.a" :WN_SENSE (("1.5" 00799788 00799016) ("1.6" 00952658 00951804)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compress+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#compress#compress#compress#compress+ed#(1.5,00799788,00799016)(1.6,00952658,00951804)###AD ( :DEF_WORD "compress" :CLASS "45.4.b" :WN_SENSE (("1.5" 00799788 00799016) ("1.6" 00952658 00951804)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compress+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#compress#compress#compress#compress+ed#(1.5,00799788)(1.6,00952658)###AD ( :DEF_WORD "compress" :CLASS "45.4.c" :WN_SENSE (("1.5" 00799788) ("1.6" 00952658)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (compress+ed 9)))) ) ;; Grid: 47.8.b#1#_loc_th#comprise#comprise#comprise#comprise+ingly#(1.5,01482115,01487133,01489528)(1.6,01787769,01793793,01796995)###AD ( :DEF_WORD "comprise" :CLASS "47.8.b" :WN_SENSE (("1.5" 01482115 01487133 01489528) ("1.6" 01787769 01793793 01796995)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (comprise+ingly 26)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#compromise#compromise#compromise#compromise+ingly#(1.5,00585338,00585633)(1.6,00700989,00701304)###AD ( :DEF_WORD "compromise" :CLASS "36.1.c" :WN_SENSE (("1.5" 00585338 00585633) ("1.6" 00700989 00701304)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (compromise+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#compromise#compromise#compromise#compromise+ingly#(1.5,00585338,00585633)(1.6,00700989,00701304)###AD ( :DEF_WORD "compromise" :CLASS "36.1.d" :WN_SENSE (("1.5" 00585338 00585633) ("1.6" 00700989 00701304)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (compromise+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#compute#compute#compute#compute+ingly#(1.5,00358556)(1.6,00430966)###AD ( :DEF_WORD "compute" :CLASS "26.4" :WN_SENSE (("1.5" 00358556) ("1.6" 00430966)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (compute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#con#con#con#con+ed#(1.5,01454789)(1.6,01753780)###AD ( :DEF_WORD "con" :CLASS "10.6.a" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (con+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.c#1#_ag_th,mod-poss(out_of)#con#con#con#con+ed#(1.5,01454789)(1.6,01753780)###AD ( :DEF_WORD "con" :CLASS "10.6.c" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(out_of)") :THETA_ROLES ((1 "_ag_th,mod-poss(out_of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (con+ed 9)))) ((* out_of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#concatenate#concatenate#concatenate#concatenate+ed#(1.5,00115092)(1.6,00130632)###AD ( :DEF_WORD "concatenate" :CLASS "22.1.a" :WN_SENSE (("1.5" 00115092) ("1.6" 00130632)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (concatenate+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#concatenate#concatenate#concatenate#concatenate+ingly#(1.5,00115092)(1.6,00130632)###AD ( :DEF_WORD "concatenate" :CLASS "22.1.b" :WN_SENSE (("1.5" 00115092) ("1.6" 00130632)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (concatenate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#conceal#conceal#conceal#conceal+ed#(1.5,01224184,01224845)(1.6,01467965,01469149)###AD ( :DEF_WORD "conceal" :CLASS "16" :WN_SENSE (("1.5" 01224184 01224845) ("1.6" 01467965 01469149)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (conceal+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 29.1.a#2#_exp_perc(of),mod-pred(as)#conceive#conceive#conceive#conceive+ingly#(1.5,00387631)(1.6,00465761)###AD ! ;; Grid: 13.3#1#_ag_th,goal(to)#concede#concede#concede#concede+ingly#(1.5,01317767,00631938)(1.6,01582922,00758158)###AD ( :DEF_WORD "concede" :CLASS "13.3" :WN_SENSE (("1.5" 01317767 00631938) ("1.6" 01582922 00758158)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (concede+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#concede#concede#concede#concede+ingly#(1.5,01317767,00631938)(1.6,01582922,00758158)###AD ( :DEF_WORD "concede" :CLASS "13.3" :WN_SENSE (("1.5" 01317767 00631938) ("1.6" 01582922 00758158)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (concede+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.g#1#_exp_perc(on)#concentrate#concentrate#concentrate#concentrate+ingly#(1.5,00407285)(1.6,00489333)###BJDMAP ( :DEF_WORD "concentrate" :CLASS "31.3.g" :WN_SENSE (("1.5" 00407285) ("1.6" 00489333)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (act perc (* thing 2) ((* on 7) perc (thing 2) (thing 8)) (concentrate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#concentrate#concentrate#concentrate#concentrate+ed#(1.5,00143080,00143229)(1.6,00163072,00163258)###AD ( :DEF_WORD "concentrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00143080 00143229) ("1.6" 00163072 00163258)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (concentrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#concern#concern#concern#concern+ingly#(1.5,01514238)(1.6,01827420)###AD ( :DEF_WORD "concern" :CLASS "31.1.a" :WN_SENSE (("1.5" 01514238) ("1.6" 01827420)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (concern+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#concern#concern#concern#concern+ingly#(1.5,01514238)(1.6,01827420)###AD ( :DEF_WORD "concern" :CLASS "31.1.b" :WN_SENSE (("1.5" 01514238) ("1.6" 01827420)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (concern+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#conciliate#conciliate#conciliate#conciliate+ed#(1.5,01005913,00284554)(1.6,01204852,00336188)###AD ( :DEF_WORD "conciliate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01005913 00284554) ("1.6" 01204852 00336188)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (conciliate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#conclude#conclude#conclude#conclude+ingly#(1.5,00402474)(1.6,00483753)###AD ( :DEF_WORD "conclude" :CLASS "55.1.a" :WN_SENSE (("1.5" 00402474) ("1.6" 00483753)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (conclude+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#conclude#conclude#conclude#conclude+ingly#(1.5,00402474)(1.6,00483753)###AD ( :DEF_WORD "conclude" :CLASS "55.1.b" :WN_SENSE (("1.5" 00402474) ("1.6" 00483753)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (conclude+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#concoct#concoct#concoct#concoct+ingly#(1.5,00840338,00935525)(1.6,01001825,01123253)###AD ( :DEF_WORD "concoct" :CLASS "26.4" :WN_SENSE (("1.5" 00840338 00935525) ("1.6" 01001825 01123253)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (concoct+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#concur#concur#concur#concur+ingly#(1.5,00452960)(1.6,00547364)###AD ( :DEF_WORD "concur" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452960) ("1.6" 00547364)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (concur+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#concur#concur#concur#concur+ingly#(1.5,00452960)(1.6,00547364)###AD ( :DEF_WORD "concur" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452960) ("1.6" 00547364)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (concur+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#condemn#condemn#condemn#condemn+ingly#(1.5,00485057)(1.6,00586096)###AD ( :DEF_WORD "condemn" :CLASS "33.b" :WN_SENSE (("1.5" 00485057) ("1.6" 00586096)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (condemn+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#condense#condense#condense#condense+ed#(1.5,00220246,00146631)(1.6,00255605,00167181)###AD ( :DEF_WORD "condense" :CLASS "45.4.a" :WN_SENSE (("1.5" 00220246 00146631) ("1.6" 00255605 00167181)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (condense+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#condense#condense#condense#condense+ed#(1.5,00220246,00146631)(1.6,00255605,00167181)###AD ( :DEF_WORD "condense" :CLASS "45.4.b" :WN_SENSE (("1.5" 00220246 00146631) ("1.6" 00255605 00167181)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (condense+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#condense#condense#condense#condense+ed#(1.5,01558349,00146631)(1.6,00255423,00167181)###AD ( :DEF_WORD "condense" :CLASS "45.4.c" :WN_SENSE (("1.5" 01558349 00146631) ("1.6" 00255423 00167181)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (condense+ed 9)))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#condescend#condescend#condescend#condescend+ingly#(1.5,00511528,01465565,01465708)(1.6,00615476,01766517,01766660)###BJDMAP ( :DEF_WORD "condescend" :CLASS "31.3.i" :WN_SENSE (("1.5" 00511528 01465565 01465708) ("1.6" 00615476 01766517 01766660)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (condescend+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#condition#condition#condition#condition+ed#(1.5,00026814)(1.6,00029196)###AD ( :DEF_WORD "condition" :CLASS "41.2.2" :WN_SENSE (("1.5" 00026814) ("1.6" 00029196)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (condition+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#condone#condone#condone#condone+#(1.5,00502162)(1.6,00605154)###AD ( :DEF_WORD "condone" :CLASS "33.a.i" :WN_SENSE (("1.5" 00502162) ("1.6" 00605154)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (condone+ 2) (toward comm (condone+ 2) (at comm (condone+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#conduct#conduct#conduct#conduct+ingly#(1.5,01141779)(1.6,01364494)###AD ( :DEF_WORD "conduct" :CLASS "51.7.i" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (conduct+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#conduct#conduct#conduct#conduct+ingly#(1.5,01141779)(1.6,01364494)###AD ( :DEF_WORD "conduct" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (conduct+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#confabulate#confabulate#confabulate#confabulate+ingly#(1.5,00587229)(1.6,00703394)###AD ( :DEF_WORD "confabulate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (confabulate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#confabulate#confabulate#confabulate#confabulate+ingly#(1.5,00587229)(1.6,00703394)###AD ( :DEF_WORD "confabulate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00587229) ("1.6" 00703394)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (confabulate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#confederate#confederate#confederate#confederate+ed#(1.5,01398731)(1.6,01683422)###AD ( :DEF_WORD "confederate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01398731) ("1.6" 01683422)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (confederate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#confederate#confederate#confederate#confederate+ed#(1.5,01398731)(1.6,01683422)###AD ( :DEF_WORD "confederate" :CLASS "22.2.c" :WN_SENSE (("1.5" 01398731) ("1.6" 01683422)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (confederate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 37.6.b#1#_exp#confer#confer#confer#confer+ingly#(1.5,00491947)(1.6,00593763)###BJDMAP ( :DEF_WORD "confer" :CLASS "37.6.b" :WN_SENSE (("1.5" 00491947) ("1.6" 00593763)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (confer+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 29.4.e#1#_ag_th_pred#confess#confess#confess#confess+ingly#(1.5,00460267)(1.6,00555732)###AD ( :DEF_WORD "confess" :CLASS "29.4.e" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (confess+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#confess#confess#confess#confess+ingly#(1.5,00460267)(1.6,00555732)###AD ( :DEF_WORD "confess" :CLASS "29.4.f" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (confess+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#confess#confess#confess#confess+ingly#(1.5,00460267)(1.6,00555732)###AD ( :DEF_WORD "confess" :CLASS "29.4.g" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (confess+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#confess#confess#confess#confess+ingly#(1.5,00460786)(1.6,00556340)###AD ( :DEF_WORD "confess" :CLASS "37.7.a" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (confess+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#confess#confess#confess#confess+ingly#(1.5,00460786)(1.6,00556340)###AD ( :DEF_WORD "confess" :CLASS "37.7.b" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (confess+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#confide#confide#confide#confide+ingly#(1.5,00527064)(1.6,00634158)###AD ( :DEF_WORD "confide" :CLASS "37.7.a" :WN_SENSE (("1.5" 00527064) ("1.6" 00634158)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (confide+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#confide#confide#confide#confide+ingly#(1.5,00527064)(1.6,00634158)###AD ( :DEF_WORD "confide" :CLASS "37.7.b" :WN_SENSE (("1.5" 00527064) ("1.6" 00634158)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (confide+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 47.8.b#1#_loc_th#confine#confine#confine#confine+ingly#(1.5,01534603)(1.6,01852161)###AD ( :DEF_WORD "confine" :CLASS "47.8.b" :WN_SENSE (("1.5" 01534603) ("1.6" 01852161)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (confine+ingly 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#confirm#confirm#confirm#confirm+ed#(1.5,01401835)(1.6,01687336)###AD ( :DEF_WORD "confirm" :CLASS "29.2.c" :WN_SENSE (("1.5" 01401835) ("1.6" 01687336)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (confirm+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#confirm#confirm#confirm#confirm+ingly#(1.5,01401835)(1.6,01687336)###AD ( :DEF_WORD "confirm" :CLASS "29.2.d" :WN_SENSE (("1.5" 01401835) ("1.6" 01687336)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (confirm+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#confirm#confirm#confirm#confirm+ingly#(1.5,00374169,00571424)(1.6,00449252,00684589)###AD ( :DEF_WORD "confirm" :CLASS "29.4.g" :WN_SENSE (("1.5" 00374169 00571424) ("1.6" 00449252 00684589)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (confirm+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#confiscate#confiscate#confiscate#confiscate+ingly#(1.5,01293857)(1.6,01554470)###AD ( :DEF_WORD "confiscate" :CLASS "10.5" :WN_SENSE (("1.5" 01293857) ("1.6" 01554470)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (confiscate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#conflict#conflict#conflict#conflict+ingly#(1.5,01508312)(1.6,01819739)###AD ( :DEF_WORD "conflict" :CLASS "36.1.c" :WN_SENSE (("1.5" 01508312) ("1.6" 01819739)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (conflict+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#conflict#conflict#conflict#conflict+ingly#(1.5,01508312)(1.6,01819739)###AD ( :DEF_WORD "conflict" :CLASS "36.1.d" :WN_SENSE (("1.5" 01508312) ("1.6" 01819739)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (conflict+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#conform#conform#conform#conform+ingly#(1.5,00089507,01506087)(1.6,00102193,01816635)###BJDMAP ( :DEF_WORD "conform" :CLASS "31.3.i" :WN_SENSE (("1.5" 00089507 01506087) ("1.6" 00102193 01816635)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (conform+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 062#1#_th_goal(with,to)#conform#conform#conform#conform+ingly#(1.5,01506087)(1.6,01816635)###AD ( :DEF_WORD "conform" :CLASS "062" :WN_SENSE (("1.5" 01506087) ("1.6" 01816635)) :PROPBANK ("arg1 arg2(with/to)") :THETA_ROLES ((1 "_th_goal(with,to)")) :LCS (go_ext ident (* thing 2) ((* to 5) ident (thing 2) (([with] 10) ident (thing 2) (thing 6))) (conform+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#confound#confound#confound#confound+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "confound" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (confound+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#confound#confound#confound#confound+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "confound" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (confound+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#confront#confront#confront#confront+ingly#(1.5,00609871)(1.6,00732096)###AD ( :DEF_WORD "confront" :CLASS "33.b" :WN_SENSE (("1.5" 00609871) ("1.6" 00732096)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (confront+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#confuse#confuse#confuse#confuse+ed#(1.5,00348452,00348761,00349013)(1.6,00419381,00419112,00420006)###AD ( :DEF_WORD "confuse" :CLASS "22.2.a" :WN_SENSE (("1.5" 00348452 00348761 00349013) ("1.6" 00419381 00419112 00420006)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (confuse+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#confuse#confuse#confuse#confuse+ed#(1.5,00348761,01089994)(1.6,00419112,01305436)###AD ( :DEF_WORD "confuse" :CLASS "22.2.c" :WN_SENSE (("1.5" 00348761 01089994) ("1.6" 00419112 01305436)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (confuse+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#confuse#confuse#confuse#confuse+ingly#(1.5,00349716,00348761,01019905)(1.6,00421500,00419112,01222893)###AD ( :DEF_WORD "confuse" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716 00348761 01019905) ("1.6" 00421500 00419112 01222893)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (confuse+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#confuse#confuse#confuse#confuse+ingly#(1.5,--,--)(1.6,00421101,01222619)###AD ( :DEF_WORD "confuse" :CLASS "31.1.b" :WN_SENSE (("1.5" -- --) ("1.6" 00421101 01222619)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (confuse+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#confuse#confuse#confuse#confuse+ed#(1.5,--)(1.6,00421101)###AD ( :DEF_WORD "confuse" :CLASS "31.1.c" :WN_SENSE (("1.5" --) ("1.6" 00421101)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (confuse+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#confute#confute#confute#confute+ingly#(1.5,00374923)(1.6,00450119)###AD ( :DEF_WORD "confute" :CLASS "29.5.d" :WN_SENSE (("1.5" 00374923) ("1.6" 00450119)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (confute+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#confute#confute#confute#confute+ingly#(1.5,00374923)(1.6,00450119)###AD ( :DEF_WORD "confute" :CLASS "29.5.e" :WN_SENSE (("1.5" 00374923) ("1.6" 00450119)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (confute+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#conga#conga#conga#conga+ingly#(1.5,01080885)(1.6,01294985)###AD ( :DEF_WORD "conga" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080885) ("1.6" 01294985)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (conga+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#conga#conga#conga#conga+ingly#(1.5,01080885)(1.6,01294985)###AD ( :DEF_WORD "conga" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080885) ("1.6" 01294985)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (conga+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#conga#conga#conga#conga+ingly#(1.5,01080885)(1.6,01294985)###AD ( :DEF_WORD "conga" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080885) ("1.6" 01294985)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (conga+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.c#1#_th#congeal#congeal#congeal#congeal+ed#(1.5,00263736)(1.6,00309086)###AD ( :DEF_WORD "congeal" :CLASS "45.4.c" :WN_SENSE (("1.5" 00263736) ("1.6" 00309086)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (congeal+ed 9)))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#congratulate#congratulate#congratulate#congratulate+#(1.5,00495073,00495293)(1.6,00597423,00597631)###AD ( :DEF_WORD "congratulate" :CLASS "33.a.i" :WN_SENSE (("1.5" 00495073 00495293) ("1.6" 00597423 00597631)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (congratulate+ 2) (toward comm (congratulate+ 2) (at comm (congratulate+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#congregate#congregate#congregate#congregate+ingly#(1.5,01156687)(1.6,01382450)###AD ( :DEF_WORD "congregate" :CLASS "47.5.2" :WN_SENSE (("1.5" 01156687) ("1.6" 01382450)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (congregate+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#conjecture#conjecture#conjecture#conjecture+ingly#(1.5,00356375)(1.6,00428444)###AD ( :DEF_WORD "conjecture" :CLASS "29.5.d" :WN_SENSE (("1.5" 00356375) ("1.6" 00428444)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (conjecture+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#conjecture#conjecture#conjecture#conjecture+ingly#(1.5,00356375)(1.6,00428444)###AD ( :DEF_WORD "conjecture" :CLASS "29.5.e" :WN_SENSE (("1.5" 00356375) ("1.6" 00428444)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (conjecture+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#conjoin#conjoin#conjoin#conjoin+ed#(1.5,00740051)(1.6,00881999)###AD ( :DEF_WORD "conjoin" :CLASS "22.2.a" :WN_SENSE (("1.5" 00740051) ("1.6" 00881999)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (conjoin+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#conjoin#conjoin#conjoin#conjoin+ed#(1.5,00740051)(1.6,00881999)###AD ( :DEF_WORD "conjoin" :CLASS "22.2.c" :WN_SENSE (("1.5" 00740051) ("1.6" 00881999)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (conjoin+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#conjure#conjure#conjure#conjure+ingly#(1.5,00445741)(1.6,01120650)###AD ( :DEF_WORD "conjure" :CLASS "26.4" :WN_SENSE (("1.5" 00445741) ("1.6" 01120650)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (conjure+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#conk#conk#conk#conk+ingly#(1.5,00807141)(1.6,00961445)###AD ( :DEF_WORD "conk" :CLASS "18.3" :WN_SENSE (("1.5" 00807141) ("1.6" 00961445)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (conk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#connect#connect#connect#connect+ed#(1.5,00778333)(1.6,00927388)###AD ( :DEF_WORD "connect" :CLASS "22.1.a" :WN_SENSE (("1.5" 00778333) ("1.6" 00927388)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (connect+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#connect#connect#connect#connect+ingly#(1.5,00778333)(1.6,00927388)###AD ( :DEF_WORD "connect" :CLASS "22.1.b" :WN_SENSE (("1.5" 00778333) ("1.6" 00927388)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (connect+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.d#1#,ag_th_goal(to)#connect#connect#connect#connect+ingly#(1.5,00778333)(1.6,00927388)###AD ( :DEF_WORD "connect" :CLASS "22.1.d" :WN_SENSE (("1.5" 00778333) ("1.6" 00927388)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (connect+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#conquer#conquer#conquer#conquer+ingly#(1.5,01310630)(1.6,01575110)###AD ( :DEF_WORD "conquer" :CLASS "10.5" :WN_SENSE (("1.5" 01310630) ("1.6" 01575110)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (conquer+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#consecrate#consecrate#consecrate#consecrate+ingly#(1.5,01351020)(1.6,01625416)###AD ( :DEF_WORD "consecrate" :CLASS "29.3" :WN_SENSE (("1.5" 01351020) ("1.6" 01625416)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (consecrate+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#consent#consent#consent#consent+ingly#(1.5,00448521)(1.6,00541962)###BJDMAP ( :DEF_WORD "consent" :CLASS "31.3.i" :WN_SENSE (("1.5" 00448521) ("1.6" 00541962)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (consent+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#conserve#conserve#conserve#conserve+ingly#(1.5,01268422)(1.6,01522764)###AD ( :DEF_WORD "conserve" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01268422) ("1.6" 01522764)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (conserve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#consider#consider#consider#consider+ingly#(1.5,00388394,01236250)(1.6,00466852,01483324)###AD ( :DEF_WORD "consider" :CLASS "29.1.a" :WN_SENSE (("1.5" 00388394 01236250) ("1.6" 00466852 01483324)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (consider+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#consider#consider#consider#consider+ingly#(1.5,00388394,01236250)(1.6,00466852,01483324)###AD ( :DEF_WORD "consider" :CLASS "29.1.a" :WN_SENSE (("1.5" 00388394 01236250) ("1.6" 00466852 01483324)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (consider+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#consider#consider#consider#consider+ingly#(1.5,00387631,00388394)(1.6,00465761,00466852)###AD ( :DEF_WORD "consider" :CLASS "29.1.b" :WN_SENSE (("1.5" 00387631 00388394) ("1.6" 00465761 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (consider+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#consider#consider#consider#consider+ingly#(1.5,00388394,01236250)(1.6,00466852,01483324)###AD ( :DEF_WORD "consider" :CLASS "29.1.d" :WN_SENSE (("1.5" 00388394 01236250) ("1.6" 00466852 01483324)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (consider+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 022#1#_th_loc()#consist#consist#consist#consist+ingly#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "consist" :CLASS "022" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (nil 11)) (consist+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc(in)#consist#consist#consist#consist+ingly#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "consist" :CLASS "47.6.a" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg1 argm-LOC(in)") :THETA_ROLES ((1 "_th,loc(in)")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (consist+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.8.b#1#_loc_th#consist#consist#consist#consist+ingly#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "consist" :CLASS "47.8.b" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (consist+ingly 26)) ) ;; Grid: 062#1#_th_goal(with,to)#consist#consist#consist#consist+ingly#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "consist" :CLASS "062" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg1 arg2(with/to)") :THETA_ROLES ((1 "_th_goal(with,to)")) :LCS (go_ext ident (* thing 2) ((* to 5) ident (thing 2) (([with] 10) ident (thing 2) (thing 6))) (consist+ingly 26)) ) ;; Grid: 063#1#_th_mod-poss(of)#consist#consist#consist#consist+ed#(1.5,01500701)(1.6,01810781)###AD ( :DEF_WORD "consist" :CLASS "063" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be ident (* thing 2) (at ident (thing 2) (consist+ed 9)) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#console#console#console#console+ingly#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "console" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (console+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#console#console#console#console+ingly#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "console" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (console+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#console#console#console#console+ed#(1.5,01033726)(1.6,01238399)###AD ( :DEF_WORD "console" :CLASS "31.1.c" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (console+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#consolidate#consolidate#consolidate#consolidate+ed#(1.5,00145720,00099543)(1.6,00166039,00113716)###AD ( :DEF_WORD "consolidate" :CLASS "22.2.a" :WN_SENSE (("1.5" 00145720 00099543) ("1.6" 00166039 00113716)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (consolidate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#consolidate#consolidate#consolidate#consolidate+ed#(1.5,00145623)(1.6,00165926)###AD ( :DEF_WORD "consolidate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00145623) ("1.6" 00165926)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (consolidate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#consort#consort#consort#consort+ingly#(1.5,01525537)(1.6,01841740)###AD ( :DEF_WORD "consort" :CLASS "36.1.c" :WN_SENSE (("1.5" 01525537) ("1.6" 01841740)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (consort+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#consort#consort#consort#consort+ingly#(1.5,01525537)(1.6,01841740)###AD ( :DEF_WORD "consort" :CLASS "36.1.d" :WN_SENSE (("1.5" 01525537) ("1.6" 01841740)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (consort+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#constitute#constitute#constitute#constitute+ed#(1.5,01482115)(1.6,01787769)###AD ( :DEF_WORD "constitute" :CLASS "29.2.c" :WN_SENSE (("1.5" 01482115) ("1.6" 01787769)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (constitute+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#constitute#constitute#constitute#constitute+ingly#(1.5,01356031)(1.6,01632168)###AD ( :DEF_WORD "constitute" :CLASS "29.2.d" :WN_SENSE (("1.5" 01356031) ("1.6" 01632168)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (constitute+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 47.8.c#1#_th_loc#constrain#constrain#constrain#constrain+ingly#(1.5,00746370)(1.6,00888967)###AD ( :DEF_WORD "constrain" :CLASS "47.8.c" :WN_SENSE (("1.5" 00746370) ("1.6" 00888967)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (constrain+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#constrict#constrict#constrict#constrict+ed#(1.5,00184067,00799016)(1.6,00210399,00951804)###AD ( :DEF_WORD "constrict" :CLASS "45.4.a" :WN_SENSE (("1.5" 00184067 00799016) ("1.6" 00210399 00951804)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (constrict+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#constringe#constringe#constringe#constringe+ed#(1.5,00184067)(1.6,00210399)###AD ( :DEF_WORD "constringe" :CLASS "45.4.a" :WN_SENSE (("1.5" 00184067) ("1.6" 00210399)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (constringe+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#construct#construct#construct#construct+ingly#(1.5,00946831,00946161)(1.6,01136484,01135771)###AD ( :DEF_WORD "construct" :CLASS "26.4" :WN_SENSE (("1.5" 00946831 00946161) ("1.6" 01136484 01135771)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (construct+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#consult#consult#consult#consult+ingly#(1.5,00492665,00491947)(1.6,00594442,00593763)###AD ( :DEF_WORD "consult" :CLASS "36.3.a" :WN_SENSE (("1.5" 00492665 00491947) ("1.6" 00594442 00593763)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (consult+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#consult#consult#consult#consult+ingly#(1.5,00492665,00491947)(1.6,00594442,00593763)###AD ( :DEF_WORD "consult" :CLASS "36.3.a" :WN_SENSE (("1.5" 00492665 00491947) ("1.6" 00594442 00593763)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (consult+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#consult#consult#consult#consult+ingly#(1.5,00492665,00491947)(1.6,00594442,00593763)###AD ( :DEF_WORD "consult" :CLASS "36.3.b" :WN_SENSE (("1.5" 00492665 00491947) ("1.6" 00594442 00593763)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (consult+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 39.4#1#_ag_th#consume#consume#consume#consume+ingly#(1.5,00680854,00656714)(1.6,00814298,00786286)###AD ( :DEF_WORD "consume" :CLASS "39.4" :WN_SENSE (("1.5" 00680854 00656714) ("1.6" 00814298 00786286)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (consume+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#contact#contact#contact#contact+ingly#(1.5,00418339)(1.6,00504030)###AD ( :DEF_WORD "contact" :CLASS "36.1.c" :WN_SENSE (("1.5" 00418339) ("1.6" 00504030)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (contact+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 47.8.b#1#_loc_th#contain#contain#contain#contain+ingly#(1.5,01526080,01487133)(1.6,01842330,01793793)###AD ( :DEF_WORD "contain" :CLASS "47.8.b" :WN_SENSE (("1.5" 01526080 01487133) ("1.6" 01842330 01793793)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (contain+ingly 26)) ) ;; Grid: 54.3.a#1#_th_poss#contain#contain#contain#contain+ingly#(1.5,01526080)(1.6,01842330)###AD ( :DEF_WORD "contain" :CLASS "54.3.a" :WN_SENSE (("1.5" 01526080) ("1.6" 01842330)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (contain+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#contain#contain#contain#contain+ingly#(1.5,01526080)(1.6,01842330)###AD ( :DEF_WORD "contain" :CLASS "54.3.b" :WN_SENSE (("1.5" 01526080) ("1.6" 01842330)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (contain+ingly 26)) ) ;; Grid: 9.8.a#1#_mod-poss_th#contaminate#contaminate#contaminate#contaminate+ed#(1.5,00289637,00289903)(1.6,00343123,00343478)###AD ( :DEF_WORD "contaminate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00289637 00289903) ("1.6" 00343123 00343478)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (contaminate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#contaminate#contaminate#contaminate#contaminate+ed#(1.5,00289637,00289903)(1.6,00343123,00343478)###AD ( :DEF_WORD "contaminate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00289637 00289903) ("1.6" 00343123 00343478)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (contaminate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#contemplate#contemplate#contemplate#contemplate+ingly#(1.5,01235039)(1.6,01482007)###BJDMAP ( :DEF_WORD "contemplate" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 01235039) ("1.6" 01482007)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (contemplate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#contend#contend#contend#contend+ingly#(1.5,00434231,00605050)(1.6,00525378,00727087)###AD ( :DEF_WORD "contend" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434231 00605050) ("1.6" 00525378 00727087)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (contend+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#contend#contend#contend#contend+ingly#(1.5,00434231)(1.6,00525378)###AD ( :DEF_WORD "contend" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434231) ("1.6" 00525378)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (contend+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#content#content#content#content+ingly#(1.5,01034820)(1.6,01239476)###AD ( :DEF_WORD "content" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034820) ("1.6" 01239476)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (content+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#content#content#content#content+ingly#(1.5,01034820)(1.6,01239476)###AD ( :DEF_WORD "content" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034820) ("1.6" 01239476)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (content+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#content#content#content#content+ed#(1.5,01034820)(1.6,01239476)###AD ( :DEF_WORD "content" :CLASS "31.1.c" :WN_SENSE (("1.5" 01034820) ("1.6" 01239476)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (content+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#contest#contest#contest#contest+ed#(1.5,00488194)(1.6,00589434)###AD ( :DEF_WORD "contest" :CLASS "29.2.c" :WN_SENSE (("1.5" 00488194) ("1.6" 00589434)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (contest+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#contest_a_right#contest_a_right#contest_a_right#contest+ingly####AD ( :DEF_WORD "contest_a_right" :GLOSS_HEAD "contest" :CLASS "29.2.d" :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (contest+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#contextualize#contextualize#contextualize#contextualize+ed####AD ( :DEF_WORD "contextualize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contextualize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#continue#continue#continue#continue+ingly#(1.5,01517254,00210630)(1.6,01832078,00235191)###AD ( :DEF_WORD "continue" :CLASS "55.1.a" :WN_SENSE (("1.5" 01517254 00210630) ("1.6" 01832078 00235191)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (continue+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#continue#continue#continue#continue+ingly#(1.5,01517254,00210630)(1.6,01832078,00235191)###AD ( :DEF_WORD "continue" :CLASS "55.1.b" :WN_SENSE (("1.5" 01517254 00210630) ("1.6" 01832078 00235191)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (continue+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#continue#continue#continue#continue+ingly#(1.5,01517254,00210630)(1.6,01832078,00235191)###AD ( :DEF_WORD "continue" :CLASS "55.1.c" :WN_SENSE (("1.5" 01517254 00210630) ("1.6" 01832078 00235191)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (continue+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#contort#contort#contort#contort+ingly#(1.5,00776117)(1.6,00924489)###BJDMAP ( :DEF_WORD "contort" :CLASS "26.5.b" :WN_SENSE (("1.5" 00776117) ("1.6" 00924489)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (contort+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#contract#contract#contract#contract+ed#(1.5,00799016,00732489,00220246,00146311)(1.6,00951804,00873632,00255605,00166656)###AD ( :DEF_WORD "contract" :CLASS "45.4.a" :WN_SENSE (("1.5" 00799016 00732489 00220246 00146311) ("1.6" 00951804 00873632 00255605 00166656)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contract+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#contract#contract#contract#contract+ed#(1.5,00799016,00732489,00220246,00146311)(1.6,00951804,00873632,00255605,00166656)###AD ( :DEF_WORD "contract" :CLASS "45.4.b" :WN_SENSE (("1.5" 00799016 00732489 00220246 00146311) ("1.6" 00951804 00873632 00255605 00166656)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contract+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#contract#contract#contract#contract+ed#(1.5,00144252,00732489)(1.6,00164388,00873632)###AD ( :DEF_WORD "contract" :CLASS "45.4.c" :WN_SENSE (("1.5" 00144252 00732489) ("1.6" 00164388 00873632)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contract+ed 9)))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#contradict#contradict#contradict#contradict+ed#(1.5,00435612,00374474)(1.6,00527203,00449672)###AD ( :DEF_WORD "contradict" :CLASS "29.2.c" :WN_SENSE (("1.5" 00435612 00374474) ("1.6" 00527203 00449672)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (contradict+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#contradict#contradict#contradict#contradict+ingly#(1.5,00374474)(1.6,00449672)###AD ( :DEF_WORD "contradict" :CLASS "29.2.d" :WN_SENSE (("1.5" 00374474) ("1.6" 00449672)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (contradict+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#contrast#contrast#contrast#contrast+ed#(1.5,00371031,01555255)(1.6,00445388,01875649)###AD ( :DEF_WORD "contrast" :CLASS "22.2.a" :WN_SENSE (("1.5" 00371031 01555255) ("1.6" 00445388 01875649)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contrast+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#contrast#contrast#contrast#contrast+ed#(1.5,01508169)(1.6,01819549)###AD ( :DEF_WORD "contrast" :CLASS "22.2.c" :WN_SENSE (("1.5" 01508169) ("1.6" 01819549)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (contrast+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#contravene#contravene#contravene#contravene+ingly#(1.5,00462359)(1.6,00558747)###AD ( :DEF_WORD "contravene" :CLASS "36.1.c" :WN_SENSE (("1.5" 00462359) ("1.6" 00558747)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (contravene+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#contravene#contravene#contravene#contravene+ingly#(1.5,00462359)(1.6,00558747)###AD ( :DEF_WORD "contravene" :CLASS "36.1.d" :WN_SENSE (("1.5" 00462359) ("1.6" 00558747)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (contravene+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#contribute#contribute#contribute#contribute+ingly#(1.5,01313230,01321945,01274444)(1.6,01578132,01589013,01531484)###AD ( :DEF_WORD "contribute" :CLASS "13.2" :WN_SENSE (("1.5" 01313230 01321945 01274444) ("1.6" 01578132 01589013 01531484)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (contribute+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#contrive#contrive#contrive#contrive+ingly#(1.5,00934687)(1.6,01122191)###AD ( :DEF_WORD "contrive" :CLASS "26.4" :WN_SENSE (("1.5" 00934687) ("1.6" 01122191)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (contrive+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#control#control#control#control+ingly#(1.5,01421427,00371753)(1.6,01711244,00446362)###AD ( :DEF_WORD "control" :CLASS "35.2.a" :WN_SENSE (("1.5" 01421427 00371753) ("1.6" 01711244 00446362)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (control+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 45.4.c#1#_th#convalesce#convalesce#convalesce#convalesce+ed#(1.5,00055228)(1.6,00062604)###AD ( :DEF_WORD "convalesce" :CLASS "45.4.c" :WN_SENSE (("1.5" 00055228) ("1.6" 00062604)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (convalesce+ed 9)))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#convene#convene#convene#convene+ingly#(1.5,01157268,00445485)(1.6,01383076,00538841)###AD ( :DEF_WORD "convene" :CLASS "47.5.2" :WN_SENSE (("1.5" 01157268 00445485) ("1.6" 01383076 00538841)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (convene+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.5.a#1#_th,goal(with)#converge#converge#converge#converge+ingly#(1.5,01162309,01534055)(1.6,01389316,01851683)###BJDMAP ( :DEF_WORD "converge" :CLASS "22.5.a" :WN_SENSE (("1.5" 01162309 01534055) ("1.6" 01389316 01851683)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th,goal(with)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (converge+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 37.6.b#1#_exp#converse#converse#converse#converse+ingly#(1.5,00543974)(1.6,00653048)###BJDMAP ( :DEF_WORD "converse" :CLASS "37.6.b" :WN_SENSE (("1.5" 00543974) ("1.6" 00653048)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (converse+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#convert#convert#convert#convert+ingly#(1.5,00228189,00067042,00066830)(1.6,00265478,00077276,00077064)###AD ( :DEF_WORD "convert" :CLASS "26.6" :WN_SENSE (("1.5" 00228189 00067042 00066830) ("1.6" 00265478 00077276 00077064)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (convert+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#convey#convey#convey#convey+ingly#(1.5,00522332,00601152,01271735,01190169,01188762,00823804)(1.6,00628262,00719161,01527059,01424107,01422262,00982468)###AD ( :DEF_WORD "convey" :CLASS "11.1" :WN_SENSE (("1.5" 00522332 00601152 01271735 01190169 01188762 00823804) ("1.6" 00628262 00719161 01527059 01424107 01422262 00982468)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (convey+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#convey#convey#convey#convey+ingly#(1.5,00522332,00601152,01271735,01190169,01188762,00823804)(1.6,00628262,00719161,01527059,01424107,01422262,00982468)###AD ( :DEF_WORD "convey" :CLASS "11.1" :WN_SENSE (("1.5" 00522332 00601152 01271735 01190169 01188762 00823804) ("1.6" 00628262 00719161 01527059 01424107 01422262 00982468)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (convey+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#convey#convey#convey#convey+ingly#(1.5,00522332,01271735)(1.6,00628262,01527059)###AD ( :DEF_WORD "convey" :CLASS "37.7.a" :WN_SENSE (("1.5" 00522332 01271735) ("1.6" 00628262 01527059)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (convey+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#convey#convey#convey#convey+ingly#(1.5,00522332,01271735)(1.6,00628262,01527059)###AD ( :DEF_WORD "convey" :CLASS "37.7.b" :WN_SENSE (("1.5" 00522332 01271735) ("1.6" 00628262 01527059)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (convey+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#convince#convince#convince#convince+ingly#(1.5,00431926)(1.6,00522671)###AD ( :DEF_WORD "convince" :CLASS "31.1.a" :WN_SENSE (("1.5" 00431926) ("1.6" 00522671)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (convince+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#convince#convince#convince#convince+ingly#(1.5,00431926)(1.6,00522671)###AD ( :DEF_WORD "convince" :CLASS "31.1.b" :WN_SENSE (("1.5" 00431926) ("1.6" 00522671)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (convince+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#coo#coo#coo#coo+ingly#(1.5,00512031)(1.6,00616138)###AD ( :DEF_WORD "coo" :CLASS "37.3.a" :WN_SENSE (("1.5" 00512031) ("1.6" 00616138)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (coo+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#coo#coo#coo#coo+ingly#(1.5,00512031)(1.6,00616138)###AD ( :DEF_WORD "coo" :CLASS "37.3.a" :WN_SENSE (("1.5" 00512031) ("1.6" 00616138)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (coo+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#coo#coo#coo#coo+#(1.5,00512031)(1.6,00616138)###AD ( :DEF_WORD "coo" :CLASS "37.3.b" :WN_SENSE (("1.5" 00512031) ("1.6" 00616138)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (coo+ 2) ((* toward 5) comm (coo+ 2) ((at 5) comm (coo+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#coo#coo#coo#coo+#(1.5,00512031)(1.6,00616138)###AD ( :DEF_WORD "coo" :CLASS "37.3.c" :WN_SENSE (("1.5" 00512031) ("1.6" 00616138)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (coo+ 2) (toward comm (coo+ 2) (at comm (coo+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#coo#coo#coo#coo+#(1.5,00511947)(1.6,00616052)###AD ( :DEF_WORD "coo" :CLASS "38" :WN_SENSE (("1.5" 00511947) ("1.6" 00616052)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (coo+ 2) ((* toward 5) comm (coo+ 2) (touching comm (coo+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#cook#cook#cook#cook+ed#(1.5,00952386,00195536)(1.6,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "26.1.a" :WN_SENSE (("1.5" 00952386 00195536) ("1.6" 01142893 00223888)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#cook#cook#cook#cook+ed#(1.5,00952386,00195536)(1.6,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "26.1.a" :WN_SENSE (("1.5" 00952386 00195536) ("1.6" 01142893 00223888)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#cook#cook#cook#cook+ingly#(1.5,00952386,00195536)(1.6,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "26.1.b" :WN_SENSE (("1.5" 00952386 00195536) ("1.6" 01142893 00223888)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (cook+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#cook#cook#cook#cook+ed#(1.5,00953004,00952386,00195536)(1.6,01143604,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "26.3" :WN_SENSE (("1.5" 00953004 00952386 00195536) ("1.6" 01143604 01142893 00223888)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#cook#cook#cook#cook+ed#(1.5,00953004,00952386,00195536)(1.6,01143604,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "26.3" :WN_SENSE (("1.5" 00953004 00952386 00195536) ("1.6" 01143604 01142893 00223888)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#cook#cook#cook#cook+ingly#(1.5,00952386,00195536)(1.6,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "45.3.a" :WN_SENSE (("1.5" 00952386 00195536) ("1.6" 01142893 00223888)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (cook+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#cook#cook#cook#cook+ingly#(1.5,00952386,00195536)(1.6,01142893,00223888)###AD ( :DEF_WORD "cook" :CLASS "45.3.b" :WN_SENSE (("1.5" 00952386 00195536) ("1.6" 01142893 00223888)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (cook+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#cook#cook#cook#cook+ed#(1.5,00953004,00195536)(1.6,01143604,00223888)###AD ( :DEF_WORD "cook" :CLASS "45.3.c" :WN_SENSE (("1.5" 00953004 00195536) ("1.6" 01143604 00223888)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#cook_up#cook_up#cook_up#cook+ed###(manner = up+/m)#AD ( :DEF_WORD "cook_up" :GLOSS_HEAD "cook" :CLASS "26.1.a" :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (up+/m)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#cook_up#cook_up#cook_up#cook+ed###(manner = up+/m)#AD ( :DEF_WORD "cook_up" :GLOSS_HEAD "cook" :CLASS "26.3" :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cook+ed 9)))) ((* for 17) poss (*head*) (thing 18)) (up+/m)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#cook_up#cook_up#cook_up#cook-up+ingly####AD ( :DEF_WORD "cook_up" :CLASS "26.4" :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (cook-up+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cool#cool#cool#cool+ed#(1.5,00222600)(1.6,00258652)###AD ( :DEF_WORD "cool" :CLASS "45.4.a" :WN_SENSE (("1.5" 00222600) ("1.6" 00258652)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cool+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#cool#cool#cool#cool+ed#(1.5,00222600)(1.6,00258652)###AD ( :DEF_WORD "cool" :CLASS "45.4.b" :WN_SENSE (("1.5" 00222600) ("1.6" 00258652)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cool+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#cool#cool#cool#cool+ed#(1.5,00222263)(1.6,00258213)###AD ( :DEF_WORD "cool" :CLASS "45.4.c" :WN_SENSE (("1.5" 00222263) ("1.6" 00258213)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cool+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#coop#coop#coop#coop+####AD ( :DEF_WORD "coop" :CLASS "9.10" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (coop+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#cooperate#cooperate#cooperate#cooperate+ingly#(1.5,01367677)(1.6,01645167)###AD ( :DEF_WORD "cooperate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01367677) ("1.6" 01645167)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (cooperate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#cooperate#cooperate#cooperate#cooperate+ingly#(1.5,01367677)(1.6,01645167)###AD ( :DEF_WORD "cooperate" :CLASS "36.1.d" :WN_SENSE (("1.5" 01367677) ("1.6" 01645167)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (cooperate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#cop#cop#cop#cop+ingly#(1.5,01320466)(1.6,01587253)###AD ( :DEF_WORD "cop" :CLASS "10.5" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (cop+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#copulate#copulate#copulate#copulate+ingly#(1.5,00821271)(1.6,00979316)###BJDMAP ( :DEF_WORD "copulate" :CLASS "40.1.2" :WN_SENSE (("1.5" 00821271) ("1.6" 00979316)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (copulate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#copy#copy#copy#copy+ingly#(1.5,00995557,00997687)(1.6,01191194,01193750)###AD ( :DEF_WORD "copy" :CLASS "25.2" :WN_SENSE (("1.5" 00995557 00997687) ("1.6" 01191194 01193750)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (copy+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 25.4#1#_ag_th#copy#copy#copy#copy+ed#(1.5,00997687,00970576)(1.6,01193750,01162166)###AD ( :DEF_WORD "copy" :CLASS "25.4" :WN_SENSE (("1.5" 00997687 00970576) ("1.6" 01193750 01162166)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (copy+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.7#1#_ag_src#core#core#core##(1.5,00914781)(1.6,01095397)#loc#(th = core+)#AD ( :DEF_WORD "core" :CLASS "10.7" :WN_SENSE (("1.5" 00914781) ("1.6" 01095397)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (core+ 2) (from loc (core+ 2) (at loc (core+ 2) (* thing 4))))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#cork#cork#cork#cork+ed#(1.5,00818736)(1.6,00975619)###AD ( :DEF_WORD "cork" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00818736) ("1.6" 00975619)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cork+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#corner#corner#corner#corner+ingly#(1.5,01101852)(1.6,01319035)###AD ( :DEF_WORD "corner" :CLASS "47.8.c" :WN_SENSE (("1.5" 01101852) ("1.6" 01319035)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (corner+ingly 26)) ) ;; Grid: 9.10#1#_ag_th#corral#corral#corral##(1.5,00920082)(1.6,01102056)#loc#(goal() = in corral+)#AD ( :DEF_WORD "corral" :CLASS "9.10" :WN_SENSE (("1.5" 00920082) ("1.6" 01102056)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (corral+ 6))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#correct#correct#correct#correct+ed#(1.5,00120233)(1.6,00136665)###AD ( :DEF_WORD "correct" :CLASS "45.4.a" :WN_SENSE (("1.5" 00120233) ("1.6" 00136665)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (correct+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#correlate#correlate#correlate#correlate+ed#(1.5,01504117)(1.6,01814686)###AD ( :DEF_WORD "correlate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01504117) ("1.6" 01814686)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (correlate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#correlate#correlate#correlate#correlate+ed#(1.5,01504117)(1.6,01814686)###AD ( :DEF_WORD "correlate" :CLASS "22.2.c" :WN_SENSE (("1.5" 01504117) ("1.6" 01814686)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (correlate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#correspond#correspond#correspond#correspond+ingly#(1.5,00568090)(1.6,00680786)###AD ( :DEF_WORD "correspond" :CLASS "36.1.c" :WN_SENSE (("1.5" 00568090) ("1.6" 00680786)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (correspond+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#correspond#correspond#correspond#correspond+ingly#(1.5,00568090)(1.6,00680786)###AD ( :DEF_WORD "correspond" :CLASS "36.1.d" :WN_SENSE (("1.5" 00568090) ("1.6" 00680786)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (correspond+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#corroborate#corroborate#corroborate#corroborate+ed#(1.5,00374169,00571644)(1.6,00449252,00684839)###AD ( :DEF_WORD "corroborate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00374169 00571644) ("1.6" 00449252 00684839)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (corroborate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#corrode#corrode#corrode#corrode+ed#(1.5,00163624)(1.6,00187431)###AD ( :DEF_WORD "corrode" :CLASS "45.4.a" :WN_SENSE (("1.5" 00163624) ("1.6" 00187431)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrode+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#corrode#corrode#corrode#corrode+ed#(1.5,00163624)(1.6,00187431)###AD ( :DEF_WORD "corrode" :CLASS "45.4.b" :WN_SENSE (("1.5" 00163624) ("1.6" 00187431)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrode+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#corrode#corrode#corrode#corrode+ed#(1.5,00163514)(1.6,00187287)###AD ( :DEF_WORD "corrode" :CLASS "45.4.c" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrode+ed 9)))) ) ;; Grid: 45.5#1#_th#corrode#corrode#corrode#corrode+ed#(1.5,00163514)(1.6,00187287)###AD ( :DEF_WORD "corrode" :CLASS "45.5" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrode+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#corrode#corrode#corrode#corrode+ingly#(1.5,00163514)(1.6,00187287)###AD ( :DEF_WORD "corrode" :CLASS "47.2.b" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (corrode+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#corrode#corrode#corrode#corrode+ingly#(1.5,00163514)(1.6,00187287)###AD ( :DEF_WORD "corrode" :CLASS "47.2.c" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (corrode+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#corrugate#corrugate#corrugate#corrugate+ed#(1.5,00798672)(1.6,00951308)###AD ( :DEF_WORD "corrugate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00798672) ("1.6" 00951308)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrugate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#corrupt#corrupt#corrupt#corrupt+ed#(1.5,01458826)(1.6,01758551)###AD ( :DEF_WORD "corrupt" :CLASS "45.4.a" :WN_SENSE (("1.5" 01458826) ("1.6" 01758551)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (corrupt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#cosh#cosh#cosh#cosh+ingly#(1.5,00807233)(1.6,00961602)###AD ( :DEF_WORD "cosh" :CLASS "18.3" :WN_SENSE (("1.5" 00807233) ("1.6" 00961602)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (cosh+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.2#1#_th_pred#cost#cost#cost#cost+ingly#(1.5,01526974)(1.6,01843641)###AD ( :DEF_WORD "cost" :CLASS "54.2" :WN_SENSE (("1.5" 01526974) ("1.6" 01843641)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (cost+ingly 26)) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#cough#cough#cough#cough+ingly#(1.5,00004379)(1.6,00004183)###BJDMAP ( :DEF_WORD "cough" :CLASS "40.1.2" :WN_SENSE (("1.5" 00004379) ("1.6" 00004183)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (cough+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#cough#cough#cough#cough+ingly#(1.5,00004379)(1.6,00004183)###BJDMAP ( :DEF_WORD "cough" :CLASS "40.2.b" :WN_SENSE (("1.5" 00004379) ("1.6" 00004183)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (cough+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#counsel#counsel#counsel#counsel+ingly#(1.5,00489752)(1.6,00591502)###AD ( :DEF_WORD "counsel" :CLASS "37.9.a" :WN_SENSE (("1.5" 00489752) ("1.6" 00591502)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (counsel+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#counsel#counsel#counsel#counsel+ingly#(1.5,00489752)(1.6,00591502)###AD ( :DEF_WORD "counsel" :CLASS "37.9.b" :WN_SENSE (("1.5" 00489752) ("1.6" 00591502)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (counsel+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#counsel#counsel#counsel#counsel+ingly#(1.5,00489752)(1.6,00591502)###AD ( :DEF_WORD "counsel" :CLASS "37.9.c" :WN_SENSE (("1.5" 00489752) ("1.6" 00591502)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (counsel+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.9.d.i#1#_ag_goal#counsel#counsel#counsel#counsel+#(1.5,00489752)(1.6,00591502)###AD ( :DEF_WORD "counsel" :CLASS "37.9.d.i" :WN_SENSE (("1.5" 00489752) ("1.6" 00591502)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_goal")) :LCS (cause (* thing 1) (go comm (counsel+ 2) (to comm (thing 2) (at comm (thing 2) (* thing 6))))) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.9.d.ii#1#_ag_goal_info(to)#counsel#counsel#counsel#counsel+ingly#(1.5,00489752)(1.6,00591502)###AD ( :DEF_WORD "counsel" :CLASS "37.9.d.ii" :WN_SENSE (("1.5" 00489752) ("1.6" 00591502)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_goal_info(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (counsel+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#count#count#count#count+ingly#(1.5,00384533)(1.6,00462245)###AD ( :DEF_WORD "count" :CLASS "29.2.a" :WN_SENSE (("1.5" 00384533) ("1.6" 00462245)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (count+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#count#count#count#count+ed#(1.5,00384533)(1.6,00462245)###AD ( :DEF_WORD "count" :CLASS "29.2.c" :WN_SENSE (("1.5" 00384533) ("1.6" 00462245)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (count+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#count#count#count#count+ingly#(1.5,00384533)(1.6,00462245)###AD ( :DEF_WORD "count" :CLASS "29.2.d" :WN_SENSE (("1.5" 00384533) ("1.6" 00462245)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (count+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#count#count#count#count+ed#(1.5,00384533)(1.6,00462245)###AD ( :DEF_WORD "count" :CLASS "29.6.b" :WN_SENSE (("1.5" 00384533) ("1.6" 00462245)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (count+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#counter#counter#counter#counter+ingly#(1.5,00458677)(1.6,00553905)###AD ( :DEF_WORD "counter" :CLASS "37.7.a" :WN_SENSE (("1.5" 00458677) ("1.6" 00553905)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (counter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#counteract#counteract#counteract#counteract+ed#(1.5,01440561)(1.6,01734760)###AD ( :DEF_WORD "counteract" :CLASS "45.4.a" :WN_SENSE (("1.5" 01440561) ("1.6" 01734760)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (counteract+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#counterfeit#counterfeit#counterfeit#counterfeit+ed#(1.5,00946749)(1.6,01136359)###AD ( :DEF_WORD "counterfeit" :CLASS "25.4" :WN_SENSE (("1.5" 00946749) ("1.6" 01136359)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (counterfeit+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#couple#couple#couple#couple+ed#(1.5,00740895,00744216,00821271,01089994)(1.6,00883027,00886417,00979316,01305436)###AD ( :DEF_WORD "couple" :CLASS "22.2.a" :WN_SENSE (("1.5" 00740895 00744216 00821271 01089994) ("1.6" 00883027 00886417 00979316 01305436)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (couple+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.2.a.i#1#,ag_th#court#court#court#court+ingly#(1.5,01435018)(1.6,01728267)###BJDMAP ( :DEF_WORD "court" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 01435018) ("1.6" 01728267)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (court+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#court#court#court#court+ingly#(1.5,--)(1.6,01727931)###AD ( :DEF_WORD "court" :CLASS "36.2.b.i" :WN_SENSE (("1.5" --) ("1.6" 01727931)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (court+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#cover#cover#cover#cover+ed#(1.5,00763269)(1.6,00909621)###AD ( :DEF_WORD "cover" :CLASS "9.8.a" :WN_SENSE (("1.5" 00763269) ("1.6" 00909621)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (cover+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#cover#cover#cover#cover+ed#(1.5,00763269)(1.6,00909621)###AD ( :DEF_WORD "cover" :CLASS "9.8.b" :WN_SENSE (("1.5" 00763269) ("1.6" 00909621)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cover+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#cover#cover#cover#cover+ed#(1.5,00763269)(1.6,00909621)###AD ( :DEF_WORD "cover" :CLASS "9.8.d" :WN_SENSE (("1.5" 00763269) ("1.6" 00909621)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cover+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#cover#cover#cover#cover+ed#(1.5,00763269)(1.6,00909621)###AD ( :DEF_WORD "cover" :CLASS "9.8.e" :WN_SENSE (("1.5" 00763269) ("1.6" 00909621)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (cover+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 47.8.j#1#_th_loc#cover#cover#cover#cover+ingly#(1.5,01519093,00687390,01487278)(1.6,01834457,00822267,01794033)###AD ( :DEF_WORD "cover" :CLASS "47.8.j" :WN_SENSE (("1.5" 01519093 00687390 01487278) ("1.6" 01834457 00822267 01794033)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (on loc (thing 2) (* thing 11)) (cover+ingly 26)) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#covet#covet#covet#covet+ingly#(1.5,01041476)(1.6,01246798)###AD ( :DEF_WORD "covet" :CLASS "32.1" :WN_SENSE (("1.5" 01041476) ("1.6" 01246798)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (covet+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#cow#cow#cow#cow+ingly#(1.5,01013848)(1.6,01215095)###AD ( :DEF_WORD "cow" :CLASS "31.1.a" :WN_SENSE (("1.5" 01013848) ("1.6" 01215095)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (cow+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#cow#cow#cow#cow+ingly#(1.5,01013848)(1.6,01215095)###AD ( :DEF_WORD "cow" :CLASS "31.1.b" :WN_SENSE (("1.5" 01013848) ("1.6" 01215095)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (cow+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#cower#cower#cower#cower+ingly#(1.5,01180777)(1.6,01411779)###AD ( :DEF_WORD "cower" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01180777) ("1.6" 01411779)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (cower+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#cower#cower#cower#cower+ingly#(1.5,01180904,01180777)(1.6,01411906,01411779)###AD ( :DEF_WORD "cower" :CLASS "40.5" :WN_SENSE (("1.5" 01180904 01180777) ("1.6" 01411906 01411779)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (cower+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#cox#cox#cox#cox+ingly#(1.5,01385056)(1.6,01667222)###AD ( :DEF_WORD "cox" :CLASS "29.8.a" :WN_SENSE (("1.5" 01385056) ("1.6" 01667222)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (cox+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#cox#cox#cox#cox+ingly#(1.5,01385056)(1.6,01667222)###AD ( :DEF_WORD "cox" :CLASS "29.8.b" :WN_SENSE (("1.5" 01385056) ("1.6" 01667222)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (cox+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#crab#crab#crab#crab+ingly#(1.5,00647192)(1.6,00774680)###AD ( :DEF_WORD "crab" :CLASS "13.7" :WN_SENSE (("1.5" 00647192) ("1.6" 00774680)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (crab+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.8.a#1#_ag,goal(to),info(that,about)#crab#crab#crab#crab+ingly#(1.5,00647192)(1.6,00774680)###AD ( :DEF_WORD "crab" :CLASS "37.8.a" :WN_SENSE (("1.5" 00647192) ("1.6" 00774680)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((1 "_ag,goal(to),info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (crab+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (thing -) (cform fin) :optional)) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#crab#crab#crab#crab+ingly####AD ( :DEF_WORD "crab" :CLASS "37.8.b" :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (crab+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#crab#crab#crab#crab+ingly####AD ( :DEF_WORD "crab" :CLASS "37.8.b" :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (crab+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.8.c#1#_ag_goal(at)#crab#crab#crab#crab+#(1.5,00647192)(1.6,00774680)###AD ( :DEF_WORD "crab" :CLASS "37.8.c" :WN_SENSE (("1.5" 00647192) ("1.6" 00774680)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (cause (* thing 1) (go comm (crab+ 2) ((* toward 5) comm (crab+ 2) (touching perc (crab+ 2) (thing 6))))) :VAR_SPEC ((2 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#crack#crack#crack#crack+ingly#(1.5,01245844,01245726)(1.6,01494789,01494671)###AD ( :DEF_WORD "crack" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245844 01245726) ("1.6" 01494789 01494671)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (crack+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#crack#crack#crack#crack+ingly#(1.5,01245844,01245726)(1.6,01494789,01494671)###AD ( :DEF_WORD "crack" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245844 01245726) ("1.6" 01494789 01494671)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crack+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#crack#crack#crack#crack+ingly#(1.5,01245844)(1.6,01494789)###AD ( :DEF_WORD "crack" :CLASS "43.2.c" :WN_SENSE (("1.5" 01245844) ("1.6" 01494789)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (crack+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#crack#crack#crack#crack+ingly#(1.5,01245726,00807547)(1.6,01494671,00961915)###AD ( :DEF_WORD "crack" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245726 00807547) ("1.6" 01494671 00961915)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#crack#crack#crack#crack+ed#(1.5,00202465)(1.6,00233208)###AD ( :DEF_WORD "crack" :CLASS "45.1.a" :WN_SENSE (("1.5" 00202465) ("1.6" 00233208)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crack+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#crack#crack#crack#crack+ed#(1.5,00202465,00202856)(1.6,00233208,00233372)###AD ( :DEF_WORD "crack" :CLASS "45.1.b" :WN_SENSE (("1.5" 00202465 00202856) ("1.6" 00233208 00233372)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crack+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#crack#crack#crack#crack+ed#(1.5,00202465,00202856)(1.6,00233208,00233372)###AD ( :DEF_WORD "crack" :CLASS "45.1.c" :WN_SENSE (("1.5" 00202465 00202856) ("1.6" 00233208 00233372)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crack+ed 9)))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#crackle#crackle#crackle#crackle+ingly#(1.5,00599150,01241570)(1.6,00717118,01489835)###AD ( :DEF_WORD "crackle" :CLASS "43.2.a" :WN_SENSE (("1.5" 00599150 01241570) ("1.6" 00717118 01489835)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (crackle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#crackle#crackle#crackle#crackle+ingly#(1.5,00599150,01241570)(1.6,00717118,01489835)###AD ( :DEF_WORD "crackle" :CLASS "43.2.b" :WN_SENSE (("1.5" 00599150 01241570) ("1.6" 00717118 01489835)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crackle+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#crackle#crackle#crackle#crackle+ingly#(1.5,01241570)(1.6,01489835)###AD ( :DEF_WORD "crackle" :CLASS "43.2.c" :WN_SENSE (("1.5" 01241570) ("1.6" 01489835)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (crackle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#crackle#crackle#crackle#crackle+ingly#(1.5,--)(1.6,00081605)###AD ( :DEF_WORD "crackle" :CLASS "43.2.d" :WN_SENSE (("1.5" --) ("1.6" 00081605)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crackle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#cram#cram#cram#cram+ingly#(1.5,00876771)(1.6,01047721)###AD ( :DEF_WORD "cram" :CLASS "9.7.a" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cram+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.c#1#_ag_th_goal()#cram#cram#cram#cram+ingly#(1.5,00876771)(1.6,01047721)###BJDMAP ( :DEF_WORD "cram" :CLASS "9.7.c" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (cram+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#cram#cram#cram#cram+ed#(1.5,00876771)(1.6,01047721)###AD ( :DEF_WORD "cram" :CLASS "9.7.d" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cram+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#cram#cram#cram#cram+ed#(1.5,00876771)(1.6,01047721)###BJDMAP ( :DEF_WORD "cram" :CLASS "9.7.d" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cram+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#cram#cram#cram#cram+ingly#(1.5,00876771)(1.6,01047721)###AD ( :DEF_WORD "cram" :CLASS "14.a" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (cram+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 14.c#1#_ag_purp(for)#cram#cram#cram#cram+ingly#(1.5,00876771)(1.6,01047721)###AD ( :DEF_WORD "cram" :CLASS "14.c" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1)))) ((* for 21) intent (*head*) (thing 22)) (cram+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#crane#crane#crane#crane+ingly#(1.5,00018330)(1.6,00019686)###AD ( :DEF_WORD "crane" :CLASS "40.3.2" :WN_SENSE (("1.5" 00018330) ("1.6" 00019686)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (crane+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 18.4.a#1#_th_goal()#crash#crash#crash#crash+ingly#(1.5,00900074)(1.6,01076294)###AD ( :DEF_WORD "crash" :CLASS "18.4.a" :WN_SENSE (("1.5" 00900074) ("1.6" 01076294)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (crash+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#crash#crash#crash#crash+ed#(1.5,00899983,01123599)(1.6,01076088,01342612)###AD ( :DEF_WORD "crash" :CLASS "18.4.b" :WN_SENSE (("1.5" 00899983 01123599) ("1.6" 01076088 01342612)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crash+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#crash#crash#crash#crash+ingly#(1.5,01123599,01196634,01153765)(1.6,01342612,01431218,01379139)###AD ( :DEF_WORD "crash" :CLASS "43.2.a" :WN_SENSE (("1.5" 01123599 01196634 01153765) ("1.6" 01342612 01431218 01379139)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (crash+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#crash#crash#crash#crash+ingly#(1.5,01123599,01196634,01153765)(1.6,01342612,01431218,01379139)###AD ( :DEF_WORD "crash" :CLASS "43.2.b" :WN_SENSE (("1.5" 01123599 01196634 01153765) ("1.6" 01342612 01431218 01379139)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crash+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#crash#crash#crash#crash+ingly#(1.5,00900074)(1.6,01076294)###AD ( :DEF_WORD "crash" :CLASS "43.2.c" :WN_SENSE (("1.5" 00900074) ("1.6" 01076294)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (crash+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#crash#crash#crash#crash+ed#(1.5,00900074)(1.6,01076294)###AD ( :DEF_WORD "crash" :CLASS "45.1.a" :WN_SENSE (("1.5" 00900074) ("1.6" 01076294)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crash+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#crash#crash#crash#crash+ed#(1.5,00900074)(1.6,01076294)###AD ( :DEF_WORD "crash" :CLASS "45.1.b" :WN_SENSE (("1.5" 00900074) ("1.6" 01076294)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#crash#crash#crash#crash+ed#(1.5,00900074)(1.6,01076294)###AD ( :DEF_WORD "crash" :CLASS "45.1.c" :WN_SENSE (("1.5" 00900074) ("1.6" 01076294)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crash+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#crate#crate#crate##(1.5,00854352)(1.6,01020004)#loc#(goal() = in crate+)#AD ( :DEF_WORD "crate" :CLASS "9.10" :WN_SENSE (("1.5" 00854352) ("1.6" 01020004)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (crate+ 6))))) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#crave#crave#crave#crave+ingly#(1.5,00675382)(1.6,00807946)###AD ( :DEF_WORD "crave" :CLASS "32.1" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (crave+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#crave#crave#crave#crave+#(1.5,00675382)(1.6,00807946)###AD ( :DEF_WORD "crave" :CLASS "32.2.b" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (crave+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (crawl+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (crawl+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#crawl#crawl#crawl#crawl+ed#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (crawl+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "47.7.a" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crawl+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "47.7.b" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crawl+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (crawl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#crawl#crawl#crawl#crawl+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "crawl" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (crawl+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#crayon#crayon#crayon#crayon+ingly#(1.5,00969771)(1.6,01161445)###AD ( :DEF_WORD "crayon" :CLASS "25.2" :WN_SENSE (("1.5" 00969771) ("1.6" 01161445)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (crayon+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#creak#creak#creak#creak+ingly#(1.5,01239066)(1.6,01486965)###AD ( :DEF_WORD "creak" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (creak+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#creak#creak#creak#creak+ingly#(1.5,01239066)(1.6,01486965)###AD ( :DEF_WORD "creak" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (creak+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#creak#creak#creak#creak+ingly#(1.5,01239066)(1.6,01486965)###AD ( :DEF_WORD "creak" :CLASS "43.2.c" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (creak+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#cream#cream#cream#cream+ed#(1.5,00815812)(1.6,00971825)###AD ( :DEF_WORD "cream" :CLASS "22.1.a" :WN_SENSE (("1.5" 00815812) ("1.6" 00971825)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cream+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#cream#cream#cream#cream+ingly#(1.5,00815812)(1.6,00971825)###AD ( :DEF_WORD "cream" :CLASS "22.1.b" :WN_SENSE (("1.5" 00815812) ("1.6" 00971825)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (cream+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.c#1#,ag_th_goal(into)#cream#cream#cream#cream+ingly#(1.5,00815812)(1.6,00971825)###AD ( :DEF_WORD "cream" :CLASS "22.1.c" :WN_SENSE (("1.5" 00815812) ("1.6" 00971825)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (cream+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#crease#crease#crease#crease+ed#(1.5,00731804,00731436)(1.6,00872771,00872313)###AD ( :DEF_WORD "crease" :CLASS "45.2.a" :WN_SENSE (("1.5" 00731804 00731436) ("1.6" 00872771 00872313)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crease+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#crease#crease#crease#crease+ed#(1.5,00731804,00731436)(1.6,00872771,00872313)###AD ( :DEF_WORD "crease" :CLASS "45.2.b" :WN_SENSE (("1.5" 00731804 00731436) ("1.6" 00872771 00872313)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crease+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#crease#crease#crease#crease+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crease" :CLASS "45.2.c" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crease+ed 9)))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#create#create#create#create+ingly#(1.5,00926361,01001949,00938193)(1.6,01111638,01198215,01126333)###AD ( :DEF_WORD "create" :CLASS "26.4" :WN_SENSE (("1.5" 00926361 01001949 00938193) ("1.6" 01111638 01198215 01126333)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (create+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 27#1#_ag_th#create#create#create#create+ingly#(1.5,00926361,01001949)(1.6,01111638,01198215)###AD ( :DEF_WORD "create" :CLASS "27" :WN_SENSE (("1.5" 00926361 01001949) ("1.6" 01111638 01198215)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (create+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#credit#credit#credit#credit+ingly#(1.5,00410123)(1.6,00492800)###AD ( :DEF_WORD "credit" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00410123) ("1.6" 00492800)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (credit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#credit#credit#credit#credit+ed#(1.5,00410123)(1.6,00492800)###AD ( :DEF_WORD "credit" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00410123) ("1.6" 00492800)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (credit+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#creep#creep#creep#creep+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "creep" :CLASS "47.3.a" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (creep+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#creep#creep#creep#creep+ingly#(1.5,01074492,01089468,01178933)(1.6,01287363,01304600,01409672)###AD ( :DEF_WORD "creep" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01074492 01089468 01178933) ("1.6" 01287363 01304600 01409672)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (creep+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#creep#creep#creep#creep+ingly#(1.5,01074492,01089468,01178933)(1.6,01287363,01304600,01409672)###AD ( :DEF_WORD "creep" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01074492 01089468 01178933) ("1.6" 01287363 01304600 01409672)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (creep+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#creep#creep#creep#creep+ed#(1.5,01074492,01089468,01178933)(1.6,01287363,01304600,01409672)###AD ( :DEF_WORD "creep" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01074492 01089468 01178933) ("1.6" 01287363 01304600 01409672)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (creep+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#creep#creep#creep#creep+ingly#(1.5,01074492)(1.6,01287363)###AD ( :DEF_WORD "creep" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01074492) ("1.6" 01287363)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (creep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#creep#creep#creep#creep+ingly#(1.5,01074492,01089468,01180777)(1.6,01287363,01304600,01411779)###AD ( :DEF_WORD "creep" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01074492 01089468 01180777) ("1.6" 01287363 01304600 01411779)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (creep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cremate#cremate#cremate#cremate+ed#(1.5,00227198,00034519)(1.6,00264232,00038161)###AD ( :DEF_WORD "cremate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00227198 00034519) ("1.6" 00264232 00038161)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cremate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#crepitate#crepitate#crepitate#crepitate+ingly#(1.5,01241570)(1.6,01489835)###AD ( :DEF_WORD "crepitate" :CLASS "43.2.a" :WN_SENSE (("1.5" 01241570) ("1.6" 01489835)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (crepitate+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#crepitate#crepitate#crepitate#crepitate+ingly#(1.5,01241570)(1.6,01489835)###AD ( :DEF_WORD "crepitate" :CLASS "43.2.b" :WN_SENSE (("1.5" 01241570) ("1.6" 01489835)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crepitate+ingly 26)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#crew#crew#crew#crew+ingly#(1.5,00614940)(1.6,00737931)###AD ( :DEF_WORD "crew" :CLASS "29.8.a" :WN_SENSE (("1.5" 00614940) ("1.6" 00737931)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (crew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#crew#crew#crew#crew+ingly#(1.5,00614940)(1.6,00737931)###AD ( :DEF_WORD "crew" :CLASS "29.8.b" :WN_SENSE (("1.5" 00614940) ("1.6" 00737931)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#crimp#crimp#crimp#crimp+ed#(1.5,00697490)(1.6,00833837)###AD ( :DEF_WORD "crimp" :CLASS "41.2.2" :WN_SENSE (("1.5" 00697490) ("1.6" 00833837)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crimp+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#crimson#crimson#crimson#crimson+ed#(1.5,00061241)(1.6,00070161)###AD ( :DEF_WORD "crimson" :CLASS "45.4.a" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crimson+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#crimson#crimson#crimson#crimson+ed#(1.5,00061241)(1.6,00070161)###AD ( :DEF_WORD "crimson" :CLASS "45.4.b" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crimson+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#crimson#crimson#crimson#crimson+ed#(1.5,00061241)(1.6,00070161)###AD ( :DEF_WORD "crimson" :CLASS "45.4.c" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crimson+ed 9)))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#cringe#cringe#cringe#cringe+ingly#(1.5,01179252)(1.6,01410062)###AD ( :DEF_WORD "cringe" :CLASS "31.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (cringe+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#cringe#cringe#cringe#cringe+ingly#(1.5,01179252)(1.6,01410062)###AD ( :DEF_WORD "cringe" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (cringe+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#cringe#cringe#cringe#cringe+ingly#(1.5,01179252,01180777)(1.6,01410062,01411779)###AD ( :DEF_WORD "cringe" :CLASS "40.5" :WN_SENSE (("1.5" 01179252 01180777) ("1.6" 01410062 01411779)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (cringe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#crinkle#crinkle#crinkle#crinkle+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crinkle" :CLASS "45.2.a" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crinkle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#crinkle#crinkle#crinkle#crinkle+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crinkle" :CLASS "45.2.b" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crinkle+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#crinkle#crinkle#crinkle#crinkle+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crinkle" :CLASS "45.2.c" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crinkle+ed 9)))) ) ;; Grid: 29.7#1#_ag_th#cripple#cripple#cripple#cripple+ed#(1.5,00135549)(1.6,00154601)###AD ( :DEF_WORD "cripple" :CLASS "29.7" :WN_SENSE (("1.5" 00135549) ("1.6" 00154601)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cripple+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#crisp#crisp#crisp#crisp+ingly#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.3.a" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crisp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#crisp#crisp#crisp#crisp+ingly#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.3.b" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crisp+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#crisp#crisp#crisp#crisp+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.3.c" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crisp+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#crisp#crisp#crisp#crisp+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.4.a" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crisp+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#crisp#crisp#crisp#crisp+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.4.b" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crisp+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#crisp#crisp#crisp#crisp+ed#(1.5,00731804)(1.6,00872771)###AD ( :DEF_WORD "crisp" :CLASS "45.4.c" :WN_SENSE (("1.5" 00731804) ("1.6" 00872771)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crisp+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#criss-cross#criss-cross#criss-cross#criss-cross+ed#(1.5,00730747)(1.6,00871542)###AD ( :DEF_WORD "criss-cross" :CLASS "22.2.a" :WN_SENSE (("1.5" 00730747) ("1.6" 00871542)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (criss-cross+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#criss-cross#criss-cross#criss-cross#criss-cross+ed#(1.5,00730747)(1.6,00871542)###AD ( :DEF_WORD "criss-cross" :CLASS "22.2.c" :WN_SENSE (("1.5" 00730747) ("1.6" 00871542)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (criss-cross+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#criticize#criticize#criticize#criticize+ingly#(1.5,00464213)(1.6,00560756)###AD ( :DEF_WORD "criticize" :CLASS "33.b" :WN_SENSE (("1.5" 00464213) ("1.6" 00560756)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (criticize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#croak#croak#croak#croak+ingly#(1.5,00511736)(1.6,00615688)###AD ( :DEF_WORD "croak" :CLASS "37.3.a" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (croak+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#croak#croak#croak#croak+ingly#(1.5,00511736)(1.6,00615688)###AD ( :DEF_WORD "croak" :CLASS "37.3.a" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (croak+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#croak#croak#croak#croak+#(1.5,00603660)(1.6,00722064)###AD ( :DEF_WORD "croak" :CLASS "37.3.b" :WN_SENSE (("1.5" 00603660) ("1.6" 00722064)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (croak+ 2) ((* toward 5) comm (croak+ 2) ((at 5) comm (croak+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#croak#croak#croak#croak+#(1.5,00603660)(1.6,00722064)###AD ( :DEF_WORD "croak" :CLASS "37.3.c" :WN_SENSE (("1.5" 00603660) ("1.6" 00722064)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (croak+ 2) (toward comm (croak+ 2) (at comm (croak+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#croak#croak#croak#croak+#(1.5,00603660)(1.6,00722064)###AD ( :DEF_WORD "croak" :CLASS "38" :WN_SENSE (("1.5" 00603660) ("1.6" 00722064)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (croak+ 2) ((* toward 5) comm (croak+ 2) (touching comm (croak+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#crochet#crochet#crochet#crochet+ed#(1.5,00957287)(1.6,01148180)###AD ( :DEF_WORD "crochet" :CLASS "26.1.a" :WN_SENSE (("1.5" 00957287) ("1.6" 01148180)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crochet+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#crochet#crochet#crochet#crochet+ed#(1.5,00957287)(1.6,01148180)###AD ( :DEF_WORD "crochet" :CLASS "26.1.a" :WN_SENSE (("1.5" 00957287) ("1.6" 01148180)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crochet+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#crochet#crochet#crochet#crochet+ingly#(1.5,00957287)(1.6,01148180)###AD ( :DEF_WORD "crochet" :CLASS "26.1.b" :WN_SENSE (("1.5" 00957287) ("1.6" 01148180)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (crochet+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#crook#crook#crook#crook+ingly#(1.5,01163378)(1.6,01390619)###AD ( :DEF_WORD "crook" :CLASS "40.3.2" :WN_SENSE (("1.5" 01163378) ("1.6" 01390619)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (crook+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#croon#croon#croon#croon+ingly#(1.5,00594068)(1.6,00711304)###AD ( :DEF_WORD "croon" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594068) ("1.6" 00711304)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (croon+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#croon#croon#croon#croon+ingly#(1.5,00594068)(1.6,00711304)###AD ( :DEF_WORD "croon" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594068) ("1.6" 00711304)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (croon+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#croon#croon#croon#croon+#(1.5,00594068)(1.6,00711304)###AD ( :DEF_WORD "croon" :CLASS "37.3.b" :WN_SENSE (("1.5" 00594068) ("1.6" 00711304)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (croon+ 2) ((* toward 5) comm (croon+ 2) ((at 5) comm (croon+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#croon#croon#croon#croon+#(1.5,00594068)(1.6,00711304)###AD ( :DEF_WORD "croon" :CLASS "37.3.c" :WN_SENSE (("1.5" 00594068) ("1.6" 00711304)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (croon+ 2) (toward comm (croon+ 2) (at comm (croon+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#crop#crop#crop#crop+ed#(1.5,00895488)(1.6,01070523)###AD ( :DEF_WORD "crop" :CLASS "21.2.a" :WN_SENSE (("1.5" 00895488) ("1.6" 01070523)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crop+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#crop#crop#crop#crop+ed#(1.5,00895488)(1.6,01070523)###AD ( :DEF_WORD "crop" :CLASS "21.2.b" :WN_SENSE (("1.5" 00895488) ("1.6" 01070523)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crop+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 41.2.2#1#_ag_th#crop#crop#crop#crop+ed#(1.5,00895488)(1.6,01070523)###AD ( :DEF_WORD "crop" :CLASS "41.2.2" :WN_SENSE (("1.5" 00895488) ("1.6" 01070523)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crop+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#cross#cross#cross#cross+ingly#(1.5,01090632)(1.6,01306317)###AD ( :DEF_WORD "cross" :CLASS "40.3.2" :WN_SENSE (("1.5" 01090632) ("1.6" 01306317)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (cross+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.8.a#1#_th#cross#cross#cross#cross+ed#(1.5,01156555)(1.6,01382318)###AD ( :DEF_WORD "cross" :CLASS "47.8.a" :WN_SENSE (("1.5" 01156555) ("1.6" 01382318)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (cross+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.f#1#_th_loc#cross#cross#cross#cross+ingly#(1.5,01089601,--)(1.6,01304824,01832499)###AD ( :DEF_WORD "cross" :CLASS "47.8.f" :WN_SENSE (("1.5" 01089601 --) ("1.6" 01304824 01832499)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (cross+ingly 26)) ) ;; Grid: 51.1.h#1#_th,goal#cross#cross#cross#cross+ingly#(1.5,01089601)(1.6,01304824)###AD ( :DEF_WORD "cross" :CLASS "51.1.h" :WN_SENSE (("1.5" 01089601) ("1.6" 01304824)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (across loc (thing 2) (* thing 6))) (cross+ingly 26)) :VAR_SPEC ((6 :optional) (2 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#cross-examine#cross-examine#cross-examine#cross-examine+ingly#(1.5,00441913)(1.6,00534563)###AD ( :DEF_WORD "cross-examine" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 00441913) ("1.6" 00534563)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (cross-examine+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#cross-pollinate#cross-pollinate#cross-pollinate#cross-pollinate+ed#(1.5,00034519)(1.6,00038161)###AD ( :DEF_WORD "cross-pollinate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00034519) ("1.6" 00038161)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cross-pollinate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#crouch#crouch#crouch#crouch+ingly#(1.5,01180063,00889664)(1.6,01410999,01063587)###AD ( :DEF_WORD "crouch" :CLASS "47.6.a" :WN_SENSE (("1.5" 01180063 00889664) ("1.6" 01410999 01063587)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (crouch+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#crow#crow#crow#crow+ingly#(1.5,00481020)(1.6,00581817)###AD ( :DEF_WORD "crow" :CLASS "37.3.a" :WN_SENSE (("1.5" 00481020) ("1.6" 00581817)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (crow+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#crow#crow#crow#crow+ingly#(1.5,00481020)(1.6,00581817)###AD ( :DEF_WORD "crow" :CLASS "37.3.a" :WN_SENSE (("1.5" 00481020) ("1.6" 00581817)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (crow+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#crow#crow#crow#crow+#(1.5,00481127)(1.6,00581935)###AD ( :DEF_WORD "crow" :CLASS "37.3.b" :WN_SENSE (("1.5" 00481127) ("1.6" 00581935)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (crow+ 2) ((* toward 5) comm (crow+ 2) ((at 5) comm (crow+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#crow#crow#crow#crow+#(1.5,00481127)(1.6,00581935)###AD ( :DEF_WORD "crow" :CLASS "37.3.c" :WN_SENSE (("1.5" 00481127) ("1.6" 00581935)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (crow+ 2) (toward comm (crow+ 2) (at comm (crow+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#crow#crow#crow#crow+#(1.5,00481127)(1.6,00581935)###AD ( :DEF_WORD "crow" :CLASS "38" :WN_SENSE (("1.5" 00481127) ("1.6" 00581935)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (crow+ 2) ((* toward 5) comm (crow+ 2) (touching comm (crow+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#crowd#crowd#crowd#crowd+ingly#(1.5,01160200)(1.6,01386370)###AD ( :DEF_WORD "crowd" :CLASS "9.7.a" :WN_SENSE (("1.5" 01160200) ("1.6" 01386370)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (crowd+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#crowd#crowd#crowd#crowd+ed#(1.5,01160200)(1.6,01386370)###AD ( :DEF_WORD "crowd" :CLASS "9.7.d" :WN_SENSE (("1.5" 01160200) ("1.6" 01386370)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crowd+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#crown#crown#crown#crown+ed#(1.5,01353141,00767018,00295542)(1.6,01628514,00914003,00914003)###AD ( :DEF_WORD "crown" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01353141 00767018 00295542) ("1.6" 01628514 00914003 00914003)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crown+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#crown#crown#crown#crown+ingly#(1.5,01353141)(1.6,01628514)###AD ( :DEF_WORD "crown" :CLASS "29.1.a" :WN_SENSE (("1.5" 01353141) ("1.6" 01628514)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (crown+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#crown#crown#crown#crown+ed#(1.5,01353141)(1.6,01628514)###AD ( :DEF_WORD "crown" :CLASS "29.1.c" :WN_SENSE (("1.5" 01353141) ("1.6" 01628514)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (crown+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#crown#crown#crown#crown+ingly#(1.5,01353141)(1.6,01628514)###AD ( :DEF_WORD "crown" :CLASS "29.1.d" :WN_SENSE (("1.5" 01353141) ("1.6" 01628514)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (crown+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#crown#crown#crown#crown+ingly#(1.5,01353141)(1.6,01628514)###AD ( :DEF_WORD "crown" :CLASS "29.1.e" :WN_SENSE (("1.5" 01353141) ("1.6" 01628514)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (crown+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.3#1#_ag_th_pred#crown#crown#crown#crown+ingly#(1.5,01353141)(1.6,01628514)###AD ( :DEF_WORD "crown" :CLASS "29.3" :WN_SENSE (("1.5" 01353141) ("1.6" 01628514)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (crown+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 42.2#1#_ag_th#crucify#crucify#crucify#crucify+ed#(1.5,01406134)(1.6,01692759)###AD ( :DEF_WORD "crucify" :CLASS "42.2" :WN_SENSE (("1.5" 01406134) ("1.6" 01692759)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crucify+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#cruise#cruise#cruise#cruise+ingly#(1.5,01100479)(1.6,01317635)###AD ( :DEF_WORD "cruise" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01100479) ("1.6" 01317635)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (cruise+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#cruise#cruise#cruise#cruise+ingly#(1.5,01100589,01100479)(1.6,01317730,01317635)###AD ( :DEF_WORD "cruise" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01100589 01100479) ("1.6" 01317730 01317635)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cruise+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#cruise#cruise#cruise#cruise+ingly#(1.5,01100589)(1.6,01317730)###AD ( :DEF_WORD "cruise" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01100589) ("1.6" 01317730)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (cruise+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.4.2.c#1#_ag_mod-loc#cruise#cruise#cruise#cruise+ingly#(1.5,01100589)(1.6,01317730)###AD ( :DEF_WORD "cruise" :CLASS "51.4.2.c" :WN_SENSE (("1.5" 01100589) ("1.6" 01317730)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (cruise+ingly 26)) :VAR_SPEC ((24 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#crumble#crumble#crumble#crumble+ed#(1.5,00237118)(1.6,00276092)###AD ( :DEF_WORD "crumble" :CLASS "45.4.a" :WN_SENSE (("1.5" 00237118) ("1.6" 00276092)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumble+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#crumble#crumble#crumble#crumble+ed#(1.5,00237118)(1.6,00276092)###AD ( :DEF_WORD "crumble" :CLASS "45.4.b" :WN_SENSE (("1.5" 00237118) ("1.6" 00276092)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumble+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#crumble#crumble#crumble#crumble+ed#(1.5,01167130,00237118)(1.6,01395145,00276092)###AD ( :DEF_WORD "crumble" :CLASS "45.4.c" :WN_SENSE (("1.5" 01167130 00237118) ("1.6" 01395145 00276092)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumble+ed 9)))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#crumple#crumple#crumple#crumple+ed#(1.5,00732004)(1.6,00873019)###AD ( :DEF_WORD "crumple" :CLASS "45.2.a" :WN_SENSE (("1.5" 00732004) ("1.6" 00873019)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#crumple#crumple#crumple#crumple+ed#(1.5,01167130,00732309,00732004)(1.6,01395145,00873362,00873019)###AD ( :DEF_WORD "crumple" :CLASS "45.2.b" :WN_SENSE (("1.5" 01167130 00732309 00732004) ("1.6" 01395145 00873362 00873019)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#crumple#crumple#crumple#crumple+ed#(1.5,00732004)(1.6,00873019)###AD ( :DEF_WORD "crumple" :CLASS "45.2.c" :WN_SENSE (("1.5" 00732004) ("1.6" 00873019)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crumple+ed 9)))) ) ;; Grid: 39.2.a#1#_ag,th#crunch#crunch#crunch#crunch+ingly#(1.5,00683638)(1.6,00817601)###AD ( :DEF_WORD "crunch" :CLASS "39.2.a" :WN_SENSE (("1.5" 00683638) ("1.6" 00817601)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (crunch+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#crunch#crunch#crunch#crunch+ingly#(1.5,00683638)(1.6,00817601)###AD ( :DEF_WORD "crunch" :CLASS "39.2.c" :WN_SENSE (("1.5" 00683638) ("1.6" 00817601)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (crunch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#crunch#crunch#crunch#crunch+ingly#(1.5,00599150,01246892)(1.6,00717118,01495970)###AD ( :DEF_WORD "crunch" :CLASS "43.2.a" :WN_SENSE (("1.5" 00599150 01246892) ("1.6" 00717118 01495970)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (crunch+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#crunch#crunch#crunch#crunch+ingly#(1.5,00599150,01246892)(1.6,00717118,01495970)###AD ( :DEF_WORD "crunch" :CLASS "43.2.b" :WN_SENSE (("1.5" 00599150 01246892) ("1.6" 00717118 01495970)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (crunch+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#crunch#crunch#crunch#crunch+ingly#(1.5,00917243,00683638,00200306)(1.6,01098494,00817601,00229305)###AD ( :DEF_WORD "crunch" :CLASS "43.2.d" :WN_SENSE (("1.5" 00917243 00683638 00200306) ("1.6" 01098494 00817601 00229305)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (crunch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#crush#crush#crush#crush+ed#(1.5,01372357)(1.6,01650638)###AD ( :DEF_WORD "crush" :CLASS "21.2.a" :WN_SENSE (("1.5" 01372357) ("1.6" 01650638)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crush+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#crush#crush#crush#crush+ed#(1.5,01372357)(1.6,01650638)###AD ( :DEF_WORD "crush" :CLASS "21.2.b" :WN_SENSE (("1.5" 01372357) ("1.6" 01650638)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crush+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#crush#crush#crush#crush+ingly#(1.5,01372357)(1.6,01650638)###AD ( :DEF_WORD "crush" :CLASS "31.1.a" :WN_SENSE (("1.5" 01372357) ("1.6" 01650638)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (crush+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#crush#crush#crush#crush+ingly#(1.5,01372357)(1.6,01650638)###AD ( :DEF_WORD "crush" :CLASS "31.1.b" :WN_SENSE (("1.5" 01372357) ("1.6" 01650638)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (crush+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#crush#crush#crush#crush+ed#(1.5,00204107,00858639)(1.6,00234711,01025075)###AD ( :DEF_WORD "crush" :CLASS "45.1.a" :WN_SENSE (("1.5" 00204107 00858639) ("1.6" 00234711 01025075)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crush+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#crush#crush#crush#crush+ed#(1.5,00204107,00858639)(1.6,00234711,01025075)###AD ( :DEF_WORD "crush" :CLASS "45.1.b" :WN_SENSE (("1.5" 00204107 00858639) ("1.6" 00234711 01025075)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crush+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#crush#crush#crush#crush+ed#(1.5,00204107)(1.6,00234711)###AD ( :DEF_WORD "crush" :CLASS "45.1.c" :WN_SENSE (("1.5" 00204107) ("1.6" 00234711)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crush+ed 9)))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#cry#cry#cry#cry+ingly#(1.5,00041693)(1.6,00046397)###AD ( :DEF_WORD "cry" :CLASS "31.3.c" :WN_SENSE (("1.5" 00041693) ("1.6" 00046397)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (cry+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#cry#cry#cry#cry+ingly#(1.5,00549710)(1.6,00659902)###AD ( :DEF_WORD "cry" :CLASS "37.3.a" :WN_SENSE (("1.5" 00549710) ("1.6" 00659902)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cry+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#cry#cry#cry#cry+ingly#(1.5,00549710)(1.6,00659902)###AD ( :DEF_WORD "cry" :CLASS "37.3.a" :WN_SENSE (("1.5" 00549710) ("1.6" 00659902)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (cry+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#cry#cry#cry#cry+#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "cry" :CLASS "37.3.b" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (cry+ 2) ((* toward 5) comm (cry+ 2) ((at 5) comm (cry+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#cry#cry#cry#cry+#(1.5,00513550)(1.6,00618000)###AD ( :DEF_WORD "cry" :CLASS "37.3.c" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (cry+ 2) (toward comm (cry+ 2) (at comm (cry+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#cry#cry#cry#cry+ingly#(1.5,00041693)(1.6,00046397)###BJDMAP ( :DEF_WORD "cry" :CLASS "40.1.2" :WN_SENSE (("1.5" 00041693) ("1.6" 00046397)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (cry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#cry#cry#cry#cry+ingly#(1.5,00513550)(1.6,00618000)###BJDMAP ( :DEF_WORD "cry" :CLASS "40.2.b" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (cry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#cry#cry#cry#cry+ingly#(1.5,00513550,00041693)(1.6,00618000,00046397)###AD ( :DEF_WORD "cry" :CLASS "43.2.a" :WN_SENSE (("1.5" 00513550 00041693) ("1.6" 00618000 00046397)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (cry+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#cry#cry#cry#cry+ingly#(1.5,00513550,00041693)(1.6,00618000,00046397)###AD ( :DEF_WORD "cry" :CLASS "43.2.b" :WN_SENSE (("1.5" 00513550 00041693) ("1.6" 00618000 00046397)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cry+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#crystallize#crystallize#crystallize#crystallize+ed#(1.5,00265709)(1.6,00311317)###AD ( :DEF_WORD "crystallize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00265709) ("1.6" 00311317)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crystallize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#crystallize#crystallize#crystallize#crystallize+ed#(1.5,00265709)(1.6,00311317)###AD ( :DEF_WORD "crystallize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00265709) ("1.6" 00311317)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crystallize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#crystallize#crystallize#crystallize#crystallize+ed#(1.5,00264422)(1.6,00309849)###AD ( :DEF_WORD "crystallize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00264422) ("1.6" 00309849)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (crystallize+ed 9)))) ) ;; Grid: 28#1#_ag#cub#cub#cub#cub+#(1.5,00036786)(1.6,00040724)###AD ( :DEF_WORD "cub" :CLASS "28" :WN_SENSE (("1.5" 00036786) ("1.6" 00040724)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (cub+ 2) (toward exist (cub+ 2) (at exist (cub+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#cube#cube#cube#cube+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "cube" :CLASS "21.2.a" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cube+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#cube#cube#cube#cube+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "cube" :CLASS "21.2.b" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cube+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#cube#cube#cube#cube+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "cube" :CLASS "21.2.c" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (cube+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 29.7#1#_ag_th#cuckold#cuckold#cuckold#cuckold+ed#(1.5,01457170)(1.6,01756463)###AD ( :DEF_WORD "cuckold" :CLASS "29.7" :WN_SENSE (("1.5" 01457170) ("1.6" 01756463)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cuckold+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#cuckoo#cuckoo#cuckoo#cuckoo+#(1.5,00539393)(1.6,00648360)###AD ( :DEF_WORD "cuckoo" :CLASS "38" :WN_SENSE (("1.5" 00539393) ("1.6" 00648360)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (cuckoo+ 2) ((* toward 5) comm (cuckoo+ 2) (touching comm (cuckoo+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.2.a.i#1#,ag_th#cuddle#cuddle#cuddle#cuddle+ingly#(1.5,00819554)(1.6,00976586)###BJDMAP ( :DEF_WORD "cuddle" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00819554) ("1.6" 00976586)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (cuddle+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#cuddle#cuddle#cuddle#cuddle+ingly#(1.5,00819554,--)(1.6,00976586,00976853)###AD ( :DEF_WORD "cuddle" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 00819554 --) ("1.6" 00976586 00976853)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (cuddle+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#cudgel#cudgel#cudgel#cudgel+ingly#(1.5,00819155)(1.6,00976100)###AD ( :DEF_WORD "cudgel" :CLASS "18.3" :WN_SENSE (("1.5" 00819155) ("1.6" 00976100)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (cudgel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#cuff#cuff#cuff#cuff+ingly#(1.5,00815239)(1.6,00971071)###AD ( :DEF_WORD "cuff" :CLASS "18.3" :WN_SENSE (("1.5" 00815239) ("1.6" 00971071)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (cuff+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#cull#cull#cull#cull+ingly#(1.5,00795189)(1.6,00947443)#loc##AD ( :DEF_WORD "cull" :CLASS "10.1" :WN_SENSE (("1.5" 00795189) ("1.6" 00947443)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (cull+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#cull#cull#cull#cull+ed#(1.5,00795189)(1.6,00947443)###AD ( :DEF_WORD "cull" :CLASS "10.6.a" :WN_SENSE (("1.5" 00795189) ("1.6" 00947443)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cull+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#cultivate#cultivate#cultivate#cultivate+ingly#(1.5,00995469,00994745)(1.6,01191107,01190265)###AD ( :DEF_WORD "cultivate" :CLASS "9.7.a" :WN_SENSE (("1.5" 00995469 00994745) ("1.6" 01191107 01190265)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cultivate+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#cultivate#cultivate#cultivate#cultivate+ed#(1.5,00995469,00994745)(1.6,01191107,01190265)###AD ( :DEF_WORD "cultivate" :CLASS "9.7.d" :WN_SENSE (("1.5" 00995469 00994745) ("1.6" 01191107 01190265)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cultivate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#cup#cup#cup#cup+ed####BJDMAP ( :DEF_WORD "cup" :CLASS "26.1.a" :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cup+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#curdle#curdle#curdle#curdle+ed#(1.5,00263863,00272297)(1.6,00309228,00320040)###AD ( :DEF_WORD "curdle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00263863 00272297) ("1.6" 00309228 00320040)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (curdle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#cure#cure#cure#cure+ed#(1.5,00049788)(1.6,00056004)###AD ( :DEF_WORD "cure" :CLASS "10.6.a" :WN_SENSE (("1.5" 00049788) ("1.6" 00056004)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cure+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.6#1#,ag_th_goal(around)#curl#curl#curl#curl+ingly#(1.5,00697371,00876575,00218839)(1.6,00833674,01047481,00253017)###AD ( :DEF_WORD "curl" :CLASS "9.6" :WN_SENSE (("1.5" 00697371 00876575 00218839) ("1.6" 00833674 01047481 00253017)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (curl+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 41.2.2#1#_ag_th#curl#curl#curl#curl+ed#(1.5,00697371,00218839)(1.6,00833674,00253017)###AD ( :DEF_WORD "curl" :CLASS "41.2.2" :WN_SENSE (("1.5" 00697371 00218839) ("1.6" 00833674 00253017)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (curl+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.1.2#1#_ag_th#curry#curry#curry#curry+ed#(1.5,00029442)(1.6,00032272)###AD ( :DEF_WORD "curry" :CLASS "41.1.2" :WN_SENSE (("1.5" 00029442) ("1.6" 00032272)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (curry+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#curse#curse#curse#curse+ingly#(1.5,00485754,00485942)(1.6,00586866,00587063)###AD ( :DEF_WORD "curse" :CLASS "33.b" :WN_SENSE (("1.5" 00485754 00485942) ("1.6" 00586866 00587063)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (curse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#curtail#curtail#curtail#curtail+ingly#(1.5,00142769)(1.6,00162692)###AD ( :DEF_WORD "curtail" :CLASS "55.1.a" :WN_SENSE (("1.5" 00142769) ("1.6" 00162692)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (curtail+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#curtail#curtail#curtail#curtail+ingly#(1.5,00142769)(1.6,00162692)###AD ( :DEF_WORD "curtail" :CLASS "55.1.b" :WN_SENSE (("1.5" 00142769) ("1.6" 00162692)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (curtail+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#curtain#curtain#curtain#curtain+ed#(1.5,01338463)(1.6,01607501)###AD ( :DEF_WORD "curtain" :CLASS "16" :WN_SENSE (("1.5" 01338463) ("1.6" 01607501)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (curtain+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#curtsey#curtsey#curtsey#curtsey+ingly#(1.5,01166283)(1.6,01394136)###AD ( :DEF_WORD "curtsey" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 01166283) ("1.6" 01394136)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (curtsey+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#curve#curve#curve#curve+ingly#(1.5,00218839,01163378)(1.6,00253017,01390619)###BJDMAP ( :DEF_WORD "curve" :CLASS "26.5.b" :WN_SENSE (("1.5" 00218839 01163378) ("1.6" 00253017 01390619)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (curve+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 21.1.a#1#_th#cut#cut#cut#cut+ed#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "21.1.a" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#cut#cut#cut#cut+ingly#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "21.1.b" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (cut+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#cut#cut#cut#cut+ingly#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "21.1.c" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (cut+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#cut#cut#cut#cut+ed#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "21.1.d" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#cut#cut#cut#cut+ingly#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "21.1.e" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (cut+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#cut#cut#cut#cut+ingly#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "23.2.a" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (cut+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#cut#cut#cut#cut+ed#(1.5,00894185)(1.6,01069335)###AD ( :DEF_WORD "cut" :CLASS "23.2.b" :WN_SENSE (("1.5" 00894185) ("1.6" 01069335)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#cut#cut#cut#cut+ed#(1.5,01002579)(1.6,01198965)###AD ( :DEF_WORD "cut" :CLASS "26.1.a" :WN_SENSE (("1.5" 01002579) ("1.6" 01198965)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#cut#cut#cut#cut+ed#(1.5,01002579)(1.6,01198965)###AD ( :DEF_WORD "cut" :CLASS "26.1.a" :WN_SENSE (("1.5" 01002579) ("1.6" 01198965)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#cut#cut#cut#cut+ingly#(1.5,01002579)(1.6,01198965)###AD ( :DEF_WORD "cut" :CLASS "26.1.b" :WN_SENSE (("1.5" 01002579) ("1.6" 01198965)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (cut+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#cut#cut#cut#cut+ingly#(1.5,00894185,01002579)(1.6,01069335,01198965)###AD ( :DEF_WORD "cut" :CLASS "31.1.a" :WN_SENSE (("1.5" 00894185 01002579) ("1.6" 01069335 01198965)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (cut+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#cut#cut#cut#cut+ingly#(1.5,00600032)(1.6,00717937)###AD ( :DEF_WORD "cut" :CLASS "31.1.b" :WN_SENSE (("1.5" 00600032) ("1.6" 00717937)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (cut+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#cut#cut#cut#cut+ed#(1.5,00894185,01002579)(1.6,01069335,01198965)###AD ( :DEF_WORD "cut" :CLASS "40.8.3" :WN_SENSE (("1.5" 00894185 01002579) ("1.6" 01069335 01198965)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#cut#cut#cut#cut+ed#(1.5,00894185,00176442,00255165)(1.6,01069335,00201632,00298808)###AD ( :DEF_WORD "cut" :CLASS "41.2.2" :WN_SENSE (("1.5" 00894185 00176442 00255165) ("1.6" 01069335 00201632 00298808)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (cut+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#cut#cut#cut#cut+ingly#(1.5,01162716)(1.6,01389779)###AD ( :DEF_WORD "cut" :CLASS "47.7.a" :WN_SENSE (("1.5" 01162716) ("1.6" 01389779)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cut+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#cut#cut#cut#cut+ingly#(1.5,01162716)(1.6,01389779)###AD ( :DEF_WORD "cut" :CLASS "47.7.b" :WN_SENSE (("1.5" 01162716) ("1.6" 01389779)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (cut+ingly 26)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#cycle#cycle#cycle#cycle+ingly#(1.5,01102945,01102710)(1.6,01320261,01320026)###AD ( :DEF_WORD "cycle" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01102945 01102710) ("1.6" 01320261 01320026)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (cycle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#cycle#cycle#cycle#cycle+ingly#(1.5,01102710,01102945)(1.6,01320026,01320261)###AD ( :DEF_WORD "cycle" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01102710 01102945) ("1.6" 01320026 01320261)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (cycle+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#dab#dab#dab#dab+ingly#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "9.7.a" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (dab+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#dab#dab#dab#dab+ingly#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "9.7.b" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (dab+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#dab#dab#dab#dab+ingly#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "9.7.c" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (dab+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#dab#dab#dab#dab+ed#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "9.7.d" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dab+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#dab#dab#dab#dab+ingly#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (dab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#dab#dab#dab#dab+ingly#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (dab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#dab#dab#dab#dab+ed#(1.5,00702336)(1.6,00839967)###AD ( :DEF_WORD "dab" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00702336) ("1.6" 00839967)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dab+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#dab#dab#dab#dab+ingly#(1.5,00702250)(1.6,00839881)###AD ( :DEF_WORD "dab" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00702250) ("1.6" 00839881)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (dab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#dally#dally#dally#dally+ingly#(1.5,01148488)(1.6,01372850)###AD ( :DEF_WORD "dally" :CLASS "53.1" :WN_SENSE (("1.5" 01148488) ("1.6" 01372850)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (dally+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#dam#dam#dam#dam+ed#(1.5,00848764)(1.6,01012692)###AD ( :DEF_WORD "dam" :CLASS "9.8.a" :WN_SENSE (("1.5" 00848764) ("1.6" 01012692)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (dam+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#dam#dam#dam#dam+ed#(1.5,00848764)(1.6,01012692)###AD ( :DEF_WORD "dam" :CLASS "9.8.b" :WN_SENSE (("1.5" 00848764) ("1.6" 01012692)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dam+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#dam#dam#dam#dam+ed#(1.5,00848764)(1.6,01012692)###AD ( :DEF_WORD "dam" :CLASS "9.8.e" :WN_SENSE (("1.5" 00848764) ("1.6" 01012692)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dam+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#damage#damage#damage#damage+ingly#(1.5,--)(1.6,00176836)###BJDMAP ( :DEF_WORD "damage" :CLASS "44.a" :WN_SENSE (("1.5" --) ("1.6" 00176836)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (damage+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#damn#damn#damn#damn+ingly#(1.5,00485754)(1.6,00586866)###AD ( :DEF_WORD "damn" :CLASS "33.b" :WN_SENSE (("1.5" 00485754) ("1.6" 00586866)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (damn+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dampen#dampen#dampen#dampen+ed#(1.5,00130309,00232766)(1.6,00148644,00270847)###AD ( :DEF_WORD "dampen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00130309 00232766) ("1.6" 00148644 00270847)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dampen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dampen#dampen#dampen#dampen+ed#(1.5,00130309,00232766)(1.6,00148644,00270847)###AD ( :DEF_WORD "dampen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00130309 00232766) ("1.6" 00148644 00270847)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dampen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dampen#dampen#dampen#dampen+ed#(1.5,00130309,00232514,01250340)(1.6,00148644,00270556,01500580)###AD ( :DEF_WORD "dampen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00130309 00232514 01250340) ("1.6" 00148644 00270556 01500580)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dampen+ed 9)))) ) ;; Grid: 26.7.i#1#_ag#dance#dance#dance#dance+ingly#(1.5,01079457,00978339)(1.6,01293338,01171148)###AD ( :DEF_WORD "dance" :CLASS "26.7.i" :WN_SENSE (("1.5" 01079457 00978339) ("1.6" 01293338 01171148)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (dance+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#dance#dance#dance#dance+ingly#(1.5,00978339)(1.6,01171148)###AD ( :DEF_WORD "dance" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00978339) ("1.6" 01171148)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (dance+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#dance#dance#dance#dance+ingly#(1.5,00978339)(1.6,01171148)###AD ( :DEF_WORD "dance" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00978339) ("1.6" 01171148)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (dance+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 47.3.a#1#_th,loc()#dance#dance#dance#dance+ingly#(1.5,01079457)(1.6,01293338)###AD ( :DEF_WORD "dance" :CLASS "47.3.a" :WN_SENSE (("1.5" 01079457) ("1.6" 01293338)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (dance+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#dance#dance#dance#dance+ingly#(1.5,01079457,00978339)(1.6,01293338,01171148)###AD ( :DEF_WORD "dance" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01079457 00978339) ("1.6" 01293338 01171148)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (dance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#dance#dance#dance#dance+ingly#(1.5,01079457,00978339)(1.6,01293338,01171148)###AD ( :DEF_WORD "dance" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01079457 00978339) ("1.6" 01293338 01171148)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (dance+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#dance#dance#dance#dance+ingly#(1.5,01079457,00978339)(1.6,01293338,01171148)###AD ( :DEF_WORD "dance" :CLASS "51.5.b" :WN_SENSE (("1.5" 01079457 00978339) ("1.6" 01293338 01171148)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (dance+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#dandle#dandle#dandle#dandle+ingly#(1.5,01063948)(1.6,01274587)###AD ( :DEF_WORD "dandle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01063948) ("1.6" 01274587)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (dandle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 32.2.a#1#_exp_perc(for,after)#dangle#dangle#dangle#dangle+ingly####AD ! ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#dandle#dandle#dandle#dandle+ingly#(1.5,01063948)(1.6,01274587)###AD ( :DEF_WORD "dandle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01063948) ("1.6" 01274587)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (dandle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.2.i#1#_th,loc()#dangle#dangle#dangle#dangle+ingly#(1.5,01537836,00851667)(1.6,01856016,01856016)###AD ( :DEF_WORD "dangle" :CLASS "9.2.i" :WN_SENSE (("1.5" 01537836 00851667) ("1.6" 01856016 01856016)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (dangle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#dangle#dangle#dangle#dangle+ingly#(1.5,00851784)(1.6,01016676)###AD ( :DEF_WORD "dangle" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00851784) ("1.6" 01016676)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (dangle+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#dangle#dangle#dangle#dangle+ingly#(1.5,01537836,00851784,00851667)(1.6,01856016,01016676,01856016)###AD ( :DEF_WORD "dangle" :CLASS "47.6.a" :WN_SENSE (("1.5" 01537836 00851784 00851667) ("1.6" 01856016 01016676 01856016)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (dangle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#dapple#dapple#dapple#dapple+ed#(1.5,00299482)(1.6,00354825)###AD ( :DEF_WORD "dapple" :CLASS "9.8.a" :WN_SENSE (("1.5" 00299482) ("1.6" 00354825)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (dapple+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#dapple#dapple#dapple#dapple+ed#(1.5,00299482)(1.6,00354825)###AD ( :DEF_WORD "dapple" :CLASS "9.8.b" :WN_SENSE (("1.5" 00299482) ("1.6" 00354825)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dapple+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 015#1#_ag_prop(to)#dare#dare#dare#dare+ingly#(1.5,01345488,01440956)(1.6,01617829,01735366)###AD ! ;; Grid: 002#1#_ag_th,prop(to)#dare#dare#dare#dare+ingly#(1.5,00487372)(1.6,00588515)###AD ( :DEF_WORD "dare" :CLASS "002" :WN_SENSE (("1.5" 00487372) ("1.6" 00588515)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (dare+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 005#1#_th_prop(to)#dare#dare#dare#dare+ingly####BJDMAP ( :DEF_WORD "dare" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (dare+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#darken#darken#darken#darken+ed#(1.5,01233461,00188285)(1.6,01479766,00215332)###AD ( :DEF_WORD "darken" :CLASS "45.4.a" :WN_SENSE (("1.5" 01233461 00188285) ("1.6" 01479766 00215332)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (darken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#darken#darken#darken#darken+ed#(1.5,01233461,00188285)(1.6,01479766,00215332)###AD ( :DEF_WORD "darken" :CLASS "45.4.b" :WN_SENSE (("1.5" 01233461 00188285) ("1.6" 01479766 00215332)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (darken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#darken#darken#darken#darken+ed#(1.5,00188944,01233461)(1.6,00216063,01479766)###AD ( :DEF_WORD "darken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00188944 01233461) ("1.6" 00216063 01479766)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (darken+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#darn#darn#darn#darn+ed#(1.5,00762053)(1.6,00908176)###AD ( :DEF_WORD "darn" :CLASS "45.4.a" :WN_SENSE (("1.5" 00762053) ("1.6" 00908176)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (darn+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#dart#dart#dart#dart+ingly#(1.5,01082425)(1.6,01296593)###AD ( :DEF_WORD "dart" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01082425) ("1.6" 01296593)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (dart+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#dart#dart#dart#dart+ingly#(1.5,01082425,01179510,01082278)(1.6,01296593,01410345,01296446)###AD ( :DEF_WORD "dart" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01082425 01179510 01082278) ("1.6" 01296593 01410345 01296446)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (dart+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#dash#dash#dash#dash+ingly#(1.5,00202352)(1.6,00232384)###AD ( :DEF_WORD "dash" :CLASS "18.1.a" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (dash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#dash#dash#dash#dash+ingly#(1.5,00202352)(1.6,00232384)###AD ( :DEF_WORD "dash" :CLASS "18.1.b" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (dash+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#dash#dash#dash#dash+ingly#(1.5,00202352)(1.6,00232384)###AD ( :DEF_WORD "dash" :CLASS "18.1.c" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (dash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#dash#dash#dash#dash+ingly#(1.5,--)(1.6,01035304)###AD ( :DEF_WORD "dash" :CLASS "18.1.d" :WN_SENSE (("1.5" --) ("1.6" 01035304)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (dash+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#dash#dash#dash#dash+ed#(1.5,00202352)(1.6,00232384)###AD ( :DEF_WORD "dash" :CLASS "18.1.e" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dash+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#dash#dash#dash#dash+ingly#(1.5,01098772)(1.6,01315901)###AD ( :DEF_WORD "dash" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01098772) ("1.6" 01315901)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (dash+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#dash#dash#dash#dash+ingly#(1.5,01098772,01179510)(1.6,01315901,01410345)###AD ( :DEF_WORD "dash" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01098772 01179510) ("1.6" 01315901 01410345)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (dash+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#date#date#date#date+ed#(1.5,00415921,00415640)(1.6,00499117,00498714)###AD ( :DEF_WORD "date" :CLASS "25.3" :WN_SENSE (("1.5" 00415921 00415640) ("1.6" 00499117 00498714)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (date+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.2.a.i#1#,ag_th#date#date#date#date+ingly#(1.5,01407339,01407458)(1.6,01693937,01694117)###BJDMAP ( :DEF_WORD "date" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 01407339 01407458) ("1.6" 01693937 01694117)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (date+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#date#date#date#date+ingly#(1.5,01407339)(1.6,01693937)###AD ( :DEF_WORD "date" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 01407339) ("1.6" 01693937)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (date+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#daub#daub#daub#daub+ingly#(1.5,00702450)(1.6,00840079)###AD ( :DEF_WORD "daub" :CLASS "9.7.a" :WN_SENSE (("1.5" 00702450) ("1.6" 00840079)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (daub+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#daub#daub#daub#daub+ingly#(1.5,00702450)(1.6,00840079)###AD ( :DEF_WORD "daub" :CLASS "9.7.b" :WN_SENSE (("1.5" 00702450) ("1.6" 00840079)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (daub+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#daub#daub#daub#daub+ingly#(1.5,00702450)(1.6,00840079)###AD ( :DEF_WORD "daub" :CLASS "9.7.c" :WN_SENSE (("1.5" 00702450) ("1.6" 00840079)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (daub+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#daub#daub#daub#daub+ed#(1.5,00702450)(1.6,00840079)###AD ( :DEF_WORD "daub" :CLASS "9.7.d" :WN_SENSE (("1.5" 00702450) ("1.6" 00840079)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (daub+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#daunt#daunt#daunt#daunt+ingly#(1.5,01017381)(1.6,01219733)###AD ( :DEF_WORD "daunt" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017381) ("1.6" 01219733)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (daunt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#daunt#daunt#daunt#daunt+ingly#(1.5,01017381)(1.6,01219733)###AD ( :DEF_WORD "daunt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017381) ("1.6" 01219733)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (daunt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#dawdle#dawdle#dawdle#dawdle+ingly#(1.5,01177700)(1.6,01408005)###AD ( :DEF_WORD "dawdle" :CLASS "53.1" :WN_SENSE (("1.5" 01177700) ("1.6" 01408005)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (dawdle+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#dawn#dawn#dawn#dawn+ingly#(1.5,01475256)(1.6,01779550)###AD ( :DEF_WORD "dawn" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01475256) ("1.6" 01779550)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (dawn+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#daze#daze#daze#daze+ingly#(1.5,01233801,01207756)(1.6,01480270,01447824)###AD ( :DEF_WORD "daze" :CLASS "31.1.a" :WN_SENSE (("1.5" 01233801 01207756) ("1.6" 01480270 01447824)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (daze+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#daze#daze#daze#daze+ingly#(1.5,01207756)(1.6,01447824)###AD ( :DEF_WORD "daze" :CLASS "31.1.b" :WN_SENSE (("1.5" 01207756) ("1.6" 01447824)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (daze+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#daze#daze#daze#daze+ed#(1.5,01207756)(1.6,01447824)###AD ( :DEF_WORD "daze" :CLASS "31.1.c" :WN_SENSE (("1.5" 01207756) ("1.6" 01447824)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (daze+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dazzle#dazzle#dazzle#dazzle+ingly#(1.5,01233801)(1.6,01480270)###AD ( :DEF_WORD "dazzle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01233801) ("1.6" 01480270)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dazzle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dazzle#dazzle#dazzle#dazzle+ingly#(1.5,01233801)(1.6,01480270)###AD ( :DEF_WORD "dazzle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01233801) ("1.6" 01480270)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dazzle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.8#1#_ag_src#deaccent#deaccent#deaccent#deaccent+##loc#(th = accent+)#AD ( :DEF_WORD "deaccent" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (accent+ 2) (from loc (accent+ 2) (at loc (accent+ 2) (* thing 4)))) (deaccent+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deafen#deafen#deafen#deafen+ed#(1.5,00191833,01249323)(1.6,00219266,01499534)###AD ( :DEF_WORD "deafen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00191833 01249323) ("1.6" 00219266 01499534)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deafen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#deal#deal#deal#deal+ingly#(1.5,01313552)(1.6,01568959)###AD ( :DEF_WORD "deal" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01313552) ("1.6" 01568959)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (deal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#deal#deal#deal#deal+ingly#(1.5,--,--)(1.6,01614361,01619807)###AD ( :DEF_WORD "deal" :CLASS "36.1.c" :WN_SENSE (("1.5" -- --) ("1.6" 01614361 01619807)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (deal+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#deal#deal#deal#deal+ingly#(1.5,--,01378917)(1.6,01614361,01658906)###AD ( :DEF_WORD "deal" :CLASS "36.1.d" :WN_SENSE (("1.5" -- 01378917) ("1.6" 01614361 01658906)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (deal+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 10.8#1#_ag_src#debark#debark#bark##(1.5,01128356)(1.6,01348051)#loc#(th = bark+)#AD ( :DEF_WORD "debark" :GLOSS "bark" :CLASS "10.8" :WN_SENSE (("1.5" 01128356) ("1.6" 01348051)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bark+ 2) (from loc (bark+ 2) (at loc (bark+ 2) (* thing 4))))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#debase#debase#debase#debase+ingly#(1.5,01458826)(1.6,01758551)###BJDMAP ( :DEF_WORD "debase" :CLASS "31.1.a" :WN_SENSE (("1.5" 01458826) ("1.6" 01758551)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (debase+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#debate#debate#debate#debate+ingly#(1.5,00457192,00434231)(1.6,00552181,00525378)###AD ( :DEF_WORD "debate" :CLASS "36.3.a" :WN_SENSE (("1.5" 00457192 00434231) ("1.6" 00552181 00525378)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (debate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#debate#debate#debate#debate+ingly#(1.5,00457192,00434231)(1.6,00552181,00525378)###AD ( :DEF_WORD "debate" :CLASS "36.3.a" :WN_SENSE (("1.5" 00457192 00434231) ("1.6" 00552181 00525378)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (debate+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#debate#debate#debate#debate+ingly#(1.5,00457192,00434231)(1.6,00552181,00525378)###AD ( :DEF_WORD "debate" :CLASS "36.3.b" :WN_SENSE (("1.5" 00457192 00434231) ("1.6" 00552181 00525378)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (debate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#debilitate#debilitate#debilitate#debilitate+ed#(1.5,00232106)(1.6,00270123)###AD ( :DEF_WORD "debilitate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00232106) ("1.6" 00270123)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (debilitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#debone#debone#debone#debone+#(1.5,00119122)(1.6,00135363)#loc#(th = bone+)#AD ( :DEF_WORD "debone" :CLASS "10.8" :WN_SENSE (("1.5" 00119122) ("1.6" 00135363)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bone+ 2) (from loc (bone+ 2) (at loc (bone+ 2) (* thing 4)))) (debone+ 26)) ) ;; Grid: 10.8#1#_ag_src#debowel#debowel#debowel#debowel+##loc#(th = bowel+)#AD ( :DEF_WORD "debowel" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bowel+ 2) (from loc (bowel+ 2) (at loc (bowel+ 2) (* thing 4)))) (debowel+ 26)) ) ;; Grid: 10.8#1#_ag_src#debug#debug#debug#debug+#(1.5,00120525)(1.6,00136974)#loc#(th = bug+)#AD ( :DEF_WORD "debug" :CLASS "10.8" :WN_SENSE (("1.5" 00120525) ("1.6" 00136974)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bug+ 2) (from loc (bug+ 2) (at loc (bug+ 2) (* thing 4)))) (debug+ 26)) ) ;; Grid: 10.8#1#_ag_src#debur#debur#debur#debur+##loc#(th = bur+)#AD ( :DEF_WORD "debur" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (bur+ 2) (from loc (bur+ 2) (at loc (bur+ 2) (* thing 4)))) (debur+ 26)) ) ;; Grid: 26.7.ii#1#_ag,th,goal(to)#debut#debut#debut#debut+ingly#(1.5,00982724)(1.6,01176483)###BJDMAP ( :DEF_WORD "debut" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00982724) ("1.6" 01176483)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (debut+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#decant#decant#decant#decant+ed#(1.5,01184552)(1.6,01416698)###AD ( :DEF_WORD "decant" :CLASS "29.2.c" :WN_SENSE (("1.5" 01184552) ("1.6" 01416698)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (decant+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.5#1#_th#decay#decay#decay#decay+ed#(1.5,00237942,00125525,00326526)(1.6,00277161,00143034,00387029)###AD ( :DEF_WORD "decay" :CLASS "45.5" :WN_SENSE (("1.5" 00237942 00125525 00326526) ("1.6" 00277161 00143034 00387029)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decay+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#decay#decay#decay#decay+ingly#(1.5,00237942,00326526)(1.6,00277161,00387029)###AD ( :DEF_WORD "decay" :CLASS "47.2.b" :WN_SENSE (("1.5" 00237942 00326526) ("1.6" 00277161 00387029)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (decay+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#decay#decay#decay#decay+ingly#(1.5,00237942,00326526)(1.6,00277161,00387029)###AD ( :DEF_WORD "decay" :CLASS "47.2.c" :WN_SENSE (("1.5" 00237942 00326526) ("1.6" 00277161 00387029)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (decay+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#deceive#deceive#deceive#deceive+ingly#(1.5,01456537)(1.6,01755765)###AD ( :DEF_WORD "deceive" :CLASS "33.b" :WN_SENSE (("1.5" 01456537) ("1.6" 01755765)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (deceive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#decelerate#decelerate#decelerate#decelerate+ed#(1.5,00262074,00261052)(1.6,00307210,00306034)###AD ( :DEF_WORD "decelerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00262074 00261052) ("1.6" 00307210 00306034)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decelerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#decelerate#decelerate#decelerate#decelerate+ed#(1.5,00262074,00261052)(1.6,00307210,00306034)###AD ( :DEF_WORD "decelerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00262074 00261052) ("1.6" 00307210 00306034)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decelerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#decelerate#decelerate#decelerate#decelerate+ed#(1.5,00262074)(1.6,00307210)###AD ( :DEF_WORD "decelerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00262074) ("1.6" 00307210)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decelerate+ed 9)))) ) ;; Grid: 56.b#1#_th,loc()#December#December#December#december+####BJDMAP ( :DEF_WORD "December" :GLOSS_HEAD "december" :CLASS "56.b" :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (december+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#decentralize#decentralize#decentralize#decentralize+ed#(1.5,00240899)(1.6,00281684)###AD ( :DEF_WORD "decentralize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00240899) ("1.6" 00281684)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decentralize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#decentralize#decentralize#decentralize#decentralize+ed#(1.5,00240899)(1.6,00281684)###AD ( :DEF_WORD "decentralize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00240899) ("1.6" 00281684)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decentralize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 017#1#_exp_perc(that)#decide#decide#decide#decide+ingly#(1.5,00392710)(1.6,00471542)###AD ! ;; Grid: 45.4.c#1#_th#decentralize#decentralize#decentralize#decentralize+ed#(1.5,00240899)(1.6,00281684)###AD ( :DEF_WORD "decentralize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00240899) ("1.6" 00281684)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decentralize+ed 9)))) ) ;; Grid: 005#1#_th_prop(to)#decide#decide#decide#decide+ingly####BJDMAP ( :DEF_WORD "decide" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (decide+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#decieve#decieve#decieve#decieve+ingly####AD ( :DEF_WORD "decieve" :CLASS "33.b" :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (decieve+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#decimate#decimate#decimate#decimate+ingly#(1.5,00278623)(1.6,00328370)###AD ( :DEF_WORD "decimate" :CLASS "44.a" :WN_SENSE (("1.5" 00278623) ("1.6" 00328370)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (decimate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#decimate#decimate#decimate#decimate+ingly#(1.5,00278623)(1.6,00328370)###AD ( :DEF_WORD "decimate" :CLASS "44.b" :WN_SENSE (("1.5" 00278623) ("1.6" 00328370)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (decimate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 9.8.a#1#_mod-poss_th#deck#deck#deck#deck+ed#(1.5,00961808)(1.6,01152980)###AD ( :DEF_WORD "deck" :CLASS "9.8.a" :WN_SENSE (("1.5" 00961808) ("1.6" 01152980)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (deck+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#deck#deck#deck#deck+ed#(1.5,00961808)(1.6,01152980)###AD ( :DEF_WORD "deck" :CLASS "9.8.b" :WN_SENSE (("1.5" 00961808) ("1.6" 01152980)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (deck+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#deck#deck#deck#deck+ed#(1.5,00961808)(1.6,01152980)###AD ( :DEF_WORD "deck" :CLASS "9.8.d" :WN_SENSE (("1.5" 00961808) ("1.6" 01152980)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (deck+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#declaim#declaim#declaim#declaim+ingly#(1.5,00595169)(1.6,00712534)###BJDMAP ( :DEF_WORD "declaim" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00595169) ("1.6" 00712534)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (declaim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 29.4.e#1#_ag_th_pred#declare#declare#declare#declare+ingly#(1.5,00461970)(1.6,00558050)###AD ( :DEF_WORD "declare" :CLASS "29.4.e" :WN_SENSE (("1.5" 00461970) ("1.6" 00558050)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (declare+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#declare#declare#declare#declare+ingly#(1.5,00461407,00461970,00525638,00570287)(1.6,00557342,00558050,00632077,00683308)###AD ( :DEF_WORD "declare" :CLASS "29.4.f" :WN_SENSE (("1.5" 00461407 00461970 00525638 00570287) ("1.6" 00557342 00558050 00632077 00683308)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (declare+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#declare#declare#declare#declare+ingly#(1.5,00570287,00461407)(1.6,00683308,00557342)###AD ( :DEF_WORD "declare" :CLASS "29.4.g" :WN_SENSE (("1.5" 00570287 00461407) ("1.6" 00683308 00557342)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (declare+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#declare#declare#declare#declare+ingly#(1.5,00570287,00461407,00525638)(1.6,00683308,00557342,00632077)###AD ( :DEF_WORD "declare" :CLASS "37.7.a" :WN_SENSE (("1.5" 00570287 00461407 00525638) ("1.6" 00683308 00557342 00632077)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (declare+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#declare#declare#declare#declare+ingly#(1.5,00570287,00461407,00525638)(1.6,00683308,00557342,00632077)###AD ( :DEF_WORD "declare" :CLASS "37.7.b" :WN_SENSE (("1.5" 00570287 00461407 00525638) ("1.6" 00683308 00557342 00632077)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (declare+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#declare#declare#declare#declare+ingly#(1.5,00570287,00461407,00525638)(1.6,00683308,00557342,00632077)###AD ( :DEF_WORD "declare" :CLASS "48.1.2" :WN_SENSE (("1.5" 00570287 00461407 00525638) ("1.6" 00683308 00557342 00632077)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (declare+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 10.8#1#_ag_src#declaw#declaw#declaw#declaw+#(1.5,00118690)(1.6,00134949)#loc#(th = claw+)#AD ( :DEF_WORD "declaw" :CLASS "10.8" :WN_SENSE (("1.5" 00118690) ("1.6" 00134949)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (claw+ 2) (from loc (claw+ 2) (at loc (claw+ 2) (* thing 4)))) (declaw+ 26)) ) ;; Grid: 005#1#_th_prop#decline#decline#decline#decline+ingly#(1.5,00448333,01531257)(1.6,00541774,00541774)###AD ( :DEF_WORD "decline" :CLASS "005" :WN_SENSE (("1.5" 00448333 01531257) ("1.6" 00541774 00541774)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (decline+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 45.6#1#_th#decline#decline#decline#decline+ed#(1.5,00256826)(1.6,00300708)###AD ( :DEF_WORD "decline" :CLASS "45.6" :WN_SENSE (("1.5" 00256826) ("1.6" 00300708)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decline+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#decompose#decompose#decompose#decompose+ed#(1.5,00237942,00125935)(1.6,00277161,00143411)###AD ( :DEF_WORD "decompose" :CLASS "45.4.a" :WN_SENSE (("1.5" 00237942 00125935) ("1.6" 00277161 00143411)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decompose+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#decompose#decompose#decompose#decompose+ed#(1.5,00237942,00125935)(1.6,00277161,00143411)###AD ( :DEF_WORD "decompose" :CLASS "45.4.b" :WN_SENSE (("1.5" 00237942 00125935) ("1.6" 00277161 00143411)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decompose+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#decompose#decompose#decompose#decompose+ed#(1.5,00237942,00125935)(1.6,00277161,00143411)###AD ( :DEF_WORD "decompose" :CLASS "45.4.c" :WN_SENSE (("1.5" 00237942 00125935) ("1.6" 00277161 00143411)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decompose+ed 9)))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#decompose#decompose#decompose#decompose+ingly#(1.5,00237942,00125935)(1.6,00277161,00143411)###AD ( :DEF_WORD "decompose" :CLASS "47.2.b" :WN_SENSE (("1.5" 00237942 00125935) ("1.6" 00277161 00143411)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (decompose+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 9.8.a#1#_mod-poss_th#decorate#decorate#decorate#decorate+ed#(1.5,00959417)(1.6,01150345)###AD ( :DEF_WORD "decorate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (decorate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#decorate#decorate#decorate#decorate+ed#(1.5,00959417)(1.6,01150345)###AD ( :DEF_WORD "decorate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (decorate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#decorate#decorate#decorate#decorate+ed#(1.5,00959417)(1.6,01150345)###AD ( :DEF_WORD "decorate" :CLASS "25.3" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decorate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#decouple#decouple#decouple#decouple+ingly####AD ( :DEF_WORD "decouple" :CLASS "23.1.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (decouple+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#decouple#decouple#decouple#decouple+ed####AD ( :DEF_WORD "decouple" :CLASS "23.1.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decouple+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#decrease#decrease#decrease#decrease+ed#(1.5,00262983)(1.6,00308251)###AD ( :DEF_WORD "decrease" :CLASS "45.4.a" :WN_SENSE (("1.5" 00262983) ("1.6" 00308251)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decrease+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#decrease#decrease#decrease#decrease+ed#(1.5,00262983)(1.6,00308251)###AD ( :DEF_WORD "decrease" :CLASS "45.4.b" :WN_SENSE (("1.5" 00262983) ("1.6" 00308251)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decrease+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#decrease#decrease#decrease#decrease+ed#(1.5,00090574)(1.6,00103366)###AD ( :DEF_WORD "decrease" :CLASS "45.4.c" :WN_SENSE (("1.5" 00090574) ("1.6" 00103366)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decrease+ed 9)))) ) ;; Grid: 45.6#1#_th#decrease#decrease#decrease#decrease+ed#(1.5,00090574,00262983)(1.6,00103366,00308251)###AD ( :DEF_WORD "decrease" :CLASS "45.6" :WN_SENSE (("1.5" 00090574 00262983) ("1.6" 00103366 00308251)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (decrease+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 29.3#1#_ag_th_pred#decree#decree#decree#decree+ingly#(1.5,00403071)(1.6,00484458)###AD ( :DEF_WORD "decree" :CLASS "29.3" :WN_SENSE (("1.5" 00403071) ("1.6" 00484458)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (decree+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#decry#decry#decry#decry+ingly#(1.5,00485057)(1.6,00586096)###AD ( :DEF_WORD "decry" :CLASS "33.b" :WN_SENSE (("1.5" 00485057) ("1.6" 00586096)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (decry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src(from)#deduce#deduce#deduce#deduce+ingly#(1.5,00358233)(1.6,00430461)#loc##AD ! ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#dedicate#dedicate#dedicate#dedicate+ingly#(1.5,00499319)(1.6,00601722)###AD ( :DEF_WORD "dedicate" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00499319) ("1.6" 00601722)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (dedicate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#deduct#deduct#deduct#deduct+ingly#(1.5,00360479)(1.6,00432991)#loc##AD ( :DEF_WORD "deduct" :CLASS "10.1" :WN_SENSE (("1.5" 00360479) ("1.6" 00432991)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (deduct+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#deem#deem#deem#deem+ingly#(1.5,00390313)(1.6,00468967)###AD ( :DEF_WORD "deem" :CLASS "29.1.a" :WN_SENSE (("1.5" 00390313) ("1.6" 00468967)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (deem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#deem#deem#deem#deem+ingly#(1.5,00390313)(1.6,00468967)###AD ( :DEF_WORD "deem" :CLASS "29.1.a" :WN_SENSE (("1.5" 00390313) ("1.6" 00468967)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (deem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#deem#deem#deem#deem+ingly#(1.5,00390313)(1.6,00468967)###AD ( :DEF_WORD "deem" :CLASS "29.1.b" :WN_SENSE (("1.5" 00390313) ("1.6" 00468967)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (deem+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#deem#deem#deem#deem+ingly#(1.5,00390313)(1.6,00468967)###AD ( :DEF_WORD "deem" :CLASS "29.1.d" :WN_SENSE (("1.5" 00390313) ("1.6" 00468967)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (deem+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#deep-fry#deep-fry#deep-fry#deep-fry+ingly#(1.5,00197747)(1.6,00226472)###AD ( :DEF_WORD "deep-fry" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197747) ("1.6" 00226472)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (deep-fry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#deep-fry#deep-fry#deep-fry#deep-fry+ingly#(1.5,00197747)(1.6,00226472)###AD ( :DEF_WORD "deep-fry" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197747) ("1.6" 00226472)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (deep-fry+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#deep-fry#deep-fry#deep-fry#deep-fry+ed#(1.5,00197747)(1.6,00226472)###AD ( :DEF_WORD "deep-fry" :CLASS "45.3.c" :WN_SENSE (("1.5" 00197747) ("1.6" 00226472)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deep-fry+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deepen#deepen#deepen#deepen+ed#(1.5,00234260)(1.6,00272424)###AD ( :DEF_WORD "deepen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00234260) ("1.6" 00272424)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deepen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#deepen#deepen#deepen#deepen+ed#(1.5,00234260)(1.6,00272424)###AD ( :DEF_WORD "deepen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00234260) ("1.6" 00272424)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deepen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#deepen#deepen#deepen#deepen+ed#(1.5,00234260)(1.6,00272424)###AD ( :DEF_WORD "deepen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00234260) ("1.6" 00272424)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deepen+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deescalate#deescalate#deescalate#deescalate+ed####AD ( :DEF_WORD "deescalate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deescalate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#deescalate#deescalate#deescalate#deescalate+ed####AD ( :DEF_WORD "deescalate" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deescalate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#deescalate#deescalate#deescalate#deescalate+ed####AD ( :DEF_WORD "deescalate" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deescalate+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#defame#defame#defame#defame+ingly#(1.5,00475072)(1.6,00574026)###AD ( :DEF_WORD "defame" :CLASS "33.b" :WN_SENSE (("1.5" 00475072) ("1.6" 00574026)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (defame+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.8#1#_ag_src#defang#defang#defang#defang+#(1.5,00118782)(1.6,00135042)#loc#(th = fang+)#AD ( :DEF_WORD "defang" :CLASS "10.8" :WN_SENSE (("1.5" 00118782) ("1.6" 00135042)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (fang+ 2) (from loc (fang+ 2) (at loc (fang+ 2) (* thing 4)))) (defang+ 26)) ) ;; Grid: 10.8#1#_ag_src#defat#defat#defat#defat+##loc#(th = fat+)#AD ( :DEF_WORD "defat" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (fat+ 2) (from loc (fat+ 2) (at loc (fat+ 2) (* thing 4)))) (defat+ 26)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#defeat#defeat#defeat#defeat+ingly#(1.5,00621705,00622526)(1.6,00750517,00750517)###AD ( :DEF_WORD "defeat" :CLASS "10.5" :WN_SENSE (("1.5" 00621705 00622526) ("1.6" 00750517 00750517)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (defeat+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 021#1#_ag_th(against)#defend#defend#defend#defend+ingly#(1.5,00638696,00640181)(1.6,00765509,00766986)###AD ! ;; Grid: 10.8#1#_ag_src#defeather#defeather#defeather#defeather+##loc#(th = feather+)#AD ( :DEF_WORD "defeather" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (feather+ 2) (from loc (feather+ 2) (at loc (feather+ 2) (* thing 4)))) (defeather+ 26)) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#defecate#defecate#defecate#defecate+ingly#(1.5,00045842)(1.6,00051515)###BJDMAP ( :DEF_WORD "defecate" :CLASS "40.1.2" :WN_SENSE (("1.5" 00045842) ("1.6" 00051515)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (defecate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#defect#defect#defect#defect+ingly#(1.5,01461250)(1.6,01761339)###BJDMAP ( :DEF_WORD "defect" :CLASS "51.1.a" :WN_SENSE (("1.5" 01461250) ("1.6" 01761339)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (defect+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#defend#defend#defend#defend+ingly#(1.5,00503307,01459811)(1.6,00606523,01759792)###AD ( :DEF_WORD "defend" :CLASS "33.b" :WN_SENSE (("1.5" 00503307 01459811) ("1.6" 00606523 01759792)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (defend+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.9.b#1#_ag_goal,info(against)#defend#defend#defend#defend+ingly#(1.5,00638696)(1.6,00765509)###BJDMAP ( :DEF_WORD "defend" :CLASS "37.9.b" :WN_SENSE (("1.5" 00638696) ("1.6" 00765509)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal,info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (defend+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog) :optional)) ) ;; Grid: 53.1#1#_th,loc()#defer#defer#defer#defer+ingly#(1.5,01495560)(1.6,01804260)###AD ( :DEF_WORD "defer" :CLASS "53.1" :WN_SENSE (("1.5" 01495560) ("1.6" 01804260)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (defer+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#defile#defile#defile#defile+ed#(1.5,00885147,00289524)(1.6,01057983,00342917)###BJDMAP ( :DEF_WORD "defile" :CLASS "9.8.b" :WN_SENSE (("1.5" 00885147 00289524) ("1.6" 01057983 00342917)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (defile+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#define#define#define#define+ingly#(1.5,01476365,00538961)(1.6,01780912,00647845)###AD ( :DEF_WORD "define" :CLASS "29.2.a" :WN_SENSE (("1.5" 01476365 00538961) ("1.6" 01780912 00647845)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (define+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#define#define#define#define+ed#(1.5,01476365,00538961)(1.6,01780912,00647845)###AD ( :DEF_WORD "define" :CLASS "29.2.c" :WN_SENSE (("1.5" 01476365 00538961) ("1.6" 01780912 00647845)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (define+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#define#define#define#define+ingly#(1.5,01476365,00538961)(1.6,01780912,00647845)###AD ( :DEF_WORD "define" :CLASS "29.2.d" :WN_SENSE (("1.5" 01476365 00538961) ("1.6" 01780912 00647845)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (define+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#define#define#define#define+ingly#(1.5,01476365,00538961)(1.6,01780912,00647845)###AD ( :DEF_WORD "define" :CLASS "48.1.2" :WN_SENSE (("1.5" 01476365 00538961) ("1.6" 01780912 00647845)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (define+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deflate#deflate#deflate#deflate+ed#(1.5,00157695)(1.6,00180795)###AD ( :DEF_WORD "deflate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00157695) ("1.6" 00180795)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deflate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#deflate#deflate#deflate#deflate+ed#(1.5,00157695)(1.6,00180795)###AD ( :DEF_WORD "deflate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00157695) ("1.6" 00180795)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deflate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#deflate#deflate#deflate#deflate+ed#(1.5,00157695)(1.6,00180795)###AD ( :DEF_WORD "deflate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00157695) ("1.6" 00180795)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deflate+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#deflea#deflea#deflea#deflea+##loc#(th = flea+)#AD ( :DEF_WORD "deflea" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (flea+ 2) (from loc (flea+ 2) (at loc (flea+ 2) (* thing 4)))) (deflea+ 26)) ) ;; Grid: 10.1#1#_ag_th,src()#deflect#deflect#deflect#deflect+ingly#(1.5,01020146)(1.6,01223346)#loc##AD ( :DEF_WORD "deflect" :CLASS "10.1" :WN_SENSE (("1.5" 01020146) ("1.6" 01223346)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (deflect+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.8#1#_ag_src#deflesh#deflesh#deflesh#deflesh+##loc#(th = flesh+)#AD ( :DEF_WORD "deflesh" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (flesh+ 2) (from loc (flesh+ 2) (at loc (flesh+ 2) (* thing 4)))) (deflesh+ 26)) ) ;; Grid: 10.8#1#_ag_src#deflower#deflower#deflower#deflower+#(1.5,00821067)(1.6,00978940)#loc#(th = flower+)#AD ( :DEF_WORD "deflower" :CLASS "10.8" :WN_SENSE (("1.5" 00821067) ("1.6" 00978940)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (flower+ 2) (from loc (flower+ 2) (at loc (flower+ 2) (* thing 4)))) (deflower+ 26)) ) ;; Grid: 10.8#1#_ag_src#defoam#defoam#defoam#defoam+##loc#(th = foam+)#AD ( :DEF_WORD "defoam" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (foam+ 2) (from loc (foam+ 2) (at loc (foam+ 2) (* thing 4)))) (defoam+ 26)) ) ;; Grid: 10.8#1#_ag_src#defog#defog#defog#defog+##loc#(th = fog+)#AD ( :DEF_WORD "defog" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (fog+ 2) (from loc (fog+ 2) (at loc (fog+ 2) (* thing 4)))) (defog+ 26)) ) ;; Grid: 10.8#1#_ag_src#deforest#deforest#deforest#deforest+#(1.5,00118160)(1.6,00134351)#loc#(th = forest+)#AD ( :DEF_WORD "deforest" :CLASS "10.8" :WN_SENSE (("1.5" 00118160) ("1.6" 00134351)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (forest+ 2) (from loc (forest+ 2) (at loc (forest+ 2) (* thing 4)))) (deforest+ 26)) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#deform#deform#deform#deform+ingly#(1.5,00082223)(1.6,00094443)###AD ( :DEF_WORD "deform" :CLASS "26.6" :WN_SENSE (("1.5" 00082223) ("1.6" 00094443)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (deform+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#defraud#defraud#defraud#defraud+ed#(1.5,01454789)(1.6,01753780)###AD ( :DEF_WORD "defraud" :CLASS "10.6.a" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (defraud+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#defray#defray#defray#defray+ed#(1.5,01335694)(1.6,01604559)###AD ( :DEF_WORD "defray" :CLASS "10.6.a" :WN_SENSE (("1.5" 01335694) ("1.6" 01604559)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (defray+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#defrost#defrost#defrost#defrost+#(1.5,00225873)(1.6,00262648)#loc#(th = frost+)#AD ( :DEF_WORD "defrost" :CLASS "10.8" :WN_SENSE (("1.5" 00225873) ("1.6" 00262648)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (frost+ 2) (from loc (frost+ 2) (at loc (frost+ 2) (* thing 4)))) (defrost+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#defrost#defrost#defrost#defrost+ed#(1.5,00225873)(1.6,00262648)###AD ( :DEF_WORD "defrost" :CLASS "45.4.a" :WN_SENSE (("1.5" 00225873) ("1.6" 00262648)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (defrost+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#defrost#defrost#defrost#defrost+ed#(1.5,00225873)(1.6,00262648)###AD ( :DEF_WORD "defrost" :CLASS "45.4.b" :WN_SENSE (("1.5" 00225873) ("1.6" 00262648)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (defrost+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#defrost#defrost#defrost#defrost+ed#(1.5,00225873)(1.6,00262648)###AD ( :DEF_WORD "defrost" :CLASS "45.4.c" :WN_SENSE (("1.5" 00225873) ("1.6" 00262648)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (defrost+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#defuzz#defuzz#defuzz#defuzz+##loc#(th = fuzz+)#AD ( :DEF_WORD "defuzz" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (fuzz+ 2) (from loc (fuzz+ 2) (at loc (fuzz+ 2) (* thing 4)))) (defuzz+ 26)) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#defy#defy#defy#defy+ingly#(1.5,00487372)(1.6,00588515)###AD ( :DEF_WORD "defy" :CLASS "29.2.b" :WN_SENSE (("1.5" 00487372) ("1.6" 00588515)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (defy+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#defy#defy#defy#defy+ed#(1.5,00487372)(1.6,00588515)###AD ( :DEF_WORD "defy" :CLASS "29.2.c" :WN_SENSE (("1.5" 00487372) ("1.6" 00588515)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (defy+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#defy#defy#defy#defy+ingly#(1.5,00487372)(1.6,00588515)###AD ( :DEF_WORD "defy" :CLASS "29.2.d" :WN_SENSE (("1.5" 00487372) ("1.6" 00588515)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (defy+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.8#1#_ag_src#degas#degas#degas#degas+#(1.5,00109385)(1.6,00124259)#loc#(th = gas+)#AD ( :DEF_WORD "degas" :CLASS "10.8" :WN_SENSE (("1.5" 00109385) ("1.6" 00124259)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (gas+ 2) (from loc (gas+ 2) (at loc (gas+ 2) (* thing 4)))) (degas+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#degenerate#degenerate#degenerate#degenerate+ed#(1.5,00055043)(1.6,00062377)###AD ( :DEF_WORD "degenerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00055043) ("1.6" 00062377)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degenerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#degenerate#degenerate#degenerate#degenerate+ed#(1.5,00125389)(1.6,00142881)###AD ( :DEF_WORD "degenerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00125389) ("1.6" 00142881)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degenerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#degenerate#degenerate#degenerate#degenerate+ed#(1.5,00125389,00055043)(1.6,00142881,00062377)###AD ( :DEF_WORD "degenerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00125389 00055043) ("1.6" 00142881 00062377)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degenerate+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#degerm#degerm#degerm#degerm+##loc#(th = germ+)#AD ( :DEF_WORD "degerm" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (germ+ 2) (from loc (germ+ 2) (at loc (germ+ 2) (* thing 4)))) (degerm+ 26)) ) ;; Grid: 10.8#1#_ag_src#deglaze#deglaze#deglaze#deglaze+##loc#(th = glaze+)#AD ( :DEF_WORD "deglaze" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (glaze+ 2) (from loc (glaze+ 2) (at loc (glaze+ 2) (* thing 4)))) (deglaze+ 26)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#degrade#degrade#degrade#degrade+ingly#(1.5,01025113)(1.6,01228413)###AD ( :DEF_WORD "degrade" :CLASS "33.b" :WN_SENSE (("1.5" 01025113) ("1.6" 01228413)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (degrade+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#degrade#degrade#degrade#degrade+ed#(1.5,00750400,00124769)(1.6,00893728,00142249)###AD ( :DEF_WORD "degrade" :CLASS "45.4.a" :WN_SENSE (("1.5" 00750400 00124769) ("1.6" 00893728 00142249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degrade+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#degrade#degrade#degrade#degrade+ed#(1.5,00750400,00124769)(1.6,00893728,00142249)###AD ( :DEF_WORD "degrade" :CLASS "45.4.b" :WN_SENSE (("1.5" 00750400 00124769) ("1.6" 00893728 00142249)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degrade+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#degrade#degrade#degrade#degrade+ed#(1.5,00750400)(1.6,00893728)###AD ( :DEF_WORD "degrade" :CLASS "45.4.c" :WN_SENSE (("1.5" 00750400) ("1.6" 00893728)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (degrade+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#degrease#degrease#degrease#degrease+##loc#(th = grease+)#AD ( :DEF_WORD "degrease" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (grease+ 2) (from loc (grease+ 2) (at loc (grease+ 2) (* thing 4)))) (degrease+ 26)) ) ;; Grid: 10.8#1#_ag_src#degrit#degrit#degrit#degrit+##loc#(th = grit+)#AD ( :DEF_WORD "degrit" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (grit+ 2) (from loc (grit+ 2) (at loc (grit+ 2) (* thing 4)))) (degrit+ 26)) ) ;; Grid: 10.8#1#_ag_src#degum#degum#degum#degum+##loc#(th = gum+)#AD ( :DEF_WORD "degum" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (gum+ 2) (from loc (gum+ 2) (at loc (gum+ 2) (* thing 4)))) (degum+ 26)) ) ;; Grid: 10.8#1#_ag_src#degut#degut#degut#degut+##loc#(th = gut+)#AD ( :DEF_WORD "degut" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (gut+ 2) (from loc (gut+ 2) (at loc (gut+ 2) (* thing 4)))) (degut+ 26)) ) ;; Grid: 10.8#1#_ag_src#dehair#dehair#dehair#dehair+##loc#(th = hair+)#AD ( :DEF_WORD "dehair" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (hair+ 2) (from loc (hair+ 2) (at loc (hair+ 2) (* thing 4)))) (dehair+ 26)) ) ;; Grid: 10.8#1#_ag_src#dehead#dehead#dehead#dehead+##loc#(th = head+)#AD ( :DEF_WORD "dehead" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (head+ 2) (from loc (head+ 2) (at loc (head+ 2) (* thing 4)))) (dehead+ 26)) ) ;; Grid: 10.8#1#_ag_src#dehorn#dehorn#dehorn#dehorn+#(1.5,00119588,00118891)(1.6,00135831,00135151)#loc#(th = horn+)#AD ( :DEF_WORD "dehorn" :CLASS "10.8" :WN_SENSE (("1.5" 00119588 00118891) ("1.6" 00135831 00135151)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (horn+ 2) (from loc (horn+ 2) (at loc (horn+ 2) (* thing 4)))) (dehorn+ 26)) ) ;; Grid: 10.8#1#_ag_src#dehull#dehull#dehull#dehull+##loc#(th = hull+)#AD ( :DEF_WORD "dehull" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (hull+ 2) (from loc (hull+ 2) (at loc (hull+ 2) (* thing 4)))) (dehull+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dehumidify#dehumidify#dehumidify#dehumidify+ed#(1.5,00129054)(1.6,00147237)###AD ( :DEF_WORD "dehumidify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00129054) ("1.6" 00147237)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dehumidify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dehumidify#dehumidify#dehumidify#dehumidify+ed#(1.5,00129054)(1.6,00147237)###AD ( :DEF_WORD "dehumidify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00129054) ("1.6" 00147237)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dehumidify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dehumidify#dehumidify#dehumidify#dehumidify+ed#(1.5,00129054)(1.6,00147237)###AD ( :DEF_WORD "dehumidify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00129054) ("1.6" 00147237)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dehumidify+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#dehusk#dehusk#dehusk#dehusk+##loc#(th = husk+)#AD ( :DEF_WORD "dehusk" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (husk+ 2) (from loc (husk+ 2) (at loc (husk+ 2) (* thing 4)))) (dehusk+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dehydrate#dehydrate#dehydrate#dehydrate+ed#(1.5,00126757)(1.6,00144395)###AD ( :DEF_WORD "dehydrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00126757) ("1.6" 00144395)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dehydrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#deice#deice#deice#deice+#(1.5,00225873)(1.6,00262648)#loc#(th = ice+)#AD ( :DEF_WORD "deice" :CLASS "10.8" :WN_SENSE (("1.5" 00225873) ("1.6" 00262648)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (ice+ 2) (from loc (ice+ 2) (at loc (ice+ 2) (* thing 4)))) (deice+ 26)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#deify#deify#deify#deify+ingly#(1.5,00390116)(1.6,00468752)###AD ( :DEF_WORD "deify" :CLASS "31.2.a" :WN_SENSE (("1.5" 00390116) ("1.6" 00468752)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (deify+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#deign#deign#deign#deign+ingly#(1.5,01465565)(1.6,01766517)###BJDMAP ( :DEF_WORD "deign" :CLASS "005" :WN_SENSE (("1.5" 01465565) ("1.6" 01766517)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (deign+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 10.8#1#_ag_src#deink#deink#deink#deink+##loc#(th = ink+)#AD ( :DEF_WORD "deink" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (ink+ 2) (from loc (ink+ 2) (at loc (ink+ 2) (* thing 4)))) (deink+ 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#deject#deject#deject#deject+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "deject" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (deject+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#deject#deject#deject#deject+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "deject" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (deject+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#delay#delay#delay#delay+ingly#(1.5,01495232,00273409)(1.6,01803891,00321868)###AD ( :DEF_WORD "delay" :CLASS "53.1" :WN_SENSE (("1.5" 01495232 00273409) ("1.6" 01803891 00321868)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (delay+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 53.2.b#1#_ag_th,src(from)#delay#delay#delay#delay+ingly#(1.5,00272949)(1.6,00321115)###BJDMAP ( :DEF_WORD "delay" :CLASS "53.2.b" :WN_SENSE (("1.5" 00272949) ("1.6" 00321115)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (nil 4)))) (delay+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#delegate#delegate#delegate#delegate+ingly#(1.5,01355553)(1.6,01631636)###AD ( :DEF_WORD "delegate" :CLASS "13.3" :WN_SENSE (("1.5" 01355553) ("1.6" 01631636)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (delegate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#delete#delete#delete#delete+ingly#(1.5,00892314,00563648)(1.6,01066739,00676082)#loc##AD ( :DEF_WORD "delete" :CLASS "10.1" :WN_SENSE (("1.5" 00892314 00563648) ("1.6" 01066739 00676082)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (delete+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 36.3.a#2#_ag_mod-poss#deliberate#deliberate#deliberate#deliberate+ingly#(1.5,00457192)(1.6,00552181)###BJDMAP ( :DEF_WORD "deliberate" :CLASS "36.3.a" :WN_SENSE (("1.5" 00457192) ("1.6" 00552181)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (deliberate+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#delight#delight#delight#delight+ingly#(1.5,01034165)(1.6,01238865)###AD ( :DEF_WORD "delight" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (delight+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#delight#delight#delight#delight+ingly#(1.5,01034165)(1.6,01238865)###AD ( :DEF_WORD "delight" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (delight+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#delight#delight#delight#delight+ed#(1.5,01034165)(1.6,01238865)###AD ( :DEF_WORD "delight" :CLASS "31.1.c" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (delight+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#delight#delight#delight#delight+ingly#(1.5,00677012)(1.6,00809681)###AD ( :DEF_WORD "delight" :CLASS "31.3.e" :WN_SENSE (("1.5" 00677012) ("1.6" 00809681)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (delight+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#delight#delight#delight#delight+ingly#(1.5,00677012)(1.6,00809681)###AD ( :DEF_WORD "delight" :CLASS "31.3.h" :WN_SENSE (("1.5" 00677012) ("1.6" 00809681)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (delight+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.8.c#1#_th_loc#delimit#delimit#delimit#delimit+ingly#(1.5,00140526)(1.6,00160443)###AD ( :DEF_WORD "delimit" :CLASS "47.8.c" :WN_SENSE (("1.5" 00140526) ("1.6" 00160443)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (delimit+ingly 26)) ) ;; Grid: 10.8#1#_ag_src#delint#delint#delint#delint+##loc#(th = lint+)#AD ( :DEF_WORD "delint" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (lint+ 2) (from loc (lint+ 2) (at loc (lint+ 2) (* thing 4)))) (delint+ 26)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#deliver#deliver#deliver#deliver+ingly#(1.5,00827046,01305002,01272317)(1.6,00985935,01568149,01529125)###AD ( :DEF_WORD "deliver" :CLASS "11.1" :WN_SENSE (("1.5" 00827046 01305002 01272317) ("1.6" 00985935 01568149 01529125)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (deliver+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#deliver#deliver#deliver#deliver+ingly#(1.5,00827046,01305002,01272317)(1.6,00985935,01568149,01529125)###AD ( :DEF_WORD "deliver" :CLASS "11.1" :WN_SENSE (("1.5" 00827046 01305002 01272317) ("1.6" 00985935 01568149 01529125)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (deliver+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#delouse#delouse#delouse#delouse+#(1.5,00312387)(1.6,00370534)#loc#(th = louse+)#AD ( :DEF_WORD "delouse" :CLASS "10.8" :WN_SENSE (("1.5" 00312387) ("1.6" 00370534)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (louse+ 2) (from loc (louse+ 2) (at loc (louse+ 2) (* thing 4)))) (delouse+ 26)) ) ;; Grid: 002#1#_ag_th,prop(into)#delude#delude#delude#delude+ingly#(1.5,01456537)(1.6,01755765)###AD ( :DEF_WORD "delude" :CLASS "002" :WN_SENSE (("1.5" 01456537) ("1.6" 01755765)) :PROPBANK ("arg0 arg2 arg1-PRD(into)") :THETA_ROLES ((1 "_ag_th,prop(into)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (delude+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#deluge#deluge#deluge#deluge+ed#(1.5,00130198)(1.6,00148514)###AD ( :DEF_WORD "deluge" :CLASS "9.8.a" :WN_SENSE (("1.5" 00130198) ("1.6" 00148514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (deluge+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#deluge#deluge#deluge#deluge+ed#(1.5,00130198)(1.6,00148514)###AD ( :DEF_WORD "deluge" :CLASS "9.8.b" :WN_SENSE (("1.5" 00130198) ("1.6" 00148514)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (deluge+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#deluster#deluster#deluster#deluster+##loc#(th = luster+)#AD ( :DEF_WORD "deluster" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (luster+ 2) (from loc (luster+ 2) (at loc (luster+ 2) (* thing 4)))) (deluster+ 26)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#delve#delve#delve#delve+ingly#(1.5,00751308)(1.6,00894764)###AD ( :DEF_WORD "delve" :CLASS "35.5" :WN_SENSE (("1.5" 00751308) ("1.6" 00894764)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (delve+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#delve#delve#delve#delve+ingly#(1.5,00751308)(1.6,00894764)###AD ( :DEF_WORD "delve" :CLASS "35.5" :WN_SENSE (("1.5" 00751308) ("1.6" 00894764)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (delve+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#demagnetize#demagnetize#demagnetize#demagnetize+ed#(1.5,00238313)(1.6,00277639)###AD ( :DEF_WORD "demagnetize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00238313) ("1.6" 00277639)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (demagnetize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#demagnetize#demagnetize#demagnetize#demagnetize+ed#(1.5,00238313)(1.6,00277639)###AD ( :DEF_WORD "demagnetize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00238313) ("1.6" 00277639)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (demagnetize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 017#1#_exp_perc(that)#demand#demand#demand#demand+ingly#(1.5,00424160)(1.6,00512630)###AD ! ;; Grid: 45.4.c#1#_th#demagnetize#demagnetize#demagnetize#demagnetize+ed#(1.5,00238313)(1.6,00277639)###AD ( :DEF_WORD "demagnetize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00238313) ("1.6" 00277639)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (demagnetize+ed 9)))) ) ;; Grid: 14.a#1#_ag_info,src(from)#demand#demand#demand#demand+ingly####AD ( :DEF_WORD "demand" :CLASS "14.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (demand+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 37.1.e#1#_ag_info(that)#demand#demand#demand#demand+ingly#(1.5,00424160)(1.6,00512630)###AD ( :DEF_WORD "demand" :CLASS "37.1.e" :WN_SENSE (("1.5" 00424160) ("1.6" 00512630)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 6)))) (demand+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#demarcate#demarcate#demarcate#demarcate+ed#(1.5,00412235)(1.6,00495195)###AD ( :DEF_WORD "demarcate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00412235) ("1.6" 00495195)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (demarcate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#demast#demast#demast#demast+##loc#(th = mast+)#AD ( :DEF_WORD "demast" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (mast+ 2) (from loc (mast+ 2) (at loc (mast+ 2) (* thing 4)))) (demast+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#demobilize#demobilize#demobilize#demobilize+ed#(1.5,00614166)(1.6,00737027)###AD ( :DEF_WORD "demobilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00614166) ("1.6" 00737027)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (demobilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#democratize#democratize#democratize#democratize+ed#(1.5,01434667)(1.6,01727508)###AD ( :DEF_WORD "democratize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01434667) ("1.6" 01727508)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (democratize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#democratize#democratize#democratize#democratize+ed#(1.5,01434667)(1.6,01727508)###AD ( :DEF_WORD "democratize" :CLASS "45.4.b" :WN_SENSE (("1.5" 01434667) ("1.6" 01727508)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (democratize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#democratize#democratize#democratize#democratize+ed#(1.5,01434540)(1.6,01727399)###AD ( :DEF_WORD "democratize" :CLASS "45.4.c" :WN_SENSE (("1.5" 01434540) ("1.6" 01727399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (democratize+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#demolish#demolish#demolish#demolish+ingly#(1.5,00947899)(1.6,01137612)###AD ( :DEF_WORD "demolish" :CLASS "31.1.a" :WN_SENSE (("1.5" 00947899) ("1.6" 01137612)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (demolish+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#demolish#demolish#demolish#demolish+ingly#(1.5,00947899)(1.6,01137612)###AD ( :DEF_WORD "demolish" :CLASS "31.1.b" :WN_SENSE (("1.5" 00947899) ("1.6" 01137612)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (demolish+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#demolish#demolish#demolish#demolish+ingly#(1.5,00947899)(1.6,01137612)###AD ( :DEF_WORD "demolish" :CLASS "44.a" :WN_SENSE (("1.5" 00947899) ("1.6" 01137612)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (demolish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#demolish#demolish#demolish#demolish+ingly#(1.5,00947899)(1.6,01137612)###AD ( :DEF_WORD "demolish" :CLASS "44.b" :WN_SENSE (("1.5" 00947899) ("1.6" 01137612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (demolish+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#demonstrate#demonstrate#demonstrate#demonstrate+ingly#(1.5,00373148,01226169)(1.6,00448230,01471335)###AD ( :DEF_WORD "demonstrate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00373148 01226169) ("1.6" 00448230 01471335)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (demonstrate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#demonstrate#demonstrate#demonstrate#demonstrate+ingly#(1.5,00373148)(1.6,00448230)###AD ( :DEF_WORD "demonstrate" :CLASS "37.1.c" :WN_SENSE (("1.5" 00373148) ("1.6" 00448230)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (demonstrate+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#demoralize#demoralize#demoralize#demoralize+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "demoralize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (demoralize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#demoralize#demoralize#demoralize#demoralize+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "demoralize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (demoralize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#denigrate#denigrate#denigrate#denigrate+ingly#(1.5,00485209,00475072)(1.6,00586279,00574026)###AD ( :DEF_WORD "denigrate" :CLASS "33.b" :WN_SENSE (("1.5" 00485209 00475072) ("1.6" 00586279 00574026)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (denigrate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#denote#denote#denote#denote+ingly#(1.5,00549373)(1.6,00659537)###AD ( :DEF_WORD "denote" :CLASS "29.1.a" :WN_SENSE (("1.5" 00549373) ("1.6" 00659537)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (denote+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#denounce#denounce#denounce#denounce+ingly#(1.5,00472103,01419981)(1.6,00570314,01709703)###AD ( :DEF_WORD "denounce" :CLASS "33.b" :WN_SENSE (("1.5" 00472103 01419981) ("1.6" 00570314 01709703)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (denounce+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#dent#dent#dent#dent+ed#(1.5,00732594)(1.6,00873818)###AD ( :DEF_WORD "dent" :CLASS "21.2.a" :WN_SENSE (("1.5" 00732594) ("1.6" 00873818)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dent+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#dent#dent#dent#dent+ed#(1.5,00732594)(1.6,00873818)###AD ( :DEF_WORD "dent" :CLASS "21.2.b" :WN_SENSE (("1.5" 00732594) ("1.6" 00873818)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dent+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#denude#denude#denude#denude+ed#(1.5,00117993)(1.6,00133983)###AD ( :DEF_WORD "denude" :CLASS "10.6.a" :WN_SENSE (("1.5" 00117993) ("1.6" 00133983)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (denude+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#deny#deny#deny#deny+ingly#(1.5,00459335,00459503)(1.6,00554625,00554843)###AD ( :DEF_WORD "deny" :CLASS "29.5.d" :WN_SENSE (("1.5" 00459335 00459503) ("1.6" 00554625 00554843)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (deny+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#deny#deny#deny#deny+ingly#(1.5,00459335,00459503)(1.6,00554625,00554843)###AD ( :DEF_WORD "deny" :CLASS "29.5.e" :WN_SENSE (("1.5" 00459335 00459503) ("1.6" 00554625 00554843)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (deny+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#depart#depart#depart#depart+ingly#(1.5,01054314,01150252,01349908,01181866)(1.6,01273498,01374895,01623741,01413646)###AD ( :DEF_WORD "depart" :CLASS "51.1.a" :WN_SENSE (("1.5" 01054314 01150252 01349908 01181866) ("1.6" 01273498 01374895 01623741 01413646)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (depart+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#depart#depart#depart#depart+ingly#(1.5,01054314,01349908)(1.6,01273498,01623741)###AD ( :DEF_WORD "depart" :CLASS "51.1.d" :WN_SENSE (("1.5" 01054314 01349908) ("1.6" 01273498 01623741)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (depart+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc(on),purp(for),mod-pred(as)#depend#depend#depend#depend+ingly#(1.5,01506602)(1.6,01817306)##(particle = on)#AD ! ;; Grid: 069#1#_exp_perc(on),purp(for),mod-pred(as)#depend#depend#depend#depend+ingly#(1.5,01506602)(1.6,01817306)###AD ( :DEF_WORD "depend" :CLASS "069" :WN_SENSE (("1.5" 01506602) ("1.6" 01817306)) :PROPBANK ("arg0 arg1(on) arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc(on),purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) ((* on 7) perc (thing 2) (nil 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (depend+ingly 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#depict#depict#depict#depict+ed#(1.5,00556764,00967176)(1.6,00668209,01158733)###AD ( :DEF_WORD "depict" :CLASS "29.2.c" :WN_SENSE (("1.5" 00556764 00967176) ("1.6" 00668209 01158733)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (depict+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#depict#depict#depict#depict+ingly#(1.5,00967176)(1.6,01158733)###AD ( :DEF_WORD "depict" :CLASS "29.2.d" :WN_SENSE (("1.5" 00967176) ("1.6" 01158733)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (depict+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#deplete#deplete#deplete#deplete+ed#(1.5,00657325)(1.6,00787073)###AD ( :DEF_WORD "deplete" :CLASS "10.6.a" :WN_SENSE (("1.5" 00657325) ("1.6" 00787073)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deplete+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#deplore#deplore#deplore#deplore+ingly#(1.5,00464036,00512797)(1.6,00560580,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.a" :WN_SENSE (("1.5" 00464036 00512797) ("1.6" 00560580 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#deplore#deplore#deplore#deplore+ingly#(1.5,00464036,00512797)(1.6,00560580,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.b" :WN_SENSE (("1.5" 00464036 00512797) ("1.6" 00560580 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#deplore#deplore#deplore#deplore+ingly#(1.5,00464036,00512797)(1.6,00560580,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.c" :WN_SENSE (("1.5" 00464036 00512797) ("1.6" 00560580 00616908)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#deplore#deplore#deplore#deplore+ingly#(1.5,00464036,00512797)(1.6,00560580,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.d" :WN_SENSE (("1.5" 00464036 00512797) ("1.6" 00560580 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#deplore#deplore#deplore#deplore+ingly#(1.5,00464036,00512797)(1.6,00560580,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.e" :WN_SENSE (("1.5" 00464036 00512797) ("1.6" 00560580 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#deplore#deplore#deplore#deplore+ingly#(1.5,00512797)(1.6,00616908)###AD ( :DEF_WORD "deplore" :CLASS "31.2.f" :WN_SENSE (("1.5" 00512797) ("1.6" 00616908)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (deplore+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#deport#deport#deport#deport+ingly#(1.5,01417356,01414871)(1.6,01706176,01703298)#loc##AD ! ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#depopulate#depopulate#depopulate#depopulate+ed#(1.5,00312512)(1.6,00370673)###AD ( :DEF_WORD "depopulate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00312512) ("1.6" 00370673)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depopulate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#deport#deport#deport#deport+ingly#(1.5,01417356,01414871)(1.6,01706176,01703298)#loc##AD ( :DEF_WORD "deport" :CLASS "10.2.b" :WN_SENSE (("1.5" 01417356 01414871) ("1.6" 01706176 01703298)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (deport+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#depose#depose#depose#depose+ingly#(1.5,01361812)(1.6,01638892)#loc##AD ( :DEF_WORD "depose" :CLASS "10.1" :WN_SENSE (("1.5" 01361812) ("1.6" 01638892)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (depose+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.1#1#_ag_th_goal()#deposit#deposit#deposit#deposit+ingly#(1.5,00879256)(1.6,01050882)#loc##AD ( :DEF_WORD "deposit" :CLASS "9.1" :WN_SENSE (("1.5" 00879256) ("1.6" 01050882)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (deposit+ingly 26)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#deprecate#deprecate#deprecate#deprecate+ingly#(1.5,00480142,00480064)(1.6,00580910,00580569)###AD ( :DEF_WORD "deprecate" :CLASS "33.b" :WN_SENSE (("1.5" 00480142 00480064) ("1.6" 00580910 00580569)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (deprecate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.6#1#_th#depreciate#depreciate#depreciate#depreciate+ed#(1.5,00191006)(1.6,00218299)###AD ( :DEF_WORD "depreciate" :CLASS "45.6" :WN_SENSE (("1.5" 00191006) ("1.6" 00218299)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depreciate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#depress#depress#depress#depress+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "depress" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (depress+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#depress#depress#depress#depress+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "depress" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (depress+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#depress#depress#depress#depress+ed#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "depress" :CLASS "31.1.c" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depress+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#depressurize#depressurize#depressurize#depressurize+ed#(1.5,00240107)(1.6,00280512)###AD ( :DEF_WORD "depressurize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00240107) ("1.6" 00280512)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depressurize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#depressurize#depressurize#depressurize#depressurize+ed#(1.5,00240107)(1.6,00280512)###AD ( :DEF_WORD "depressurize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00240107) ("1.6" 00280512)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depressurize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#depressurize#depressurize#depressurize#depressurize+ed#(1.5,00240107)(1.6,00280512)###AD ( :DEF_WORD "depressurize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00240107) ("1.6" 00280512)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (depressurize+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#deprive#deprive#deprive#deprive+ed#(1.5,01316712,01315888,00103980)(1.6,01581572,01580892,00118443)###AD ( :DEF_WORD "deprive" :CLASS "10.6.a" :WN_SENSE (("1.5" 01316712 01315888 00103980) ("1.6" 01581572 01580892 00118443)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deprive+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deputize#deputize#deputize#deputize+ed#(1.5,--,01355125)(1.6,01631100,01630991)###AD ( :DEF_WORD "deputize" :CLASS "45.4.a" :WN_SENSE (("1.5" -- 01355125) ("1.6" 01631100 01630991)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deputize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#derat#derat#derat#derat+##loc#(th = rat+)#AD ( :DEF_WORD "derat" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (rat+ 2) (from loc (rat+ 2) (at loc (rat+ 2) (* thing 4)))) (derat+ 26)) ) ;; Grid: 10.8#1#_ag_src#derib#derib#derib#derib+##loc#(th = rib+)#AD ( :DEF_WORD "derib" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (rib+ 2) (from loc (rib+ 2) (at loc (rib+ 2) (* thing 4)))) (derib+ 26)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#deride#deride#deride#deride+ingly#(1.5,00478362)(1.6,00578196)###AD ( :DEF_WORD "deride" :CLASS "33.b" :WN_SENSE (("1.5" 00478362) ("1.6" 00578196)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (deride+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.8#1#_ag_src#derind#derind#derind#derind+##loc#(th = rind+)#AD ( :DEF_WORD "derind" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (rind+ 2) (from loc (rind+ 2) (at loc (rind+ 2) (* thing 4)))) (derind+ 26)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#derive#derive#derive#derive+ingly#(1.5,00150387)(1.6,00171832)###AD ( :DEF_WORD "derive" :CLASS "26.4" :WN_SENSE (("1.5" 00150387) ("1.6" 00171832)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (derive+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#derive#derive#derive#derive+ingly#(1.5,00150387)(1.6,00171832)###AD ( :DEF_WORD "derive" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00150387) ("1.6" 00171832)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (derive+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#desalinate#desalinate#desalinate#desalinate+ed#(1.5,00313006)(1.6,00371203)###AD ( :DEF_WORD "desalinate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00313006) ("1.6" 00371203)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (desalinate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#desalt#desalt#desalt#desalt+#(1.5,00313006)(1.6,00371203)#loc#(th = salt+)#AD ( :DEF_WORD "desalt" :CLASS "10.8" :WN_SENSE (("1.5" 00313006) ("1.6" 00371203)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (salt+ 2) (from loc (salt+ 2) (at loc (salt+ 2) (* thing 4)))) (desalt+ 26)) ) ;; Grid: 10.8#1#_ag_src#descale#descale#descale#descale+#(1.5,00722332)(1.6,00862261)#loc#(th = scale+)#AD ( :DEF_WORD "descale" :CLASS "10.8" :WN_SENSE (("1.5" 00722332) ("1.6" 00862261)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (scale+ 2) (from loc (scale+ 2) (at loc (scale+ 2) (* thing 4)))) (descale+ 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#descend#descend#descend#descend+ingly#(1.5,01122509)(1.6,01341375)###AD ( :DEF_WORD "descend" :CLASS "51.1.a" :WN_SENSE (("1.5" 01122509) ("1.6" 01341375)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (descend+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.f#1#_ag_th#descend#descend#descend#descend+ingly#(1.5,01122509)(1.6,01341375)###AD ( :DEF_WORD "descend" :CLASS "51.1.f" :WN_SENSE (("1.5" 01122509) ("1.6" 01341375)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (descend+ingly 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#describe#describe#describe#describe+ed#(1.5,00556764,00544297,00366972)(1.6,00668209,00653371,00439864)###AD ( :DEF_WORD "describe" :CLASS "29.2.c" :WN_SENSE (("1.5" 00556764 00544297 00366972) ("1.6" 00668209 00653371 00439864)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (describe+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#describe#describe#describe#describe+ingly#(1.5,00556764,00544297,00366972)(1.6,00668209,00653371,00439864)###AD ( :DEF_WORD "describe" :CLASS "29.2.d" :WN_SENSE (("1.5" 00556764 00544297 00366972) ("1.6" 00668209 00653371 00439864)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (describe+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#descry#descry#descry#descry+ingly#(1.5,01229507)(1.6,01474588)###AD ( :DEF_WORD "descry" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (descry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#desecrate#desecrate#desecrate#desecrate+ingly#(1.5,01452622)(1.6,01751013)###BJDMAP ( :DEF_WORD "desecrate" :CLASS "44.a" :WN_SENSE (("1.5" 01452622) ("1.6" 01751013)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (desecrate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.2#1#_th,src#desert#desert#desert#desert+ingly#(1.5,00345378,01461250)(1.6,00415625,01761339)###AD ( :DEF_WORD "desert" :CLASS "51.2" :WN_SENSE (("1.5" 00345378 01461250) ("1.6" 00415625 01761339)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (desert+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#deserve#deserve#deserve#deserve+ingly#(1.5,01497580)(1.6,01806876)###BJDMAP ( :DEF_WORD "deserve" :CLASS "005" :WN_SENSE (("1.5" 01497580) ("1.6" 01806876)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (deserve+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 54.2#1#_th_pred#deserve#deserve#deserve#deserve+ingly#(1.5,01497580)(1.6,01806876)###AD ( :DEF_WORD "deserve" :CLASS "54.2" :WN_SENSE (("1.5" 01497580) ("1.6" 01806876)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (deserve+ingly 26)) ) ;; Grid: 10.8#1#_ag_src#desex#desex#desex#desex+#(1.5,00038965)(1.6,00043269)#loc#(th = sex+)#AD ( :DEF_WORD "desex" :CLASS "10.8" :WN_SENSE (("1.5" 00038965) ("1.6" 00043269)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (sex+ 2) (from loc (sex+ 2) (at loc (sex+ 2) (* thing 4)))) (desex+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#desiccate#desiccate#desiccate#desiccate+ed####AD ( :DEF_WORD "desiccate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (desiccate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#desiccate#desiccate#desiccate#desiccate+ed####AD ( :DEF_WORD "desiccate" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (desiccate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#desiccate#desiccate#desiccate#desiccate+ed####AD ( :DEF_WORD "desiccate" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (desiccate+ed 9)))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#design#design#design#design+ingly#(1.5,00938463,00937922)(1.6,01198077,01125984)###AD ( :DEF_WORD "design" :CLASS "26.4" :WN_SENSE (("1.5" 00938463 00937922) ("1.6" 01198077 01125984)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (design+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#designate#designate#designate#designate+ingly#(1.5,01353541)(1.6,01629170)###AD ( :DEF_WORD "designate" :CLASS "29.1.a" :WN_SENSE (("1.5" 01353541) ("1.6" 01629170)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (designate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#designate#designate#designate#designate+ed#(1.5,01353541)(1.6,01629170)###AD ( :DEF_WORD "designate" :CLASS "29.1.c" :WN_SENSE (("1.5" 01353541) ("1.6" 01629170)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (designate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#designate#designate#designate#designate+ingly#(1.5,01353541)(1.6,01629170)###AD ( :DEF_WORD "designate" :CLASS "29.1.d" :WN_SENSE (("1.5" 01353541) ("1.6" 01629170)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (designate+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#designate#designate#designate#designate+ingly#(1.5,00399410)(1.6,00479979)###AD ( :DEF_WORD "designate" :CLASS "29.1.e" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (designate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 005#1#_th_prop(to)#desire#desire#desire#desire+ingly#(1.5,00675801,01041216)(1.6,01245362,01246466)###BJDMAP ( :DEF_WORD "desire" :CLASS "005" :WN_SENSE (("1.5" 00675801 01041216) ("1.6" 01245362 01246466)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (desire+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#desire#desire#desire#desire+ingly#(1.5,01040073)(1.6,01245362)###AD ( :DEF_WORD "desire" :CLASS "29.5.a" :WN_SENSE (("1.5" 01040073) ("1.6" 01245362)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (desire+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#desire#desire#desire#desire+ingly#(1.5,01040073)(1.6,01245362)###AD ( :DEF_WORD "desire" :CLASS "29.5.b" :WN_SENSE (("1.5" 01040073) ("1.6" 01245362)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (desire+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#desire#desire#desire#desire+ingly#(1.5,01040073,01040923)(1.6,01245362,01246175)###AD ( :DEF_WORD "desire" :CLASS "32.1" :WN_SENSE (("1.5" 01040073 01040923) ("1.6" 01245362 01246175)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (desire+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 55.1.b#1#_th,prop(from)#desist#desist#desist#desist+ingly#(1.5,00680236)(1.6,00813536)###AD ( :DEF_WORD "desist" :CLASS "55.1.b" :WN_SENSE (("1.5" 00680236) ("1.6" 00813536)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th,prop(from)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (desist+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#despair#despair#despair#despair+#(1.5,01031581)(1.6,01235891)###AD ( :DEF_WORD "despair" :CLASS "31.3.f" :WN_SENSE (("1.5" 01031581) ("1.6" 01235891)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (despair+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#despise#despise#despise#despise+ingly#(1.5,01010918)(1.6,01211520)###AD ( :DEF_WORD "despise" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010918) ("1.6" 01211520)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (despise+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#despoil#despoil#despoil#despoil+ed#(1.5,01333115)(1.6,01600942)###AD ( :DEF_WORD "despoil" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (despoil+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#desprout#desprout#desprout#desprout+##loc#(th = sprout+)#AD ( :DEF_WORD "desprout" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (sprout+ 2) (from loc (sprout+ 2) (at loc (sprout+ 2) (* thing 4)))) (desprout+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#destabilize#destabilize#destabilize#destabilize+ed#(1.5,00161452)(1.6,00185024)###AD ( :DEF_WORD "destabilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00161452) ("1.6" 00185024)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (destabilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#destabilize#destabilize#destabilize#destabilize+ed#(1.5,00161452)(1.6,00185024)###AD ( :DEF_WORD "destabilize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00161452) ("1.6" 00185024)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (destabilize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#destabilize#destabilize#destabilize#destabilize+ed#(1.5,00161922)(1.6,00185541)###AD ( :DEF_WORD "destabilize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00161922) ("1.6" 00185541)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (destabilize+ed 9)))) ) ;; Grid: 10.8#1#_ag_src#destarch#destarch#destarch#destarch+##loc#(th = starch+)#AD ( :DEF_WORD "destarch" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (starch+ 2) (from loc (starch+ 2) (at loc (starch+ 2) (* thing 4)))) (destarch+ 26)) ) ;; Grid: 10.8#1#_ag_src#destress#destress#destress#destress+#(1.5,00302460)(1.6,00358839)#loc#(th = stress+)#AD ( :DEF_WORD "destress" :CLASS "10.8" :WN_SENSE (("1.5" 00302460) ("1.6" 00358839)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (stress+ 2) (from loc (stress+ 2) (at loc (stress+ 2) (* thing 4)))) (destress+ 26)) ) ;; Grid: 44.a#1#_ag_th,instr(with)#destroy#destroy#destroy#destroy+ingly#(1.5,00928634,00900879)(1.6,01114042,01077449)###AD ( :DEF_WORD "destroy" :CLASS "44.a" :WN_SENSE (("1.5" 00928634 00900879) ("1.6" 01114042 01077449)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (destroy+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#destroy#destroy#destroy#destroy+ingly#(1.5,00928634,00900879)(1.6,01114042,01077449)###AD ( :DEF_WORD "destroy" :CLASS "44.b" :WN_SENSE (("1.5" 00928634 00900879) ("1.6" 01114042 01077449)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (destroy+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#detach#detach#detach#detach+ingly#(1.5,00744926,00745358)(1.6,00887219,00887884)###AD ( :DEF_WORD "detach" :CLASS "23.3.a" :WN_SENSE (("1.5" 00744926 00745358) ("1.6" 00887219 00887884)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (detach+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#detach#detach#detach#detach+ed#(1.5,00744926,00745358)(1.6,00887219,00887884)###AD ( :DEF_WORD "detach" :CLASS "23.3.b" :WN_SENSE (("1.5" 00744926 00745358) ("1.6" 00887219 00887884)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (detach+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#detain#detain#detain#detain+ingly#(1.5,01412530)(1.6,01700118)#loc##AD ! ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#detail#detail#detail#detail+ed#(1.5,00538478)(1.6,00647114)###AD ( :DEF_WORD "detail" :CLASS "29.2.c" :WN_SENSE (("1.5" 00538478) ("1.6" 00647114)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (detail+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.8#1#_ag_src#detassel#detassel#detassel#detassel+##loc#(th = tassel+)#AD ( :DEF_WORD "detassel" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (tassel+ 2) (from loc (tassel+ 2) (at loc (tassel+ 2) (* thing 4)))) (detassel+ 26)) ) ;; Grid: 30.1.a.ii#1#_exp_perc#detect#detect#detect#detect+ingly#(1.5,01229613,00407889)(1.6,01474694,00490040)###AD ( :DEF_WORD "detect" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 01229613 00407889) ("1.6" 01474694 00490040)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (detect+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#detect#detect#detect#detect+ingly#(1.5,01229613)(1.6,01474694)###AD ( :DEF_WORD "detect" :CLASS "30.1.b" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (detect+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.d#1#_exp_perc#detect#detect#detect#detect+ingly#(1.5,01229613,00407889)(1.6,01474694,00490040)###AD ( :DEF_WORD "detect" :CLASS "30.1.d" :WN_SENSE (("1.5" 01229613 00407889) ("1.6" 01474694 00490040)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (detect+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#detect#detect#detect#detect+ingly#(1.5,01229613,00407889)(1.6,01474694,00490040)###AD ( :DEF_WORD "detect" :CLASS "30.1.e" :WN_SENSE (("1.5" 01229613 00407889) ("1.6" 01474694 00490040)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (detect+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 059#1#_ag_th,src(from)#deter#deter#deter#deter+ingly#(1.5,00432374,00511069)(1.6,00523234,00614988)###BJDMAP ( :DEF_WORD "deter" :CLASS "059" :WN_SENSE (("1.5" 00432374 00511069) ("1.6" 00523234 00614988)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (deter+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#deteriorate#deteriorate#deteriorate#deteriorate+ed#(1.5,00055043)(1.6,00062377)###AD ( :DEF_WORD "deteriorate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00055043) ("1.6" 00062377)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deteriorate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#deteriorate#deteriorate#deteriorate#deteriorate+ed#(1.5,00125389)(1.6,00142881)###AD ( :DEF_WORD "deteriorate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00125389) ("1.6" 00142881)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deteriorate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#deteriorate#deteriorate#deteriorate#deteriorate+ed#(1.5,00125389)(1.6,00142881)###AD ( :DEF_WORD "deteriorate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00125389) ("1.6" 00142881)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deteriorate+ed 9)))) ) ;; Grid: 45.5#1#_th#deteriorate#deteriorate#deteriorate#deteriorate+ed#(1.5,00125389)(1.6,00142881)###AD ( :DEF_WORD "deteriorate" :CLASS "45.5" :WN_SENSE (("1.5" 00125389) ("1.6" 00142881)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (deteriorate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#determine#determine#determine#determine+ingly#(1.5,00517007)(1.6,00622132)###AD ( :DEF_WORD "determine" :CLASS "29.5.d" :WN_SENSE (("1.5" 00517007) ("1.6" 00622132)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (determine+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#determine#determine#determine#determine+ingly#(1.5,00517007,00517184)(1.6,00622132,00622450)###AD ( :DEF_WORD "determine" :CLASS "29.5.e" :WN_SENSE (("1.5" 00517007 00517184) ("1.6" 00622132 00622450)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (determine+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#detest#detest#detest#detest+ingly#(1.5,01010614)(1.6,01211167)###AD ( :DEF_WORD "detest" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (detest+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#detonate#detonate#detonate#detonate+ed#(1.5,00185462)(1.6,00211930)###AD ( :DEF_WORD "detonate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00185462) ("1.6" 00211930)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (detonate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#detonate#detonate#detonate#detonate+ed#(1.5,00185462)(1.6,00211930)###AD ( :DEF_WORD "detonate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00185462) ("1.6" 00211930)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (detonate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#detonate#detonate#detonate#detonate+ed#(1.5,00185462)(1.6,00211930)###AD ( :DEF_WORD "detonate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00185462) ("1.6" 00211930)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (detonate+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#detour#detour#detour#detour+ingly#(1.5,01181783)(1.6,01413563)###AD ( :DEF_WORD "detour" :CLASS "11.1" :WN_SENSE (("1.5" 01181783) ("1.6" 01413563)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (detour+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#detusk#detusk#detusk#detusk+#(1.5,00119490)(1.6,00135733)#loc#(th = tusk+)#AD ( :DEF_WORD "detusk" :CLASS "10.8" :WN_SENSE (("1.5" 00119490) ("1.6" 00135733)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (tusk+ 2) (from loc (tusk+ 2) (at loc (tusk+ 2) (* thing 4)))) (detusk+ 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#devalue#devalue#devalue#devalue+ed#(1.5,00191006,00290146)(1.6,00218299,00343807)###AD ( :DEF_WORD "devalue" :CLASS "45.4.a" :WN_SENSE (("1.5" 00191006 00290146) ("1.6" 00218299 00343807)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (devalue+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#devalue#devalue#devalue#devalue+ed#(1.5,00290146)(1.6,00343807)###AD ( :DEF_WORD "devalue" :CLASS "45.4.b" :WN_SENSE (("1.5" 00290146) ("1.6" 00343807)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (devalue+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#devastate#devastate#devastate#devastate+ingly#(1.5,00154962)(1.6,00177661)###AD ( :DEF_WORD "devastate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00154962) ("1.6" 00177661)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (devastate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#devastate#devastate#devastate#devastate+ingly#(1.5,00154962)(1.6,00177661)###AD ( :DEF_WORD "devastate" :CLASS "31.1.b" :WN_SENSE (("1.5" 00154962) ("1.6" 00177661)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (devastate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#devastate#devastate#devastate#devastate+ed#(1.5,00154962)(1.6,00177661)###AD ( :DEF_WORD "devastate" :CLASS "31.1.c" :WN_SENSE (("1.5" 00154962) ("1.6" 00177661)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (devastate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#devastate#devastate#devastate#devastate+ingly#(1.5,00231606)(1.6,00269459)###AD ( :DEF_WORD "devastate" :CLASS "44.a" :WN_SENSE (("1.5" 00231606) ("1.6" 00269459)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (devastate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#devastate#devastate#devastate#devastate+ingly#(1.5,00231606)(1.6,00269459)###AD ( :DEF_WORD "devastate" :CLASS "44.b" :WN_SENSE (("1.5" 00231606) ("1.6" 00269459)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (devastate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.8#1#_ag_src#devein#devein#devein#devein+##loc#(th = vein+)#AD ( :DEF_WORD "devein" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (vein+ 2) (from loc (vein+ 2) (at loc (vein+ 2) (* thing 4)))) (devein+ 26)) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#develop#develop#develop#develop+ed#(1.5,01221081,00993466)(1.6,01463992,01188481)###AD ( :DEF_WORD "develop" :CLASS "26.1.a" :WN_SENSE (("1.5" 01221081 00993466) ("1.6" 01463992 01188481)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (develop+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#develop#develop#develop#develop+ed#(1.5,01221081,00993466)(1.6,01463992,01188481)###AD ( :DEF_WORD "develop" :CLASS "26.1.a" :WN_SENSE (("1.5" 01221081 00993466) ("1.6" 01463992 01188481)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (develop+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#develop#develop#develop#develop+ingly#(1.5,01221081,00993466)(1.6,01463992,01188481)###AD ( :DEF_WORD "develop" :CLASS "26.1.b" :WN_SENSE (("1.5" 01221081 00993466) ("1.6" 01463992 01188481)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (develop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#develop#develop#develop#develop+ed#(1.5,00321907,00151497,00320737,00150592,00993310,01484404)(1.6,00381524,00173224,00379987,00172114,01188325,01790203)###AD ( :DEF_WORD "develop" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00321907 00151497 00320737 00150592 00993310 01484404) ("1.6" 00381524 00173224 00379987 00172114 01188325 01790203)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (develop+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#develop#develop#develop#develop+ingly#(1.5,00321907,00151497,00320737,00150592,00993310,01484404)(1.6,00381524,00173224,00379987,00172114,01188325,01790203)###AD ( :DEF_WORD "develop" :CLASS "26.2.b" :WN_SENSE (("1.5" 00321907 00151497 00320737 00150592 00993310 01484404) ("1.6" 00381524 00173224 00379987 00172114 01188325 01790203)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (develop+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#develop#develop#develop#develop+ingly#(1.5,00320737,00150592,01221081,00204231,01484404,00206038)(1.6,00379987,00172114,01463992,00234840,01790203,00237657)###AD ( :DEF_WORD "develop" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00320737 00150592 01221081 00204231 01484404 00206038) ("1.6" 00379987 00172114 01463992 00234840 01790203 00237657)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (develop+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.4.a#1#_th_src(from)#deviate#deviate#deviate#deviate+ingly#(1.5,01181374,01181536,01505806)(1.6,01412421,01412583,01816363)###BJDMAP ( :DEF_WORD "deviate" :CLASS "23.4.a" :WN_SENSE (("1.5" 01181374 01181536 01505806) ("1.6" 01412421 01412583 01816363)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th_src(from)")) :LCS (go_ext ident (* thing 2) ((* away_from 3) ident (thing 2) (at ident (thing 2) (thing 4))) (deviate+ingly 26)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#devise#devise#devise#devise+ingly#(1.5,00934687)(1.6,01122191)###AD ( :DEF_WORD "devise" :CLASS "26.4" :WN_SENSE (("1.5" 00934687) ("1.6" 01122191)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (devise+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#devote#devote#devote#devote+ingly#(1.5,00499319)(1.6,00601722)###AD ( :DEF_WORD "devote" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00499319) ("1.6" 00601722)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (devote+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 39.4#1#_ag_th#devour#devour#devour#devour+ingly#(1.5,00680854,00680638)(1.6,00814298,00813980)###AD ( :DEF_WORD "devour" :CLASS "39.4" :WN_SENSE (("1.5" 00680854 00680638) ("1.6" 00814298 00813980)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (devour+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#dewater#dewater#dewater#dewater+##loc#(th = water+)#AD ( :DEF_WORD "dewater" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (water+ 2) (from loc (water+ 2) (at loc (water+ 2) (* thing 4)))) (dewater+ 26)) ) ;; Grid: 10.8#1#_ag_src#dewax#dewax#dewax#dewax+##loc#(th = wax+)#AD ( :DEF_WORD "dewax" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (wax+ 2) (from loc (wax+ 2) (at loc (wax+ 2) (* thing 4)))) (dewax+ 26)) ) ;; Grid: 10.8#1#_ag_src#dewax#dewax#dewax#dewax+##loc#(th = wax+)#AD ( :DEF_WORD "dewax" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (wax+ 2) (from loc (wax+ 2) (at loc (wax+ 2) (* thing 4)))) (dewax+ 26)) ) ;; Grid: 10.8#1#_ag_src#deworm#deworm#deworm#deworm+##loc#(th = worm+)#AD ( :DEF_WORD "deworm" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (worm+ 2) (from loc (worm+ 2) (at loc (worm+ 2) (* thing 4)))) (deworm+ 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#diagnose#diagnose#diagnose#diagnose+ed#(1.5,00363277,00363460)(1.6,00435856,00436039)###AD ( :DEF_WORD "diagnose" :CLASS "29.2.c" :WN_SENSE (("1.5" 00363277 00363460) ("1.6" 00435856 00436039)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (diagnose+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#diagnose#diagnose#diagnose#diagnose+ingly#(1.5,00363277,00363460)(1.6,00435856,00436039)###AD ( :DEF_WORD "diagnose" :CLASS "29.2.d" :WN_SENSE (("1.5" 00363277 00363460) ("1.6" 00435856 00436039)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (diagnose+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#diaper#diaper#diaper#diaper+ed####AD ( :DEF_WORD "diaper" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diaper+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#dice#dice#dice#dice+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "dice" :CLASS "21.2.a" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dice+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#dice#dice#dice#dice+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "dice" :CLASS "21.2.b" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dice+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#dice#dice#dice#dice+ed#(1.5,00717413)(1.6,00856936)###AD ( :DEF_WORD "dice" :CLASS "21.2.c" :WN_SENSE (("1.5" 00717413) ("1.6" 00856936)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (dice+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#dicker#dicker#dicker#dicker+ingly#(1.5,01286417)(1.6,01546263)###AD ( :DEF_WORD "dicker" :CLASS "36.1.c" :WN_SENSE (("1.5" 01286417) ("1.6" 01546263)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (dicker+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#dicker#dicker#dicker#dicker+ingly#(1.5,01286417)(1.6,01546263)###AD ( :DEF_WORD "dicker" :CLASS "36.1.d" :WN_SENSE (("1.5" 01286417) ("1.6" 01546263)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (dicker+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.1.a#1#_ag_goal_info#dictate#dictate#dictate#dictate+ingly#(1.5,00353072)(1.6,00424940)###AD ( :DEF_WORD "dictate" :CLASS "37.1.a" :WN_SENSE (("1.5" 00353072) ("1.6" 00424940)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (dictate+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#dictate#dictate#dictate#dictate+ingly#(1.5,00420053,00353072)(1.6,00506658,00424940)###AD ( :DEF_WORD "dictate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00420053 00353072) ("1.6" 00506658 00424940)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (dictate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 48.2#1#_th#die#die#die#die+ingly#(1.5,00216283,00214553)(1.6,00250254,00247730)###AD ( :DEF_WORD "die" :CLASS "48.2" :WN_SENSE (("1.5" 00216283 00214553) ("1.6" 00250254 00247730)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (die+ingly 26)) ) ;; Grid: 23.4.a#1#_th_src(from)#differ#differ#differ#differ+ingly#(1.5,01507774,00452614)(1.6,01818988,00547039)###AD ( :DEF_WORD "differ" :CLASS "23.4.a" :WN_SENSE (("1.5" 01507774 00452614) ("1.6" 01818988 00547039)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th_src(from)")) :LCS (go_ext ident (* thing 2) ((* away_from 3) ident (thing 2) (at ident (thing 2) (thing 4))) (differ+ingly 26)) ) ;; Grid: 23.4.b#1#_th#differ#differ#differ#differ+ed#(1.5,01507774,00452614)(1.6,01818988,00547039)###AD ( :DEF_WORD "differ" :CLASS "23.4.b" :WN_SENSE (("1.5" 01507774 00452614) ("1.6" 01818988 00547039)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (differ+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#differ#differ#differ#differ+ingly#(1.5,00452614)(1.6,00547039)###AD ( :DEF_WORD "differ" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452614) ("1.6" 00547039)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (differ+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#differ#differ#differ#differ+ingly#(1.5,00452614)(1.6,00547039)###AD ( :DEF_WORD "differ" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452614) ("1.6" 00547039)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (differ+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.6#1#_th#differ#differ#differ#differ+ed#(1.5,01507774)(1.6,01818988)###AD ( :DEF_WORD "differ" :CLASS "45.6" :WN_SENSE (("1.5" 01507774) ("1.6" 01818988)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (differ+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#differentiate#differentiate#differentiate#differentiate+ingly#(1.5,00068804)(1.6,00079391)###AD ( :DEF_WORD "differentiate" :CLASS "23.1.a" :WN_SENSE (("1.5" 00068804) ("1.6" 00079391)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (differentiate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#differentiate#differentiate#differentiate#differentiate+ed#(1.5,00068804)(1.6,00079391)###AD ( :DEF_WORD "differentiate" :CLASS "23.1.b" :WN_SENSE (("1.5" 00068804) ("1.6" 00079391)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (differentiate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#diffract#diffract#diffract#diffract+ed#(1.5,01160692)(1.6,01387110)###AD ( :DEF_WORD "diffract" :CLASS "45.4.a" :WN_SENSE (("1.5" 01160692) ("1.6" 01387110)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diffract+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#diffuse#diffuse#diffuse#diffuse+ed#(1.5,00546238)(1.6,00655894)###AD ( :DEF_WORD "diffuse" :CLASS "45.4.a" :WN_SENSE (("1.5" 00546238) ("1.6" 00655894)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diffuse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#dig#dig#dig#dig+ingly#(1.5,00700678)(1.6,00838192)###AD ( :DEF_WORD "dig" :CLASS "19.a.i" :WN_SENSE (("1.5" 00700678) ("1.6" 00838192)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (dig+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#dig#dig#dig#dig+ingly#(1.5,00700678)(1.6,00838192)###AD ( :DEF_WORD "dig" :CLASS "19.b" :WN_SENSE (("1.5" 00700678) ("1.6" 00838192)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (dig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#dig#dig#dig#dig+ingly#(1.5,00700678)(1.6,00838192)###AD ( :DEF_WORD "dig" :CLASS "19.c.i" :WN_SENSE (("1.5" 00700678) ("1.6" 00838192)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (dig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#dig#dig#dig#dig+ingly#(1.5,00752258,00752097)(1.6,00895827,00895553)###AD ( :DEF_WORD "dig" :CLASS "26.4" :WN_SENSE (("1.5" 00752258 00752097) ("1.6" 00895827 00895553)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (dig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#dig#dig#dig#dig+ingly#(1.5,00751308,00752258,00752097)(1.6,00894764,00895827,00895553)###AD ( :DEF_WORD "dig" :CLASS "35.1.a" :WN_SENSE (("1.5" 00751308 00752258 00752097) ("1.6" 00894764 00895827 00895553)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (dig+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#dig#dig#dig#dig+ingly#(1.5,00751308,00752258,00752097)(1.6,00894764,00895827,00895553)###AD ( :DEF_WORD "dig" :CLASS "35.1.b" :WN_SENSE (("1.5" 00751308 00752258 00752097) ("1.6" 00894764 00895827 00895553)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#dig#dig#dig#dig+ingly#(1.5,00751308,00752258,00752097)(1.6,00894764,00895827,00895553)###AD ( :DEF_WORD "dig" :CLASS "35.1.b" :WN_SENSE (("1.5" 00751308 00752258 00752097) ("1.6" 00894764 00895827 00895553)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dig+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#dig#dig#dig#dig+ingly#(1.5,00751308,00752258,00752097)(1.6,00894764,00895827,00895553)###AD ( :DEF_WORD "dig" :CLASS "35.1.c" :WN_SENSE (("1.5" 00751308 00752258 00752097) ("1.6" 00894764 00895827 00895553)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (dig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#digest#digest#digest#digest+ingly#(1.5,00681105)(1.6,00814571)###AD ( :DEF_WORD "digest" :CLASS "39.2.a" :WN_SENSE (("1.5" 00681105) ("1.6" 00814571)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (digest+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#dignify#dignify#dignify#dignify+ed#(1.5,01441828)(1.6,01736499)###AD ( :DEF_WORD "dignify" :CLASS "29.2.c" :WN_SENSE (("1.5" 01441828) ("1.6" 01736499)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dignify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#digress#digress#digress#digress+ingly#(1.5,00438241,01181866)(1.6,00530582,01413646)###AD ( :DEF_WORD "digress" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 00438241 01181866) ("1.6" 00530582 01413646)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (digress+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#digress#digress#digress#digress+ingly#(1.5,00438241,01181866)(1.6,00530582,01413646)###AD ( :DEF_WORD "digress" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 00438241 01181866) ("1.6" 00530582 01413646)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (digress+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dilute#dilute#dilute#dilute+ed#(1.5,00135691,00286735)(1.6,00154752,00339620)###AD ( :DEF_WORD "dilute" :CLASS "45.4.a" :WN_SENSE (("1.5" 00135691 00286735) ("1.6" 00154752 00339620)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dilute+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dim#dim#dim#dim+ed#(1.5,01233461,00189997)(1.6,01479766,00217112)###AD ( :DEF_WORD "dim" :CLASS "45.4.a" :WN_SENSE (("1.5" 01233461 00189997) ("1.6" 01479766 00217112)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dim+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dim#dim#dim#dim+ed#(1.5,01233461,00189997)(1.6,01479766,00217112)###AD ( :DEF_WORD "dim" :CLASS "45.4.b" :WN_SENSE (("1.5" 01233461 00189997) ("1.6" 01479766 00217112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dim+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dim#dim#dim#dim+ed#(1.5,01233461,00190093)(1.6,01479766,00217233)###AD ( :DEF_WORD "dim" :CLASS "45.4.c" :WN_SENSE (("1.5" 01233461 00190093) ("1.6" 01479766 00217233)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dim+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#diminish#diminish#diminish#diminish+ed#(1.5,00231502)(1.6,01521779)###AD ( :DEF_WORD "diminish" :CLASS "45.4.a" :WN_SENSE (("1.5" 00231502) ("1.6" 01521779)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diminish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#diminish#diminish#diminish#diminish+ed#(1.5,00231502)(1.6,01521779)###AD ( :DEF_WORD "diminish" :CLASS "45.4.b" :WN_SENSE (("1.5" 00231502) ("1.6" 01521779)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diminish+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#diminish#diminish#diminish#diminish+ed#(1.5,00090574)(1.6,00103366)###AD ( :DEF_WORD "diminish" :CLASS "45.4.c" :WN_SENSE (("1.5" 00090574) ("1.6" 00103366)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diminish+ed 9)))) ) ;; Grid: 45.6#1#_th#diminish#diminish#diminish#diminish+ed#(1.5,00090574)(1.6,00103366)###AD ( :DEF_WORD "diminish" :CLASS "45.6" :WN_SENSE (("1.5" 00090574) ("1.6" 00103366)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diminish+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.4.a#1#_th_loc(through,in)#din#din#din#din+ingly#(1.5,01248251)(1.6,01497743)###BJDMAP ( :DEF_WORD "din" :CLASS "47.4.a" :WN_SENSE (("1.5" 01248251) ("1.6" 01497743)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (din+ingly 26)) ) ;; Grid: 39.5.a#1#_ag#dine#dine#dine#dine+ingly#(1.5,00663302)(1.6,00794350)###AD ( :DEF_WORD "dine" :CLASS "39.5.a" :WN_SENSE (("1.5" 00663302) ("1.6" 00794350)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (dine+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#dine#dine#dine#dine+ingly#(1.5,00663302)(1.6,00794350)###AD ( :DEF_WORD "dine" :CLASS "39.5.b" :WN_SENSE (("1.5" 00663302) ("1.6" 00794350)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (dine+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#ding#ding#ding#ding+ingly#(1.5,01244732)(1.6,01493527)###AD ( :DEF_WORD "ding" :CLASS "43.2.a" :WN_SENSE (("1.5" 01244732) ("1.6" 01493527)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (ding+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#ding#ding#ding#ding+ingly#(1.5,01244732)(1.6,01493527)###AD ( :DEF_WORD "ding" :CLASS "43.2.b" :WN_SENSE (("1.5" 01244732) ("1.6" 01493527)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (ding+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#ding#ding#ding#ding+ingly#(1.5,01244732)(1.6,01493527)###AD ( :DEF_WORD "ding" :CLASS "43.2.d" :WN_SENSE (("1.5" 01244732) ("1.6" 01493527)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (ding+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#dip#dip#dip#dip+ingly#(1.5,00906750,00677844)(1.6,01085892,00810652)###AD ( :DEF_WORD "dip" :CLASS "9.3.a" :WN_SENSE (("1.5" 00906750 00677844) ("1.6" 01085892 00810652)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (dip+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#direct#direct#direct#direct+ingly#(1.5,00979254)(1.6,01172098)###AD ( :DEF_WORD "direct" :CLASS "26.7.i" :WN_SENSE (("1.5" 00979254) ("1.6" 01172098)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (direct+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#direct#direct#direct#direct+ingly#(1.5,00979254,00991176)(1.6,01172098,01185662)###AD ( :DEF_WORD "direct" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00979254 00991176) ("1.6" 01172098 01185662)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (direct+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#direct#direct#direct#direct+ingly#(1.5,00979254,00991176)(1.6,01172098,01185662)###AD ( :DEF_WORD "direct" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00979254 00991176) ("1.6" 01172098 01185662)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (direct+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 9.8.a#1#_mod-poss_th#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "9.8.a" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (dirty+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "9.8.b" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dirty+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "9.8.e" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dirty+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "45.4.a" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dirty+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "45.4.b" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dirty+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dirty#dirty#dirty#dirty+ed#(1.5,00882947)(1.6,01055474)###AD ( :DEF_WORD "dirty" :CLASS "45.4.c" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dirty+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#disabuse#disabuse#disabuse#disabuse+ed#(1.5,00559001)(1.6,00670824)###AD ( :DEF_WORD "disabuse" :CLASS "10.6.a" :WN_SENSE (("1.5" 00559001) ("1.6" 00670824)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disabuse+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#disagree#disagree#disagree#disagree+ingly#(1.5,00452614)(1.6,00547039)###AD ( :DEF_WORD "disagree" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452614) ("1.6" 00547039)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (disagree+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#disagree#disagree#disagree#disagree+ingly#(1.5,00452614)(1.6,00547039)###AD ( :DEF_WORD "disagree" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452614) ("1.6" 00547039)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (disagree+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 48.2#1#_th#disappear#disappear#disappear#disappear+ingly#(1.5,00253904)(1.6,00297331)###AD ( :DEF_WORD "disappear" :CLASS "48.2" :WN_SENSE (("1.5" 00253904) ("1.6" 00297331)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (disappear+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disappoint#disappoint#disappoint#disappoint+ingly#(1.5,01024257)(1.6,01227336)###AD ( :DEF_WORD "disappoint" :CLASS "31.1.a" :WN_SENSE (("1.5" 01024257) ("1.6" 01227336)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disappoint+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disappoint#disappoint#disappoint#disappoint+ingly#(1.5,01024257)(1.6,01227336)###AD ( :DEF_WORD "disappoint" :CLASS "31.1.b" :WN_SENSE (("1.5" 01024257) ("1.6" 01227336)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disappoint+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#disappoint#disappoint#disappoint#disappoint+ed#(1.5,01024257)(1.6,01227336)###AD ( :DEF_WORD "disappoint" :CLASS "31.1.c" :WN_SENSE (("1.5" 01024257) ("1.6" 01227336)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disappoint+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#disapprove#disapprove#disapprove#disapprove+#(1.5,00378798,00454069)(1.6,00454769,00548543)###AD ( :DEF_WORD "disapprove" :CLASS "31.3.f" :WN_SENSE (("1.5" 00378798 00454069) ("1.6" 00454769 00548543)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (disapprove+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#disarm#disarm#disarm#disarm+ed#(1.5,00613906,00614040)(1.6,00736760,00736894)###AD ( :DEF_WORD "disarm" :CLASS "10.6.a" :WN_SENSE (("1.5" 00613906 00614040) ("1.6" 00736760 00736894)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disarm+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disarm#disarm#disarm#disarm+ingly#(1.5,00614040)(1.6,00736894)###AD ( :DEF_WORD "disarm" :CLASS "31.1.a" :WN_SENSE (("1.5" 00614040) ("1.6" 00736894)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disarm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disarm#disarm#disarm#disarm+ingly#(1.5,00614040)(1.6,00736894)###AD ( :DEF_WORD "disarm" :CLASS "31.1.b" :WN_SENSE (("1.5" 00614040) ("1.6" 00736894)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disarm+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#disarrange#disarrange#disarrange#disarrange+ingly#(1.5,00843338)(1.6,01006090)#loc##AD ( :DEF_WORD "disarrange" :CLASS "9.1" :WN_SENSE (("1.5" 00843338) ("1.6" 01006090)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (disarrange+ingly 26)) ) ;; Grid: 23.1.b#1#,ag_th#disarticulate#disarticulate#disarticulate#disarticulate+ed#(1.5,00741903)(1.6,00884048)###BJDMAP ( :DEF_WORD "disarticulate" :CLASS "23.1.b" :WN_SENSE (("1.5" 00741903) ("1.6" 00884048)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disarticulate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#disassemble#disassemble#disassemble#disassemble+ingly#(1.5,00948622)(1.6,01138569)###AD ( :DEF_WORD "disassemble" :CLASS "23.3.a" :WN_SENSE (("1.5" 00948622) ("1.6" 01138569)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disassemble+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#disassemble#disassemble#disassemble#disassemble+ed#(1.5,00948622)(1.6,01138569)###AD ( :DEF_WORD "disassemble" :CLASS "23.3.b" :WN_SENSE (("1.5" 00948622) ("1.6" 01138569)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disassemble+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#disassociate#disassociate#disassociate#disassociate+ingly####BJDMAP ( :DEF_WORD "disassociate" :CLASS "23.1.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disassociate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#disavow#disavow#disavow#disavow+ed#(1.5,00461194)(1.6,00556722)###AD ( :DEF_WORD "disavow" :CLASS "29.2.c" :WN_SENSE (("1.5" 00461194) ("1.6" 00556722)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (disavow+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#disbelieve#disbelieve#disbelieve#disbelieve+ingly#(1.5,00384210)(1.6,00461863)###AD ( :DEF_WORD "disbelieve" :CLASS "31.2.a" :WN_SENSE (("1.5" 00384210) ("1.6" 00461863)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (disbelieve+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#disburse#disburse#disburse#disburse+ingly#(1.5,01309580)(1.6,01573839)###AD ( :DEF_WORD "disburse" :CLASS "13.2" :WN_SENSE (("1.5" 01309580) ("1.6" 01573839)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (disburse+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal()#discard#discard#discard#discard+ingly#(1.5,01266808)(1.6,01520955)###AD ( :DEF_WORD "discard" :CLASS "17.1" :WN_SENSE (("1.5" 01266808) ("1.6" 01520955)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (discard+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 30.1.a.ii#1#_exp_perc#discern#discern#discern#discern+ingly#(1.5,01251230)(1.6,01501559)###AD ( :DEF_WORD "discern" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (discern+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#discern#discern#discern#discern+ingly#(1.5,01251230)(1.6,01501559)###AD ( :DEF_WORD "discern" :CLASS "30.1.b" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (discern+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.d#1#_exp_perc#discern#discern#discern#discern+ingly#(1.5,01251230)(1.6,01501559)###AD ( :DEF_WORD "discern" :CLASS "30.1.d" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (discern+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#discern#discern#discern#discern+ingly#(1.5,01251230)(1.6,01501559)###AD ( :DEF_WORD "discern" :CLASS "30.1.e" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (discern+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 10.1#1#_ag_th,src()#discharge#discharge#discharge#discharge+ingly#(1.5,01370804,00508703)(1.6,01648347,00612323)#loc##AD ( :DEF_WORD "discharge" :CLASS "10.1" :WN_SENSE (("1.5" 01370804 00508703) ("1.6" 01648347 00612323)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (discharge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#discipline#discipline#discipline#discipline+ingly#(1.5,01445373)(1.6,01740652)###AD ( :DEF_WORD "discipline" :CLASS "33.b" :WN_SENSE (("1.5" 01445373) ("1.6" 01740652)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (discipline+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#disclaim#disclaim#disclaim#disclaim+ingly#(1.5,00426139)(1.6,00515404)###AD ( :DEF_WORD "disclaim" :CLASS "13.2" :WN_SENSE (("1.5" 00426139) ("1.6" 00515404)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (disclaim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#disclose#disclose#disclose#disclose+ingly#(1.5,00525638)(1.6,00632077)###AD ( :DEF_WORD "disclose" :CLASS "37.7.a" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (disclose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#discombobulate#discombobulate#discombobulate#discombobulate+ingly#(1.5,01019905)(1.6,01222893)###AD ( :DEF_WORD "discombobulate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019905) ("1.6" 01222893)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (discombobulate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#discombobulate#discombobulate#discombobulate#discombobulate+ingly#(1.5,01019905)(1.6,01222893)###AD ( :DEF_WORD "discombobulate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019905) ("1.6" 01222893)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (discombobulate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#discomfit#discomfit#discomfit#discomfit+ingly#(1.5,01019562)(1.6,01222254)###AD ( :DEF_WORD "discomfit" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019562) ("1.6" 01222254)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (discomfit+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#discomfit#discomfit#discomfit#discomfit+ingly#(1.5,01019562)(1.6,01222254)###AD ( :DEF_WORD "discomfit" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019562) ("1.6" 01222254)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (discomfit+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#discompose#discompose#discompose#discompose+ingly#(1.5,01019562)(1.6,01222254)###AD ( :DEF_WORD "discompose" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019562) ("1.6" 01222254)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (discompose+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#discompose#discompose#discompose#discompose+ingly#(1.5,01019562)(1.6,01222254)###AD ( :DEF_WORD "discompose" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019562) ("1.6" 01222254)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (discompose+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disconcert#disconcert#disconcert#disconcert+ingly#(1.5,01019905,01019562)(1.6,01222893,01222254)###AD ( :DEF_WORD "disconcert" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019905 01019562) ("1.6" 01222893 01222254)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disconcert+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disconcert#disconcert#disconcert#disconcert+ingly#(1.5,01019562,--)(1.6,01222254,01222619)###AD ( :DEF_WORD "disconcert" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019562 --) ("1.6" 01222254 01222619)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disconcert+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#disconnect#disconnect#disconnect#disconnect+ingly#(1.5,00779145)(1.6,00928504)###AD ( :DEF_WORD "disconnect" :CLASS "23.1.a" :WN_SENSE (("1.5" 00779145) ("1.6" 00928504)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disconnect+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#disconnect#disconnect#disconnect#disconnect+ed#(1.5,00779145)(1.6,00928504)###AD ( :DEF_WORD "disconnect" :CLASS "23.1.b" :WN_SENSE (("1.5" 00779145) ("1.6" 00928504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disconnect+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#disconnect#disconnect#disconnect#disconnect+ingly#(1.5,00779145)(1.6,00928504)###AD ( :DEF_WORD "disconnect" :CLASS "23.3.a" :WN_SENSE (("1.5" 00779145) ("1.6" 00928504)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disconnect+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#disconnect#disconnect#disconnect#disconnect+ed#(1.5,00779145)(1.6,00928504)###AD ( :DEF_WORD "disconnect" :CLASS "23.3.b" :WN_SENSE (("1.5" 00779145) ("1.6" 00928504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disconnect+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 55.2.a#1#_th_prop#discontinue#discontinue#discontinue#discontinue+ingly#(1.5,01515268,00218979)(1.6,01829006,00253202)###AD ( :DEF_WORD "discontinue" :CLASS "55.2.a" :WN_SENSE (("1.5" 01515268 00218979) ("1.6" 01829006 00253202)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (discontinue+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.b#1#_th_prop#discontinue#discontinue#discontinue#discontinue+ingly#(1.5,01515268)(1.6,01829006)###AD ( :DEF_WORD "discontinue" :CLASS "55.2.b" :WN_SENSE (("1.5" 01515268) ("1.6" 01829006)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* event 27))) (discontinue+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#discount#discount#discount#discount+ed#(1.5,01319256)(1.6,01585001)###AD ( :DEF_WORD "discount" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01319256) ("1.6" 01585001)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (discount+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#discourage#discourage#discourage#discourage+ingly#(1.5,01036441)(1.6,01241117)###AD ( :DEF_WORD "discourage" :CLASS "31.1.a" :WN_SENSE (("1.5" 01036441) ("1.6" 01241117)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (discourage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#discourage#discourage#discourage#discourage+ingly#(1.5,01036441)(1.6,01241117)###AD ( :DEF_WORD "discourage" :CLASS "31.1.b" :WN_SENSE (("1.5" 01036441) ("1.6" 01241117)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (discourage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#discourage#discourage#discourage#discourage+ed#(1.5,01036441)(1.6,01241117)###AD ( :DEF_WORD "discourage" :CLASS "31.1.c" :WN_SENSE (("1.5" 01036441) ("1.6" 01241117)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (discourage+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#discover#discover#discover#discover+ingly#(1.5,00335919,00406658,00937054)(1.6,00404522,00488684,01124979)###AD ( :DEF_WORD "discover" :CLASS "29.5.d" :WN_SENSE (("1.5" 00335919 00406658 00937054) ("1.6" 00404522 00488684 01124979)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (discover+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#discover#discover#discover#discover+ingly#(1.5,00335919,00406658,00525638)(1.6,00404522,00488684,00632077)###AD ( :DEF_WORD "discover" :CLASS "29.5.e" :WN_SENSE (("1.5" 00335919 00406658 00525638) ("1.6" 00404522 00488684 00632077)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (discover+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#discover#discover#discover#discover+ingly#(1.5,01229613,01300744,01214585)(1.6,01474694,01562883,01456213)###AD ( :DEF_WORD "discover" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229613 01300744 01214585) ("1.6" 01474694 01562883 01456213)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (discover+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#discover#discover#discover#discover+ingly#(1.5,01229613,00406658)(1.6,01474694,00488684)###AD ( :DEF_WORD "discover" :CLASS "30.2.b" :WN_SENSE (("1.5" 01229613 00406658) ("1.6" 01474694 00488684)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (discover+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.c#1#_exp_perc#discover#discover#discover#discover+ingly#(1.5,01229613,01300744,01214585)(1.6,01474694,01562883,01456213)###AD ( :DEF_WORD "discover" :CLASS "30.2.c" :WN_SENSE (("1.5" 01229613 01300744 01214585) ("1.6" 01474694 01562883 01456213)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (discover+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#discredit#discredit#discredit#discredit+ed#(1.5,00386215)(1.6,00464280)###AD ( :DEF_WORD "discredit" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00386215) ("1.6" 00464280)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (discredit+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.5.b#1#_ag,mod-poss(with),info(about)#discuss#discuss#discuss#discuss+ingly#(1.5,00457891)(1.6,00553000)###AD ( :DEF_WORD "discuss" :CLASS "37.5.b" :WN_SENSE (("1.5" 00457891) ("1.6" 00553000)) :PROPBANK ("arg0 arg2(with) arg1(about)") :THETA_ROLES ((1 "_ag,mod-poss(with),info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 16)))) ((* with 15) poss (*head*) (thing 16)) (discuss+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +)) (16 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#disdain#disdain#disdain#disdain+ingly#(1.5,01010918,00448032)(1.6,01211520,00541445)###AD ( :DEF_WORD "disdain" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010918 00448032) ("1.6" 01211520 00541445)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (disdain+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#disdain#disdain#disdain#disdain+ingly#(1.5,01010918,00448032)(1.6,01211520,00541445)###AD ( :DEF_WORD "disdain" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010918 00448032) ("1.6" 01211520 00541445)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (disdain+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#disdain#disdain#disdain#disdain+ingly#(1.5,01010918,00448032)(1.6,01211520,00541445)###AD ( :DEF_WORD "disdain" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010918 00448032) ("1.6" 01211520 00541445)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (disdain+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#disdain#disdain#disdain#disdain+ingly#(1.5,01010918,00448032)(1.6,01211520,00541445)###AD ( :DEF_WORD "disdain" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010918 00448032) ("1.6" 01211520 00541445)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (disdain+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 51.1.d#1#_th,src#disembark#disembark#disembark#disembark+ingly#(1.5,01128356)(1.6,01348051)###BJDMAP ( :DEF_WORD "disembark" :CLASS "51.1.d" :WN_SENSE (("1.5" 01128356) ("1.6" 01348051)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (disembark+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 10.8#1#_ag_src#disembowel#disembowel#dedisembowel#dedisembowel+#(1.5,00119224)(1.6,00135467)#loc#(th = disembowel+)#AD ( :DEF_WORD "disembowel" :GLOSS "dedisembowel" :CLASS "10.8" :WN_SENSE (("1.5" 00119224) ("1.6" 00135467)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (disembowel+ 2) (from loc (disembowel+ 2) (at loc (disembowel+ 2) (* thing 4)))) (dedisembowel+ 26)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#disencumber#disencumber#disencumber#disencumber+ed#(1.5,00912129)(1.6,01092371)###AD ( :DEF_WORD "disencumber" :CLASS "10.6.a" :WN_SENSE (("1.5" 00912129) ("1.6" 01092371)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disencumber+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#disengage#disengage#disengage#disengage+ingly#(1.5,00868913,00848136)(1.6,01038156,01012013)#loc##AD ( :DEF_WORD "disengage" :CLASS "10.1" :WN_SENSE (("1.5" 00868913 00848136) ("1.6" 01038156 01012013)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (disengage+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#disentangle#disentangle#disentangle#disentangle+ingly#(1.5,00912129,00841961)(1.6,01092371,01004273)###AD ( :DEF_WORD "disentangle" :CLASS "23.1.a" :WN_SENSE (("1.5" 00912129 00841961) ("1.6" 01092371 01004273)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disentangle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#disentangle#disentangle#disentangle#disentangle+ed#(1.5,00912129,00841961)(1.6,01092371,01004273)###AD ( :DEF_WORD "disentangle" :CLASS "23.1.b" :WN_SENSE (("1.5" 00912129 00841961) ("1.6" 01092371 01004273)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disentangle+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#disfigure#disfigure#disfigure#disfigure+ingly#(1.5,00176090,00277523)(1.6,00201342,00326923)###BJDMAP ( :DEF_WORD "disfigure" :CLASS "44.a" :WN_SENSE (("1.5" 00176090 00277523) ("1.6" 00201342 00326923)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (disfigure+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#disgorge#disgorge#disgorge#disgorge+ingly#(1.5,00887372)(1.6,01060886)#loc##AD ( :DEF_WORD "disgorge" :CLASS "10.1" :WN_SENSE (("1.5" 00887372) ("1.6" 01060886)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (disgorge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disgrace#disgrace#disgrace#disgrace+ingly#(1.5,01025113)(1.6,01228413)###AD ( :DEF_WORD "disgrace" :CLASS "31.1.a" :WN_SENSE (("1.5" 01025113) ("1.6" 01228413)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disgrace+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disgrace#disgrace#disgrace#disgrace+ingly#(1.5,01025113)(1.6,01228413)###AD ( :DEF_WORD "disgrace" :CLASS "31.1.b" :WN_SENSE (("1.5" 01025113) ("1.6" 01228413)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disgrace+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#disgrace#disgrace#disgrace#disgrace+ed#(1.5,01025113)(1.6,01228413)###AD ( :DEF_WORD "disgrace" :CLASS "31.1.c" :WN_SENSE (("1.5" 01025113) ("1.6" 01228413)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disgrace+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disgruntle#disgruntle#disgruntle#disgruntle+ingly####AD ( :DEF_WORD "disgruntle" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disgruntle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disgruntle#disgruntle#disgruntle#disgruntle+ingly####AD ( :DEF_WORD "disgruntle" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disgruntle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#disguise#disguise#disguise#disguise+ed#(1.5,01231051)(1.6,01477149)###AD ( :DEF_WORD "disguise" :CLASS "29.2.c" :WN_SENSE (("1.5" 01231051) ("1.6" 01477149)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (disguise+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#disguise#disguise#disguise#disguise+ingly#(1.5,01231051)(1.6,01477149)###AD ( :DEF_WORD "disguise" :CLASS "29.2.d" :WN_SENSE (("1.5" 01231051) ("1.6" 01477149)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (disguise+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disgust#disgust#disgust#disgust+ingly#(1.5,01252339,01029931)(1.6,01502738,01233868)###AD ( :DEF_WORD "disgust" :CLASS "31.1.a" :WN_SENSE (("1.5" 01252339 01029931) ("1.6" 01502738 01233868)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disgust+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disgust#disgust#disgust#disgust+ingly#(1.5,01029931,01252339)(1.6,01233868,01502738)###AD ( :DEF_WORD "disgust" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029931 01252339) ("1.6" 01233868 01502738)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disgust+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dishearten#dishearten#dishearten#dishearten+ingly#(1.5,01036663)(1.6,01241339)###AD ( :DEF_WORD "dishearten" :CLASS "31.1.a" :WN_SENSE (("1.5" 01036663) ("1.6" 01241339)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dishearten+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dishearten#dishearten#dishearten#dishearten+ingly#(1.5,01036663)(1.6,01241339)###AD ( :DEF_WORD "dishearten" :CLASS "31.1.b" :WN_SENSE (("1.5" 01036663) ("1.6" 01241339)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dishearten+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#dishearten#dishearten#dishearten#dishearten+ed#(1.5,01036663)(1.6,01241339)###AD ( :DEF_WORD "dishearten" :CLASS "31.1.c" :WN_SENSE (("1.5" 01036663) ("1.6" 01241339)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dishearten+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#dishonor#dishonor#dishonor#dishonor+ingly#(1.5,01442187)(1.6,01736849)###AD ( :DEF_WORD "dishonor" :CLASS "33.b" :WN_SENSE (("1.5" 01442187) ("1.6" 01736849)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (dishonor+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disillusion#disillusion#disillusion#disillusion+ingly#(1.5,01035427)(1.6,01240044)###AD ( :DEF_WORD "disillusion" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035427) ("1.6" 01240044)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disillusion+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disillusion#disillusion#disillusion#disillusion+ingly#(1.5,01035427)(1.6,01240044)###AD ( :DEF_WORD "disillusion" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035427) ("1.6" 01240044)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disillusion+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#disillusion#disillusion#disillusion#disillusion+ed#(1.5,01035427)(1.6,01240044)###AD ( :DEF_WORD "disillusion" :CLASS "31.1.c" :WN_SENSE (("1.5" 01035427) ("1.6" 01240044)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disillusion+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#disinfect#disinfect#disinfect#disinfect+ed#(1.5,00053587)(1.6,00060532)###AD ( :DEF_WORD "disinfect" :CLASS "10.6.a" :WN_SENSE (("1.5" 00053587) ("1.6" 00060532)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disinfect+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#disintegrate#disintegrate#disintegrate#disintegrate+ed#(1.5,00237247,00237942)(1.6,00276263,00277161)###AD ( :DEF_WORD "disintegrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00237247 00237942) ("1.6" 00276263 00277161)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disintegrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#disintegrate#disintegrate#disintegrate#disintegrate+ed#(1.5,00237247,00237942)(1.6,00276263,00277161)###AD ( :DEF_WORD "disintegrate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00237247 00237942) ("1.6" 00276263 00277161)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disintegrate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#disinter#disinter#disinter#disinter+ingly#(1.5,01390801)(1.6,01674092)#loc##AD ! ;; Grid: 45.4.c#1#_th#disintegrate#disintegrate#disintegrate#disintegrate+ed#(1.5,00237247,00237942)(1.6,00276263,00277161)###AD ( :DEF_WORD "disintegrate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00237247 00237942) ("1.6" 00276263 00277161)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disintegrate+ed 9)))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#disjoint#disjoint#disjoint#disjoint+ingly#(1.5,00741635,01375888)(1.6,00883766,01655251)###BJDMAP ( :DEF_WORD "disjoint" :CLASS "23.1.a" :WN_SENSE (("1.5" 00741635 01375888) ("1.6" 00883766 01655251)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (disjoint+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.a" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.b" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.c" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.d" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.e" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#dislike#dislike#dislike#dislike+ingly#(1.5,01011964)(1.6,01212998)###AD ( :DEF_WORD "dislike" :CLASS "31.2.f" :WN_SENSE (("1.5" 01011964) ("1.6" 01212998)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (dislike+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dislocate#dislocate#dislocate#dislocate+ed#(1.5,00245989)(1.6,00287938)###AD ( :DEF_WORD "dislocate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00245989) ("1.6" 00287938)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dislocate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#dislodge#dislodge#dislodge#dislodge+ingly#(1.5,00879526,01072939,00878884)(1.6,01051207,01285412,01050369)#loc##AD ( :DEF_WORD "dislodge" :CLASS "10.1" :WN_SENSE (("1.5" 00879526 01072939 00878884) ("1.6" 01051207 01285412 01050369)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (dislodge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#dismantle#dismantle#dismantle#dismantle+ingly#(1.5,00117617)(1.6,00133485)###BJDMAP ( :DEF_WORD "dismantle" :CLASS "23.3.a" :WN_SENSE (("1.5" 00117617) ("1.6" 00133485)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dismantle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dismay#dismay#dismay#dismay+ingly#(1.5,01033497,01015572)(1.6,01238101,01217571)###AD ( :DEF_WORD "dismay" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033497 01015572) ("1.6" 01238101 01217571)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dismay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dismay#dismay#dismay#dismay+ingly#(1.5,01015572,01033497)(1.6,01217571,01238101)###AD ( :DEF_WORD "dismay" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015572 01033497) ("1.6" 01217571 01238101)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dismay+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#dismay#dismay#dismay#dismay+ed#(1.5,01015572,01033497)(1.6,01217571,01238101)###AD ( :DEF_WORD "dismay" :CLASS "31.1.c" :WN_SENSE (("1.5" 01015572 01033497) ("1.6" 01217571 01238101)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dismay+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#dismember#dismember#dismember#dismember+ingly#(1.5,00905004)(1.6,01082938)###BJDMAP ( :DEF_WORD "dismember" :CLASS "23.1.a" :WN_SENSE (("1.5" 00905004) ("1.6" 01082938)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dismember+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.1#1#_ag_th,src()#dismiss#dismiss#dismiss#dismiss+ingly#(1.5,00450473,01395953,00507024)(1.6,00544324,01680133,00610592)#loc##AD ( :DEF_WORD "dismiss" :CLASS "10.1" :WN_SENSE (("1.5" 00450473 01395953 00507024) ("1.6" 00544324 01680133 00610592)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (dismiss+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#dismount#dismount#dismount#dismount+ingly#(1.5,01115672)(1.6,01333850)###BJDMAP ( :DEF_WORD "dismount" :CLASS "23.3.a" :WN_SENSE (("1.5" 01115672) ("1.6" 01333850)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dismount+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#disobey#disobey#disobey#disobey+ed#(1.5,01440232)(1.6,01734282)###AD ( :DEF_WORD "disobey" :CLASS "29.2.c" :WN_SENSE (("1.5" 01440232) ("1.6" 01734282)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (disobey+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#disobey#disobey#disobey#disobey+ingly#(1.5,01440232)(1.6,01734282)###AD ( :DEF_WORD "disobey" :CLASS "29.2.d" :WN_SENSE (("1.5" 01440232) ("1.6" 01734282)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (disobey+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#disorder#disorder#disorder#disorder+ed#(1.5,00164883)(1.6,00189049)###BJDMAP ( :DEF_WORD "disorder" :CLASS "9.8.b" :WN_SENSE (("1.5" 00164883) ("1.6" 00189049)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (disorder+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#disorganize#disorganize#disorganize#disorganize+ed#(1.5,01378812)(1.6,01658801)###AD ( :DEF_WORD "disorganize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01378812) ("1.6" 01658801)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disorganize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#disown#disown#disown#disown+ingly#(1.5,01317526)(1.6,01582621)###AD ( :DEF_WORD "disown" :CLASS "13.2" :WN_SENSE (("1.5" 01317526) ("1.6" 01582621)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (disown+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#disparage#disparage#disparage#disparage+ingly#(1.5,00474625)(1.6,00573480)###AD ( :DEF_WORD "disparage" :CLASS "33.b" :WN_SENSE (("1.5" 00474625) ("1.6" 00573480)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (disparage+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#dispatch#dispatch#dispatch#dispatch+ingly#(1.5,01113474)(1.6,01331285)###AD ( :DEF_WORD "dispatch" :CLASS "11.1" :WN_SENSE (("1.5" 01113474) ("1.6" 01331285)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dispatch+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#dispatch#dispatch#dispatch#dispatch+ingly#(1.5,01113474)(1.6,01331285)###AD ( :DEF_WORD "dispatch" :CLASS "11.1" :WN_SENSE (("1.5" 01113474) ("1.6" 01331285)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dispatch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#dispatch#dispatch#dispatch#dispatch+ed#(1.5,01405259)(1.6,01691743)###AD ( :DEF_WORD "dispatch" :CLASS "42.1.c" :WN_SENSE (("1.5" 01405259) ("1.6" 01691743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dispatch+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#disperse#disperse#disperse#disperse+ed#(1.5,00199925)(1.6,00228848)###AD ( :DEF_WORD "disperse" :CLASS "45.4.a" :WN_SENSE (("1.5" 00199925) ("1.6" 00228848)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disperse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dispirit#dispirit#dispirit#dispirit+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "dispirit" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dispirit+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dispirit#dispirit#dispirit#dispirit+ingly#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "dispirit" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dispirit+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#dispirit#dispirit#dispirit#dispirit+ed#(1.5,01033497)(1.6,01238101)###AD ( :DEF_WORD "dispirit" :CLASS "31.1.c" :WN_SENSE (("1.5" 01033497) ("1.6" 01238101)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dispirit+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#displace#displace#displace#displace+ingly#(1.5,00878884)(1.6,01050369)#loc##AD ( :DEF_WORD "displace" :CLASS "9.1" :WN_SENSE (("1.5" 00878884) ("1.6" 01050369)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (displace+ingly 26)) ) ;; Grid: 29.5.e#1#_ag_info#display#display#display#display+ingly#(1.5,01223918)(1.6,01467644)###AD ( :DEF_WORD "display" :CLASS "29.5.e" :WN_SENSE (("1.5" 01223918) ("1.6" 01467644)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (display+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#displease#displease#displease#displease+ingly#(1.5,01035073)(1.6,01239708)###AD ( :DEF_WORD "displease" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035073) ("1.6" 01239708)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (displease+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#displease#displease#displease#displease+ingly#(1.5,01035073)(1.6,01239708)###AD ( :DEF_WORD "displease" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035073) ("1.6" 01239708)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (displease+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.1#1#_ag_th(of),src()#dispose#dispose#dispose#dispose+ingly#(1.5,01266808)(1.6,01520955)#loc##AD ! ;; Grid: 31.1.c#1#_th#displease#displease#displease#displease+ed#(1.5,01035073)(1.6,01239708)###AD ( :DEF_WORD "displease" :CLASS "31.1.c" :WN_SENSE (("1.5" 01035073) ("1.6" 01239708)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (displease+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#dispose#dispose#dispose#dispose+ingly#(1.5,--)(1.6,01608448)###AD ( :DEF_WORD "dispose" :CLASS "13.4.1.a" :WN_SENSE (("1.5" --) ("1.6" 01608448)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (dispose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#dispossess#dispossess#dispossess#dispossess+ed#(1.5,01316712)(1.6,01581572)###AD ( :DEF_WORD "dispossess" :CLASS "10.6.a" :WN_SENSE (("1.5" 01316712) ("1.6" 01581572)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dispossess+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#disprove#disprove#disprove#disprove+ingly#(1.5,00374923,00458306)(1.6,00450119,00553491)###AD ( :DEF_WORD "disprove" :CLASS "29.5.d" :WN_SENSE (("1.5" 00374923 00458306) ("1.6" 00450119 00553491)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (disprove+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#disprove#disprove#disprove#disprove+ingly#(1.5,00374923)(1.6,00450119)###AD ( :DEF_WORD "disprove" :CLASS "29.5.e" :WN_SENSE (("1.5" 00374923) ("1.6" 00450119)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (disprove+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#dispute#dispute#dispute#dispute+ingly#(1.5,00435122)(1.6,00526635)###AD ( :DEF_WORD "dispute" :CLASS "36.1.c" :WN_SENSE (("1.5" 00435122) ("1.6" 00526635)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (dispute+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#dispute#dispute#dispute#dispute+ingly#(1.5,00435122)(1.6,00526635)###AD ( :DEF_WORD "dispute" :CLASS "36.1.d" :WN_SENSE (("1.5" 00435122) ("1.6" 00526635)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (dispute+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#disqualify#disqualify#disqualify#disqualify+ingly#(1.5,00548298)(1.6,00658399)###AD ( :DEF_WORD "disqualify" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00548298) ("1.6" 00658399)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (disqualify+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disquiet#disquiet#disquiet#disquiet+ingly#(1.5,01005393)(1.6,01203947)###AD ( :DEF_WORD "disquiet" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disquiet+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disquiet#disquiet#disquiet#disquiet+ingly#(1.5,01005393)(1.6,01203947)###AD ( :DEF_WORD "disquiet" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disquiet+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#disquiet#disquiet#disquiet#disquiet+ed#(1.5,01005393)(1.6,01203947)###AD ( :DEF_WORD "disquiet" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disquiet+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#disregard#disregard#disregard#disregard+ingly#(1.5,00346936,00450473,00600032)(1.6,00417522,00544324,00717937)###AD ( :DEF_WORD "disregard" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00346936 00450473 00600032) ("1.6" 00417522 00544324 00717937)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (disregard+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#disrobe#disrobe#disrobe#disrobe+ed#(1.5,00032468)(1.6,00035494)###AD ( :DEF_WORD "disrobe" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disrobe+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#disrobe#disrobe#disrobe#disrobe+ed#(1.5,00032468)(1.6,00035494)###AD ( :DEF_WORD "disrobe" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (disrobe+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dissatisfy#dissatisfy#dissatisfy#dissatisfy+ingly#(1.5,01034660)(1.6,01239331)###AD ( :DEF_WORD "dissatisfy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034660) ("1.6" 01239331)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dissatisfy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dissatisfy#dissatisfy#dissatisfy#dissatisfy+ingly#(1.5,01034660)(1.6,01239331)###AD ( :DEF_WORD "dissatisfy" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034660) ("1.6" 01239331)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dissatisfy+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#dissect#dissect#dissect#dissect+ed#(1.5,00361981)(1.6,00434651)###BJDMAP ( :DEF_WORD "dissect" :CLASS "26.1.a" :WN_SENSE (("1.5" 00361981) ("1.6" 00434651)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissect+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#disseminate#disseminate#disseminate#disseminate+ingly#(1.5,00546238)(1.6,00655894)###AD ( :DEF_WORD "disseminate" :CLASS "13.2" :WN_SENSE (("1.5" 00546238) ("1.6" 00655894)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (disseminate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#dissent#dissent#dissent#dissent+ingly#(1.5,00452515)(1.6,00546908)###AD ( :DEF_WORD "dissent" :CLASS "36.1.c" :WN_SENSE (("1.5" 00452515) ("1.6" 00546908)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (dissent+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#dissent#dissent#dissent#dissent+ingly#(1.5,00452515)(1.6,00546908)###AD ( :DEF_WORD "dissent" :CLASS "36.1.d" :WN_SENSE (("1.5" 00452515) ("1.6" 00546908)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (dissent+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disserve#disserve#disserve#disserve+ingly####BJDMAP ( :DEF_WORD "disserve" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disserve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dissipate#dissipate#dissipate#dissipate+ed#(1.5,01161216)(1.6,01387651)###AD ( :DEF_WORD "dissipate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01161216) ("1.6" 01387651)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissipate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dissipate#dissipate#dissipate#dissipate+ed#(1.5,01161216)(1.6,01387651)###AD ( :DEF_WORD "dissipate" :CLASS "45.4.b" :WN_SENSE (("1.5" 01161216) ("1.6" 01387651)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissipate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dissipate#dissipate#dissipate#dissipate+ed#(1.5,01160360)(1.6,01386521)###AD ( :DEF_WORD "dissipate" :CLASS "45.4.c" :WN_SENSE (("1.5" 01160360) ("1.6" 01386521)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissipate+ed 9)))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#dissociate#dissociate#dissociate#dissociate+ingly#(1.5,00401995)(1.6,00483151)###AD ( :DEF_WORD "dissociate" :CLASS "23.1.a" :WN_SENSE (("1.5" 00401995) ("1.6" 00483151)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (dissociate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#dissociate#dissociate#dissociate#dissociate+ed#(1.5,00401995)(1.6,00483151)###AD ( :DEF_WORD "dissociate" :CLASS "23.1.b" :WN_SENSE (("1.5" 00401995) ("1.6" 00483151)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissociate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dissolve#dissolve#dissolve#dissolve+ed#(1.5,00266485)(1.6,00312214)###AD ( :DEF_WORD "dissolve" :CLASS "45.4.a" :WN_SENSE (("1.5" 00266485) ("1.6" 00312214)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissolve+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dissolve#dissolve#dissolve#dissolve+ed#(1.5,00266485)(1.6,00312214)###AD ( :DEF_WORD "dissolve" :CLASS "45.4.b" :WN_SENSE (("1.5" 00266485) ("1.6" 00312214)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissolve+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#distance#distance#distance#distance+ingly#(1.5,01515999)(1.6,01830311)#loc##AD ! ;; Grid: 45.4.c#1#_th#dissolve#dissolve#dissolve#dissolve+ed#(1.5,00265833)(1.6,00311485)###AD ( :DEF_WORD "dissolve" :CLASS "45.4.c" :WN_SENSE (("1.5" 00265833) ("1.6" 00311485)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dissolve+ed 9)))) ) ;; Grid: 059#1#_ag_th,src(from)#dissuade#dissuade#dissuade#dissuade+ingly#(1.5,00432374)(1.6,00523234)###BJDMAP ( :DEF_WORD "dissuade" :CLASS "059" :WN_SENSE (("1.5" 00432374) ("1.6" 00523234)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (dissuade+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 24#1#,ag_th,instr(with)#distemper#distemper#distemper#distemper+ed#(1.5,00964464)(1.6,01155454)###AD ( :DEF_WORD "distemper" :CLASS "24" :WN_SENSE (("1.5" 00964464) ("1.6" 01155454)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distemper+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#distend#distend#distend#distend+ed#(1.5,00184758)(1.6,00211222)###AD ( :DEF_WORD "distend" :CLASS "45.4.a" :WN_SENSE (("1.5" 00184758) ("1.6" 00211222)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distend+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#distend#distend#distend#distend+ed#(1.5,00184758)(1.6,00211222)###AD ( :DEF_WORD "distend" :CLASS "45.4.b" :WN_SENSE (("1.5" 00184758) ("1.6" 00211222)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distend+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#distend#distend#distend#distend+ed#(1.5,00184758,00153682)(1.6,00211222,00175388)###AD ( :DEF_WORD "distend" :CLASS "45.4.c" :WN_SENSE (("1.5" 00184758 00153682) ("1.6" 00211222 00175388)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distend+ed 9)))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#distill#distill#distill#distill+ingly#(1.5,00280739)(1.6,00331131)###AD ( :DEF_WORD "distill" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00280739) ("1.6" 00331131)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (distill+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#distill#distill#distill#distill+ed#(1.5,00280739)(1.6,00331131)###AD ( :DEF_WORD "distill" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00280739) ("1.6" 00331131)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distill+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#distinguish#distinguish#distinguish#distinguish+ingly#(1.5,00365740)(1.6,00438616)###AD ( :DEF_WORD "distinguish" :CLASS "23.1.a" :WN_SENSE (("1.5" 00365740) ("1.6" 00438616)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (distinguish+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#distinguish#distinguish#distinguish#distinguish+ed#(1.5,00365740)(1.6,00438616)###AD ( :DEF_WORD "distinguish" :CLASS "23.1.b" :WN_SENSE (("1.5" 00365740) ("1.6" 00438616)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distinguish+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#distort#distort#distort#distort+ingly#(1.5,00696750,00776117)(1.6,00833183,00924489)###BJDMAP ( :DEF_WORD "distort" :CLASS "26.5.b" :WN_SENSE (("1.5" 00696750 00776117) ("1.6" 00833183 00924489)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (distort+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#distract#distract#distract#distract+ingly#(1.5,01020146)(1.6,01223346)###AD ( :DEF_WORD "distract" :CLASS "31.1.a" :WN_SENSE (("1.5" 01020146) ("1.6" 01223346)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (distract+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#distract#distract#distract#distract+ingly#(1.5,01020146)(1.6,01223346)###AD ( :DEF_WORD "distract" :CLASS "31.1.b" :WN_SENSE (("1.5" 01020146) ("1.6" 01223346)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (distract+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#distract#distract#distract#distract+ed#(1.5,01020146)(1.6,01223346)###AD ( :DEF_WORD "distract" :CLASS "31.1.c" :WN_SENSE (("1.5" 01020146) ("1.6" 01223346)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (distract+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#distress#distress#distress#distress+ingly#(1.5,01023766)(1.6,01226873)###AD ( :DEF_WORD "distress" :CLASS "31.1.a" :WN_SENSE (("1.5" 01023766) ("1.6" 01226873)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (distress+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 026#1#_ag_th_goal(among)#distribute#distribute#distribute#distribute+ingly#(1.5,01313552,01255863,01330521)(1.6,01568959,01507640,01507640)###AD ! ;; Grid: 31.1.b#1#_prop(that)_exp#distress#distress#distress#distress+ingly#(1.5,01023766)(1.6,01226873)###AD ( :DEF_WORD "distress" :CLASS "31.1.b" :WN_SENSE (("1.5" 01023766) ("1.6" 01226873)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (distress+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#distribute#distribute#distribute#distribute+ingly#(1.5,01313552,01255863,01167923)(1.6,01568959,01507640,01396032)###AD ( :DEF_WORD "distribute" :CLASS "13.2" :WN_SENSE (("1.5" 01313552 01255863 01167923) ("1.6" 01568959 01507640 01396032)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (distribute+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352,00517585)(1.6,00464450,00623049)###AD ( :DEF_WORD "distrust" :CLASS "31.2.a" :WN_SENSE (("1.5" 00386352 00517585) ("1.6" 00464450 00623049)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352,00517585)(1.6,00464450,00623049)###AD ( :DEF_WORD "distrust" :CLASS "31.2.b" :WN_SENSE (("1.5" 00386352 00517585) ("1.6" 00464450 00623049)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352)(1.6,00464450)###AD ( :DEF_WORD "distrust" :CLASS "31.2.c" :WN_SENSE (("1.5" 00386352) ("1.6" 00464450)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352)(1.6,00464450)###AD ( :DEF_WORD "distrust" :CLASS "31.2.d" :WN_SENSE (("1.5" 00386352) ("1.6" 00464450)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352)(1.6,00464450)###AD ( :DEF_WORD "distrust" :CLASS "31.2.e" :WN_SENSE (("1.5" 00386352) ("1.6" 00464450)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#distrust#distrust#distrust#distrust+ingly#(1.5,00386352)(1.6,00464450)###AD ( :DEF_WORD "distrust" :CLASS "31.2.f" :WN_SENSE (("1.5" 00386352) ("1.6" 00464450)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (distrust+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#disturb#disturb#disturb#disturb+ingly#(1.5,01008411)(1.6,01208224)###AD ( :DEF_WORD "disturb" :CLASS "31.1.a" :WN_SENSE (("1.5" 01008411) ("1.6" 01208224)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (disturb+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#disturb#disturb#disturb#disturb+ingly#(1.5,01008411)(1.6,01208224)###AD ( :DEF_WORD "disturb" :CLASS "31.1.b" :WN_SENSE (("1.5" 01008411) ("1.6" 01208224)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (disturb+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#dither#dither#dither#dither+ingly#(1.5,01037117)(1.6,01241840)###AD ( :DEF_WORD "dither" :CLASS "53.1" :WN_SENSE (("1.5" 01037117) ("1.6" 01241840)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (dither+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#dive#dive#dive#dive+ingly#(1.5,01117557)(1.6,01336065)###AD ( :DEF_WORD "dive" :CLASS "35.2.a" :WN_SENSE (("1.5" 01117557) ("1.6" 01336065)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dive+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#dive#dive#dive#dive+ingly#(1.5,01117557)(1.6,01336065)###AD ( :DEF_WORD "dive" :CLASS "35.2.a" :WN_SENSE (("1.5" 01117557) ("1.6" 01336065)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dive+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#dive#dive#dive#dive+ingly#(1.5,01117662)(1.6,01336169)###AD ( :DEF_WORD "dive" :CLASS "35.2.b" :WN_SENSE (("1.5" 01117662) ("1.6" 01336169)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (dive+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 23.4.a#1#_th_src(from)#diverge#diverge#diverge#diverge+ingly#(1.5,01533610,01505806,01162168)(1.6,01851240,01816363,01389151)###AD ( :DEF_WORD "diverge" :CLASS "23.4.a" :WN_SENSE (("1.5" 01533610 01505806 01162168) ("1.6" 01851240 01816363 01389151)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th_src(from)")) :LCS (go_ext ident (* thing 2) ((* away_from 3) ident (thing 2) (at ident (thing 2) (thing 4))) (diverge+ingly 26)) ) ;; Grid: 23.4.b#1#_th#diverge#diverge#diverge#diverge+ed#(1.5,01533610,01505806,01162168)(1.6,01851240,01816363,01389151)###AD ( :DEF_WORD "diverge" :CLASS "23.4.b" :WN_SENSE (("1.5" 01533610 01505806 01162168) ("1.6" 01851240 01816363 01389151)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (diverge+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.c#1#_th#diversify#diversify#diversify#diversify+ed#(1.5,00259755,00259904)(1.6,00304578,00304770)###AD ( :DEF_WORD "diversify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00259755 00259904) ("1.6" 00304578 00304770)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (diversify+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#divert#divert#divert#divert+ingly#(1.5,01411101)(1.6,01698559)###BJDMAP ( :DEF_WORD "divert" :CLASS "31.1.a" :WN_SENSE (("1.5" 01411101) ("1.6" 01698559)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (divert+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#divest#divest#divest#divest+ed#(1.5,01316712)(1.6,01581572)###AD ( :DEF_WORD "divest" :CLASS "10.6.a" :WN_SENSE (("1.5" 01316712) ("1.6" 01581572)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divest+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#divide#divide#divide#divide+ingly#(1.5,01396914,00898017,00897572)(1.6,01681144,01073802,01073112)###AD ( :DEF_WORD "divide" :CLASS "23.1.a" :WN_SENSE (("1.5" 01396914 00898017 00897572) ("1.6" 01681144 01073802 01073112)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (divide+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#divide#divide#divide#divide+ed#(1.5,01396914,00898017,00897572)(1.6,01681144,01073802,01073112)###AD ( :DEF_WORD "divide" :CLASS "23.1.b" :WN_SENSE (("1.5" 01396914 00898017 00897572) ("1.6" 01681144 01073802 01073112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divide+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#divide#divide#divide#divide+ed#(1.5,01396914,01161526,00897572)(1.6,01681144,01388242,01073112)###AD ( :DEF_WORD "divide" :CLASS "45.4.a" :WN_SENSE (("1.5" 01396914 01161526 00897572) ("1.6" 01681144 01388242 01073112)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divide+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#divide#divide#divide#divide+ed#(1.5,01396914,01161526,00897572)(1.6,01681144,01388242,01073112)###AD ( :DEF_WORD "divide" :CLASS "45.4.b" :WN_SENSE (("1.5" 01396914 01161526 00897572) ("1.6" 01681144 01388242 01073112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divide+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#divide#divide#divide#divide+ed#(1.5,00898017)(1.6,01073802)###AD ( :DEF_WORD "divide" :CLASS "45.4.c" :WN_SENSE (("1.5" 00898017) ("1.6" 01073802)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divide+ed 9)))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#divorce#divorce#divorce#divorce+ingly#(1.5,01375888)(1.6,01655251)###AD ( :DEF_WORD "divorce" :CLASS "23.1.a" :WN_SENSE (("1.5" 01375888) ("1.6" 01655251)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (divorce+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#divorce#divorce#divorce#divorce+ed#(1.5,01375888)(1.6,01655251)###AD ( :DEF_WORD "divorce" :CLASS "23.1.b" :WN_SENSE (("1.5" 01375888) ("1.6" 01655251)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divorce+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.2.a.ii#1#_th_goal#divorce#divorce#divorce#divorce+ingly#(1.5,01410197)(1.6,01697383)###AD ( :DEF_WORD "divorce" :CLASS "36.2.a.ii" :WN_SENSE (("1.5" 01410197) ("1.6" 01697383)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (co loc (thing 2) (* thing 6))) (divorce+ingly 26)) :VAR_SPEC ((2 (human +)) (6 (human +))) ) ;; Grid: 36.2.b.ii#1#,ag_th#divorce#divorce#divorce#divorce+ed#(1.5,01410197)(1.6,01697383)###AD ( :DEF_WORD "divorce" :CLASS "36.2.b.ii" :WN_SENSE (("1.5" 01410197) ("1.6" 01697383)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (divorce+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#divulge#divulge#divulge#divulge+ed#(1.5,00525638)(1.6,00632077)###AD ( :DEF_WORD "divulge" :CLASS "29.2.c" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (divulge+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 003#1#_th_prop#do#do#do#do+ingly#(1.5,00941367)(1.6,01130277)###AD ! ;; Grid: 29.2.d#1#_ag_th_prop(to)#divulge#divulge#divulge#divulge+ingly#(1.5,00525638)(1.6,00632077)###AD ( :DEF_WORD "divulge" :CLASS "29.2.d" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (divulge+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 006#1#_th_prop#do#do#do#do+ingly#(1.5,00928523,00980842,01448761,01449587)(1.6,01113920,01173875,01746118,01747342)###AD ( :DEF_WORD "do" :CLASS "006" :WN_SENSE (("1.5" 00928523 00980842 01448761 01449587) ("1.6" 01113920 01173875 01746118 01747342)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (do+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 9.10#1#_ag_th#dock#dock#dock#dock+#(1.5,01194378,00748960)(1.6,01428886,00892186)###AD ( :DEF_WORD "dock" :CLASS "9.10" :WN_SENSE (("1.5" 01194378 00748960) ("1.6" 01428886 00892186)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (dock+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#doctor#doctor#doctor#doctor+ingly#(1.5,00049140)(1.6,00055271)###AD ( :DEF_WORD "doctor" :CLASS "29.8.a" :WN_SENSE (("1.5" 00049140) ("1.6" 00055271)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (doctor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#doctor#doctor#doctor#doctor+ingly#(1.5,00049140,00155240)(1.6,00055271,00177962)###AD ( :DEF_WORD "doctor" :CLASS "29.8.b" :WN_SENSE (("1.5" 00049140 00155240) ("1.6" 00055271 00177962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (doctor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#dodder#dodder#dodder#dodder+ingly#(1.5,01092700)(1.6,01309289)###AD ( :DEF_WORD "dodder" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (dodder+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#dodder#dodder#dodder#dodder+ingly#(1.5,01092700)(1.6,01309289)###AD ( :DEF_WORD "dodder" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (dodder+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 52.a#1#_th_loc#dodge#dodge#dodge#dodge+ingly#(1.5,00455749)(1.6,00550404)###AD ( :DEF_WORD "dodge" :CLASS "52.a" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (dodge+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#dodge#dodge#dodge#dodge+ingly#(1.5,00455749)(1.6,00550404)###AD ( :DEF_WORD "dodge" :CLASS "52.b" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (dodge+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 41.3.1.b#1#_src_th#doff#doff#doff##(1.5,00914872)(1.6,01095514)###BJDMAP ( :DEF_WORD "doff" :CLASS "41.3.1.b" :WN_SENSE (("1.5" 00914872) ("1.6" 01095514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* clothes 2) (away_from loc (clothes 2) (on loc (clothes 2) (* thing 4)))) :VAR_SPEC ((4 (human +)) (2 :type)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#dogsled#dogsled#dogsled#dogsled+ingly####AD ( :DEF_WORD "dogsled" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (dogsled+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#dogsled#dogsled#dogsled#dogsled+ingly####AD ( :DEF_WORD "dogsled" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (dogsled+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 41.3.2.a#1#_ag_particle(up)#doll#doll#doll#doll+ingly####AD ( :DEF_WORD "doll" :CLASS "41.3.2.a" :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag_particle(up)")) :LCS (act loc (* thing 1) (* up+/int 34) (doll+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (human +))) ) ;; Grid: 41.3.2.b#1#_ag,th_particle(up)#doll#doll#doll#doll+ingly###(th = clothing+)#BJDMAP ( :DEF_WORD "doll" :CLASS "41.3.2.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th_particle(up)")) :LCS (act_on loc (* thing 1) (* clothing+ 2) (doll+ingly 26) (* up+/int 34)) :VAR_SPEC ((34 :obligatory) (2 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#domesticate#domesticate#domesticate#domesticate+ed#(1.5,00182657,00121852)(1.6,00208649,00138537)###AD ( :DEF_WORD "domesticate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00182657 00121852) ("1.6" 00208649 00138537)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (domesticate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.i#1#_th_loc#dominate#dominate#dominate#dominate+ingly#(1.5,01523135)(1.6,01839221)###AD ( :DEF_WORD "dominate" :CLASS "47.8.i" :WN_SENSE (("1.5" 01523135) ("1.6" 01839221)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (above loc (thing 2) (* thing 11)) (dominate+ingly 26)) ) ;; Grid: 41.3.1.a#1#_goal_th#don#don#don##(1.5,00032702)(1.6,00036087)###BJDMAP ( :DEF_WORD "don" :CLASS "41.3.1.a" :WN_SENSE (("1.5" 00032702) ("1.6" 00036087)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_goal_th")) :LCS (go loc (* clothes 2) (to loc (clothes 2) (on loc (clothes 2) (* thing 6)))) :VAR_SPEC ((6 (human +)) (2 :type)) ) ;; Grid: 13.2#1#_ag_th,goal(to)#donate#donate#donate#donate+ingly#(1.5,01288015)(1.6,01548161)###AD ( :DEF_WORD "donate" :CLASS "13.2" :WN_SENSE (("1.5" 01288015) ("1.6" 01548161)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (donate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#dong#dong#dong#dong+ingly#(1.5,01244732)(1.6,01493527)###AD ( :DEF_WORD "dong" :CLASS "43.2.a" :WN_SENSE (("1.5" 01244732) ("1.6" 01493527)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (dong+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#dong#dong#dong#dong+ingly#(1.5,01244732)(1.6,01493527)###AD ( :DEF_WORD "dong" :CLASS "43.2.b" :WN_SENSE (("1.5" 01244732) ("1.6" 01493527)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (dong+ingly 26)) ) ;; Grid: 25.2#1#_ag_th,goal()#doodle#doodle#doodle#doodle+ingly#(1.5,00970221)(1.6,01161825)###AD ( :DEF_WORD "doodle" :CLASS "25.2" :WN_SENSE (("1.5" 00970221) ("1.6" 01161825)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (doodle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#dope#dope#dope#dope+ed#(1.5,00051476)(1.6,00057833)###BJDMAP ( :DEF_WORD "dope" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00051476) ("1.6" 00057833)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dope+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#dot#dot#dot#dot+ed#(1.5,00791631,00297834)(1.6,00942906,00352941)###AD ( :DEF_WORD "dot" :CLASS "9.8.a" :WN_SENSE (("1.5" 00791631 00297834) ("1.6" 00942906 00352941)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (dot+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#dot#dot#dot#dot+ed#(1.5,00791631,00297834)(1.6,00942906,00352941)###AD ( :DEF_WORD "dot" :CLASS "9.8.b" :WN_SENSE (("1.5" 00791631 00297834) ("1.6" 00942906 00352941)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (dot+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#double#double#double#double+ed#(1.5,00147217,00992036)(1.6,00168071,01186514)###AD ( :DEF_WORD "double" :CLASS "45.4.a" :WN_SENSE (("1.5" 00147217 00992036) ("1.6" 00168071 01186514)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (double+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#double#double#double#double+ed#(1.5,00147217,00992036)(1.6,00168071,01186514)###AD ( :DEF_WORD "double" :CLASS "45.4.b" :WN_SENSE (("1.5" 00147217 00992036) ("1.6" 00168071 01186514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (double+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#double#double#double#double+ed#(1.5,00147217,01180350)(1.6,00168071,01411353)###AD ( :DEF_WORD "double" :CLASS "45.4.c" :WN_SENSE (("1.5" 00147217 01180350) ("1.6" 00168071 01411353)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (double+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#double-cross#double-cross#double-cross#double-cross+ingly#(1.5,01436929)(1.6,01730255)###AD ( :DEF_WORD "double-cross" :CLASS "33.b" :WN_SENSE (("1.5" 01436929) ("1.6" 01730255)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (double-cross+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#doubt#doubt#doubt#doubt+ingly#(1.5,00386000)(1.6,00464049)###AD ( :DEF_WORD "doubt" :CLASS "29.5.a" :WN_SENSE (("1.5" 00386000) ("1.6" 00464049)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (doubt+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#doubt#doubt#doubt#doubt+ingly#(1.5,00386000)(1.6,00464049)###AD ( :DEF_WORD "doubt" :CLASS "29.5.b" :WN_SENSE (("1.5" 00386000) ("1.6" 00464049)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (doubt+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#doubt#doubt#doubt#doubt+ingly#(1.5,00517585)(1.6,00623049)###AD ( :DEF_WORD "doubt" :CLASS "33.b" :WN_SENSE (("1.5" 00517585) ("1.6" 00623049)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (doubt+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#douse#douse#douse#douse+ed#(1.5,01559805,00906750,00129214)(1.6,01886493,01085892,00147396)###AD ( :DEF_WORD "douse" :CLASS "9.8.a" :WN_SENSE (("1.5" 01559805 00906750 00129214) ("1.6" 01886493 01085892 00147396)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (douse+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#douse#douse#douse#douse+ed#(1.5,01559805,00906750,00129214)(1.6,01886493,01085892,00147396)###AD ( :DEF_WORD "douse" :CLASS "9.8.b" :WN_SENSE (("1.5" 01559805 00906750 00129214) ("1.6" 01886493 01085892 00147396)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (douse+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#down#down#down#down+ingly#(1.5,01129951)(1.6,01349748)###AD ( :DEF_WORD "down" :CLASS "10.5" :WN_SENSE (("1.5" 01129951) ("1.6" 01349748)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (down+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 40.4#1#_ag#doze#doze#doze#doze+ingly#(1.5,00009772)(1.6,00010240)###AD ( :DEF_WORD "doze" :CLASS "40.4" :WN_SENSE (("1.5" 00009772) ("1.6" 00010240)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (doze+ingly 26)) ) ;; Grid: 11.4.i#1#_ag_th#drag#drag#drag#drag+ingly#(1.5,00836405,00837306)(1.6,00997275,00998398)###AD ( :DEF_WORD "drag" :CLASS "11.4.i" :WN_SENSE (("1.5" 00836405 00837306) ("1.6" 00997275 00998398)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (drag+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#drag#drag#drag#drag+ingly#(1.5,00836405,00837306)(1.6,00997275,00998398)###AD ( :DEF_WORD "drag" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836405 00837306) ("1.6" 00997275 00998398)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (drag+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#drag#drag#drag#drag+ingly#(1.5,00836405,00837306)(1.6,00997275,00998398)###AD ( :DEF_WORD "drag" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836405 00837306) ("1.6" 00997275 00998398)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (drag+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#drag#drag#drag#drag+ingly#(1.5,00710074)(1.6,00848754)###AD ( :DEF_WORD "drag" :CLASS "35.2.a" :WN_SENSE (("1.5" 00710074) ("1.6" 00848754)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (drag+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#drag#drag#drag#drag+ingly#(1.5,00710074)(1.6,00848754)###AD ( :DEF_WORD "drag" :CLASS "35.2.a" :WN_SENSE (("1.5" 00710074) ("1.6" 00848754)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (drag+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#drag#drag#drag#drag+ingly#(1.5,00710074)(1.6,00848754)###AD ( :DEF_WORD "drag" :CLASS "35.2.b" :WN_SENSE (("1.5" 00710074) ("1.6" 00848754)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (drag+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 10.3.a#1#_ag_th,src()#drain#drain#drain#drain+ingly#(1.5,00268395)(1.6,00315126)###AD ( :DEF_WORD "drain" :CLASS "10.3.a" :WN_SENSE (("1.5" 00268395) ("1.6" 00315126)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (drain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.3.b#1#,ag_th,mod-poss(of)#drain#drain#drain#drain+ed#(1.5,00268395)(1.6,00315126)###AD ( :DEF_WORD "drain" :CLASS "10.3.b" :WN_SENSE (("1.5" 00268395) ("1.6" 00315126)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 ",ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drain+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#drain#drain#drain#drain+ed#(1.5,00657546,00268395)(1.6,00787439,00315126)###AD ( :DEF_WORD "drain" :CLASS "10.6.a" :WN_SENSE (("1.5" 00657546 00268395) ("1.6" 00787439 00315126)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drain+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#drain#drain#drain#drain+ed#(1.5,00268395,00232106)(1.6,00315126,00270123)###AD ( :DEF_WORD "drain" :CLASS "45.4.a" :WN_SENSE (("1.5" 00268395 00232106) ("1.6" 00315126 00270123)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drain+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#drain#drain#drain#drain+ed#(1.5,00268395,00232106)(1.6,00315126,00270123)###AD ( :DEF_WORD "drain" :CLASS "45.4.b" :WN_SENSE (("1.5" 00268395 00232106) ("1.6" 00315126 00270123)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drain+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#drain#drain#drain#drain+ed#(1.5,00267342)(1.6,00313342)###AD ( :DEF_WORD "drain" :CLASS "45.4.c" :WN_SENSE (("1.5" 00267342) ("1.6" 00313342)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drain+ed 9)))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#drape#drape#drape#drape+ingly#(1.5,00887947,00888148)(1.6,01061500,01061781)###AD ( :DEF_WORD "drape" :CLASS "9.7.a" :WN_SENSE (("1.5" 00887947 00888148) ("1.6" 01061500 01061781)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (drape+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#drape#drape#drape#drape+ed#(1.5,00887947,00888148)(1.6,01061500,01061781)###AD ( :DEF_WORD "drape" :CLASS "9.7.d" :WN_SENSE (("1.5" 00887947 00888148) ("1.6" 01061500 01061781)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drape+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#draw#draw#draw#draw+ingly#(1.5,01314932,01196106,00885995,01058139)(1.6,01579864,01430690,01059371,01266515)#loc##AD ( :DEF_WORD "draw" :CLASS "10.1" :WN_SENSE (("1.5" 01314932 01196106 00885995 01058139) ("1.6" 01579864 01430690 01059371 01266515)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (draw+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 12.a.i#1#_ag_th#draw#draw#draw#draw+ingly#(1.5,00969012,00940257,00909809,00968570)(1.6,01160642,01128898,01089750,01160200)###AD ( :DEF_WORD "draw" :CLASS "12.a.i" :WN_SENSE (("1.5" 00969012 00940257 00909809 00968570) ("1.6" 01160642 01128898 01089750 01160200)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (draw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#draw#draw#draw#draw+ingly#(1.5,00969012,00940257,00909809,00968570)(1.6,01160642,01128898,01089750,01160200)###AD ( :DEF_WORD "draw" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00969012 00940257 00909809 00968570) ("1.6" 01160642 01128898 01089750 01160200)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (draw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#draw#draw#draw#draw+ingly#(1.5,01138659)(1.6,01360709)###AD ( :DEF_WORD "draw" :CLASS "12.b" :WN_SENSE (("1.5" 01138659) ("1.6" 01360709)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (draw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 016#1#,ag_th,goal()#draw#draw#draw#draw+ingly#(1.5,01029701,00708689,00708839)(1.6,01233464,00847385,00847535)###AD ( :DEF_WORD "draw" :CLASS "016" :WN_SENSE (("1.5" 01029701 00708689 00708839) ("1.6" 01233464 00847385 00847535)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (draw+ingly 26)) :VAR_SPEC ((5 :optional) (1 :optional)) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#draw#draw#draw#draw+ingly#(1.5,00969012,00940257,00909809,00968570)(1.6,01160642,01128898,01089750,01160200)###AD ( :DEF_WORD "draw" :CLASS "23.2.a" :WN_SENSE (("1.5" 00969012 00940257 00909809 00968570) ("1.6" 01160642 01128898 01089750 01160200)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (draw+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#draw#draw#draw#draw+ed#(1.5,00969012,00940257,00909809,00968570)(1.6,01160642,01128898,01089750,01160200)###AD ( :DEF_WORD "draw" :CLASS "23.2.b" :WN_SENSE (("1.5" 00969012 00940257 00909809 00968570) ("1.6" 01160642 01128898 01089750 01160200)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (draw+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 25.2#1#_ag_th,goal()#draw#draw#draw#draw+ingly#(1.5,00969012,00940257,00909809,00968570)(1.6,01160642,01128898,01089750,01160200)###AD ( :DEF_WORD "draw" :CLASS "25.2" :WN_SENSE (("1.5" 00969012 00940257 00909809 00968570) ("1.6" 01160642 01128898 01089750 01160200)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (draw+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 26.7.i#1#_ag#draw#draw#draw#draw+ingly#(1.5,00940257,00968570)(1.6,01128898,01160200)###AD ( :DEF_WORD "draw" :CLASS "26.7.i" :WN_SENSE (("1.5" 00940257 00968570) ("1.6" 01128898 01160200)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (draw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#draw#draw#draw#draw+ingly#(1.5,00968570)(1.6,01160200)###AD ( :DEF_WORD "draw" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00968570) ("1.6" 01160200)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (draw+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#draw#draw#draw#draw+ingly#(1.5,00968570)(1.6,01160200)###AD ( :DEF_WORD "draw" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00968570) ("1.6" 01160200)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (draw+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#drawl#drawl#drawl#drawl+ingly#(1.5,00552654)(1.6,00663439)###AD ( :DEF_WORD "drawl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00552654) ("1.6" 00663439)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (drawl+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#drawl#drawl#drawl#drawl+ingly#(1.5,00552654)(1.6,00663439)###AD ( :DEF_WORD "drawl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00552654) ("1.6" 00663439)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (drawl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#drawl#drawl#drawl#drawl+#(1.5,00552654)(1.6,00663439)###AD ( :DEF_WORD "drawl" :CLASS "37.3.b" :WN_SENSE (("1.5" 00552654) ("1.6" 00663439)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (drawl+ 2) ((* toward 5) comm (drawl+ 2) ((at 5) comm (drawl+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#drawl#drawl#drawl#drawl+#(1.5,00552654)(1.6,00663439)###AD ( :DEF_WORD "drawl" :CLASS "37.3.c" :WN_SENSE (("1.5" 00552654) ("1.6" 00663439)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (drawl+ 2) (toward comm (drawl+ 2) (at comm (drawl+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.a" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.b" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.c" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.d" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.e" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#dread#dread#dread#dread+ingly#(1.5,01014140)(1.6,01215448)###AD ( :DEF_WORD "dread" :CLASS "31.2.f" :WN_SENSE (("1.5" 01014140) ("1.6" 01215448)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (dread+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about,of)#dream#dream#dream#dream+ingly#(1.5,00936885)(1.6,01124810)###BJDMAP ( :DEF_WORD "dream" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 00936885) ("1.6" 01124810)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about,of)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (dream+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#dredge#dredge#dredge#dredge+ingly#(1.5,00710074,00709939)(1.6,00848754,00848620)###AD ( :DEF_WORD "dredge" :CLASS "35.2.a" :WN_SENSE (("1.5" 00710074 00709939) ("1.6" 00848754 00848620)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dredge+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#dredge#dredge#dredge#dredge+ingly#(1.5,00710074,00709939)(1.6,00848754,00848620)###AD ( :DEF_WORD "dredge" :CLASS "35.2.a" :WN_SENSE (("1.5" 00710074 00709939) ("1.6" 00848754 00848620)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (dredge+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#dredge#dredge#dredge#dredge+ingly#(1.5,00710074,00709939)(1.6,00848754,00848620)###AD ( :DEF_WORD "dredge" :CLASS "35.2.b" :WN_SENSE (("1.5" 00710074 00709939) ("1.6" 00848754 00848620)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (dredge+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 9.8.a#1#_mod-poss_th#drench#drench#drench#drench+ed#(1.5,01565295,00129214)(1.6,01893655,00147396)###AD ( :DEF_WORD "drench" :CLASS "9.8.a" :WN_SENSE (("1.5" 01565295 00129214) ("1.6" 01893655 00147396)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (drench+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#drench#drench#drench#drench+ed#(1.5,01565295,00129214)(1.6,01893655,00147396)###AD ( :DEF_WORD "drench" :CLASS "9.8.b" :WN_SENSE (("1.5" 01565295 00129214) ("1.6" 01893655 00147396)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (drench+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#dress#dress#dress#dress+ed#(1.5,00030113,00028824)(1.6,00032951,00031591)###AD ( :DEF_WORD "dress" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00030113 00028824) ("1.6" 00032951 00031591)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dress+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#dress#dress#dress#dress+ed#(1.5,00030113,00028824)(1.6,00032951,00031591)###AD ( :DEF_WORD "dress" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00030113 00028824) ("1.6" 00032951 00031591)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dress+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.3.2.a#1#_ag_particle(up)#dress#dress#dress#dress+ingly#(1.5,00030113,00031169,00028136)(1.6,00032951,00034046,00030795)###AD ( :DEF_WORD "dress" :CLASS "41.3.2.a" :WN_SENSE (("1.5" 00030113 00031169 00028136) ("1.6" 00032951 00034046 00030795)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag_particle(up)")) :LCS (act loc (* thing 1) (* up+/int 34) (dress+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (human +))) ) ;; Grid: 41.3.2.b#1#_ag,th_particle(up)#dress#dress#dress#dress+ingly#(1.5,00030113,00029442,00025195,00031169,00028824)(1.6,00032951,00032272,00027257,00034046,00031591)##(th = clothing+)#BJDMAP ( :DEF_WORD "dress" :CLASS "41.3.2.b" :WN_SENSE (("1.5" 00030113 00029442 00025195 00031169 00028824) ("1.6" 00032951 00032272 00027257 00034046 00031591)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th_particle(up)")) :LCS (act_on loc (* thing 1) (* clothing+ 2) (dress+ingly 26) (* up+/int 34)) :VAR_SPEC ((34 :obligatory) (2 :optional) (1 (human +))) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#dribble#dribble#dribble#dribble+ingly#(1.5,01184911)(1.6,01417153)###AD ( :DEF_WORD "dribble" :CLASS "9.5" :WN_SENSE (("1.5" 01184911) ("1.6" 01417153)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (dribble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#dribble#dribble#dribble#dribble+ingly#(1.5,00061096)(1.6,00069962)###BJDMAP ( :DEF_WORD "dribble" :CLASS "40.1.2" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (dribble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#dribble#dribble#dribble#dribble+ingly#(1.5,01184911)(1.6,01417153)###AD ( :DEF_WORD "dribble" :CLASS "43.4.a" :WN_SENSE (("1.5" 01184911) ("1.6" 01417153)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (dribble+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#dribble#dribble#dribble#dribble+ingly#(1.5,01184911,00061096)(1.6,01417153,00069962)###AD ( :DEF_WORD "dribble" :CLASS "43.4.b" :WN_SENSE (("1.5" 01184911 00061096) ("1.6" 01417153 00069962)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (dribble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#dribble#dribble#dribble#dribble+ingly#(1.5,00061096)(1.6,00069962)###AD ( :DEF_WORD "dribble" :CLASS "43.4.c" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (dribble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#dribble#dribble#dribble#dribble+ingly#(1.5,01184911,00061096)(1.6,01417153,00069962)###AD ( :DEF_WORD "dribble" :CLASS "43.4.d" :WN_SENSE (("1.5" 01184911 00061096) ("1.6" 01417153 00069962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (dribble+ingly 26)) ) ;; Grid: 47.3.a#1#_th,loc()#drift#drift#drift#drift+ingly#(1.5,01083907,01068761)(1.6,01298374,01280404)###AD ( :DEF_WORD "drift" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083907 01068761) ("1.6" 01298374 01280404)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (drift+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.1.a.i#1#_th#drift#drift#drift#drift+ingly#(1.5,01083907)(1.6,01298374)###AD ( :DEF_WORD "drift" :CLASS "51.3.1.a.i" :WN_SENSE (("1.5" 01083907) ("1.6" 01298374)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (drift+ingly 26)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#drift#drift#drift#drift+ingly#(1.5,01083907,01068761)(1.6,01298374,01280404)###AD ( :DEF_WORD "drift" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01083907 01068761) ("1.6" 01298374 01280404)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (drift+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#drift#drift#drift#drift+ingly#(1.5,01083907,01072128)(1.6,01298374,01284430)###AD ( :DEF_WORD "drift" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083907 01072128) ("1.6" 01298374 01284430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (drift+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#drift#drift#drift#drift+ingly#(1.5,01083907,01072128)(1.6,01298374,01284430)###AD ( :DEF_WORD "drift" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083907 01072128) ("1.6" 01298374 01284430)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (drift+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#drill#drill#drill#drill+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "drill" :CLASS "21.2.a" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drill+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#drill#drill#drill#drill+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "drill" :CLASS "21.2.b" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drill+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#drill#drill#drill#drill+ed#(1.5,00829977)(1.6,00989635)###AD ( :DEF_WORD "drill" :CLASS "21.2.c" :WN_SENSE (("1.5" 00829977) ("1.6" 00989635)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (drill+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 39.1.i#1#_ag#drink#drink#drink#drink+ingly#(1.5,00665239,00665713)(1.6,00796419,00796874)###AD ( :DEF_WORD "drink" :CLASS "39.1.i" :WN_SENSE (("1.5" 00665239 00665713) ("1.6" 00796419 00796874)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (drink+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.1.ii#1#_ag_th#drink#drink#drink#drink+ingly#(1.5,00664573)(1.6,00795711)###AD ( :DEF_WORD "drink" :CLASS "39.1.ii" :WN_SENSE (("1.5" 00664573) ("1.6" 00795711)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (drink+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (mass +))) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#drip#drip#drip#drip+ingly#(1.5,01185031)(1.6,01417339)###AD ( :DEF_WORD "drip" :CLASS "9.5" :WN_SENSE (("1.5" 01185031) ("1.6" 01417339)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (drip+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#drip#drip#drip#drip+ingly#(1.5,01185031)(1.6,01417339)###AD ( :DEF_WORD "drip" :CLASS "43.4.a" :WN_SENSE (("1.5" 01185031) ("1.6" 01417339)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (drip+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#drip#drip#drip#drip+ingly#(1.5,01185031)(1.6,01417339)###AD ( :DEF_WORD "drip" :CLASS "43.4.b" :WN_SENSE (("1.5" 01185031) ("1.6" 01417339)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (drip+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#drip#drip#drip#drip+ingly#(1.5,01185031)(1.6,01417339)###AD ( :DEF_WORD "drip" :CLASS "43.4.c" :WN_SENSE (("1.5" 01185031) ("1.6" 01417339)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (drip+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#drip#drip#drip#drip+ingly#(1.5,01185031)(1.6,01417339)###AD ( :DEF_WORD "drip" :CLASS "43.4.d" :WN_SENSE (("1.5" 01185031) ("1.6" 01417339)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (drip+ingly 26)) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#drive#drive#drive#drive+ingly#(1.5,01176439)(1.6,01406763)###AD ( :DEF_WORD "drive" :CLASS "11.5" :WN_SENSE (("1.5" 01176439) ("1.6" 01406763)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (drive+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#drive#drive#drive#drive+ingly#(1.5,01176439)(1.6,01406763)###AD ( :DEF_WORD "drive" :CLASS "11.5" :WN_SENSE (("1.5" 01176439) ("1.6" 01406763)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (drive+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#drive#drive#drive#drive+ingly#(1.5,01099937)(1.6,01317106)###AD ( :DEF_WORD "drive" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01099937) ("1.6" 01317106)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (drive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#drive#drive#drive#drive+ingly#(1.5,01100152,01099937,01176439)(1.6,01317321,01317106,01406763)###AD ( :DEF_WORD "drive" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01100152 01099937 01176439) ("1.6" 01317321 01317106 01406763)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (drive+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#drive#drive#drive#drive+ingly#(1.5,01100152,01176439)(1.6,01317321,01406763)###AD ( :DEF_WORD "drive" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01100152 01176439) ("1.6" 01317321 01406763)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (drive+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.4.2.c#1#_ag_mod-loc#drive#drive#drive#drive+ingly#(1.5,01100152,01176439)(1.6,01317321,01406763)###AD ( :DEF_WORD "drive" :CLASS "51.4.2.c" :WN_SENSE (("1.5" 01100152 01176439) ("1.6" 01317321 01406763)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (drive+ingly 26)) :VAR_SPEC ((24 :obligatory) (1 (animate +))) ) ;; Grid: 37.6.b#1#_exp#drivel#drivel#drivel#drivel+ingly#(1.5,00061096)(1.6,00069962)###BJDMAP ( :DEF_WORD "drivel" :CLASS "37.6.b" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (drivel+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#drizzle#drizzle#drizzle#drizzle+ingly#(1.5,00791550)(1.6,00942761)###AD ( :DEF_WORD "drizzle" :CLASS "9.7.a" :WN_SENSE (("1.5" 00791550) ("1.6" 00942761)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (drizzle+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#drizzle#drizzle#drizzle#drizzle+ingly#(1.5,00791550)(1.6,00942761)###AD ( :DEF_WORD "drizzle" :CLASS "9.7.b" :WN_SENSE (("1.5" 00791550) ("1.6" 00942761)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (drizzle+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#drizzle#drizzle#drizzle#drizzle+ingly#(1.5,00791550)(1.6,00942761)###AD ( :DEF_WORD "drizzle" :CLASS "9.7.c" :WN_SENSE (("1.5" 00791550) ("1.6" 00942761)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (drizzle+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#drizzle#drizzle#drizzle#drizzle+ed#(1.5,00791550)(1.6,00942761)###AD ( :DEF_WORD "drizzle" :CLASS "9.7.d" :WN_SENSE (("1.5" 00791550) ("1.6" 00942761)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drizzle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 57.a#1##drizzle#drizzle#drizzle#drizzle+ingly#(1.5,01558555)(1.6,01884408)###AD ( :DEF_WORD "drizzle" :CLASS "57.a" :WN_SENSE (("1.5" 01558555) ("1.6" 01884408)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (drizzle+ingly 26)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#drone#drone#drone#drone+ingly#(1.5,00531890)(1.6,00640075)###AD ( :DEF_WORD "drone" :CLASS "37.3.a" :WN_SENSE (("1.5" 00531890) ("1.6" 00640075)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (drone+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#drone#drone#drone#drone+ingly#(1.5,00531890)(1.6,00640075)###AD ( :DEF_WORD "drone" :CLASS "37.3.a" :WN_SENSE (("1.5" 00531890) ("1.6" 00640075)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (drone+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#drone#drone#drone#drone+#(1.5,01248624)(1.6,01498441)###AD ( :DEF_WORD "drone" :CLASS "37.3.b" :WN_SENSE (("1.5" 01248624) ("1.6" 01498441)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (drone+ 2) ((* toward 5) comm (drone+ 2) ((at 5) comm (drone+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#drone#drone#drone#drone+#(1.5,01248624)(1.6,01498441)###AD ( :DEF_WORD "drone" :CLASS "37.3.c" :WN_SENSE (("1.5" 01248624) ("1.6" 01498441)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (drone+ 2) (toward comm (drone+ 2) (at comm (drone+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#drone#drone#drone#drone+#(1.5,01248624)(1.6,01498441)###AD ( :DEF_WORD "drone" :CLASS "38" :WN_SENSE (("1.5" 01248624) ("1.6" 01498441)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (drone+ 2) ((* toward 5) comm (drone+ 2) (touching comm (drone+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#drool#drool#drool#drool+ingly#(1.5,00061096)(1.6,00069962)###BJDMAP ( :DEF_WORD "drool" :CLASS "40.1.2" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (drool+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#drool#drool#drool#drool+ingly#(1.5,00061096)(1.6,00069962)###AD ( :DEF_WORD "drool" :CLASS "43.4.a" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (drool+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#drool#drool#drool#drool+ingly#(1.5,00061096)(1.6,00069962)###AD ( :DEF_WORD "drool" :CLASS "43.4.c" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (drool+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#drool#drool#drool#drool+ingly#(1.5,00061096)(1.6,00069962)###AD ( :DEF_WORD "drool" :CLASS "43.4.d" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (drool+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc()#droop#droop#droop#droop+ingly#(1.5,00278126,01132557,01537952)(1.6,00327698,01353437,01856209)###BJDMAP ( :DEF_WORD "droop" :CLASS "47.6.a" :WN_SENSE (("1.5" 00278126 01132557 01537952) ("1.6" 00327698 01353437 01856209)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (droop+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 004#1#_ag_th_goal()#drop#drop#drop#drop+ingly#(1.5,01127279)(1.6,01346835)###AD ( :DEF_WORD "drop" :CLASS "004" :WN_SENSE (("1.5" 01127279) ("1.6" 01346835)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (let (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (drop+ingly 26)) ) ;; Grid: 9.4.b.ii#1#_ag_th,mod-loc(down),src(),goal()#drop#drop#drop#drop+ingly#(1.5,01127279,01126482,00856432)(1.6,01346835,01345838,01022456)###AD ( :DEF_WORD "drop" :CLASS "9.4.b.ii" :WN_SENSE (("1.5" 01127279 01126482 00856432) ("1.6" 01346835 01345838 01022456)) :PROPBANK ("arg0 arg1 argm-LOC(down) arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(down),src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) ((* down 23) loc (*head*) (nil 24)) (drop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.6#1#_th#drop#drop#drop#drop+ed#(1.5,01127279,00257401)(1.6,01346835,00301476)###AD ( :DEF_WORD "drop" :CLASS "45.6" :WN_SENSE (("1.5" 01127279 00257401) ("1.6" 01346835 00301476)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drop+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#drop#drop#drop#drop+ingly#(1.5,01126482)(1.6,01345838)###AD ( :DEF_WORD "drop" :CLASS "47.7.a" :WN_SENSE (("1.5" 01126482) ("1.6" 01345838)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (drop+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#drop#drop#drop#drop+ingly#(1.5,01126482)(1.6,01345838)###AD ( :DEF_WORD "drop" :CLASS "47.7.b" :WN_SENSE (("1.5" 01126482) ("1.6" 01345838)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (drop+ingly 26)) ) ;; Grid: 51.3.1.a.i#1#_th#drop#drop#drop#drop+ingly#(1.5,01126482)(1.6,01345838)###AD ( :DEF_WORD "drop" :CLASS "51.3.1.a.i" :WN_SENSE (("1.5" 01126482) ("1.6" 01345838)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (drop+ingly 26)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#drop#drop#drop#drop+ingly#(1.5,01126482)(1.6,01345838)###AD ( :DEF_WORD "drop" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01126482) ("1.6" 01345838)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (drop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.1.b#1#_th_particle(down),src(),goal()#drop#drop#drop#drop+ingly#(1.5,01126482)(1.6,01345838)###AD ( :DEF_WORD "drop" :CLASS "51.3.1.b" :WN_SENSE (("1.5" 01126482) ("1.6" 01345838)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th_particle(down),src(),goal()")) :LCS ((go 0) loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (* down+/int 34) (drop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (34 :obligatory)) ) ;; Grid: 40.7.ii#1#,ag_th#drown#drown#drown#drown+ed#(1.5,00217306,00282949)(1.6,00251382,00333886)###AD ( :DEF_WORD "drown" :CLASS "40.7.ii" :WN_SENSE (("1.5" 00217306 00282949) ("1.6" 00251382 00333886)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drown+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 40.4#1#_ag#drowse#drowse#drowse#drowse+ingly#(1.5,00009772)(1.6,00010240)###AD ( :DEF_WORD "drowse" :CLASS "40.4" :WN_SENSE (("1.5" 00009772) ("1.6" 00010240)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (drowse+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#drug#drug#drug#drug+ed#(1.5,00051319)(1.6,00057616)###AD ( :DEF_WORD "drug" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00051319) ("1.6" 00057616)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drug+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#drum#drum#drum#drum+ingly####AD ( :DEF_WORD "drum" :CLASS "18.1.a" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (drum+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#drum#drum#drum#drum+ingly#(1.5,01241152)(1.6,01489353)###AD ( :DEF_WORD "drum" :CLASS "18.1.b" :WN_SENSE (("1.5" 01241152) ("1.6" 01489353)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (drum+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#drum#drum#drum#drum+ingly#(1.5,01241152)(1.6,01489353)###AD ( :DEF_WORD "drum" :CLASS "18.1.c" :WN_SENSE (("1.5" 01241152) ("1.6" 01489353)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (drum+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#drum#drum#drum#drum+ingly#(1.5,01241152)(1.6,01489353)###AD ( :DEF_WORD "drum" :CLASS "18.1.d" :WN_SENSE (("1.5" 01241152) ("1.6" 01489353)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (drum+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#drum#drum#drum#drum+ed#(1.5,01241152)(1.6,01489353)###AD ( :DEF_WORD "drum" :CLASS "18.1.e" :WN_SENSE (("1.5" 01241152) ("1.6" 01489353)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (drum+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#drum#drum#drum#drum+ingly#(1.5,01241152)(1.6,01489353)###AD ( :DEF_WORD "drum" :CLASS "40.3.2" :WN_SENSE (("1.5" 01241152) ("1.6" 01489353)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (drum+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dry#dry#dry#dry+ed#(1.5,00130659)(1.6,00149082)###AD ( :DEF_WORD "dry" :CLASS "45.4.a" :WN_SENSE (("1.5" 00130659) ("1.6" 00149082)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dry+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dry#dry#dry#dry+ed#(1.5,00130659)(1.6,00149082)###AD ( :DEF_WORD "dry" :CLASS "45.4.b" :WN_SENSE (("1.5" 00130659) ("1.6" 00149082)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dry+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dry#dry#dry#dry+ed#(1.5,00131260)(1.6,00149731)###AD ( :DEF_WORD "dry" :CLASS "45.4.c" :WN_SENSE (("1.5" 00131260) ("1.6" 00149731)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dry+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#drydock#drydock#drydock#drydock+#(1.5,--)(1.6,00892319)###AD ( :DEF_WORD "drydock" :CLASS "9.10" :WN_SENSE (("1.5" --) ("1.6" 00892319)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (drydock+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#dub#dub#dub#dub+ingly#(1.5,00581269,01351499)(1.6,00696177,01626038)###AD ( :DEF_WORD "dub" :CLASS "29.3" :WN_SENSE (("1.5" 00581269 01351499) ("1.6" 00696177 01626038)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (dub+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 52.a#1#_th_loc#duck#duck#duck#duck+ingly#(1.5,00455749)(1.6,00550404)###AD ( :DEF_WORD "duck" :CLASS "52.a" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (duck+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#duck#duck#duck#duck+ingly#(1.5,00455749)(1.6,00550404)###AD ( :DEF_WORD "duck" :CLASS "52.b" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (duck+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#duel#duel#duel#duel+ingly#(1.5,00634742)(1.6,00761183)###AD ( :DEF_WORD "duel" :CLASS "36.1.c" :WN_SENSE (("1.5" 00634742) ("1.6" 00761183)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (duel+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#duel#duel#duel#duel+ingly#(1.5,00634742)(1.6,00761183)###AD ( :DEF_WORD "duel" :CLASS "36.1.d" :WN_SENSE (("1.5" 00634742) ("1.6" 00761183)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (duel+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#dull#dull#dull#dull+ed#(1.5,00711112,01250340,00711236)(1.6,00849843,01500580,00849966)###AD ( :DEF_WORD "dull" :CLASS "45.4.a" :WN_SENSE (("1.5" 00711112 01250340 00711236) ("1.6" 00849843 01500580 00849966)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dull+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#dull#dull#dull#dull+ed#(1.5,00711112,01250340,00711236)(1.6,00849843,01500580,00849966)###AD ( :DEF_WORD "dull" :CLASS "45.4.b" :WN_SENSE (("1.5" 00711112 01250340 00711236) ("1.6" 00849843 01500580 00849966)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dull+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#dull#dull#dull#dull+ed#(1.5,00233497,00317745,00711112,00711236,01250340)(1.6,00271839,00376412,00849843,00849966,01500580)###AD ( :DEF_WORD "dull" :CLASS "45.4.c" :WN_SENSE (("1.5" 00233497 00317745 00711112 00711236 01250340) ("1.6" 00271839 00376412 00849843 00849966 01500580)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dull+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#dumbfound#dumbfound#dumbfound#dumbfound+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "dumbfound" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (dumbfound+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#dumbfound#dumbfound#dumbfound#dumbfound+ingly#(1.5,00349716)(1.6,00421500)###AD ( :DEF_WORD "dumbfound" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (dumbfound+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#dump#dump#dump#dump+ingly#(1.5,01268215,01127195)(1.6,01522508,01346751)###AD ( :DEF_WORD "dump" :CLASS "9.3.a" :WN_SENSE (("1.5" 01268215 01127195) ("1.6" 01522508 01346751)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (dump+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(into)#dupe#dupe#dupe#dupe+ingly#(1.5,00479497)(1.6,00579817)###AD ( :DEF_WORD "dupe" :CLASS "002" :WN_SENSE (("1.5" 00479497) ("1.6" 00579817)) :PROPBANK ("arg0 arg2 arg1-PRD(into)") :THETA_ROLES ((1 "_ag_th,prop(into)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (dupe+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#dust#dust#dust#dust+ingly#(1.5,00791631)(1.6,00942906)###AD ( :DEF_WORD "dust" :CLASS "9.7.a" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (dust+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#dust#dust#dust#dust+ingly#(1.5,00791631)(1.6,00942906)###AD ( :DEF_WORD "dust" :CLASS "9.7.b" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (dust+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#dust#dust#dust#dust+ingly#(1.5,00791631)(1.6,00942906)###AD ( :DEF_WORD "dust" :CLASS "9.7.c" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (dust+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#dust#dust#dust#dust+ed#(1.5,00791631)(1.6,00942906)###AD ( :DEF_WORD "dust" :CLASS "9.7.d" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dust+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#dust#dust#dust#dust+ingly#(1.5,00709813)(1.6,00848495)###AD ( :DEF_WORD "dust" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00709813) ("1.6" 00848495)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (dust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#dust#dust#dust#dust+ingly#(1.5,00709813)(1.6,00848495)###AD ( :DEF_WORD "dust" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00709813) ("1.6" 00848495)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (dust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#dust#dust#dust#dust+ed#(1.5,00709813)(1.6,00848495)###AD ( :DEF_WORD "dust" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00709813) ("1.6" 00848495)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dust+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#dust#dust#dust#dust+ingly#(1.5,00709813)(1.6,00848495)###AD ( :DEF_WORD "dust" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00709813) ("1.6" 00848495)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (dust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.a#1#_th,loc()#dwell#dwell#dwell#dwell+ingly#(1.5,01499405)(1.6,01809405)###AD ( :DEF_WORD "dwell" :CLASS "46.a" :WN_SENSE (("1.5" 01499405) ("1.6" 01809405)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (dwell+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#dwell#dwell#dwell#dwell+ingly#(1.5,01500701,01499405)(1.6,01810781,01809405)###AD ( :DEF_WORD "dwell" :CLASS "47.1" :WN_SENSE (("1.5" 01500701 01499405) ("1.6" 01810781 01809405)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (dwell+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.c#1#_th#dwindle#dwindle#dwindle#dwindle+ed#(1.5,00159183)(1.6,00182381)###AD ( :DEF_WORD "dwindle" :CLASS "45.4.c" :WN_SENSE (("1.5" 00159183) ("1.6" 00182381)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dwindle+ed 9)))) ) ;; Grid: 24#1#,ag_th,instr(with)#dye#dye#dye#dye+ed#(1.5,00169546)(1.6,00194314)###AD ( :DEF_WORD "dye" :CLASS "24" :WN_SENSE (("1.5" 00169546) ("1.6" 00194314)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dye+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 41.2.2#1#_ag_th#dye#dye#dye#dye+ed#(1.5,00169546)(1.6,00194314)###AD ( :DEF_WORD "dye" :CLASS "41.2.2" :WN_SENSE (("1.5" 00169546) ("1.6" 00194314)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (dye+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#e-mail#e-mail#e-mail#e-mail+ingly#(1.5,00583616)(1.6,00698898)###EM ( :DEF_WORD "e-mail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (e-mail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#e-mail#e-mail#e-mail#e-mail+ingly#(1.5,00583616)(1.6,00698898)###EM ( :DEF_WORD "e-mail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (e-mail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#e-mail#e-mail#e-mail#e-mail+ingly#(1.5,00583616)(1.6,00698898)###EM ( :DEF_WORD "e-mail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (e-mail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#e-mail#e-mail#e-mail#e-mail+ingly#(1.5,00583616)(1.6,00698898)###EM ( :DEF_WORD "e-mail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (e-mail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#e-mail#e-mail#e-mail#e-mail+ingly#(1.5,00583616)(1.6,00698898)###EM ( :DEF_WORD "e-mail" :CLASS "37.4.b" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (e-mail+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#earmark#earmark#earmark#earmark+ingly#(1.5,00408541)(1.6,00490924)###EM ( :DEF_WORD "earmark" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00408541) ("1.6" 00490924)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (earmark+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#earn#earn#earn#earn+ingly#(1.5,01302917,01302268)(1.6,01565625,01564908)###EM ( :DEF_WORD "earn" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01302917 01302268) ("1.6" 01565625 01564908)) :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (earn+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),ben(for),mod-poss(for)#earn#earn#earn#earn+ingly#(1.5,01302917,01302268)(1.6,01565625,01564908)###EM ( :DEF_WORD "earn" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01302917 01302268) ("1.6" 01565625 01564908)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (earn+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#2#_ag_ben_th,src(from),mod-poss(for)#earn#earn#earn#earn+ingly#(1.5,01302917,01302268)(1.6,01565625,01564908)###EM ( :DEF_WORD "earn" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01302917 01302268) ("1.6" 01565625 01564908)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (earn+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#ease#ease#ease#ease+ed#(1.5,00050077,00304604,01033880)(1.6,00056311,00361385,01238553)###EM ( :DEF_WORD "ease" :CLASS "10.6.a" :WN_SENSE (("1.5" 00050077 00304604 01033880) ("1.6" 00056311 00361385 01238553)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ease+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ease#ease#ease#ease+ed#(1.5,00050077,00304604,01033880)(1.6,00056311,00361385,01238553)###EM ( :DEF_WORD "ease" :CLASS "45.4.a" :WN_SENSE (("1.5" 00050077 00304604 01033880) ("1.6" 00056311 00361385 01238553)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ease+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ease#ease#ease#ease+ed#(1.5,00050077,00304604,01033880)(1.6,00056311,00361385,01238553)###EM ( :DEF_WORD "ease" :CLASS "45.4.b" :WN_SENSE (("1.5" 00050077 00304604 01033880) ("1.6" 00056311 00361385 01238553)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ease+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ease#ease#ease#ease+ed#(1.5,01033880)(1.6,01238553)###EM ( :DEF_WORD "ease" :CLASS "45.4.c" :WN_SENSE (("1.5" 01033880) ("1.6" 01238553)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ease+ed 9)))) ) ;; Grid: 39.1.i#1#_ag#eat#eat#eat#eat+ingly#(1.5,00663538,00662381,00670058)(1.6,00802008,00793267,00802008)###EM ( :DEF_WORD "eat" :CLASS "39.1.i" :WN_SENSE (("1.5" 00663538 00662381 00670058) ("1.6" 00802008 00793267 00802008)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (eat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.1.ii#1#_ag_th#eat#eat#eat#eat+ingly#(1.5,--)(1.6,00794578)###EM ( :DEF_WORD "eat" :CLASS "39.1.ii" :WN_SENSE (("1.5" --) ("1.6" 00794578)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (eat+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (mass +))) ) ;; Grid: 30.3.d#1#_exp_perc(on)#eavesdrop#eavesdrop#eavesdrop#eavesdrop+ingly#(1.5,01249101)(1.6,01499391)###BJDMAP ( :DEF_WORD "eavesdrop" :CLASS "30.3.d" :WN_SENSE (("1.5" 01249101) ("1.6" 01499391)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (go perc (* thing 2) (toward perc (thing 2) ((* on 7) perc (thing 2) (nil 8))) (eavesdrop+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (:cat n))) ) ;; Grid: 51.1.d#1#_th,src#ebb#ebb#ebb#ebb+ingly#(1.5,01084440)(1.6,01299016)###BJDMAP ( :DEF_WORD "ebb" :CLASS "51.1.d" :WN_SENSE (("1.5" 01084440) ("1.6" 01299016)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (ebb+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 47.4.a#1#_th_loc(through,in)#echo#echo#echo#echo+ingly#(1.5,01246321)(1.6,01495321)###BJDMAP ( :DEF_WORD "echo" :CLASS "47.4.a" :WN_SENSE (("1.5" 01246321) ("1.6" 01495321)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (echo+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#eclipse#eclipse#eclipse#eclipse+ed#(1.5,01529502,01230945,01560665)(1.6,01846466,01476920,01887582)###EM ( :DEF_WORD "eclipse" :CLASS "45.4.a" :WN_SENSE (("1.5" 01529502 01230945 01560665) ("1.6" 01846466 01476920 01887582)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (eclipse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#economize#economize#economize#economize+ed#(1.5,01292271)(1.6,01552819)###EM ( :DEF_WORD "economize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01292271) ("1.6" 01552819)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (economize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#eddy#eddy#eddy#eddy+ingly#(1.5,01170627)(1.6,01399333)###EM ( :DEF_WORD "eddy" :CLASS "47.3.a" :WN_SENSE (("1.5" 01170627) ("1.6" 01399333)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (eddy+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#edge#edge#edge#edge+ed#(1.5,00843513)(1.6,01006316)###EM ( :DEF_WORD "edge" :CLASS "9.8.a" :WN_SENSE (("1.5" 00843513) ("1.6" 01006316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (edge+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#edge#edge#edge#edge+ed#(1.5,00843513)(1.6,01006316)###EM ( :DEF_WORD "edge" :CLASS "9.8.b" :WN_SENSE (("1.5" 00843513) ("1.6" 01006316)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (edge+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.e#1#_th_loc#edge#edge#edge#edge+ingly#(1.5,00843513)(1.6,01006316)###EM ( :DEF_WORD "edge" :CLASS "47.8.e" :WN_SENSE (("1.5" 00843513) ("1.6" 01006316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (next loc (thing 2) (* thing 11)) (edge+ingly 26)) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#edit#edit#edit#edit+ingly#(1.5,00121293)(1.6,00137858)###BJDMAP ( :DEF_WORD "edit" :CLASS "26.5.b" :WN_SENSE (("1.5" 00121293) ("1.6" 00137858)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (edit+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#educate#educate#educate#educate+ed#(1.5,01351854,00338733)(1.6,01626476,00407541)###EM ( :DEF_WORD "educate" :CLASS "29.2.c" :WN_SENSE (("1.5" 01351854 00338733) ("1.6" 01626476 00407541)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (educate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#educate#educate#educate#educate+ingly#(1.5,01351854,00338733)(1.6,01626476,00407541)###EM ( :DEF_WORD "educate" :CLASS "29.2.d" :WN_SENSE (("1.5" 01351854 00338733) ("1.6" 01626476 00407541)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (educate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#efface#efface#efface#efface+ingly#(1.5,00188183,00891977)(1.6,00215208,01066360)###BJDMAP ( :DEF_WORD "efface" :CLASS "44.a" :WN_SENSE (("1.5" 00188183 00891977) ("1.6" 00215208 01066360)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (efface+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#effect#effect#effect#effect+ingly#(1.5,--)(1.6,01746300)###EM ( :DEF_WORD "effect" :CLASS "51.7.i" :WN_SENSE (("1.5" --) ("1.6" 01746300)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (effect+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#effect#effect#effect#effect+ingly#(1.5,--)(1.6,01746300)###EM ( :DEF_WORD "effect" :CLASS "51.7.ii" :WN_SENSE (("1.5" --) ("1.6" 01746300)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (effect+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#effectuate#effectuate#effectuate#effectuate+ed#(1.5,00939810)(1.6,01128460)###EM ( :DEF_WORD "effectuate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00939810) ("1.6" 01128460)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (effectuate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#effeminate#effeminate#effeminate#effeminate+ed####EM ( :DEF_WORD "effeminate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (effeminate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#effervesce#effervesce#effervesce#effervesce+ingly#(1.5,00305249)(1.6,00362063)###EM ( :DEF_WORD "effervesce" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00305249) ("1.6" 00362063)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (effervesce+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.1#1#_ag_th,src()#eject#eject#eject#eject+ingly#(1.5,00844103,01188203)(1.6,01007120,01421577)#loc##EM ( :DEF_WORD "eject" :CLASS "10.1" :WN_SENSE (("1.5" 00844103 01188203) ("1.6" 01007120 01421577)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (eject+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#elaborate#elaborate#elaborate#elaborate+ingly#(1.5,00538150)(1.6,00646817)###EM ( :DEF_WORD "elaborate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00538150) ("1.6" 00646817)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (elaborate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 45.4.c#1#_th#elapse#elapse#elapse#elapse+ed#(1.5,01185996)(1.6,01418612)###EM ( :DEF_WORD "elapse" :CLASS "45.4.c" :WN_SENSE (("1.5" 01185996) ("1.6" 01418612)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (elapse+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#elate#elate#elate#elate+ingly#(1.5,01031857)(1.6,01236227)###EM ( :DEF_WORD "elate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (elate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#elate#elate#elate#elate+ingly#(1.5,01031857)(1.6,01236227)###EM ( :DEF_WORD "elate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (elate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#elect#elect#elect#elect+ingly#(1.5,00379927)(1.6,00456424)###BJDMAP ( :DEF_WORD "elect" :CLASS "005" :WN_SENSE (("1.5" 00379927) ("1.6" 00456424)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (elect+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#elect#elect#elect#elect+ingly#(1.5,01359037)(1.6,01635578)###EM ( :DEF_WORD "elect" :CLASS "29.1.a" :WN_SENSE (("1.5" 01359037) ("1.6" 01635578)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (elect+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#elect#elect#elect#elect+ed#(1.5,01359037)(1.6,01635578)###EM ( :DEF_WORD "elect" :CLASS "29.1.c" :WN_SENSE (("1.5" 01359037) ("1.6" 01635578)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (elect+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#elect#elect#elect#elect+ingly#(1.5,01359037)(1.6,01635578)###EM ( :DEF_WORD "elect" :CLASS "29.1.d" :WN_SENSE (("1.5" 01359037) ("1.6" 01635578)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (elect+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#elect#elect#elect#elect+ingly#(1.5,01359037)(1.6,01635578)###EM ( :DEF_WORD "elect" :CLASS "29.1.e" :WN_SENSE (("1.5" 01359037) ("1.6" 01635578)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (elect+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#electrify#electrify#electrify#electrify+ingly####EM ( :DEF_WORD "electrify" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (electrify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#electrify#electrify#electrify#electrify+ingly####EM ( :DEF_WORD "electrify" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (electrify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 42.2#1#_ag_th#electrocute#electrocute#electrocute#electrocute+ed#(1.5,01406766)(1.6,01693366)###EM ( :DEF_WORD "electrocute" :CLASS "42.2" :WN_SENSE (("1.5" 01406766) ("1.6" 01693366)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (electrocute+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#elegize#elegize#elegize#elegize+ed#(1.5,00975520)(1.6,01168067)###EM ( :DEF_WORD "elegize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00975520) ("1.6" 01168067)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (elegize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.4.a#1#_ag_th,src(),goal()#elevate#elevate#elevate#elevate+ingly#(1.5,01124703)(1.6,01343923)##(mod-loc() = up)#EM ( :DEF_WORD "elevate" :CLASS "9.4.a" :WN_SENSE (("1.5" 01124703) ("1.6" 01343923)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (up loc (*head*) (nil 24)) (elevate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#elicit#elicit#elicit#elicit+ingly#(1.5,00933700)(1.6,01120934)###EM ( :DEF_WORD "elicit" :CLASS "10.5" :WN_SENSE (("1.5" 00933700) ("1.6" 01120934)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (elicit+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#eliminate#eliminate#eliminate#eliminate+ingly#(1.5,00278886,01486930,00278623,00045690)(1.6,00328742,01793556,00328370,00051279)#loc##EM ( :DEF_WORD "eliminate" :CLASS "10.1" :WN_SENSE (("1.5" 00278886 01486930 00278623 00045690) ("1.6" 00328742 01793556 00328370 00051279)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (eliminate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 42.1.c#1#_ag_th#eliminate#eliminate#eliminate#eliminate+ed#(1.5,00278886,01486930,00278623)(1.6,00328742,01793556,00328370)###EM ( :DEF_WORD "eliminate" :CLASS "42.1.c" :WN_SENSE (("1.5" 00278886 01486930 00278623) ("1.6" 00328742 01793556 00328370)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (eliminate+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#elope#elope#elope#elope+ingly#(1.5,01186803)(1.6,01419636)###EM ( :DEF_WORD "elope" :CLASS "36.1.c" :WN_SENSE (("1.5" 01186803) ("1.6" 01419636)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (elope+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#elope#elope#elope#elope+ingly#(1.5,01186803)(1.6,01419636)###EM ( :DEF_WORD "elope" :CLASS "36.1.d" :WN_SENSE (("1.5" 01186803) ("1.6" 01419636)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (elope+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#elucidate#elucidate#elucidate#elucidate+ingly#(1.5,00529123)(1.6,00636437)###EM ( :DEF_WORD "elucidate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00529123) ("1.6" 00636437)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (elucidate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 52.a#1#_th_loc#elude#elude#elude#elude+ingly#(1.5,01186924,00455749)(1.6,01419809,00550404)###EM ( :DEF_WORD "elude" :CLASS "52.a" :WN_SENSE (("1.5" 01186924 00455749) ("1.6" 01419809 00550404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (elude+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#elude#elude#elude#elude+ingly#(1.5,00455749)(1.6,00550404)###EM ( :DEF_WORD "elude" :CLASS "52.b" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (elude+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#emaciate#emaciate#emaciate#emaciate+ed#(1.5,00231823,00231962)(1.6,00269813,00269963)###EM ( :DEF_WORD "emaciate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00231823 00231962) ("1.6" 00269813 00269963)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emaciate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#emanate#emanate#emanate#emanate+ingly#(1.5,--)(1.6,00381912)###EM ( :DEF_WORD "emanate" :CLASS "43.4.a" :WN_SENSE (("1.5" --) ("1.6" 00381912)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (emanate+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#emanate#emanate#emanate#emanate+ingly#(1.5,--)(1.6,00381912)###EM ( :DEF_WORD "emanate" :CLASS "43.4.c" :WN_SENSE (("1.5" --) ("1.6" 00381912)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (emanate+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#emanate#emanate#emanate#emanate+ingly#(1.5,00322088,00003787)(1.6,00381814,00003430)###EM ( :DEF_WORD "emanate" :CLASS "43.4.d" :WN_SENSE (("1.5" 00322088 00003787) ("1.6" 00381814 00003430)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (emanate+ingly 26)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#emanate#emanate#emanate#emanate+ingly#(1.5,00322088)(1.6,00381814)###EM ( :DEF_WORD "emanate" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00322088) ("1.6" 00381814)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (emanate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#emancipate#emancipate#emancipate#emancipate+ingly#(1.5,01413277)(1.6,01700939)###EM ( :DEF_WORD "emancipate" :CLASS "10.5" :WN_SENSE (("1.5" 01413277) ("1.6" 01700939)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (emancipate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#emasculate#emasculate#emasculate#emasculate+ed#(1.5,00038510)(1.6,00042775)###EM ( :DEF_WORD "emasculate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00038510) ("1.6" 00042775)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emasculate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#embalm#embalm#embalm#embalm+ed#(1.5,01269005)(1.6,01523551)###EM ( :DEF_WORD "embalm" :CLASS "45.4.a" :WN_SENSE (("1.5" 01269005) ("1.6" 01523551)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embalm+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#embarass#embarass#embarass#embarass+ingly####EM ( :DEF_WORD "embarass" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (embarass+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#embarass#embarass#embarass#embarass+ingly####EM ( :DEF_WORD "embarass" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (embarass+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#embarass#embarass#embarass#embarass+ed####EM ( :DEF_WORD "embarass" :CLASS "31.1.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embarass+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#embarrass#embarrass#embarrass#embarrass+ingly#(1.5,01020392)(1.6,01223592)###BJDMAP ( :DEF_WORD "embarrass" :CLASS "31.1.a" :WN_SENSE (("1.5" 01020392) ("1.6" 01223592)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (embarrass+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#embellish#embellish#embellish#embellish+ed#(1.5,00959417)(1.6,01150345)###EM ( :DEF_WORD "embellish" :CLASS "9.8.a" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (embellish+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#embellish#embellish#embellish#embellish+ed#(1.5,00959417)(1.6,01150345)###EM ( :DEF_WORD "embellish" :CLASS "9.8.b" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (embellish+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#embellish#embellish#embellish#embellish+ed#(1.5,00538565,00959417,00176535)(1.6,00647197,01150345,00201878)###EM ( :DEF_WORD "embellish" :CLASS "25.3" :WN_SENSE (("1.5" 00538565 00959417 00176535) ("1.6" 00647197 01150345 00201878)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embellish+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#embezzle#embezzle#embezzle#embezzle+ingly#(1.5,01304563)(1.6,01567643)###EM ( :DEF_WORD "embezzle" :CLASS "10.5" :WN_SENSE (("1.5" 01304563) ("1.6" 01567643)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (embezzle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#embitter#embitter#embitter#embitter+ed#(1.5,01010216)(1.6,01210676)###EM ( :DEF_WORD "embitter" :CLASS "45.4.a" :WN_SENSE (("1.5" 01010216) ("1.6" 01210676)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embitter+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#emblazon#emblazon#emblazon#emblazon+ed#(1.5,00971980,00964931)(1.6,01163997,01155908)###EM ( :DEF_WORD "emblazon" :CLASS "9.8.a" :WN_SENSE (("1.5" 00971980 00964931) ("1.6" 01163997 01155908)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (emblazon+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#emblazon#emblazon#emblazon#emblazon+ed#(1.5,00971980,00964931)(1.6,01163997,01155908)###EM ( :DEF_WORD "emblazon" :CLASS "9.8.b" :WN_SENSE (("1.5" 00971980 00964931) ("1.6" 01163997 01155908)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (emblazon+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#embody#embody#embody#embody+ingly#(1.5,01556076)(1.6,01876322)###EM ( :DEF_WORD "embody" :CLASS "29.2.a" :WN_SENSE (("1.5" 01556076) ("1.6" 01876322)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (embody+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#embody#embody#embody#embody+ed#(1.5,01556076)(1.6,01876322)###EM ( :DEF_WORD "embody" :CLASS "29.2.c" :WN_SENSE (("1.5" 01556076) ("1.6" 01876322)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (embody+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#embody#embody#embody#embody+ingly#(1.5,01556076)(1.6,01876322)###EM ( :DEF_WORD "embody" :CLASS "29.2.d" :WN_SENSE (("1.5" 01556076) ("1.6" 01876322)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (embody+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#embolden#embolden#embolden#embolden+ingly#(1.5,01035556)(1.6,01240173)###EM ( :DEF_WORD "embolden" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035556) ("1.6" 01240173)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (embolden+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#embolden#embolden#embolden#embolden+ingly#(1.5,01035556)(1.6,01240173)###EM ( :DEF_WORD "embolden" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035556) ("1.6" 01240173)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (embolden+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#emboss#emboss#emboss#emboss+ingly#(1.5,00881091)(1.6,01053311)###EM ( :DEF_WORD "emboss" :CLASS "25.1.a" :WN_SENSE (("1.5" 00881091) ("1.6" 01053311)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (emboss+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#emboss#emboss#emboss#emboss+ed#(1.5,00881091)(1.6,01053311)###EM ( :DEF_WORD "emboss" :CLASS "25.1.b" :WN_SENSE (("1.5" 00881091) ("1.6" 01053311)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emboss+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.2.a.i#1#,ag_th#embrace#embrace#embrace#embrace+ingly#(1.5,00819405)(1.6,00976384)###BJDMAP ( :DEF_WORD "embrace" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00819405) ("1.6" 00976384)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (embrace+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#embrace#embrace#embrace#embrace+ingly#(1.5,00819405)(1.6,00976384)###EM ( :DEF_WORD "embrace" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 00819405) ("1.6" 00976384)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (embrace+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#embrocate#embrocate#embrocate#embrocate+ed####EM ( :DEF_WORD "embrocate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embrocate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#embroider#embroider#embroider#embroider+ingly#(1.5,00954256)(1.6,01145053)###EM ( :DEF_WORD "embroider" :CLASS "25.1.a" :WN_SENSE (("1.5" 00954256) ("1.6" 01145053)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (embroider+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#embroider#embroider#embroider#embroider+ed#(1.5,00954256)(1.6,01145053)###EM ( :DEF_WORD "embroider" :CLASS "25.1.b" :WN_SENSE (("1.5" 00954256) ("1.6" 01145053)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embroider+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#embroider#embroider#embroider#embroider+ed#(1.5,00954256)(1.6,01145053)###EM ( :DEF_WORD "embroider" :CLASS "26.1.a" :WN_SENSE (("1.5" 00954256) ("1.6" 01145053)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embroider+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#embroider#embroider#embroider#embroider+ed#(1.5,00954256)(1.6,01145053)###EM ( :DEF_WORD "embroider" :CLASS "26.1.a" :WN_SENSE (("1.5" 00954256) ("1.6" 01145053)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (embroider+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#embroider#embroider#embroider#embroider+ingly#(1.5,00954256)(1.6,01145053)###EM ( :DEF_WORD "embroider" :CLASS "26.1.b" :WN_SENSE (("1.5" 00954256) ("1.6" 01145053)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (embroider+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#emcee#emcee#emcee#emcee+ingly#(1.5,01466563)(1.6,01767698)###EM ( :DEF_WORD "emcee" :CLASS "29.8.a" :WN_SENSE (("1.5" 01466563) ("1.6" 01767698)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (emcee+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#emcee#emcee#emcee#emcee+ingly#(1.5,01466563)(1.6,01767698)###EM ( :DEF_WORD "emcee" :CLASS "29.8.b" :WN_SENSE (("1.5" 01466563) ("1.6" 01767698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (emcee+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#emerge#emerge#emerge#emerge+ingly#(1.5,00251760,00311709,00253652,01135395)(1.6,00294877,00369654,00297068,01357011)###EM ( :DEF_WORD "emerge" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00251760 00311709 00253652 01135395) ("1.6" 00294877 00369654 00297068 01357011)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (emerge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#emit#emit#emit#emit+ingly#(1.5,01563115)(1.6,01890772)#loc##EM ( :DEF_WORD "emit" :CLASS "10.1" :WN_SENSE (("1.5" 01563115) ("1.6" 01890772)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (emit+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#emphasize#emphasize#emphasize#emphasize+ed#(1.5,00302228)(1.6,00358494)###EM ( :DEF_WORD "emphasize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00302228) ("1.6" 00358494)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emphasize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#employ#employ#employ#employ+ingly#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "employ" :CLASS "29.2.a" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (employ+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#employ#employ#employ#employ+ingly#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "employ" :CLASS "29.2.b" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (employ+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#employ#employ#employ#employ+ed#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "employ" :CLASS "29.2.c" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (employ+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#employ#employ#employ#employ+ingly#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "employ" :CLASS "29.2.d" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (employ+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#empower#empower#empower#empower+ed#(1.5,01400771)(1.6,01685814)###EM ( :DEF_WORD "empower" :CLASS "45.4.a" :WN_SENSE (("1.5" 01400771) ("1.6" 01685814)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (empower+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.3.a#1#_ag_th,src()#empty#empty#empty#empty+ingly#(1.5,00267845,01188040,00855264)(1.6,00313984,01421290,01021270)###EM ( :DEF_WORD "empty" :CLASS "10.3.a" :WN_SENSE (("1.5" 00267845 01188040 00855264) ("1.6" 00313984 01421290 01021270)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (empty+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.3.b#1#,ag_th,mod-poss(of)#empty#empty#empty#empty+ed#(1.5,00267845,00267038,01188040,00855264)(1.6,00313984,00313029,01421290,01021270)###EM ( :DEF_WORD "empty" :CLASS "10.3.b" :WN_SENSE (("1.5" 00267845 00267038 01188040 00855264) ("1.6" 00313984 00313029 01421290 01021270)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 ",ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (empty+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#empty#empty#empty#empty+ed#(1.5,00267845,01188040,00045690)(1.6,00313984,01421290,00051279)###EM ( :DEF_WORD "empty" :CLASS "45.4.a" :WN_SENSE (("1.5" 00267845 01188040 00045690) ("1.6" 00313984 01421290 00051279)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (empty+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#empty#empty#empty#empty+ed#(1.5,00267845,01188040,00045690)(1.6,00313984,01421290,00051279)###EM ( :DEF_WORD "empty" :CLASS "45.4.b" :WN_SENSE (("1.5" 00267845 01188040 00045690) ("1.6" 00313984 01421290 00051279)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (empty+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#empty#empty#empty#empty+ed#(1.5,00267038)(1.6,00313029)###EM ( :DEF_WORD "empty" :CLASS "45.4.c" :WN_SENSE (("1.5" 00267038) ("1.6" 00313029)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (empty+ed 9)))) ) ;; Grid: 25.4#1#_ag_th#emulate#emulate#emulate#emulate+ed#(1.5,01512910)(1.6,01825351)###EM ( :DEF_WORD "emulate" :CLASS "25.4" :WN_SENSE (("1.5" 01512910) ("1.6" 01825351)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emulate+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#emulsify#emulsify#emulsify#emulsify+ed#(1.5,00294301)(1.6,00349043)###EM ( :DEF_WORD "emulsify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00294301) ("1.6" 00349043)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emulsify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#emulsify#emulsify#emulsify#emulsify+ed#(1.5,00294301)(1.6,00349043)###EM ( :DEF_WORD "emulsify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00294301) ("1.6" 00349043)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emulsify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#emulsify#emulsify#emulsify#emulsify+ed#(1.5,00294195)(1.6,00348938)###EM ( :DEF_WORD "emulsify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00294195) ("1.6" 00348938)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (emulsify+ed 9)))) ) ;; Grid: 002#1#_ag_th,prop(to)#enable#enable#enable#enable+ingly#(1.5,00301367)(1.6,00357077)###EM ( :DEF_WORD "enable" :CLASS "002" :WN_SENSE (("1.5" 00301367) ("1.6" 00357077)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (enable+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#enact#enact#enact#enact+ingly#(1.5,00985466)(1.6,01179537)###BJDMAP ( :DEF_WORD "enact" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00985466) ("1.6" 01179537)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (enact+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 24#1#,ag_th,instr(with)#enamel#enamel#enamel#enamel+ed#(1.5,00963283)(1.6,01154313)###EM ( :DEF_WORD "enamel" :CLASS "24" :WN_SENSE (("1.5" 00963283) ("1.6" 01154313)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enamel+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enchant#enchant#enchant#enchant+ingly#(1.5,01035257,01028828)(1.6,01239874,01232387)###EM ( :DEF_WORD "enchant" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035257 01028828) ("1.6" 01239874 01232387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enchant+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enchant#enchant#enchant#enchant+ingly#(1.5,01028828,01035257)(1.6,01232387,01239874)###EM ( :DEF_WORD "enchant" :CLASS "31.1.b" :WN_SENSE (("1.5" 01028828 01035257) ("1.6" 01232387 01239874)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enchant+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#enchant#enchant#enchant#enchant+ed#(1.5,01028828)(1.6,01232387)###EM ( :DEF_WORD "enchant" :CLASS "31.1.c" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enchant+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#encircle#encircle#encircle#encircle+ed#(1.5,01531353,00747247)(1.6,01848681,00890032)###EM ( :DEF_WORD "encircle" :CLASS "9.8.a" :WN_SENSE (("1.5" 01531353 00747247) ("1.6" 01848681 00890032)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (encircle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#encircle#encircle#encircle#encircle+ed#(1.5,01531353,00747247)(1.6,01848681,00890032)###EM ( :DEF_WORD "encircle" :CLASS "9.8.b" :WN_SENSE (("1.5" 01531353 00747247) ("1.6" 01848681 00890032)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (encircle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.d#1#_th_loc#encircle#encircle#encircle#encircle+ingly#(1.5,01531353)(1.6,01848681)###EM ( :DEF_WORD "encircle" :CLASS "47.8.d" :WN_SENSE (("1.5" 01531353) ("1.6" 01848681)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (encircle+ingly 26)) ) ;; Grid: 47.8.b#1#_loc_th#enclose#enclose#enclose#enclose+ingly#(1.5,00908601,01534603)(1.6,01088107,01852161)###EM ( :DEF_WORD "enclose" :CLASS "47.8.b" :WN_SENSE (("1.5" 00908601 01534603) ("1.6" 01088107 01852161)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (enclose+ingly 26)) ) ;; Grid: 47.8.b#1#_loc_th#encompass#encompass#encompass#encompass+ingly#(1.5,01487278)(1.6,01794033)###EM ( :DEF_WORD "encompass" :CLASS "47.8.b" :WN_SENSE (("1.5" 01487278) ("1.6" 01794033)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (encompass+ingly 26)) ) ;; Grid: 36.3.a#2#_ag_mod-poss#encounter#encounter#encounter#encounter+ingly#(1.5,01156236)(1.6,01382085)###BJDMAP ( :DEF_WORD "encounter" :CLASS "36.3.a" :WN_SENSE (("1.5" 01156236) ("1.6" 01382085)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (encounter+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#encourage#encourage#encourage#encourage+ingly#(1.5,01035813)(1.6,01240452)###EM ( :DEF_WORD "encourage" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035813) ("1.6" 01240452)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (encourage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#encourage#encourage#encourage#encourage+ingly#(1.5,00432958,01035813)(1.6,00523848,01240452)###EM ( :DEF_WORD "encourage" :CLASS "31.1.b" :WN_SENSE (("1.5" 00432958 01035813) ("1.6" 00523848 01240452)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (encourage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#encrust#encrust#encrust#encrust+ed#(1.5,00720617)(1.6,00860458)###EM ( :DEF_WORD "encrust" :CLASS "9.8.a" :WN_SENSE (("1.5" 00720617) ("1.6" 00860458)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (encrust+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#encrust#encrust#encrust#encrust+ed#(1.5,00720617)(1.6,00860458)###EM ( :DEF_WORD "encrust" :CLASS "9.8.b" :WN_SENSE (("1.5" 00720617) ("1.6" 00860458)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (encrust+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#encumber#encumber#encumber#encumber+ed#(1.5,00746370)(1.6,00888967)###BJDMAP ( :DEF_WORD "encumber" :CLASS "9.7.d" :WN_SENSE (("1.5" 00746370) ("1.6" 00888967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (encumber+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#end#end#end#end+ingly#(1.5,00211850,00213455)(1.6,00244343,00244343)###EM ( :DEF_WORD "end" :CLASS "55.1.a" :WN_SENSE (("1.5" 00211850 00213455) ("1.6" 00244343 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (end+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#end#end#end#end+ingly#(1.5,--)(1.6,00246253)###EM ( :DEF_WORD "end" :CLASS "55.1.b" :WN_SENSE (("1.5" --) ("1.6" 00246253)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (end+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#endanger#endanger#endanger#endanger+ingly#(1.5,00585891)(1.6,00701625)###BJDMAP ( :DEF_WORD "endanger" :CLASS "31.1.a" :WN_SENSE (("1.5" 00585891) ("1.6" 00701625)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (endanger+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#endear#endear#endear#endear+ingly#(1.5,01029124)(1.6,01232782)###EM ( :DEF_WORD "endear" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01029124) ("1.6" 01232782)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (endear+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#endeavor#endeavor#endeavor#endeavor+ingly#(1.5,01433327)(1.6,01725730)###BJDMAP ( :DEF_WORD "endeavor" :CLASS "005" :WN_SENSE (("1.5" 01433327) ("1.6" 01725730)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (endeavor+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#endorse#endorse#endorse#endorse+ed#(1.5,01385530,00562717)(1.6,01667768,00674764)###EM ( :DEF_WORD "endorse" :CLASS "25.3" :WN_SENSE (("1.5" 01385530 00562717) ("1.6" 01667768 00674764)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (endorse+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#endow#endow#endow#endow+ed#(1.5,01255656)(1.6,01507431)###EM ( :DEF_WORD "endow" :CLASS "9.8.a" :WN_SENSE (("1.5" 01255656) ("1.6" 01507431)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (endow+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#endow#endow#endow#endow+ed#(1.5,01400771,01255656)(1.6,01685814,01507431)###EM ( :DEF_WORD "endow" :CLASS "9.8.b" :WN_SENSE (("1.5" 01400771 01255656) ("1.6" 01685814 01507431)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (endow+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#endure#endure#endure#endure+ingly#(1.5,01530806,01480699,01528960,01528819,01498253)(1.6,01847921,01785787,01845783,01845642,01807646)###EM ( :DEF_WORD "endure" :CLASS "47.1" :WN_SENSE (("1.5" 01530806 01480699 01528960 01528819 01498253) ("1.6" 01847921 01785787 01845783 01845642 01807646)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (endure+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#energize#energize#energize#energize+ed#(1.5,00014757)(1.6,00015782)###EM ( :DEF_WORD "energize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00014757) ("1.6" 00015782)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (energize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#energize#energize#energize#energize+ed#(1.5,00014757)(1.6,00015782)###EM ( :DEF_WORD "energize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00014757) ("1.6" 00015782)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (energize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#energize#energize#energize#energize+ed#(1.5,00014757)(1.6,00015782)###EM ( :DEF_WORD "energize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00014757) ("1.6" 00015782)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (energize+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enervate#enervate#enervate#enervate+ingly#(1.5,01016169)(1.6,01218326)###BJDMAP ( :DEF_WORD "enervate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enervate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.2.ii#1#,ag_th,loc()#enfilade#enfilade#enfilade#enfilade+ingly####BJDMAP ( :DEF_WORD "enfilade" :CLASS "9.2.ii" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (enfilade+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional)) ) ;; Grid: 008#1#_ag_th,goal(on)#enforce#enforce#enforce#enforce+ingly#(1.5,01448653)(1.6,01745992)###BJDMAP ( :DEF_WORD "enforce" :CLASS "008" :WN_SENSE (("1.5" 01448653) ("1.6" 01745992)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (enforce+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#engage#engage#engage#engage+ingly#(1.5,00131613,00868524)(1.6,00150163,01037711)###EM ( :DEF_WORD "engage" :CLASS "22.2.b" :WN_SENSE (("1.5" 00131613 00868524) ("1.6" 00150163 01037711)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (engage+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#engage#engage#engage#engage+ed#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engage" :CLASS "29.2.c" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (engage+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#engage#engage#engage#engage+ingly#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engage" :CLASS "29.2.d" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (engage+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#engage#engage#engage#engage+ingly#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engage" :CLASS "31.1.a" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (engage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#engage#engage#engage#engage+ingly#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engage" :CLASS "31.1.b" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (engage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#engage#engage#engage#engage+ed#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engage" :CLASS "31.1.c" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (engage+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#engage#engage#engage#engage+ingly#(1.5,01345640)(1.6,01618013)###BJDMAP ( :DEF_WORD "engage" :CLASS "31.3.e" :WN_SENSE (("1.5" 01345640) ("1.6" 01618013)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (engage+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 060#1#,ag_th_prop(in)#engage#engage#engage#engage+ingly#(1.5,01345640)(1.6,01618013)###EM ( :DEF_WORD "engage" :CLASS "060" :WN_SENSE (("1.5" 01345640) ("1.6" 01618013)) :PROPBANK ("arg0 arg2 arg1-PRD(in)") :THETA_ROLES ((1 ",ag_th_prop(in)")) :LCS (cause (* thing 1) (act circ (* thing 2) ((in 10) circ (thing 2) (* nil 27))) (engage+ingly 26)) :VAR_SPEC ((1 :optional) (27 (:cat n))) ) ;; Grid: 27#1#_ag_th#engender#engender#engender#engender+ingly#(1.5,00943290,00034857)(1.6,01132676,00038574)###EM ( :DEF_WORD "engender" :CLASS "27" :WN_SENSE (("1.5" 00943290 00034857) ("1.6" 01132676 00038574)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (engender+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#engrave#engrave#engrave#engrave+ingly#(1.5,00757464)(1.6,00902579)###EM ( :DEF_WORD "engrave" :CLASS "25.1.a" :WN_SENSE (("1.5" 00757464) ("1.6" 00902579)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (engrave+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#engrave#engrave#engrave#engrave+ed#(1.5,00757464)(1.6,00902579)###EM ( :DEF_WORD "engrave" :CLASS "25.1.b" :WN_SENSE (("1.5" 00757464) ("1.6" 00902579)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (engrave+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#engross#engross#engross#engross+ingly#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engross" :CLASS "31.1.a" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (engross+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#engross#engross#engross#engross+ingly#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engross" :CLASS "31.1.b" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (engross+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#engross#engross#engross#engross+ed#(1.5,00337020)(1.6,00405557)###EM ( :DEF_WORD "engross" :CLASS "31.1.c" :WN_SENSE (("1.5" 00337020) ("1.6" 00405557)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (engross+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.8.b#1#_loc_th#engulf#engulf#engulf#engulf+ingly#(1.5,00337262)(1.6,00406072)###EM ( :DEF_WORD "engulf" :CLASS "47.8.b" :WN_SENSE (("1.5" 00337262) ("1.6" 00406072)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (engulf+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#enhance#enhance#enhance#enhance+ed#(1.5,00138132)(1.6,00157745)###EM ( :DEF_WORD "enhance" :CLASS "45.4.a" :WN_SENSE (("1.5" 00138132) ("1.6" 00157745)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enhance+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#enjoy#enjoy#enjoy#enjoy+ingly#(1.5,01042169,00677012)(1.6,01247684,00809681)###EM ( :DEF_WORD "enjoy" :CLASS "31.2.a" :WN_SENSE (("1.5" 01042169 00677012) ("1.6" 01247684 00809681)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (enjoy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#enjoy#enjoy#enjoy#enjoy+ingly#(1.5,01042169,00677012)(1.6,01247684,00809681)###EM ( :DEF_WORD "enjoy" :CLASS "31.2.b" :WN_SENSE (("1.5" 01042169 00677012) ("1.6" 01247684 00809681)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (enjoy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#enjoy#enjoy#enjoy#enjoy+ingly#(1.5,00677012)(1.6,00809681)###EM ( :DEF_WORD "enjoy" :CLASS "31.2.c" :WN_SENSE (("1.5" 00677012) ("1.6" 00809681)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (enjoy+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#enjoy#enjoy#enjoy#enjoy+ingly#(1.5,01037231,00677012)(1.6,01241953,00809681)###EM ( :DEF_WORD "enjoy" :CLASS "31.2.g" :WN_SENSE (("1.5" 01037231 00677012) ("1.6" 01241953 00809681)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (enjoy+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#enlarge#enlarge#enlarge#enlarge+ed#(1.5,00092264,00144140)(1.6,00105798,00164255)###EM ( :DEF_WORD "enlarge" :CLASS "45.4.a" :WN_SENSE (("1.5" 00092264 00144140) ("1.6" 00105798 00164255)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enlarge+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#enlarge#enlarge#enlarge#enlarge+ed#(1.5,00092264,00144140)(1.6,00105798,00164255)###EM ( :DEF_WORD "enlarge" :CLASS "45.4.b" :WN_SENSE (("1.5" 00092264 00144140) ("1.6" 00105798 00164255)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enlarge+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#enlarge#enlarge#enlarge#enlarge+ed#(1.5,00094432)(1.6,00108242)###EM ( :DEF_WORD "enlarge" :CLASS "45.4.c" :WN_SENSE (("1.5" 00094432) ("1.6" 00108242)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enlarge+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enlighten#enlighten#enlighten#enlighten+ingly#(1.5,00558903,00349261)(1.6,00670668,00420545)###EM ( :DEF_WORD "enlighten" :CLASS "31.1.a" :WN_SENSE (("1.5" 00558903 00349261) ("1.6" 00670668 00420545)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enlighten+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enlighten#enlighten#enlighten#enlighten+ingly#(1.5,00558903)(1.6,00670668)###EM ( :DEF_WORD "enlighten" :CLASS "31.1.b" :WN_SENSE (("1.5" 00558903) ("1.6" 00670668)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enlighten+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#enlist#enlist#enlist#enlist+ed#(1.5,01275708,00619248)(1.6,01533348,00742583)###EM ( :DEF_WORD "enlist" :CLASS "29.2.c" :WN_SENSE (("1.5" 01275708 00619248) ("1.6" 01533348 00742583)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (enlist+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#enlist#enlist#enlist#enlist+ingly#(1.5,01275708,00619248)(1.6,01533348,00742583)###EM ( :DEF_WORD "enlist" :CLASS "29.2.d" :WN_SENSE (("1.5" 01275708 00619248) ("1.6" 01533348 00742583)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (enlist+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enliven#enliven#enliven#enliven+ingly#(1.5,00116784)(1.6,00132579)###EM ( :DEF_WORD "enliven" :CLASS "31.1.a" :WN_SENSE (("1.5" 00116784) ("1.6" 00132579)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enliven+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enliven#enliven#enliven#enliven+ingly#(1.5,00116784)(1.6,00132579)###EM ( :DEF_WORD "enliven" :CLASS "31.1.b" :WN_SENSE (("1.5" 00116784) ("1.6" 00132579)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enliven+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enrage#enrage#enrage#enrage+ingly#(1.5,01022399)(1.6,01225491)###EM ( :DEF_WORD "enrage" :CLASS "31.1.a" :WN_SENSE (("1.5" 01022399) ("1.6" 01225491)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enrage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enrage#enrage#enrage#enrage+ingly#(1.5,01022399)(1.6,01225491)###EM ( :DEF_WORD "enrage" :CLASS "31.1.b" :WN_SENSE (("1.5" 01022399) ("1.6" 01225491)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enrage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enrapture#enrapture#enrapture#enrapture+ingly#(1.5,01035257)(1.6,01239874)###EM ( :DEF_WORD "enrapture" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enrapture+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enrapture#enrapture#enrapture#enrapture+ingly#(1.5,01035257)(1.6,01239874)###EM ( :DEF_WORD "enrapture" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enrapture+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#enrich#enrich#enrich#enrich+ed#(1.5,01318841)(1.6,01584550)###EM ( :DEF_WORD "enrich" :CLASS "9.8.a" :WN_SENSE (("1.5" 01318841) ("1.6" 01584550)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (enrich+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#enrich#enrich#enrich#enrich+ed#(1.5,01318841)(1.6,01584550)###EM ( :DEF_WORD "enrich" :CLASS "9.8.b" :WN_SENSE (("1.5" 01318841) ("1.6" 01584550)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (enrich+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#enroll#enroll#enroll#enroll+ed#(1.5,01399163)(1.6,01683922)###EM ( :DEF_WORD "enroll" :CLASS "29.2.c" :WN_SENSE (("1.5" 01399163) ("1.6" 01683922)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (enroll+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#enroll#enroll#enroll#enroll+ingly#(1.5,01399163)(1.6,01683922)###EM ( :DEF_WORD "enroll" :CLASS "29.2.d" :WN_SENSE (("1.5" 01399163) ("1.6" 01683922)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (enroll+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#enslave#enslave#enslave#enslave+ed#(1.5,01413394)(1.6,01701047)###EM ( :DEF_WORD "enslave" :CLASS "45.4.a" :WN_SENSE (("1.5" 01413394) ("1.6" 01701047)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enslave+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#ensnare#ensnare#ensnare#ensnare+ingly#(1.5,00850598)(1.6,01015525)###BJDMAP ( :DEF_WORD "ensnare" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00850598) ("1.6" 01015525)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (ensnare+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 48.3.a#1#_th#ensue#ensue#ensue#ensue+ingly#(1.5,01490118)(1.6,01797749)###EM ( :DEF_WORD "ensue" :CLASS "48.3.a" :WN_SENSE (("1.5" 01490118) ("1.6" 01797749)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (ensue+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#ensure#ensure#ensure#ensure+ingly#(1.5,00500784)(1.6,00603511)###BJDMAP ( :DEF_WORD "ensure" :CLASS "31.1.a" :WN_SENSE (("1.5" 00500784) ("1.6" 00603511)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (ensure+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that)#ensure#ensure#ensure#ensure+ingly#(1.5,00371753)(1.6,00446362)###EM ( :DEF_WORD "ensure" :CLASS "37.9.a" :WN_SENSE (("1.5" 00371753) ("1.6" 00446362)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal,info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (ensure+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#entangle#entangle#entangle#entangle+ed#(1.5,00841693)(1.6,01003753)###EM ( :DEF_WORD "entangle" :CLASS "9.8.a" :WN_SENSE (("1.5" 00841693) ("1.6" 01003753)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (entangle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#entangle#entangle#entangle#entangle+ed#(1.5,00841693)(1.6,01003753)###EM ( :DEF_WORD "entangle" :CLASS "9.8.b" :WN_SENSE (("1.5" 00841693) ("1.6" 01003753)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (entangle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#entangle#entangle#entangle#entangle+ed#(1.5,00841693)(1.6,01003753)###EM ( :DEF_WORD "entangle" :CLASS "22.2.a" :WN_SENSE (("1.5" 00841693) ("1.6" 01003753)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entangle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#entangle#entangle#entangle#entangle+ed#(1.5,00841693)(1.6,01003753)###EM ( :DEF_WORD "entangle" :CLASS "22.2.c" :WN_SENSE (("1.5" 00841693) ("1.6" 01003753)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entangle+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#enter#enter#enter#enter+ed#(1.5,01399163)(1.6,01683922)###EM ( :DEF_WORD "enter" :CLASS "29.2.c" :WN_SENSE (("1.5" 01399163) ("1.6" 01683922)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (enter+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#enter#enter#enter#enter+ingly#(1.5,01399163)(1.6,01683922)###EM ( :DEF_WORD "enter" :CLASS "29.2.d" :WN_SENSE (("1.5" 01399163) ("1.6" 01683922)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (enter+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 51.1.g#1#_th,goal#enter#enter#enter#enter+ingly#(1.5,01152122)(1.6,01376901)#loc#(goal() = in)#EM ! ;; Grid: 51.1.a#1#_th,src(from),goal(to)#enter#enter#enter#enter+ingly#(1.5,01152122)(1.6,01376901)###EM ( :DEF_WORD "enter" :CLASS "51.1.a" :WN_SENSE (("1.5" 01152122) ("1.6" 01376901)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (enter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#entertain#entertain#entertain#entertain+ingly#(1.5,01410973)(1.6,01698431)###EM ( :DEF_WORD "entertain" :CLASS "31.1.a" :WN_SENSE (("1.5" 01410973) ("1.6" 01698431)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (entertain+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#entertain#entertain#entertain#entertain+ingly#(1.5,01410973)(1.6,01698431)###EM ( :DEF_WORD "entertain" :CLASS "31.1.b" :WN_SENSE (("1.5" 01410973) ("1.6" 01698431)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (entertain+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enthrall#enthrall#enthrall#enthrall+ingly#(1.5,01035257)(1.6,01239874)###EM ( :DEF_WORD "enthrall" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enthrall+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enthrall#enthrall#enthrall#enthrall+ingly#(1.5,01035257)(1.6,01239874)###EM ( :DEF_WORD "enthrall" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enthrall+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#enthuse#enthuse#enthuse#enthuse+ingly#(1.5,00515533)(1.6,00620548)###EM ( :DEF_WORD "enthuse" :CLASS "31.1.a" :WN_SENSE (("1.5" 00515533) ("1.6" 00620548)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (enthuse+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#enthuse#enthuse#enthuse#enthuse+ingly#(1.5,00515533)(1.6,00620548)###EM ( :DEF_WORD "enthuse" :CLASS "31.1.b" :WN_SENSE (("1.5" 00515533) ("1.6" 00620548)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (enthuse+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#enthuse#enthuse#enthuse#enthuse+ed#(1.5,00515533)(1.6,00620548)###EM ( :DEF_WORD "enthuse" :CLASS "31.1.c" :WN_SENSE (("1.5" 00515533) ("1.6" 00620548)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (enthuse+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#enthuse#enthuse#enthuse#enthuse+ingly#(1.5,00515533)(1.6,00620548)###EM ( :DEF_WORD "enthuse" :CLASS "31.3.b" :WN_SENSE (("1.5" 00515533) ("1.6" 00620548)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (enthuse+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#enthuse#enthuse#enthuse#enthuse+ingly#(1.5,00515533)(1.6,00620548)###EM ( :DEF_WORD "enthuse" :CLASS "31.3.h" :WN_SENSE (("1.5" 00515533) ("1.6" 00620548)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (enthuse+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#entice#entice#entice#entice+ingly#(1.5,00439467)(1.6,00531787)###EM ( :DEF_WORD "entice" :CLASS "31.1.a" :WN_SENSE (("1.5" 00439467) ("1.6" 00531787)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (entice+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#entice#entice#entice#entice+ingly#(1.5,00439467)(1.6,00531787)###EM ( :DEF_WORD "entice" :CLASS "31.1.b" :WN_SENSE (("1.5" 00439467) ("1.6" 00531787)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (entice+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#entice#entice#entice#entice+ed#(1.5,00439467)(1.6,00531787)###EM ( :DEF_WORD "entice" :CLASS "31.1.c" :WN_SENSE (("1.5" 00439467) ("1.6" 00531787)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entice+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#entitle#entitle#entitle#entitle+ingly#(1.5,01385257)(1.6,01667423)###EM ( :DEF_WORD "entitle" :CLASS "29.2.b" :WN_SENSE (("1.5" 01385257) ("1.6" 01667423)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (entitle+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#entitle#entitle#entitle#entitle+ingly#(1.5,01385257)(1.6,01667423)###EM ( :DEF_WORD "entitle" :CLASS "29.2.d" :WN_SENSE (("1.5" 01385257) ("1.6" 01667423)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (entitle+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#entitle#entitle#entitle#entitle+ed#(1.5,00582080)(1.6,00697050)###EM ( :DEF_WORD "entitle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00582080) ("1.6" 00697050)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entitle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#entrance#entrance#entrance#entrance+ingly#(1.5,01028828)(1.6,01232387)###EM ( :DEF_WORD "entrance" :CLASS "31.1.a" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (entrance+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#entrance#entrance#entrance#entrance+ingly#(1.5,01028828)(1.6,01232387)###EM ( :DEF_WORD "entrance" :CLASS "31.1.b" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (entrance+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#entrance#entrance#entrance#entrance+ed#(1.5,01028828)(1.6,01232387)###EM ( :DEF_WORD "entrance" :CLASS "31.1.c" :WN_SENSE (("1.5" 01028828) ("1.6" 01232387)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entrance+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#entrust#entrust#entrust#entrust+ingly#(1.5,01335228,01340558)(1.6,01603985,01609671)###EM ( :DEF_WORD "entrust" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01335228 01340558) ("1.6" 01603985 01609671)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (entrust+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#entrust#entrust#entrust#entrust+ed#(1.5,01335228,01340558)(1.6,01603985,01609671)###EM ( :DEF_WORD "entrust" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01335228 01340558) ("1.6" 01603985 01609671)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entrust+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#entwine#entwine#entwine#entwine+ed#(1.5,00957038,00872396)(1.6,01147855,01042567)###EM ( :DEF_WORD "entwine" :CLASS "22.2.a" :WN_SENSE (("1.5" 00957038 00872396) ("1.6" 01147855 01042567)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entwine+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#entwine#entwine#entwine#entwine+ed#(1.5,00872396,00957038)(1.6,01042567,01147855)###EM ( :DEF_WORD "entwine" :CLASS "22.2.c" :WN_SENSE (("1.5" 00872396 00957038) ("1.6" 01042567 01147855)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (entwine+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#enumerate#enumerate#enumerate#enumerate+ed#(1.5,00532826)(1.6,00641064)###EM ( :DEF_WORD "enumerate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00532826) ("1.6" 00641064)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (enumerate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#enumerate#enumerate#enumerate#enumerate+ingly#(1.5,00532826)(1.6,00641064)###EM ( :DEF_WORD "enumerate" :CLASS "29.2.d" :WN_SENSE (("1.5" 00532826) ("1.6" 00641064)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (enumerate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#envelop#envelop#envelop#envelop+ed#(1.5,00908601)(1.6,01088107)###BJDMAP ( :DEF_WORD "envelop" :CLASS "9.8.b" :WN_SENSE (("1.5" 00908601) ("1.6" 01088107)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (envelop+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#envelope#envelope#envelope#envelope+ed####BJDMAP ( :DEF_WORD "envelope" :CLASS "9.8.b" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (envelope+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#envisage#envisage#envisage#envisage+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "envisage" :CLASS "29.2.a" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (envisage+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#envisage#envisage#envisage#envisage+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "envisage" :CLASS "29.2.b" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (envisage+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#envisage#envisage#envisage#envisage+ed#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "envisage" :CLASS "29.2.c" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (envisage+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#envisage#envisage#envisage#envisage+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "envisage" :CLASS "29.2.d" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (envisage+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#envision#envision#envision#envision+ingly#(1.5,00936049,00936274)(1.6,01123901,01124126)###EM ( :DEF_WORD "envision" :CLASS "29.2.a" :WN_SENSE (("1.5" 00936049 00936274) ("1.6" 01123901 01124126)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (envision+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#envision#envision#envision#envision+ingly#(1.5,00936049,00936274)(1.6,01123901,01124126)###EM ( :DEF_WORD "envision" :CLASS "29.2.b" :WN_SENSE (("1.5" 00936049 00936274) ("1.6" 01123901 01124126)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (envision+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#envision#envision#envision#envision+ed#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "envision" :CLASS "29.2.c" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (envision+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#envision#envision#envision#envision+ingly#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "envision" :CLASS "29.2.d" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (envision+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#envy#envy#envy#envy+ingly#(1.5,01041570,01041344)(1.6,01246968,01246666)###EM ( :DEF_WORD "envy" :CLASS "31.2.a" :WN_SENSE (("1.5" 01041570 01041344) ("1.6" 01246968 01246666)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#envy#envy#envy#envy+ingly#(1.5,01041570,01041344)(1.6,01246968,01246666)###EM ( :DEF_WORD "envy" :CLASS "31.2.b" :WN_SENSE (("1.5" 01041570 01041344) ("1.6" 01246968 01246666)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#envy#envy#envy#envy+ingly#(1.5,01041570)(1.6,01246968)###EM ( :DEF_WORD "envy" :CLASS "31.2.c" :WN_SENSE (("1.5" 01041570) ("1.6" 01246968)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#envy#envy#envy#envy+ingly#(1.5,01041570,01041344)(1.6,01246968,01246666)###EM ( :DEF_WORD "envy" :CLASS "31.2.d" :WN_SENSE (("1.5" 01041570 01041344) ("1.6" 01246968 01246666)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#envy#envy#envy#envy+ingly#(1.5,01041570,01041344)(1.6,01246968,01246666)###EM ( :DEF_WORD "envy" :CLASS "31.2.e" :WN_SENSE (("1.5" 01041570 01041344) ("1.6" 01246968 01246666)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#envy#envy#envy#envy+ingly#(1.5,01041344)(1.6,01246666)###EM ( :DEF_WORD "envy" :CLASS "31.2.f" :WN_SENSE (("1.5" 01041344) ("1.6" 01246666)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (envy+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#epoxy#epoxy#epoxy#epoxy+ingly#(1.5,00763106)(1.6,00909410)###EM ( :DEF_WORD "epoxy" :CLASS "22.4.a" :WN_SENSE (("1.5" 00763106) ("1.6" 00909410)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (epoxy+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#epoxy#epoxy#epoxy#epoxy+ed#(1.5,00763106)(1.6,00909410)###EM ( :DEF_WORD "epoxy" :CLASS "22.4.b" :WN_SENSE (("1.5" 00763106) ("1.6" 00909410)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (epoxy+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#equal#equal#equal#equal+ingly#(1.5,01506899,01511128)(1.6,01817610,01823180)###EM ( :DEF_WORD "equal" :CLASS "36.1.c" :WN_SENSE (("1.5" 01506899 01511128) ("1.6" 01817610 01823180)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (equal+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#equalize#equalize#equalize#equalize+ed#(1.5,00247637)(1.6,00289728)###EM ( :DEF_WORD "equalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00247637) ("1.6" 00289728)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (equalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#equalize#equalize#equalize#equalize+ed#(1.5,00247637)(1.6,00289728)###EM ( :DEF_WORD "equalize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00247637) ("1.6" 00289728)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (equalize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#equalize#equalize#equalize#equalize+ed#(1.5,00247637)(1.6,00289728)###EM ( :DEF_WORD "equalize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00247637) ("1.6" 00289728)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (equalize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#equilibrate#equilibrate#equilibrate#equilibrate+ed#(1.5,01511407)(1.6,01823633)###EM ( :DEF_WORD "equilibrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01511407) ("1.6" 01823633)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (equilibrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#equip#equip#equip#equip+ed#(1.5,01330622)(1.6,01597908)###EM ( :DEF_WORD "equip" :CLASS "13.4.2" :WN_SENSE (("1.5" 01330622) ("1.6" 01597908)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (equip+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#equivocate#equivocate#equivocate#equivocate+ingly#(1.5,00468916)(1.6,00566419)###EM ( :DEF_WORD "equivocate" :CLASS "53.1" :WN_SENSE (("1.5" 00468916) ("1.6" 00566419)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (equivocate+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#eradicate#eradicate#eradicate#eradicate+ingly#(1.5,00278623)(1.6,00328370)#loc##EM ( :DEF_WORD "eradicate" :CLASS "10.1" :WN_SENSE (("1.5" 00278623) ("1.6" 00328370)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (eradicate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#erase#erase#erase#erase+ingly#(1.5,00283193,00891977,00563648)(1.6,00334181,01066360,00676082)###EM ( :DEF_WORD "erase" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00283193 00891977 00563648) ("1.6" 00334181 01066360 00676082)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (erase+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#erase#erase#erase#erase+ed#(1.5,00283193,00891977,00563648)(1.6,00334181,01066360,00676082)###EM ( :DEF_WORD "erase" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00283193 00891977 00563648) ("1.6" 00334181 01066360 00676082)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (erase+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#erect#erect#erect#erect+ed#(1.5,00950695,01131111)(1.6,01140839,01351052)###BJDMAP ( :DEF_WORD "erect" :CLASS "26.1.a" :WN_SENSE (("1.5" 00950695 01131111) ("1.6" 01140839 01351052)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (erect+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#erode#erode#erode#erode+ed#(1.5,00163818)(1.6,00187644)###EM ( :DEF_WORD "erode" :CLASS "45.5" :WN_SENSE (("1.5" 00163818) ("1.6" 00187644)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (erode+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#erode#erode#erode#erode+ingly#(1.5,00164049,00163818)(1.6,00188086,00187644)###EM ( :DEF_WORD "erode" :CLASS "47.2.b" :WN_SENSE (("1.5" 00164049 00163818) ("1.6" 00188086 00187644)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (erode+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 30.3.d#1#_exp_perc(on)#err#err#err#err+ingly#(1.5,00347169)(1.6,00417819)###BJDMAP ( :DEF_WORD "err" :CLASS "30.3.d" :WN_SENSE (("1.5" 00347169) ("1.6" 00417819)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (go perc (* thing 2) (toward perc (thing 2) ((* on 7) perc (thing 2) (nil 8))) (err+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (:cat n))) ) ;; Grid: 40.1.1#1#_th#eruct#eruct#eruct#eruct+ingly#(1.5,00003129)(1.6,00002561)###BJDMAP ( :DEF_WORD "eruct" :CLASS "40.1.1" :WN_SENSE (("1.5" 00003129) ("1.6" 00002561)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (eruct+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#erupt#erupt#erupt#erupt+ingly#(1.5,00323677)(1.6,00383616)###EM ( :DEF_WORD "erupt" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00323677) ("1.6" 00383616)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (erupt+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.c#1#_th#escalate#escalate#escalate#escalate+ed#(1.5,00174687)(1.6,00199703)###EM ( :DEF_WORD "escalate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00174687) ("1.6" 00199703)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (escalate+ed 9)))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#escape#escape#escape#escape+ingly#(1.5,01187008,00456074)(1.6,01420004,00550772)###EM ( :DEF_WORD "escape" :CLASS "51.1.a" :WN_SENSE (("1.5" 01187008 00456074) ("1.6" 01420004 00550772)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (escape+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#escape#escape#escape#escape+ingly#(1.5,00455958)(1.6,00550636)###EM ( :DEF_WORD "escape" :CLASS "51.1.d" :WN_SENSE (("1.5" 00455958) ("1.6" 00550636)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (escape+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 52.a#1#_th_loc(from)#shirk#shirk#shirk#shirk+ingly#(1.5,00456745)(1.6,00551551)###BJDMAP ! ;; Grid: 52.a#1#_th_loc#eschew#eschew#eschew#eschew+ingly#(1.5,00456898)(1.6,00551826)###BJDMAP ( :DEF_WORD "eschew" :CLASS "52.a" :WN_SENSE (("1.5" 00456898) ("1.6" 00551826)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (eschew+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#escort#escort#escort#escort+ingly#(1.5,01158227)(1.6,01384199)###EM ( :DEF_WORD "escort" :CLASS "29.8.a" :WN_SENSE (("1.5" 01158227) ("1.6" 01384199)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (escort+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#escort#escort#escort#escort+ingly#(1.5,01158227,01158419)(1.6,01384199,01384391)###EM ( :DEF_WORD "escort" :CLASS "29.8.b" :WN_SENSE (("1.5" 01158227 01158419) ("1.6" 01384199 01384391)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (escort+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#escort#escort#escort#escort+ingly#(1.5,01158227,01158419)(1.6,01384199,01384391)###EM ( :DEF_WORD "escort" :CLASS "51.7.i" :WN_SENSE (("1.5" 01158227 01158419) ("1.6" 01384199 01384391)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (escort+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#escort#escort#escort#escort+ingly#(1.5,01158227,01158419)(1.6,01384199,01384391)###EM ( :DEF_WORD "escort" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01158227 01158419) ("1.6" 01384199 01384391)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (escort+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#espy#espy#espy#espy+ingly#(1.5,01229507)(1.6,01474588)###EM ( :DEF_WORD "espy" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (espy+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#espy#espy#espy#espy+ingly#(1.5,01229507)(1.6,01474588)###EM ( :DEF_WORD "espy" :CLASS "30.2.c" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (espy+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#establish#establish#establish#establish+ed#(1.5,00373148,00903827,00947117)(1.6,00448230,01081141,01136879)###EM ( :DEF_WORD "establish" :CLASS "29.2.c" :WN_SENSE (("1.5" 00373148 00903827 00947117) ("1.6" 00448230 01081141 01136879)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (establish+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#establish#establish#establish#establish+ingly#(1.5,00373148,00903827,00947117)(1.6,00448230,01081141,01136879)###EM ( :DEF_WORD "establish" :CLASS "29.2.d" :WN_SENSE (("1.5" 00373148 00903827 00947117) ("1.6" 00448230 01081141 01136879)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (establish+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.1.a" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.1.a" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#esteem#esteem#esteem#esteem+ingly#(1.5,00387963)(1.6,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.1.b" :WN_SENSE (("1.5" 00387963) ("1.6" 00466313)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.1.d" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (esteem+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.2.a" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.2.b" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#esteem#esteem#esteem#esteem+ed#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.2.c" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (esteem+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "29.2.d" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (esteem+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "31.2.a" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "31.2.b" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#esteem#esteem#esteem#esteem+ingly#(1.5,00390535,00387963)(1.6,00469237,00466313)###EM ( :DEF_WORD "esteem" :CLASS "31.2.g" :WN_SENSE (("1.5" 00390535 00387963) ("1.6" 00469237 00466313)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (esteem+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#estimate#estimate#estimate#estimate+ingly#(1.5,00377820)(1.6,00453556)###EM ( :DEF_WORD "estimate" :CLASS "54.4" :WN_SENSE (("1.5" 00377820) ("1.6" 00453556)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (estimate+ingly 26)) ) ;; Grid: 25.1.a#1#_ag_th,goal()#etch#etch#etch#etch+ingly#(1.5,00999914)(1.6,01195951)###EM ( :DEF_WORD "etch" :CLASS "25.1.a" :WN_SENSE (("1.5" 00999914) ("1.6" 01195951)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (etch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#etch#etch#etch#etch+ed#(1.5,00999914)(1.6,01195951)###EM ( :DEF_WORD "etch" :CLASS "25.1.b" :WN_SENSE (("1.5" 00999914) ("1.6" 01195951)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (etch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#eternalize#eternalize#eternalize#eternalize+ed#(1.5,00326673)(1.6,00387176)###EM ( :DEF_WORD "eternalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00326673) ("1.6" 00387176)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (eternalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#eulogize#eulogize#eulogize#eulogize+#(1.5,00494654)(1.6,00596971)###EM ( :DEF_WORD "eulogize" :CLASS "33.a.i" :WN_SENSE (("1.5" 00494654) ("1.6" 00596971)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (eulogize+ 2) (toward comm (eulogize+ 2) (at comm (eulogize+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#evacuate#evacuate#evacuate#evacuate+ingly#(1.5,01150129)(1.6,01374772)#loc##EM ! ;; Grid: 45.4.a#1#_ag_th,instr(with)#europeanize#europeanize#europeanize#europeanize+ed#(1.5,00243091)(1.6,00284504)###EM ( :DEF_WORD "europeanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00243091) ("1.6" 00284504)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (europeanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#evacuate#evacuate#evacuate#evacuate+ingly#(1.5,01150129)(1.6,01374772)#loc##EM ( :DEF_WORD "evacuate" :CLASS "10.2.b" :WN_SENSE (("1.5" 01150129) ("1.6" 01374772)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (evacuate+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 52.a#1#_th_loc#evade#evade#evade#evade+ingly#(1.5,00455749,01186924)(1.6,00550404,01419809)###EM ( :DEF_WORD "evade" :CLASS "52.a" :WN_SENSE (("1.5" 00455749 01186924) ("1.6" 00550404 01419809)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (evade+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#evade#evade#evade#evade+ingly#(1.5,00455749)(1.6,00550404)###EM ( :DEF_WORD "evade" :CLASS "52.b" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (evade+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#evaluate#evaluate#evaluate#evaluate+ingly#(1.5,00383005)(1.6,00459984)###EM ( :DEF_WORD "evaluate" :CLASS "34.ii" :WN_SENSE (("1.5" 00383005) ("1.6" 00459984)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (evaluate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#evangelize#evangelize#evangelize#evangelize+ed#(1.5,--)(1.6,00268270)###EM ( :DEF_WORD "evangelize" :CLASS "45.4.a" :WN_SENSE (("1.5" --) ("1.6" 00268270)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (evangelize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#evaporate#evaporate#evaporate#evaporate+ed#(1.5,00220989)(1.6,00256707)###EM ( :DEF_WORD "evaporate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00220989) ("1.6" 00256707)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (evaporate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#evaporate#evaporate#evaporate#evaporate+ed#(1.5,00220989)(1.6,00256707)###EM ( :DEF_WORD "evaporate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00220989) ("1.6" 00256707)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (evaporate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#evaporate#evaporate#evaporate#evaporate+ed#(1.5,00220989)(1.6,00256707)###EM ( :DEF_WORD "evaporate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00220989) ("1.6" 00256707)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (evaporate+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#even#even#even#even+ed#(1.5,00749984,00247353)(1.6,00893328,00289432)###EM ( :DEF_WORD "even" :CLASS "45.4.a" :WN_SENSE (("1.5" 00749984 00247353) ("1.6" 00893328 00289432)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (even+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#even#even#even#even+ed#(1.5,00749984,00247353)(1.6,00893328,00289432)###EM ( :DEF_WORD "even" :CLASS "45.4.b" :WN_SENSE (("1.5" 00749984 00247353) ("1.6" 00893328 00289432)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (even+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#even#even#even#even+ed#(1.5,00247533)(1.6,00289607)###EM ( :DEF_WORD "even" :CLASS "45.4.c" :WN_SENSE (("1.5" 00247533) ("1.6" 00289607)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (even+ed 9)))) ) ;; Grid: 48.3.a#1#_th#eventuate#eventuate#eventuate#eventuate+ingly#(1.5,01475886)(1.6,01780472)###EM ( :DEF_WORD "eventuate" :CLASS "48.3.a" :WN_SENSE (("1.5" 01475886) ("1.6" 01780472)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (eventuate+ingly 26)) ) ;; Grid: 10.1#1#_ag_th,src()#evict#evict#evict#evict+ingly#(1.5,00843976)(1.6,01006993)#loc##EM ( :DEF_WORD "evict" :CLASS "10.1" :WN_SENSE (("1.5" 00843976) ("1.6" 01006993)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (evict+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#evoke#evoke#evoke#evoke+ingly#(1.5,00942161,01003070)(1.6,01131307,01200852)###EM ( :DEF_WORD "evoke" :CLASS "26.4" :WN_SENSE (("1.5" 00942161 01003070) ("1.6" 01131307 01200852)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (evoke+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.2.a.i#1#_th#evolve#evolve#evolve#evolve+ingly#(1.5,00150028)(1.6,00171455)###EM ( :DEF_WORD "evolve" :CLASS "26.2.a.i" :WN_SENSE (("1.5" 00150028) ("1.6" 00171455)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (from ident (thing 2) (at ident (thing 2) (thing 4))) (evolve+ingly 26)) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#evolve#evolve#evolve#evolve+ed#(1.5,00993310,00150028,00321907)(1.6,01188325,00171455,00381524)###EM ( :DEF_WORD "evolve" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00993310 00150028 00321907) ("1.6" 01188325 00171455 00381524)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (evolve+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#evolve#evolve#evolve#evolve+ingly#(1.5,00993310,00150028,00321907)(1.6,01188325,00171455,00381524)###EM ( :DEF_WORD "evolve" :CLASS "26.2.b" :WN_SENSE (("1.5" 00993310 00150028 00321907) ("1.6" 01188325 00171455 00381524)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (evolve+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#evolve#evolve#evolve#evolve+ingly#(1.5,00150387,00321907)(1.6,00171832,00381524)###EM ( :DEF_WORD "evolve" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00150387 00321907) ("1.6" 00171832 00381524)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (evolve+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#exact#exact#exact#exact+ingly#(1.5,00574431)(1.6,00687967)###EM ( :DEF_WORD "exact" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00574431) ("1.6" 00687967)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (exact+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#exaggerate#exaggerate#exaggerate#exaggerate+ed#(1.5,00471039)(1.6,00569024)###EM ( :DEF_WORD "exaggerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00471039) ("1.6" 00569024)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exaggerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#exalt#exalt#exalt#exalt+ingly#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "exalt" :CLASS "31.2.a" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (exalt+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#exalt#exalt#exalt#exalt+ingly#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "exalt" :CLASS "31.2.b" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (exalt+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#exalt#exalt#exalt#exalt+ingly#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "exalt" :CLASS "31.2.g" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (exalt+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#examine#examine#examine#examine+ingly#(1.5,01226339)(1.6,00435242)###EM ( :DEF_WORD "examine" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01226339) ("1.6" 00435242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (examine+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#examine#examine#examine#examine+ingly#(1.5,01226339)(1.6,00435242)###EM ( :DEF_WORD "examine" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01226339) ("1.6" 00435242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (examine+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#examine#examine#examine#examine+ingly#(1.5,--)(1.6,01458506)###EM ( :DEF_WORD "examine" :CLASS "35.4" :WN_SENSE (("1.5" --) ("1.6" 01458506)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (examine+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#exasperate#exasperate#exasperate#exasperate+ingly#(1.5,01037550,01017836)(1.6,01242326,01220279)###EM ( :DEF_WORD "exasperate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037550 01017836) ("1.6" 01242326 01220279)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (exasperate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#exasperate#exasperate#exasperate#exasperate+ingly#(1.5,01017836,01037550)(1.6,01220279,01242326)###EM ( :DEF_WORD "exasperate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017836 01037550) ("1.6" 01220279 01242326)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (exasperate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#exasperate#exasperate#exasperate#exasperate+ed#(1.5,01017836,01037550)(1.6,01220279,01242326)###EM ( :DEF_WORD "exasperate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01017836 01037550) ("1.6" 01220279 01242326)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exasperate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#excavate#excavate#excavate#excavate+ingly#(1.5,00753453)(1.6,00897525)###EM ( :DEF_WORD "excavate" :CLASS "35.2.a" :WN_SENSE (("1.5" 00753453) ("1.6" 00897525)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (excavate+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#excavate#excavate#excavate#excavate+ingly#(1.5,00753453)(1.6,00897525)###EM ( :DEF_WORD "excavate" :CLASS "35.2.a" :WN_SENSE (("1.5" 00753453) ("1.6" 00897525)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (excavate+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#excavate#excavate#excavate#excavate+ingly#(1.5,00753453)(1.6,00897525)###EM ( :DEF_WORD "excavate" :CLASS "35.2.b" :WN_SENSE (("1.5" 00753453) ("1.6" 00897525)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (excavate+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 007#1#_exp_perc#exceed#exceed#exceed#exceed+ingly#(1.5,00624716,01509366,01509494)(1.6,00748500,01820991,01821151)###BJDMAP ( :DEF_WORD "exceed" :CLASS "007" :WN_SENSE (("1.5" 00624716 01509366 01509494) ("1.6" 00748500 01820991 01821151)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (exceed+ingly 26)) ) ;; Grid: 007#1#_exp_perc#excel#excel#excel#excel+ingly#(1.5,01511883)(1.6,01824128)###BJDMAP ( :DEF_WORD "excel" :CLASS "007" :WN_SENSE (("1.5" 01511883) ("1.6" 01824128)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (excel+ingly 26)) ) ;; Grid: 10.1#1#_ag_th,src()#except#except#except#except+ingly#(1.5,00346220)(1.6,00416622)#loc##EM ( :DEF_WORD "except" :CLASS "10.1" :WN_SENSE (("1.5" 00346220) ("1.6" 00416622)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (except+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#exchange#exchange#exchange#exchange+ingly#(1.5,01284945,00096985,01354481)(1.6,01544679,00111031,01630321)###EM ( :DEF_WORD "exchange" :CLASS "13.6.a" :WN_SENSE (("1.5" 01284945 00096985 01354481) ("1.6" 01544679 00111031 01630321)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (exchange+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#excise#excise#excise#excise+ingly#(1.5,00892486)(1.6,01066937)#loc##EM ( :DEF_WORD "excise" :CLASS "10.1" :WN_SENSE (("1.5" 00892486) ("1.6" 01066937)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (excise+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#excite#excite#excite#excite+ingly#(1.5,01009839,01004724,01004584)(1.6,01210207,01202989,01202849)###EM ( :DEF_WORD "excite" :CLASS "31.1.a" :WN_SENSE (("1.5" 01009839 01004724 01004584) ("1.6" 01210207 01202989 01202849)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (excite+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#excite#excite#excite#excite+ingly#(1.5,00295643,01004175,01004724,01208116)(1.6,00350457,01202395,01202989,01448459)###EM ( :DEF_WORD "excite" :CLASS "31.1.b" :WN_SENSE (("1.5" 00295643 01004175 01004724 01208116) ("1.6" 00350457 01202395 01202989 01448459)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (excite+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#excite#excite#excite#excite+ed#(1.5,00295643,01004175,01004724)(1.6,00350457,01202395,01202989)###EM ( :DEF_WORD "excite" :CLASS "31.1.c" :WN_SENSE (("1.5" 00295643 01004175 01004724) ("1.6" 00350457 01202395 01202989)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (excite+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#exclaim#exclaim#exclaim#exclaim+ingly#(1.5,00513163,00551312)(1.6,00617311,00661842)###EM ( :DEF_WORD "exclaim" :CLASS "37.7.a" :WN_SENSE (("1.5" 00513163 00551312) ("1.6" 00617311 00661842)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (exclaim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 10.1#1#_ag_th,src()#exclude#exclude#exclude#exclude+ingly#(1.5,00346220,00844103)(1.6,00416622,01007120)#loc##EM ( :DEF_WORD "exclude" :CLASS "10.1" :WN_SENSE (("1.5" 00346220 00844103) ("1.6" 00416622 01007120)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (exclude+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#excommunicate#excommunicate#excommunicate#excommunicate+ingly#(1.5,00582741)(1.6,00697695)#loc##EM ( :DEF_WORD "excommunicate" :CLASS "10.1" :WN_SENSE (("1.5" 00582741) ("1.6" 00697695)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (excommunicate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#excoriate#excoriate#excoriate#excoriate+ingly#(1.5,00485057)(1.6,00586096)###EM ( :DEF_WORD "excoriate" :CLASS "33.b" :WN_SENSE (("1.5" 00485057) ("1.6" 00586096)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (excoriate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#excuse#excuse#excuse#excuse+#(1.5,00509593,00502162)(1.6,00613352,00605154)###EM ( :DEF_WORD "excuse" :CLASS "33.a.ii" :WN_SENSE (("1.5" 00509593 00502162) ("1.6" 00613352 00605154)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (excuse+ 2) (toward comm (excuse+ 2) (at comm (excuse+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#excuse#excuse#excuse#excuse+ingly#(1.5,00509593,00502162)(1.6,00613352,00605154)###EM ( :DEF_WORD "excuse" :CLASS "33.b" :WN_SENSE (("1.5" 00509593 00502162) ("1.6" 00613352 00605154)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (excuse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801,00485461)(1.6,01211403,00586541)###EM ( :DEF_WORD "execrate" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010801 00485461) ("1.6" 01211403 00586541)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801,00485461)(1.6,01211403,00586541)###EM ( :DEF_WORD "execrate" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010801 00485461) ("1.6" 01211403 00586541)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "execrate" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801,00485461)(1.6,01211403,00586541)###EM ( :DEF_WORD "execrate" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010801 00485461) ("1.6" 01211403 00586541)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801,00485461)(1.6,01211403,00586541)###EM ( :DEF_WORD "execrate" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010801 00485461) ("1.6" 01211403 00586541)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#execrate#execrate#execrate#execrate+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "execrate" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (execrate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 42.1.c#1#_ag_th#execute#execute#execute#execute+ed#(1.5,01405700,01406238)(1.6,01692292,01692882)###EM ( :DEF_WORD "execute" :CLASS "42.1.c" :WN_SENSE (("1.5" 01405700 01406238) ("1.6" 01692292 01692882)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (execute+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#execute#execute#execute#execute+ingly#(1.5,00980842)(1.6,01173875)###EM ( :DEF_WORD "execute" :CLASS "51.7.i" :WN_SENSE (("1.5" 00980842) ("1.6" 01173875)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (execute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#execute#execute#execute#execute+ingly####EM ( :DEF_WORD "execute" :CLASS "51.7.ii" :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (execute+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#exempt#exempt#exempt#exempt+ed#(1.5,01450406)(1.6,01748417)###EM ( :DEF_WORD "exempt" :CLASS "10.6.a" :WN_SENSE (("1.5" 01450406) ("1.6" 01748417)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exempt+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.i#1#_ag#exercise#exercise#exercise#exercise+ingly#(1.5,00059503)(1.6,00067743)###EM ( :DEF_WORD "exercise" :CLASS "41.1.1.i" :WN_SENSE (("1.5" 00059503) ("1.6" 00067743)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (exercise+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#exercise#exercise#exercise#exercise+ed#(1.5,00059956,00059503)(1.6,00068375,00067743)###EM ( :DEF_WORD "exercise" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00059956 00059503) ("1.6" 00068375 00067743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exercise+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 008#1#_ag_th,goal(on)#exert#exert#exert#exert+ingly#(1.5,01257388)(1.6,01509192)###BJDMAP ( :DEF_WORD "exert" :CLASS "008" :WN_SENSE (("1.5" 01257388) ("1.6" 01509192)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (exert+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.c#1#_th#exfoliate#exfoliate#exfoliate#exfoliate+ed#(1.5,00719522)(1.6,00859245)###EM ( :DEF_WORD "exfoliate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00719522) ("1.6" 00859245)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exfoliate+ed 9)))) ) ;; Grid: 40.1.3.a#1#_src#exhale#exhale#exhale#exhale+ingly#(1.5,00003593,00003787)(1.6,00003142,00003430)###EM ( :DEF_WORD "exhale" :CLASS "40.1.3.a" :WN_SENSE (("1.5" 00003593 00003787) ("1.6" 00003142 00003430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_src")) :LCS (go loc (air 2) (away_from loc (air 2) (at loc (air 2) (* thing 4))) (exhale+ingly 26)) :VAR_SPEC ((4 (animate +)) (2 :type)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#exhaust#exhaust#exhaust#exhaust+ingly#(1.5,00046628)(1.6,00052402)###EM ( :DEF_WORD "exhaust" :CLASS "31.1.a" :WN_SENSE (("1.5" 00046628) ("1.6" 00052402)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (exhaust+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#exhaust#exhaust#exhaust#exhaust+ingly#(1.5,00046628)(1.6,00052402)###EM ( :DEF_WORD "exhaust" :CLASS "31.1.b" :WN_SENSE (("1.5" 00046628) ("1.6" 00052402)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (exhaust+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#exhaust#exhaust#exhaust#exhaust+ed#(1.5,00046628)(1.6,00052402)###EM ( :DEF_WORD "exhaust" :CLASS "31.1.c" :WN_SENSE (("1.5" 00046628) ("1.6" 00052402)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exhaust+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#exhibit#exhibit#exhibit#exhibit+ingly#(1.5,01225799,--)(1.6,01470807,01795608)###EM ( :DEF_WORD "exhibit" :CLASS "48.1.2" :WN_SENSE (("1.5" 01225799 --) ("1.6" 01470807 01795608)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (exhibit+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#exhilarate#exhilarate#exhilarate#exhilarate+ingly#(1.5,01032206)(1.6,01236581)###EM ( :DEF_WORD "exhilarate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01032206) ("1.6" 01236581)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (exhilarate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#exhume#exhume#exhume#exhume+ingly#(1.5,01390801)(1.6,01674092)#loc##EM ! ;; Grid: 31.1.b#1#_prop(that)_exp#exhilarate#exhilarate#exhilarate#exhilarate+ingly#(1.5,01032206)(1.6,01236581)###EM ( :DEF_WORD "exhilarate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01032206) ("1.6" 01236581)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (exhilarate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#exhort#exhort#exhort#exhort+ingly#(1.5,00481694)(1.6,00582621)###BJDMAP ( :DEF_WORD "exhort" :CLASS "31.1.a" :WN_SENSE (("1.5" 00481694) ("1.6" 00582621)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (exhort+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#exile#exile#exile#exile+ingly#(1.5,01414871)(1.6,01703298)#loc##EM ( :DEF_WORD "exile" :CLASS "10.2.b" :WN_SENSE (("1.5" 01414871) ("1.6" 01703298)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (exile+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 39.6.b#1#_th_instr(on)#exist#exist#exist#exist+ingly#(1.5,01479650)(1.6,01784619)###EM ( :DEF_WORD "exist" :CLASS "39.6.b" :WN_SENSE (("1.5" 01479650) ("1.6" 01784619)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (exist+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#exist#exist#exist#exist+ingly#(1.5,01471536,01479650)(1.6,01775163,01784619)###EM ( :DEF_WORD "exist" :CLASS "47.1" :WN_SENSE (("1.5" 01471536 01479650) ("1.6" 01775163 01784619)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (exist+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#exit#exit#exit#exit+ingly#(1.5,01151353)(1.6,01376117)###EM ( :DEF_WORD "exit" :CLASS "51.1.a" :WN_SENSE (("1.5" 01151353) ("1.6" 01376117)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (exit+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#exit#exit#exit#exit+ingly#(1.5,01151353)(1.6,01376117)###EM ( :DEF_WORD "exit" :CLASS "51.1.d" :WN_SENSE (("1.5" 01151353) ("1.6" 01376117)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (exit+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#exonerate#exonerate#exonerate#exonerate+ed#(1.5,00508703)(1.6,00612323)###EM ( :DEF_WORD "exonerate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00508703) ("1.6" 00612323)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (exonerate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#exorcise#exorcise#exorcise#exorcise+ingly#(1.5,00879096)(1.6,01050731)###EM ( :DEF_WORD "exorcise" :CLASS "10.5" :WN_SENSE (("1.5" 00879096) ("1.6" 01050731)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (exorcise+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#expand#expand#expand#expand+ed#(1.5,00157454)(1.6,00180494)###EM ( :DEF_WORD "expand" :CLASS "45.4.a" :WN_SENSE (("1.5" 00157454) ("1.6" 00180494)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (expand+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#expand#expand#expand#expand+ed#(1.5,00157454)(1.6,00180494)###EM ( :DEF_WORD "expand" :CLASS "45.4.b" :WN_SENSE (("1.5" 00157454) ("1.6" 00180494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (expand+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 015#1#_ag_prop(to)#expect#expect#expect#expect+ingly#(1.5,00405433)(1.6,00487133)###EM ! ;; Grid: 45.4.c#1#_th#expand#expand#expand#expand+ed#(1.5,01188386)(1.6,01421865)###EM ( :DEF_WORD "expand" :CLASS "45.4.c" :WN_SENSE (("1.5" 01188386) ("1.6" 01421865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (expand+ed 9)))) ) ;; Grid: 005#1#_th_prop(to)#expect#expect#expect#expect+ingly####BJDMAP ( :DEF_WORD "expect" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (expect+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#expect#expect#expect#expect+ingly#(1.5,00405433,00405636)(1.6,00487133,00487408)###EM ( :DEF_WORD "expect" :CLASS "29.5.a" :WN_SENSE (("1.5" 00405433 00405636) ("1.6" 00487133 00487408)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (expect+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#expect#expect#expect#expect+ingly#(1.5,00405433)(1.6,00487133)###EM ( :DEF_WORD "expect" :CLASS "29.5.b" :WN_SENSE (("1.5" 00405433) ("1.6" 00487133)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (expect+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#expectorate#expectorate#expectorate#expectorate+ingly#(1.5,00004688)(1.6,00004570)###BJDMAP ( :DEF_WORD "expectorate" :CLASS "40.1.2" :WN_SENSE (("1.5" 00004688) ("1.6" 00004570)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (expectorate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 53.2.a.ii#1#_ag_th,goal()#expedite#expedite#expedite#expedite+ingly#(1.5,01380282,01442811)(1.6,01660752,01737793)###BJDMAP ( :DEF_WORD "expedite" :CLASS "53.2.a.ii" :WN_SENSE (("1.5" 01380282 01442811) ("1.6" 01660752 01737793)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (expedite+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#expel#expel#expel#expel+ingly#(1.5,01416386,00844103,01359779,00626827)(1.6,01704959,01007120,01636409,00751300)#loc##EM ! ;; Grid: 10.1#1#_ag_th,src()#expel#expel#expel#expel+ingly#(1.5,00844103)(1.6,01007120)#loc##EM ( :DEF_WORD "expel" :CLASS "10.1" :WN_SENSE (("1.5" 00844103) ("1.6" 01007120)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (expel+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#expel#expel#expel#expel+ingly#(1.5,01416386,00844103,01359779,00626827)(1.6,01704959,01007120,01636409,00751300)#loc##EM ( :DEF_WORD "expel" :CLASS "10.2.b" :WN_SENSE (("1.5" 01416386 00844103 01359779 00626827) ("1.6" 01704959 01007120 01636409 00751300)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (expel+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 30.2.a.i#1#_exp_perc#experience#experience#experience#experience+ingly#(1.5,01204902)(1.6,01444597)###EM ( :DEF_WORD "experience" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01204902) ("1.6" 01444597)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (experience+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#experiment#experiment#experiment#experiment+ingly####EM ( :DEF_WORD "experiment" :CLASS "35.4" :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (experiment+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 48.2#1#_th#expire#expire#expire#expire+ingly#(1.5,00216283)(1.6,00250254)###EM ( :DEF_WORD "expire" :CLASS "48.2" :WN_SENSE (("1.5" 00216283) ("1.6" 00250254)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (expire+ingly 26)) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#explain#explain#explain#explain+ingly#(1.5,00528672)(1.6,00635987)###EM ( :DEF_WORD "explain" :CLASS "37.1.b" :WN_SENSE (("1.5" 00528672) ("1.6" 00635987)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (explain+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#explain#explain#explain#explain+ingly#(1.5,00528672,00604403)(1.6,00635987,00722994)###EM ( :DEF_WORD "explain" :CLASS "37.1.c" :WN_SENSE (("1.5" 00528672 00604403) ("1.6" 00635987 00722994)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (explain+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#explicate#explicate#explicate#explicate+ingly#(1.5,00528672,00520626)(1.6,00635987,00626484)###EM ( :DEF_WORD "explicate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00528672 00520626) ("1.6" 00635987 00626484)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (explicate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#explicate#explicate#explicate#explicate+ingly#(1.5,00528672)(1.6,00635987)###EM ( :DEF_WORD "explicate" :CLASS "37.1.c" :WN_SENSE (("1.5" 00528672) ("1.6" 00635987)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (explicate+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#explode#explode#explode#explode+ingly#(1.5,00185045,00643046,00185244)(1.6,00211486,00770325,00211713)###EM ( :DEF_WORD "explode" :CLASS "43.2.a" :WN_SENSE (("1.5" 00185045 00643046 00185244) ("1.6" 00211486 00770325 00211713)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (explode+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#explode#explode#explode#explode+ingly#(1.5,00185045,00643046,00185244)(1.6,00211486,00770325,00211713)###EM ( :DEF_WORD "explode" :CLASS "43.2.b" :WN_SENSE (("1.5" 00185045 00643046 00185244) ("1.6" 00211486 00770325 00211713)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (explode+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#explode#explode#explode#explode+ingly#(1.5,00185045)(1.6,00211486)###EM ( :DEF_WORD "explode" :CLASS "43.2.c" :WN_SENSE (("1.5" 00185045) ("1.6" 00211486)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (explode+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#explode#explode#explode#explode+ingly#(1.5,00185462,00185045,00901566,00598120)(1.6,00211930,00211486,01078339,00715602)###EM ( :DEF_WORD "explode" :CLASS "43.2.d" :WN_SENSE (("1.5" 00185462 00185045 00901566 00598120) ("1.6" 00211930 00211486 01078339 00715602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (explode+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#explode#explode#explode#explode+ed#(1.5,00185462,00901566)(1.6,00211930,01078339)###EM ( :DEF_WORD "explode" :CLASS "45.4.a" :WN_SENSE (("1.5" 00185462 00901566) ("1.6" 00211930 01078339)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (explode+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#explode#explode#explode#explode+ed#(1.5,00185462,00901566)(1.6,00211930,01078339)###EM ( :DEF_WORD "explode" :CLASS "45.4.b" :WN_SENSE (("1.5" 00185462 00901566) ("1.6" 00211930 01078339)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (explode+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#explode#explode#explode#explode+ed#(1.5,00185045)(1.6,00211486)###EM ( :DEF_WORD "explode" :CLASS "45.4.c" :WN_SENSE (("1.5" 00185045) ("1.6" 00211486)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (explode+ed 9)))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#exploit#exploit#exploit#exploit+ed#(1.5,00660616)(1.6,00790940)###EM ( :DEF_WORD "exploit" :CLASS "29.2.c" :WN_SENSE (("1.5" 00660616) ("1.6" 00790940)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (exploit+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#exploit#exploit#exploit#exploit+ingly#(1.5,00660616)(1.6,00790940)###EM ( :DEF_WORD "exploit" :CLASS "29.2.d" :WN_SENSE (("1.5" 00660616) ("1.6" 00790940)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (exploit+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#export#export#export#export+ingly#(1.5,01333980)(1.6,01602063)#loc##EM ! ;; Grid: 35.4#1#_ag_loc_purp(for)#explore#explore#explore#explore+ingly#(1.5,00365186,00363863)(1.6,00438083,00436444)###EM ( :DEF_WORD "explore" :CLASS "35.4" :WN_SENSE (("1.5" 00365186 00363863) ("1.6" 00438083 00436444)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (explore+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#expose#expose#expose#expose+ingly#(1.5,00525638,00767892)(1.6,00632077,00915010)###EM ( :DEF_WORD "expose" :CLASS "48.1.2" :WN_SENSE (("1.5" 00525638 00767892) ("1.6" 00632077 00915010)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (expose+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 37.1.b#1#_ag_info(on),goal(to)#expound#expound#expound#expound+ingly#(1.5,00538150)(1.6,00646817)###BJDMAP ( :DEF_WORD "expound" :CLASS "37.1.b" :WN_SENSE (("1.5" 00538150) ("1.6" 00646817)) :PROPBANK ("arg0 arg1(on) arg2(to)") :THETA_ROLES ((1 "_ag_info(on),goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (expound+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#express#express#express#express+ingly#(1.5,00531321,00529407,00601152,00601383)(1.6,00639232,00636716,00719161,00719571)###EM ( :DEF_WORD "express" :CLASS "11.1" :WN_SENSE (("1.5" 00531321 00529407 00601152 00601383) ("1.6" 00639232 00636716 00719161 00719571)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (express+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#express#express#express#express+ingly#(1.5,00531321,00529407,00601152,00601383)(1.6,00639232,00636716,00719161,00719571)###EM ( :DEF_WORD "express" :CLASS "11.1" :WN_SENSE (("1.5" 00531321 00529407 00601152 00601383) ("1.6" 00639232 00636716 00719161 00719571)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (express+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#express#express#express#express+ingly#(1.5,00531321,00529407,00601383)(1.6,00639232,00636716,00719571)###EM ( :DEF_WORD "express" :CLASS "48.1.2" :WN_SENSE (("1.5" 00531321 00529407 00601383) ("1.6" 00639232 00636716 00719571)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (express+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#expunge#expunge#expunge#expunge+ingly#(1.5,00892486)(1.6,01066937)###EM ( :DEF_WORD "expunge" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00892486) ("1.6" 01066937)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (expunge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#expunge#expunge#expunge#expunge+ed#(1.5,00892486)(1.6,01066937)###EM ( :DEF_WORD "expunge" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00892486) ("1.6" 01066937)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (expunge+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#extemporate#extemporate#extemporate#extemporate+ed####EM ( :DEF_WORD "extemporate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (extemporate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#extemporize#extemporize#extemporize#extemporize+ed#(1.5,00193229)(1.6,00221118)###EM ( :DEF_WORD "extemporize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00193229) ("1.6" 00221118)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (extemporize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#extend#extend#extend#extend+ingly#(1.5,01307439)(1.6,01571395)###EM ( :DEF_WORD "extend" :CLASS "13.2" :WN_SENSE (("1.5" 01307439) ("1.6" 01571395)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (extend+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#extend#extend#extend#extend+ingly#(1.5,01307439)(1.6,01571395)###EM ( :DEF_WORD "extend" :CLASS "13.3" :WN_SENSE (("1.5" 01307439) ("1.6" 01571395)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (extend+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#extend#extend#extend#extend+ingly#(1.5,01307439)(1.6,01571395)###EM ( :DEF_WORD "extend" :CLASS "13.3" :WN_SENSE (("1.5" 01307439) ("1.6" 01571395)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (extend+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#extend#extend#extend#extend+ingly#(1.5,00193048,01519093)(1.6,00220692,01834457)###EM ( :DEF_WORD "extend" :CLASS "47.1" :WN_SENSE (("1.5" 00193048 01519093) ("1.6" 00220692 01834457)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (extend+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#exterminate#exterminate#exterminate#exterminate+ingly#(1.5,00760238,00951251)(1.6,00905714,01141564)###EM ( :DEF_WORD "exterminate" :CLASS "44.a" :WN_SENSE (("1.5" 00760238 00951251) ("1.6" 00905714 01141564)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (exterminate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#exterminate#exterminate#exterminate#exterminate+ingly#(1.5,00760238,00951251)(1.6,00905714,01141564)###EM ( :DEF_WORD "exterminate" :CLASS "44.b" :WN_SENSE (("1.5" 00760238 00951251) ("1.6" 00905714 01141564)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (exterminate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#extinguish#extinguish#extinguish#extinguish+ed#(1.5,00282709,00278623)(1.6,00333569,00328370)###BJDMAP ( :DEF_WORD "extinguish" :CLASS "9.8.b" :WN_SENSE (("1.5" 00282709 00278623) ("1.6" 00333569 00328370)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (extinguish+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#extinguish#extinguish#extinguish#extinguish+ingly#(1.5,00282378)(1.6,00333158)###EM ( :DEF_WORD "extinguish" :CLASS "55.1.a" :WN_SENSE (("1.5" 00282378) ("1.6" 00333158)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (extinguish+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#extinguish#extinguish#extinguish#extinguish+ingly#(1.5,00282378)(1.6,00333158)###EM ( :DEF_WORD "extinguish" :CLASS "55.1.b" :WN_SENSE (("1.5" 00282378) ("1.6" 00333158)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (extinguish+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#extirpate#extirpate#extirpate#extirpate+ingly#(1.5,00951251,00902235)(1.6,01141564,01079137)#loc##EM ( :DEF_WORD "extirpate" :CLASS "10.1" :WN_SENSE (("1.5" 00951251 00902235) ("1.6" 01141564 01079137)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (extirpate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 44.a#1#_ag_th,instr(with)#extirpate#extirpate#extirpate#extirpate+ingly#(1.5,00951251,00902235)(1.6,01141564,01079137)###EM ( :DEF_WORD "extirpate" :CLASS "44.a" :WN_SENSE (("1.5" 00951251 00902235) ("1.6" 01141564 01079137)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (extirpate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#extirpate#extirpate#extirpate#extirpate+ingly#(1.5,00951251,00902235)(1.6,01141564,01079137)###EM ( :DEF_WORD "extirpate" :CLASS "44.b" :WN_SENSE (("1.5" 00951251 00902235) ("1.6" 01141564 01079137)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (extirpate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#extol#extol#extol#extol+#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "extol" :CLASS "33.a.i" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (extol+ 2) (toward comm (extol+ 2) (at comm (extol+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#extort#extort#extort#extort+ingly#(1.5,01276651)(1.6,01534478)###EM ( :DEF_WORD "extort" :CLASS "10.5" :WN_SENSE (("1.5" 01276651) ("1.6" 01534478)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (extort+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#extract#extract#extract#extract+ingly#(1.5,00776245,00933700,01058948)(1.6,00924617,01120934,01079137)#loc##EM ( :DEF_WORD "extract" :CLASS "10.1" :WN_SENSE (("1.5" 00776245 00933700 01058948) ("1.6" 00924617 01120934 01079137)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (extract+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#extradite#extradite#extradite#extradite+ingly#(1.5,01417356)(1.6,01706176)#loc##EM ! ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#extract#extract#extract#extract+ingly#(1.5,00776245,01058948)(1.6,00924617,01079137)###EM ( :DEF_WORD "extract" :CLASS "10.5" :WN_SENSE (("1.5" 00776245 01058948) ("1.6" 00924617 01079137)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (extract+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#extradite#extradite#extradite#extradite+ingly#(1.5,01417356)(1.6,01706176)#loc##EM ( :DEF_WORD "extradite" :CLASS "10.2.b" :WN_SENSE (("1.5" 01417356) ("1.6" 01706176)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (extradite+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#extricate#extricate#extricate#extricate+ed#(1.5,00912129)(1.6,01092371)###EM ( :DEF_WORD "extricate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00912129) ("1.6" 01092371)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (extricate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#extrude#extrude#extrude#extrude+ingly#(1.5,00959332)(1.6,01150202)#loc##EM ( :DEF_WORD "extrude" :CLASS "10.1" :WN_SENSE (("1.5" 00959332) ("1.6" 01150202)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (extrude+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#exude#exude#exude#exude+ingly#(1.5,00042334)(1.6,00047530)###EM ( :DEF_WORD "exude" :CLASS "43.4.a" :WN_SENSE (("1.5" 00042334) ("1.6" 00047530)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (exude+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#exude#exude#exude#exude+ingly#(1.5,00042334)(1.6,00047530)###EM ( :DEF_WORD "exude" :CLASS "43.4.c" :WN_SENSE (("1.5" 00042334) ("1.6" 00047530)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (exude+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#exude#exude#exude#exude+ingly#(1.5,00042334)(1.6,00047530)###EM ( :DEF_WORD "exude" :CLASS "43.4.d" :WN_SENSE (("1.5" 00042334) ("1.6" 00047530)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (exude+ingly 26)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#exude#exude#exude#exude+ingly#(1.5,00042334,00531605)(1.6,00047530,00639756)###EM ( :DEF_WORD "exude" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00042334 00531605) ("1.6" 00047530 00639756)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (exude+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.3.b#1#_exp_perc(at)#exult#exult#exult#exult+ingly#(1.5,01032927,00481222)(1.6,01237518,00582048)###EM ( :DEF_WORD "exult" :CLASS "31.3.b" :WN_SENSE (("1.5" 01032927 00481222) ("1.6" 01237518 00582048)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (exult+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#exult#exult#exult#exult+ingly#(1.5,01032927,00481222)(1.6,01237518,00582048)###EM ( :DEF_WORD "exult" :CLASS "31.3.e" :WN_SENSE (("1.5" 01032927 00481222) ("1.6" 01237518 00582048)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (exult+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#exult#exult#exult#exult+ingly#(1.5,01032927,00481222)(1.6,01237518,00582048)###EM ( :DEF_WORD "exult" :CLASS "31.3.h" :WN_SENSE (("1.5" 01032927 00481222) ("1.6" 01237518 00582048)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (exult+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#eye#eye#eye#eye+ingly#(1.5,01236538)(1.6,01483772)###EM ( :DEF_WORD "eye" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01236538) ("1.6" 01483772)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (eye+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#eye#eye#eye#eye+ingly#(1.5,01236538)(1.6,01483772)###EM ( :DEF_WORD "eye" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01236538) ("1.6" 01483772)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (eye+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#fabricate#fabricate#fabricate#fabricate+ingly#(1.5,00946161)(1.6,01135771)###EM ( :DEF_WORD "fabricate" :CLASS "26.4" :WN_SENSE (("1.5" 00946161) ("1.6" 01135771)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (fabricate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#face#face#face#face+ed#(1.5,00727125)(1.6,00867480)###EM ( :DEF_WORD "face" :CLASS "9.8.a" :WN_SENSE (("1.5" 00727125) ("1.6" 00867480)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (face+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#face#face#face#face+ed#(1.5,00727125)(1.6,00867480)###EM ( :DEF_WORD "face" :CLASS "9.8.b" :WN_SENSE (("1.5" 00727125) ("1.6" 00867480)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (face+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#facilitate#facilitate#facilitate#facilitate+ed#(1.5,00304604)(1.6,00361385)###EM ( :DEF_WORD "facilitate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00304604) ("1.6" 00361385)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (facilitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fade#fade#fade#fade+ed#(1.5,00134796)(1.6,00153577)###EM ( :DEF_WORD "fade" :CLASS "45.4.a" :WN_SENSE (("1.5" 00134796) ("1.6" 00153577)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fade+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fade#fade#fade#fade+ed#(1.5,00134796,01447728)(1.6,00153577,01744783)###EM ( :DEF_WORD "fade" :CLASS "45.4.b" :WN_SENSE (("1.5" 00134796 01447728) ("1.6" 00153577 01744783)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fade+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fade#fade#fade#fade+ed#(1.5,00134796,00250959)(1.6,00153577,00293723)###EM ( :DEF_WORD "fade" :CLASS "45.4.c" :WN_SENSE (("1.5" 00134796 00250959) ("1.6" 00153577 00293723)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fade+ed 9)))) ) ;; Grid: 005#1#_th_prop#fail#fail#fail#fail+ingly#(1.5,01432224,--,01428794)(1.6,01724478,01773963,01720528)###EM ( :DEF_WORD "fail" :CLASS "005" :WN_SENSE (("1.5" 01432224 -- 01428794) ("1.6" 01724478 01773963 01720528)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (fail+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#fail#fail#fail#fail+ingly#(1.5,01428921)(1.6,01720755)###EM ( :DEF_WORD "fail" :CLASS "31.2.a" :WN_SENSE (("1.5" 01428921) ("1.6" 01720755)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (fail+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 55.1.c#1#_th_prop(to)#fail#fail#fail#fail+ingly#(1.5,01432224)(1.6,01724478)###EM ( :DEF_WORD "fail" :CLASS "55.1.c" :WN_SENSE (("1.5" 01432224) ("1.6" 01724478)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (fail+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 40.8.4#1#_exp_src(at,from)#faint#faint#faint#faint+ingly#(1.5,00015377)(1.6,00016435)###BJDMAP ( :DEF_WORD "faint" :CLASS "40.8.4" :WN_SENSE (("1.5" 00015377) ("1.6" 00016435)) :PROPBANK ("arg1 arg3(at/from)") :THETA_ROLES ((1 "_exp_src(at,from)")) :LCS (go perc (* thing 2) ((* from 3) perc (thing 2) ((at 10) perc (thing 2) (thing 4))) (faint+ingly 26)) ) ;; Grid: 25.4#1#_ag_th#fake#fake#fake#fake+ed#(1.5,00946749)(1.6,01136359)###EM ( :DEF_WORD "fake" :CLASS "25.4" :WN_SENSE (("1.5" 00946749) ("1.6" 01136359)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fake+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#fall#fall#fall#fall+#(1.5,01451652)(1.6,01749892)###EM ( :DEF_WORD "fall" :CLASS "32.2.b" :WN_SENSE (("1.5" 01451652) ("1.6" 01749892)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (fall+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 45.6#1#_th#fall#fall#fall#fall+ed#(1.5,01122509,00090574)(1.6,01341375,00103366)###EM ( :DEF_WORD "fall" :CLASS "45.6" :WN_SENSE (("1.5" 01122509 00090574) ("1.6" 01341375 00103366)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fall+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#fall#fall#fall#fall+ingly#(1.5,01122509)(1.6,01341375)###EM ( :DEF_WORD "fall" :CLASS "51.1.a" :WN_SENSE (("1.5" 01122509) ("1.6" 01341375)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (fall+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.b#1#_th,mod-loc(down)#fall#fall#fall#fall+ingly#(1.5,01122509)(1.6,01341375)###EM ( :DEF_WORD "fall" :CLASS "51.1.b" :WN_SENSE (("1.5" 01122509) ("1.6" 01341375)) :PROPBANK ("arg1 argm-LOC(down)") :THETA_ROLES ((1 "_th,mod-loc(down)")) :LCS (act loc (* thing 2) ((* down 23) loc (*head*) (thing 24)) (fall+ingly 26)) ) ;; Grid: 25.4#1#_ag_th#falsify#falsify#falsify#falsify+ed#(1.5,00121079,00469110)(1.6,00137644,00566613)###EM ( :DEF_WORD "falsify" :CLASS "25.4" :WN_SENSE (("1.5" 00121079 00469110) ("1.6" 00137644 00566613)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (falsify+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#falter#falter#falter#falter+ingly#(1.5,01083049,01083155)(1.6,01297319,01297425)###BJDMAP ( :DEF_WORD "falter" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083049 01083155) ("1.6" 01297319 01297425)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (falter+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fame#fame#fame#fame+ed####EM ( :DEF_WORD "fame" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fame+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#familiarize#familiarize#familiarize#familiarize+ingly#(1.5,00490440)(1.6,00592223)###BJDMAP ( :DEF_WORD "familiarize" :CLASS "31.1.a" :WN_SENSE (("1.5" 00490440) ("1.6" 00592223)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (familiarize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#famish#famish#famish#famish+ed####EM ( :DEF_WORD "famish" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (famish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fan#fan#fan#fan+ed#(1.5,00136640)(1.6,00156138)###EM ( :DEF_WORD "fan" :CLASS "45.4.a" :WN_SENSE (("1.5" 00136640) ("1.6" 00156138)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fan+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fanaticize#fanaticize#fanaticize#fanaticize+ed####EM ( :DEF_WORD "fanaticize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fanaticize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#fancy#fancy#fancy#fancy+ingly#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "fancy" :CLASS "29.4.a" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (fancy+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#fancy#fancy#fancy#fancy+ingly#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "fancy" :CLASS "29.4.b" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.4.d#1#_exp_prop(that)#fancy#fancy#fancy#fancy+ingly#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "fancy" :CLASS "29.4.d" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#fancy#fancy#fancy#fancy+ingly#(1.5,01011839)(1.6,01212775)###EM ( :DEF_WORD "fancy" :CLASS "31.2.a" :WN_SENSE (("1.5" 01011839) ("1.6" 01212775)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#fancy#fancy#fancy#fancy+ingly#(1.5,01011839)(1.6,01212775)###EM ( :DEF_WORD "fancy" :CLASS "31.2.b" :WN_SENSE (("1.5" 01011839) ("1.6" 01212775)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#fancy#fancy#fancy#fancy+ingly#(1.5,01011839)(1.6,01212775)###EM ( :DEF_WORD "fancy" :CLASS "31.2.c" :WN_SENSE (("1.5" 01011839) ("1.6" 01212775)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#fancy#fancy#fancy#fancy+ingly#(1.5,00936049)(1.6,01123901)###EM ( :DEF_WORD "fancy" :CLASS "31.2.g" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (fancy+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#fancy#fancy#fancy#fancy+ingly#(1.5,01011839)(1.6,01212775)###EM ( :DEF_WORD "fancy" :CLASS "32.1" :WN_SENSE (("1.5" 01011839) ("1.6" 01212775)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (fancy+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#farm#farm#farm#farm+ed#(1.5,00993992)(1.6,01189395)###BJDMAP ( :DEF_WORD "farm" :CLASS "26.1.a" :WN_SENSE (("1.5" 00993992) ("1.6" 01189395)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (farm+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.1.1#1#_th#fart#fart#fart#fart+ingly#(1.5,00060355)(1.6,00069052)###BJDMAP ( :DEF_WORD "fart" :CLASS "40.1.1" :WN_SENSE (("1.5" 00060355) ("1.6" 00069052)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (fart+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#fascinate#fascinate#fascinate#fascinate+ingly#(1.5,01514549,01028828)(1.6,01827903,01232387)###EM ( :DEF_WORD "fascinate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01514549 01028828) ("1.6" 01827903 01232387)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (fascinate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#fascinate#fascinate#fascinate#fascinate+ingly#(1.5,01514549)(1.6,01827903)###EM ( :DEF_WORD "fascinate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01514549) ("1.6" 01827903)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (fascinate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#fascinate#fascinate#fascinate#fascinate+ed#(1.5,01028828,01514549)(1.6,01232387,01827903)###EM ( :DEF_WORD "fascinate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01028828 01514549) ("1.6" 01232387 01827903)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fascinate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#fashion#fashion#fashion#fashion+ed#(1.5,00948757)(1.6,01138744)###EM ( :DEF_WORD "fashion" :CLASS "26.1.a" :WN_SENSE (("1.5" 00948757) ("1.6" 01138744)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fashion+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#fashion#fashion#fashion#fashion+ed#(1.5,00948757)(1.6,01138744)###EM ( :DEF_WORD "fashion" :CLASS "26.1.a" :WN_SENSE (("1.5" 00948757) ("1.6" 01138744)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fashion+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#fashion#fashion#fashion#fashion+ingly#(1.5,00948757)(1.6,01138744)###EM ( :DEF_WORD "fashion" :CLASS "26.1.b" :WN_SENSE (("1.5" 00948757) ("1.6" 01138744)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (fashion+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th#fast#fast#fast#fast+ingly####EM ( :DEF_WORD "fast" :CLASS "55.1.a" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (nil 27))) (fast+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.1.b#1#_th#fast#fast#fast#fast+ingly####EM ( :DEF_WORD "fast" :CLASS "55.1.b" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (event 27))) (fast+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#fasten#fasten#fasten#fasten+ingly#(1.5,00768642,00771700,00739451)(1.6,00915832,00919067,00881419)###EM ( :DEF_WORD "fasten" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00768642 00771700 00739451) ("1.6" 00915832 00919067 00881419)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (fasten+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#fasten#fasten#fasten#fasten+ed#(1.5,00768642)(1.6,00915832)###EM ( :DEF_WORD "fasten" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00768642) ("1.6" 00915832)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fasten+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.5.e#1#_ag_info#fate#fate#fate#fate+ingly#(1.5,00419658)(1.6,00506231)###EM ( :DEF_WORD "fate" :CLASS "29.5.e" :WN_SENSE (("1.5" 00419658) ("1.6" 00506231)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (fate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#fatigue#fatigue#fatigue#fatigue+ingly#(1.5,00046374)(1.6,00052062)###BJDMAP ( :DEF_WORD "fatigue" :CLASS "31.1.a" :WN_SENSE (("1.5" 00046374) ("1.6" 00052062)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (fatigue+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fatten#fatten#fatten#fatten+ed#(1.5,00679666)(1.6,00812836)###EM ( :DEF_WORD "fatten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00679666) ("1.6" 00812836)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fatten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fatten#fatten#fatten#fatten+ed#(1.5,00679666)(1.6,00812836)###EM ( :DEF_WORD "fatten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00679666) ("1.6" 00812836)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fatten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fatten#fatten#fatten#fatten+ed#(1.5,00679666)(1.6,00812836)###EM ( :DEF_WORD "fatten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00679666) ("1.6" 00812836)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fatten+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#fault#fault#fault#fault+ingly#(1.5,00472718)(1.6,00571108)###EM ( :DEF_WORD "fault" :CLASS "33.b" :WN_SENSE (("1.5" 00472718) ("1.6" 00571108)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (fault+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#favor#favor#favor#favor+ingly#(1.5,01358550,00389326)(1.6,01635007,00467945)###EM ( :DEF_WORD "favor" :CLASS "31.2.a" :WN_SENSE (("1.5" 01358550 00389326) ("1.6" 01635007 00467945)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (favor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#favor#favor#favor#favor+ingly#(1.5,01358550,00389326)(1.6,01635007,00467945)###EM ( :DEF_WORD "favor" :CLASS "31.2.b" :WN_SENSE (("1.5" 01358550 00389326) ("1.6" 01635007 00467945)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (favor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#favor#favor#favor#favor+ingly#(1.5,01358550,01389103)(1.6,01635007,01672156)###EM ( :DEF_WORD "favor" :CLASS "31.2.c" :WN_SENSE (("1.5" 01358550 01389103) ("1.6" 01635007 01672156)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (favor+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#favor#favor#favor#favor+ingly#(1.5,01358550)(1.6,01635007)###EM ( :DEF_WORD "favor" :CLASS "31.2.g" :WN_SENSE (("1.5" 01358550) ("1.6" 01635007)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (favor+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 28#1#_ag#fawn#fawn#fawn#fawn+#(1.5,00037418)(1.6,00041370)###EM ( :DEF_WORD "fawn" :CLASS "28" :WN_SENSE (("1.5" 00037418) ("1.6" 00041370)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (fawn+ 2) (toward exist (fawn+ 2) (at exist (fawn+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#fax#fax#fax#fax+ingly#(1.5,00568588)(1.6,00681381)###EM ( :DEF_WORD "fax" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568588) ("1.6" 00681381)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (fax+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#fax#fax#fax#fax+ingly#(1.5,00568588)(1.6,00681381)###EM ( :DEF_WORD "fax" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568588) ("1.6" 00681381)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (fax+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#fax#fax#fax#fax+ingly#(1.5,00568588)(1.6,00681381)###EM ( :DEF_WORD "fax" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568588) ("1.6" 00681381)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (fax+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#fax#fax#fax#fax+ingly#(1.5,00568588)(1.6,00681381)###EM ( :DEF_WORD "fax" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568588) ("1.6" 00681381)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (fax+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#fax#fax#fax#fax+ingly#(1.5,00568588)(1.6,00681381)###EM ( :DEF_WORD "fax" :CLASS "37.4.b" :WN_SENSE (("1.5" 00568588) ("1.6" 00681381)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (fax+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#faze#faze#faze#faze+ingly#(1.5,01016169)(1.6,01218326)###EM ( :DEF_WORD "faze" :CLASS "31.1.a" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (faze+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#faze#faze#faze#faze+ingly#(1.5,01016169)(1.6,01218326)###EM ( :DEF_WORD "faze" :CLASS "31.1.b" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (faze+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#faze#faze#faze#faze+ed#(1.5,01016169)(1.6,01218326)###EM ( :DEF_WORD "faze" :CLASS "31.1.c" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (faze+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#fear#fear#fear#fear+ingly#(1.5,01014140,01013171)(1.6,01215448,01214306)###EM ( :DEF_WORD "fear" :CLASS "31.2.a" :WN_SENSE (("1.5" 01014140 01013171) ("1.6" 01215448 01214306)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#fear#fear#fear#fear+ingly#(1.5,01014140,01013171)(1.6,01215448,01214306)###EM ( :DEF_WORD "fear" :CLASS "31.2.b" :WN_SENSE (("1.5" 01014140 01013171) ("1.6" 01215448 01214306)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#fear#fear#fear#fear+ingly#(1.5,--,01014380)(1.6,01215644,01215921)###EM ( :DEF_WORD "fear" :CLASS "31.2.c" :WN_SENSE (("1.5" -- 01014380) ("1.6" 01215644 01215921)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#fear#fear#fear#fear+ingly#(1.5,01014140,01013171)(1.6,01215448,01214306)###EM ( :DEF_WORD "fear" :CLASS "31.2.d" :WN_SENSE (("1.5" 01014140 01013171) ("1.6" 01215448 01214306)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#fear#fear#fear#fear+ingly#(1.5,01014140,01013171)(1.6,01215448,01214306)###EM ( :DEF_WORD "fear" :CLASS "31.2.e" :WN_SENSE (("1.5" 01014140 01013171) ("1.6" 01215448 01214306)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#fear#fear#fear#fear+ingly#(1.5,--,01014380)(1.6,01215644,01215921)###EM ( :DEF_WORD "fear" :CLASS "31.2.f" :WN_SENSE (("1.5" -- 01014380) ("1.6" 01215644 01215921)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#fear#fear#fear#fear+ingly#(1.5,01014140,01013171)(1.6,01215448,01214306)###EM ( :DEF_WORD "fear" :CLASS "31.3.c" :WN_SENSE (("1.5" 01014140 01013171) ("1.6" 01215448 01214306)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (fear+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 39.5.a#1#_ag#feast#feast#feast#feast+ingly#(1.5,00674003)(1.6,00806466)###EM ( :DEF_WORD "feast" :CLASS "39.5.a" :WN_SENSE (("1.5" 00674003) ("1.6" 00806466)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (feast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#feast#feast#feast#feast+ingly#(1.5,00674003)(1.6,00806466)###EM ( :DEF_WORD "feast" :CLASS "39.5.b" :WN_SENSE (("1.5" 00674003) ("1.6" 00806466)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (feast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#feather#feather#feather#feather+ed#(1.5,00728084)(1.6,00868523)###EM ( :DEF_WORD "feather" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00728084) ("1.6" 00868523)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (feather+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#federate#federate#federate#federate+ed#(1.5,00222061)(1.6,00257954)###EM ( :DEF_WORD "federate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00222061) ("1.6" 00257954)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (federate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#federate#federate#federate#federate+ed#(1.5,00222061)(1.6,00257954)###EM ( :DEF_WORD "federate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00222061) ("1.6" 00257954)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (federate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#federate#federate#federate#federate+ed#(1.5,00222061)(1.6,00257954)###EM ( :DEF_WORD "federate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00222061) ("1.6" 00257954)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (federate+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#fedex#fedex#fedex#fedex+ingly####EM ( :DEF_WORD "fedex" :CLASS "11.1" :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (fedex+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#fedex#fedex#fedex#fedex+ingly####EM ( :DEF_WORD "fedex" :CLASS "11.1" :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (fedex+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#feed#feed#feed#feed+ingly#(1.5,00671336,00669245)(1.6,00803617,00801099)###EM ( :DEF_WORD "feed" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00671336 00669245) ("1.6" 00803617 00801099)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (feed+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#feed#feed#feed#feed+ingly#(1.5,00671336,00669245)(1.6,00803617,00801099)###EM ( :DEF_WORD "feed" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00671336 00669245) ("1.6" 00803617 00801099)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (feed+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.6.a#1#_ag_mod-poss(on)#feed#feed#feed#feed+ingly#(1.5,00671437)(1.6,00803730)###EM ( :DEF_WORD "feed" :CLASS "39.6.a" :WN_SENSE (("1.5" 00671437) ("1.6" 00803730)) :PROPBANK ("arg0 arg3(on)") :THETA_ROLES ((1 "_ag_mod-poss(on)")) :LCS (act loc (* thing 1) ((* on 15) poss (*head*) (thing 16)) (feed+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#feed#feed#feed#feed+ingly#(1.5,00671336,00669245,00670333)(1.6,00803617,00801099,00802380)###EM ( :DEF_WORD "feed" :CLASS "39.7" :WN_SENSE (("1.5" 00671336 00669245 00670333) ("1.6" 00803617 00801099 00802380)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (feed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#feed#feed#feed#feed+ingly#(1.5,00671336,00669245,00670333)(1.6,00803617,00801099,00802380)###EM ( :DEF_WORD "feed" :CLASS "39.7" :WN_SENSE (("1.5" 00671336 00669245 00670333) ("1.6" 00803617 00801099 00802380)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (feed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss#feed#feed#feed#feed+ingly#(1.5,00670333)(1.6,00802380)###EM ( :DEF_WORD "feed" :CLASS "54.3.a" :WN_SENSE (("1.5" 00670333) ("1.6" 00802380)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (feed+ingly 26)) ) ;; Grid: 018.b#1#_exp_perc(to)#feel#feel#feel#feel+ingly#(1.5,00388103)(1.6,00466561)###EM ! ;; Grid: 018.a#1#_exp_perc(that)#feel#feel#feel#feel+ingly#(1.5,00402619)(1.6,00483900)###EM ! ;; Grid: 54.3.b#1#_ag_th_loc()#feed#feed#feed#feed+ingly#(1.5,00670333)(1.6,00802380)###EM ( :DEF_WORD "feed" :CLASS "54.3.b" :WN_SENSE (("1.5" 00670333) ("1.6" 00802380)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (feed+ingly 26)) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#feel#feel#feel#feel+ingly#(1.5,00388103,00402619)(1.6,00466561,00483900)###EM ( :DEF_WORD "feel" :CLASS "29.5.a" :WN_SENSE (("1.5" 00388103 00402619) ("1.6" 00466561 00483900)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (feel+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#feel#feel#feel#feel+ingly#(1.5,00402619)(1.6,00483900)###EM ( :DEF_WORD "feel" :CLASS "29.5.b" :WN_SENSE (("1.5" 00402619) ("1.6" 00483900)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (feel+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.a.i#1#_exp_perc#feel#feel#feel#feel+ingly#(1.5,01008772,01300430,01202814,00687975)(1.6,01209074,01562344,01441871,00823328)###EM ( :DEF_WORD "feel" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01008772 01300430 01202814 00687975) ("1.6" 01209074 01562344 01441871 00823328)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (feel+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#feel#feel#feel#feel+ingly#(1.5,00402619)(1.6,00483900)###EM ( :DEF_WORD "feel" :CLASS "30.1.b" :WN_SENSE (("1.5" 00402619) ("1.6" 00483900)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (feel+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.c#1#_exp_perc#feel#feel#feel#feel+ingly#(1.5,00402619,01202814)(1.6,00483900,01441871)###EM ( :DEF_WORD "feel" :CLASS "30.1.c" :WN_SENSE (("1.5" 00402619 01202814) ("1.6" 00483900 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (feel+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#feel#feel#feel#feel+ingly#(1.5,01008772,01300430,01202814,00687975)(1.6,01209074,01562344,01441871,00823328)###EM ( :DEF_WORD "feel" :CLASS "30.1.d" :WN_SENSE (("1.5" 01008772 01300430 01202814 00687975) ("1.6" 01209074 01562344 01441871 00823328)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (feel+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#feel#feel#feel#feel+ingly#(1.5,01008772,01300430,01202814,00687975)(1.6,01209074,01562344,01441871,00823328)###EM ( :DEF_WORD "feel" :CLASS "30.1.e" :WN_SENSE (("1.5" 01008772 01300430 01202814 00687975) ("1.6" 01209074 01562344 01441871 00823328)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (feel+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 30.4#1#_th_pred,mod-perc(to)#feel#feel#feel#feel+ingly#(1.5,01008772,00062970,01548136,00687975)(1.6,01209074,00071939,01867887,00823328)###EM ( :DEF_WORD "feel" :CLASS "30.4" :WN_SENSE (("1.5" 01008772 00062970 01548136 00687975) ("1.6" 01209074 00071939 01867887 00823328)) :PROPBANK ("arg1 arg1-PRD arg0(to)") :THETA_ROLES ((1 "_th_pred,mod-perc(to)")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (feel+ingly 26) ((* relative_to 32) perc (*head*) (thing 33))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#feel#feel#feel#feel+ingly#(1.5,01008772)(1.6,01209074)###EM ( :DEF_WORD "feel" :CLASS "31.3.c" :WN_SENSE (("1.5" 01008772) ("1.6" 01209074)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (feel+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#feel#feel#feel#feel+ingly#(1.5,01300430,00687975)(1.6,01562344,00823328)###EM ( :DEF_WORD "feel" :CLASS "35.1.a" :WN_SENSE (("1.5" 01300430 00687975) ("1.6" 01562344 00823328)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (feel+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#feel#feel#feel#feel+ingly#(1.5,01300430,00687975)(1.6,01562344,00823328)###EM ( :DEF_WORD "feel" :CLASS "35.1.b" :WN_SENSE (("1.5" 01300430 00687975) ("1.6" 01562344 00823328)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (feel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#feel#feel#feel#feel+ingly#(1.5,01300430,00687975)(1.6,01562344,00823328)###EM ( :DEF_WORD "feel" :CLASS "35.1.b" :WN_SENSE (("1.5" 01300430 00687975) ("1.6" 01562344 00823328)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (feel+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#feel#feel#feel#feel+ingly#(1.5,01300430,00687975)(1.6,01562344,00823328)###EM ( :DEF_WORD "feel" :CLASS "35.1.c" :WN_SENSE (("1.5" 01300430 00687975) ("1.6" 01562344 00823328)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (feel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.a#1#_th_pred#feign#feign#feign#feign+ingly#(1.5,00470255,00984806)(1.6,00568049,01178910)###EM ( :DEF_WORD "feign" :CLASS "29.6.a" :WN_SENSE (("1.5" 00470255 00984806) ("1.6" 00568049 01178910)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (feign+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#felicitate#felicitate#felicitate#felicitate+#(1.5,00495293)(1.6,00597631)###EM ( :DEF_WORD "felicitate" :CLASS "33.a.i" :WN_SENSE (("1.5" 00495293) ("1.6" 00597631)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (felicitate+ 2) (toward comm (felicitate+ 2) (at comm (felicitate+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#felicitate#felicitate#felicitate#felicitate+ingly#(1.5,00495293)(1.6,00597631)###EM ( :DEF_WORD "felicitate" :CLASS "33.b" :WN_SENSE (("1.5" 00495293) ("1.6" 00597631)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (felicitate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 21.2.a#1#,ag_th,instr(with)#fell#fell#fell#fell+ed#(1.5,00718350)(1.6,00857882)###BJDMAP ( :DEF_WORD "fell" :CLASS "21.2.a" :WN_SENSE (("1.5" 00718350) ("1.6" 00857882)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fell+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#feminize#feminize#feminize#feminize+ed####EM ( :DEF_WORD "feminize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (feminize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#fence#fence#fence#fence+ed#(1.5,00913778)(1.6,01094220)###EM ( :DEF_WORD "fence" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00913778) ("1.6" 01094220)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fence+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.d#1#_th_loc#fence#fence#fence#fence+ingly#(1.5,00913778,00640540)(1.6,01094220,00767446)###EM ( :DEF_WORD "fence" :CLASS "47.8.d" :WN_SENSE (("1.5" 00913778 00640540) ("1.6" 01094220 00767446)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (fence+ingly 26)) ) ;; Grid: 45.5#1#_th#ferment#ferment#ferment#ferment+ed#(1.5,00272596)(1.6,00320369)###EM ( :DEF_WORD "ferment" :CLASS "45.5" :WN_SENSE (("1.5" 00272596) ("1.6" 00320369)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ferment+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#ferment#ferment#ferment#ferment+ingly#(1.5,00272596)(1.6,00320369)###EM ( :DEF_WORD "ferment" :CLASS "47.2.b" :WN_SENSE (("1.5" 00272596) ("1.6" 00320369)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (ferment+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#ferment#ferment#ferment#ferment+ingly#(1.5,00272596)(1.6,00320369)###EM ( :DEF_WORD "ferment" :CLASS "47.2.c" :WN_SENSE (("1.5" 00272596) ("1.6" 00320369)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (ferment+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 35.6.ii#1#_ag_th_src(out_of)#ferret#ferret#ferret#ferret+ingly#(1.5,00756182)(1.6,00900949)###EM ( :DEF_WORD "ferret" :CLASS "35.6.ii" :WN_SENSE (("1.5" 00756182) ("1.6" 00900949)) :PROPBANK ("arg0 arg1 arg2(out_of)") :THETA_ROLES ((1 "_ag_th_src(out_of)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* away_from 3) poss (thing 2) (of poss (thing 2) (thing 4)))) (ferret+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#ferry#ferry#ferry#ferry+ingly#(1.5,01110006,01109916,01109837)(1.6,01327763,01327674,01327596)###EM ( :DEF_WORD "ferry" :CLASS "11.5" :WN_SENSE (("1.5" 01110006 01109916 01109837) ("1.6" 01327763 01327674 01327596)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (ferry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#ferry#ferry#ferry#ferry+ingly#(1.5,01110006,01109916,01109837)(1.6,01327763,01327674,01327596)###EM ( :DEF_WORD "ferry" :CLASS "11.5" :WN_SENSE (("1.5" 01110006 01109916 01109837) ("1.6" 01327763 01327674 01327596)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (ferry+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#ferry#ferry#ferry#ferry+ingly#(1.5,01109837)(1.6,01327596)###EM ( :DEF_WORD "ferry" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109837) ("1.6" 01327596)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (ferry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#ferry#ferry#ferry#ferry+ingly#(1.5,01109837)(1.6,01327596)###EM ( :DEF_WORD "ferry" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109837) ("1.6" 01327596)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (ferry+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fertilize#fertilize#fertilize#fertilize+ed#(1.5,00295815)(1.6,00350650)###EM ( :DEF_WORD "fertilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00295815) ("1.6" 00350650)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fertilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#fester#fester#fester#fester+ingly#(1.5,00057533)(1.6,00065314)###EM ( :DEF_WORD "fester" :CLASS "47.2.b" :WN_SENSE (("1.5" 00057533) ("1.6" 00065314)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (fester+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#fester#fester#fester#fester+ingly#(1.5,00057533)(1.6,00065314)###EM ( :DEF_WORD "fester" :CLASS "47.2.c" :WN_SENSE (("1.5" 00057533) ("1.6" 00065314)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (fester+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 9.8.a#1#_mod-poss_th#festoon#festoon#festoon#festoon+ed#(1.5,00962017)(1.6,01153228)###EM ( :DEF_WORD "festoon" :CLASS "9.8.a" :WN_SENSE (("1.5" 00962017) ("1.6" 01153228)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (festoon+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#festoon#festoon#festoon#festoon+ed#(1.5,00962017)(1.6,01153228)###EM ( :DEF_WORD "festoon" :CLASS "9.8.b" :WN_SENSE (("1.5" 00962017) ("1.6" 01153228)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (festoon+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#festoon#festoon#festoon#festoon+ed#(1.5,00962017)(1.6,01153228)###EM ( :DEF_WORD "festoon" :CLASS "9.8.d" :WN_SENSE (("1.5" 00962017) ("1.6" 01153228)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (festoon+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#fetch#fetch#fetch#fetch+ingly#(1.5,00823804)(1.6,00982468)###EM ( :DEF_WORD "fetch" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00823804) ("1.6" 00982468)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (fetch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#fetch#fetch#fetch#fetch+ingly#(1.5,00823804)(1.6,00982468)###EM ( :DEF_WORD "fetch" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00823804) ("1.6" 00982468)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (fetch+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#fetter#fetter#fetter#fetter+ingly#(1.5,00737899)(1.6,00879744)###EM ( :DEF_WORD "fetter" :CLASS "22.4.a" :WN_SENSE (("1.5" 00737899) ("1.6" 00879744)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (fetter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#fetter#fetter#fetter#fetter+ed#(1.5,00737899)(1.6,00879744)###EM ( :DEF_WORD "fetter" :CLASS "22.4.b" :WN_SENSE (("1.5" 00737899) ("1.6" 00879744)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fetter+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#feud#feud#feud#feud+ingly#(1.5,00635515)(1.6,00762192)###EM ( :DEF_WORD "feud" :CLASS "36.1.c" :WN_SENSE (("1.5" 00635515) ("1.6" 00762192)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (feud+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#feud#feud#feud#feud+ingly#(1.5,00635515)(1.6,00762192)###EM ( :DEF_WORD "feud" :CLASS "36.1.d" :WN_SENSE (("1.5" 00635515) ("1.6" 00762192)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (feud+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#fib#fib#fib#fib+ingly#(1.5,00468807)(1.6,00566261)###BJDMAP ( :DEF_WORD "fib" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 00468807) ("1.6" 00566261)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (fib+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fictionalize#fictionalize#fictionalize#fictionalize+ed#(1.5,00935953)(1.6,01123805)###EM ( :DEF_WORD "fictionalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00935953) ("1.6" 01123805)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fictionalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.i#1#_ag#fidget#fidget#fidget#fidget+ingly#(1.5,01177620)(1.6,01407881)###EM ( :DEF_WORD "fidget" :CLASS "49.a.i" :WN_SENSE (("1.5" 01177620) ("1.6" 01407881)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (fidget+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#fidget#fidget#fidget#fidget+ingly#(1.5,01177620)(1.6,01407881)###EM ( :DEF_WORD "fidget" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01177620) ("1.6" 01407881)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (fidget+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#fight#fight#fight#fight+ingly#(1.5,00615347)(1.6,00738369)###EM ( :DEF_WORD "fight" :CLASS "36.3.a" :WN_SENSE (("1.5" 00615347) ("1.6" 00738369)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (fight+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#fight#fight#fight#fight+ingly#(1.5,00615347)(1.6,00738369)###EM ( :DEF_WORD "fight" :CLASS "36.3.a" :WN_SENSE (("1.5" 00615347) ("1.6" 00738369)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (fight+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#fight#fight#fight#fight+ingly#(1.5,00615347)(1.6,00738369)###EM ( :DEF_WORD "fight" :CLASS "36.3.b" :WN_SENSE (("1.5" 00615347) ("1.6" 00738369)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (fight+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#figure#figure#figure#figure+ingly#(1.5,00401008)(1.6,00482033)###EM ( :DEF_WORD "figure" :CLASS "29.5.d" :WN_SENSE (("1.5" 00401008) ("1.6" 00482033)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (figure+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#figure#figure#figure#figure+ingly#(1.5,00401008,00936049)(1.6,00482033,01123901)###EM ( :DEF_WORD "figure" :CLASS "29.5.e" :WN_SENSE (("1.5" 00401008 00936049) ("1.6" 00482033 01123901)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (figure+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#filch#filch#filch#filch+ingly#(1.5,01295399)(1.6,01556315)###EM ( :DEF_WORD "filch" :CLASS "10.5" :WN_SENSE (("1.5" 01295399) ("1.6" 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (filch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#file#file#file1#file1+#(1.5,00565062)(1.6,00677552)###EM ( :DEF_WORD "file" :CLASS "9.10" :WN_SENSE (("1.5" 00565062) ("1.6" 00677552)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (file1+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#file#file#file2#file2+ingly#(1.5,00798573)(1.6,00951184)###EM ( :DEF_WORD "file" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00798573) ("1.6" 00951184)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (file2+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#file#file#file2#file2+ed#(1.5,00798573)(1.6,00951184)###EM ( :DEF_WORD "file" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00798573) ("1.6" 00951184)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (file2+ed 9))))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#file#file#file2#file2+ed#(1.5,00798573)(1.6,00951184)###EM ( :DEF_WORD "file" :CLASS "21.2.a" :WN_SENSE (("1.5" 00798573) ("1.6" 00951184)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (file2+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#file#file#file2#file2+ed#(1.5,00798573)(1.6,00951184)###EM ( :DEF_WORD "file" :CLASS "21.2.b" :WN_SENSE (("1.5" 00798573) ("1.6" 00951184)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (file2+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#file#file#file2#file2+ed####EM ( :DEF_WORD "file" :CLASS "21.2.c" :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (file2+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 41.2.2#1#_ag_th#file#file#file2#file2+ed#(1.5,00798573)(1.6,00951184)###EM ( :DEF_WORD "file" :CLASS "41.2.2" :WN_SENSE (("1.5" 00798573) ("1.6" 00951184)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (file2+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#file#file#file3#file3+ingly#(1.5,01093382)(1.6,01310012)###EM ( :DEF_WORD "file" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093382) ("1.6" 01310012)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (file3+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#file#file#file3#file3+ingly#(1.5,01093382)(1.6,01310012)###EM ( :DEF_WORD "file" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093382) ("1.6" 01310012)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (file3+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#fill#fill#fill#fill+ed#(1.5,00268884,01498973,00155592)(1.6,00315864,01808536,00178413)###EM ( :DEF_WORD "fill" :CLASS "9.8.a" :WN_SENSE (("1.5" 00268884 01498973 00155592) ("1.6" 00315864 01808536 00178413)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (fill+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#fill#fill#fill#fill+ed#(1.5,00268884,01498973,00155592)(1.6,00315864,01808536,00178413)###EM ( :DEF_WORD "fill" :CLASS "9.8.b" :WN_SENSE (("1.5" 00268884 01498973 00155592) ("1.6" 00315864 01808536 00178413)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (fill+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#fill#fill#fill#fill+ed#(1.5,00268884,01498973,00155592)(1.6,00315864,01808536,00178413)###EM ( :DEF_WORD "fill" :CLASS "9.8.e" :WN_SENSE (("1.5" 00268884 01498973 00155592) ("1.6" 00315864 01808536 00178413)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (fill+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fill#fill#fill#fill+ed#(1.5,01498973,00678755)(1.6,01808536,00811762)###EM ( :DEF_WORD "fill" :CLASS "45.4.a" :WN_SENSE (("1.5" 01498973 00678755) ("1.6" 01808536 00811762)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fill+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fill#fill#fill#fill+ed#(1.5,01498973,00678755)(1.6,01808536,00811762)###EM ( :DEF_WORD "fill" :CLASS "45.4.b" :WN_SENSE (("1.5" 01498973 00678755) ("1.6" 01808536 00811762)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fill+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fill#fill#fill#fill+ed#(1.5,00268551,00268884)(1.6,00315280,00315864)###EM ( :DEF_WORD "fill" :CLASS "45.4.c" :WN_SENSE (("1.5" 00268551 00268884) ("1.6" 00315280 00315864)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fill+ed 9)))) ) ;; Grid: 47.8.c#1#_th_loc#fill#fill#fill#fill+ingly#(1.5,01498973,00678755)(1.6,01808536,00811762)###EM ( :DEF_WORD "fill" :CLASS "47.8.c" :WN_SENSE (("1.5" 01498973 00678755) ("1.6" 01808536 00811762)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (fill+ingly 26)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#fillet#fillet#fillet#fillet+ed#(1.5,00712996)(1.6,00851852)###EM ( :DEF_WORD "fillet" :CLASS "21.2.a" :WN_SENSE (("1.5" 00712996) ("1.6" 00851852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fillet+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#fillet#fillet#fillet#fillet+ed#(1.5,00712996)(1.6,00851852)###EM ( :DEF_WORD "fillet" :CLASS "21.2.b" :WN_SENSE (("1.5" 00712996) ("1.6" 00851852)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fillet+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 25.4#1#_ag_th#film#film#film#film+ed#(1.5,00565774,00980414)(1.6,00678191,01173263)###EM ( :DEF_WORD "film" :CLASS "25.4" :WN_SENSE (("1.5" 00565774 00980414) ("1.6" 00678191 01173263)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (film+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#filter#filter#filter#filter+ingly#(1.5,00839541)(1.6,01000892)###EM ( :DEF_WORD "filter" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00839541) ("1.6" 01000892)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (filter+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#filter#filter#filter#filter+ed#(1.5,00839541)(1.6,01000892)###EM ( :DEF_WORD "filter" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00839541) ("1.6" 01000892)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (filter+ed 9))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#finalize#finalize#finalize#finalize+ed#(1.5,00284108)(1.6,00335506)###EM ( :DEF_WORD "finalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00284108) ("1.6" 00335506)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (finalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#finance#finance#finance#finance+ingly#(1.5,01264678)(1.6,01518580)###EM ( :DEF_WORD "finance" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01264678) ("1.6" 01518580)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (finance+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#find#find#find#find+ingly#(1.5,01280035,01262722)(1.6,01538749,01515833)###EM ( :DEF_WORD "find" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01280035 01262722) ("1.6" 01538749 01515833)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (find+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#find#find#find#find+ingly#(1.5,01280035,01262722)(1.6,01538749,01515833)###EM ( :DEF_WORD "find" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01280035 01262722) ("1.6" 01538749 01515833)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (find+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 29.4.e#1#_ag_th_pred#find#find#find#find+ingly#(1.5,00548056)(1.6,00658116)###EM ( :DEF_WORD "find" :CLASS "29.4.e" :WN_SENSE (("1.5" 00548056) ("1.6" 00658116)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (find+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#find#find#find#find+ingly#(1.5,00402619,00548056)(1.6,00483900,00658116)###EM ( :DEF_WORD "find" :CLASS "29.4.f" :WN_SENSE (("1.5" 00402619 00548056) ("1.6" 00483900 00658116)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (find+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#find#find#find#find+ingly#(1.5,01229613,00402619,00406658)(1.6,01474694,00483900,00488684)###EM ( :DEF_WORD "find" :CLASS "29.4.g" :WN_SENSE (("1.5" 01229613 00402619 00406658) ("1.6" 01474694 00483900 00488684)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (find+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#find_out#find_out#find_out#find-out+ingly####EM ( :DEF_WORD "find_out" :CLASS "13.5.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (find-out+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 29.4.g#1#_ag_info(that)#find_out#find_out#find_out#find-out+ingly####EM ( :DEF_WORD "find_out" :CLASS "29.4.g" :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (find-out+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#fine#fine#fine#fine+ingly#(1.5,01312489)(1.6,01577409)###EM ( :DEF_WORD "fine" :CLASS "33.b" :WN_SENSE (("1.5" 01312489) ("1.6" 01577409)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (fine+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#fine#fine#fine#fine+ingly#(1.5,01312489,01414497)(1.6,01577409,01702725)###EM ( :DEF_WORD "fine" :CLASS "54.5.a" :WN_SENSE (("1.5" 01312489 01414497) ("1.6" 01577409 01702725)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (fine+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 55.1.a#1#_th,prop#finish#finish#finish#finish+ingly#(1.5,00285198,00211850)(1.6,00337013,00244343)###EM ( :DEF_WORD "finish" :CLASS "55.1.a" :WN_SENSE (("1.5" 00285198 00211850) ("1.6" 00337013 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (finish+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#finish#finish#finish#finish+ingly#(1.5,00285198)(1.6,00337013)###EM ( :DEF_WORD "finish" :CLASS "55.1.b" :WN_SENSE (("1.5" 00285198) ("1.6" 00337013)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (finish+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#fire#fire#fire#fire+ingly#(1.5,00642685)(1.6,00769883)###EM ( :DEF_WORD "fire" :CLASS "17.1" :WN_SENSE (("1.5" 00642685) ("1.6" 00769883)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (fire+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#fire#fire#fire#fire+ingly#(1.5,00642685)(1.6,00769883)###EM ( :DEF_WORD "fire" :CLASS "17.1" :WN_SENSE (("1.5" 00642685) ("1.6" 00769883)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (fire+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#firm#firm#firm#firm+ed#(1.5,00249926)(1.6,00292461)###EM ( :DEF_WORD "firm" :CLASS "45.4.a" :WN_SENSE (("1.5" 00249926) ("1.6" 00292461)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (firm+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#firm#firm#firm#firm+ed#(1.5,00249926)(1.6,00292461)###EM ( :DEF_WORD "firm" :CLASS "45.4.b" :WN_SENSE (("1.5" 00249926) ("1.6" 00292461)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (firm+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#firm#firm#firm#firm+ed#(1.5,00250015)(1.6,00292576)###EM ( :DEF_WORD "firm" :CLASS "45.4.c" :WN_SENSE (("1.5" 00250015) ("1.6" 00292576)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (firm+ed 9)))) ) ;; Grid: 13.7#1#_ag#fish#fish#fish#fish+ingly#(1.5,00647681)(1.6,00775186)###EM ( :DEF_WORD "fish" :CLASS "13.7" :WN_SENSE (("1.5" 00647681) ("1.6" 00775186)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (fish+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#fish#fish#fish#fish+ingly#(1.5,00647681)(1.6,00775186)###EM ( :DEF_WORD "fish" :CLASS "35.1.a" :WN_SENSE (("1.5" 00647681) ("1.6" 00775186)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (fish+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#fish#fish#fish#fish+ingly#(1.5,00647681)(1.6,00775186)###EM ( :DEF_WORD "fish" :CLASS "35.1.b" :WN_SENSE (("1.5" 00647681) ("1.6" 00775186)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (fish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#fish#fish#fish#fish+ingly#(1.5,00647681)(1.6,00775186)###EM ( :DEF_WORD "fish" :CLASS "35.1.b" :WN_SENSE (("1.5" 00647681) ("1.6" 00775186)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (fish+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#fish#fish#fish#fish+ingly#(1.5,00647681)(1.6,00775186)###EM ( :DEF_WORD "fish" :CLASS "35.1.c" :WN_SENSE (("1.5" 00647681) ("1.6" 00775186)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (fish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss#fit#fit#fit#fit+ingly#(1.5,01527215)(1.6,01843927)###EM ( :DEF_WORD "fit" :CLASS "54.3.a" :WN_SENSE (("1.5" 01527215) ("1.6" 01843927)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (fit+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#fit#fit#fit#fit+ingly#(1.5,01527215)(1.6,01843927)###EM ( :DEF_WORD "fit" :CLASS "54.3.b" :WN_SENSE (("1.5" 01527215) ("1.6" 01843927)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (fit+ingly 26)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#fix#fix#fix#fix+ed#(1.5,00952386)(1.6,01142893)###EM ( :DEF_WORD "fix" :CLASS "26.3" :WN_SENSE (("1.5" 00952386) ("1.6" 01142893)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fix+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#fix#fix#fix#fix+ed#(1.5,00952386)(1.6,01142893)###EM ( :DEF_WORD "fix" :CLASS "26.3" :WN_SENSE (("1.5" 00952386) ("1.6" 01142893)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fix+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#fix#fix#fix#fix+ingly#(1.5,00533157,00942545)(1.6,00641405,01131797)###EM ( :DEF_WORD "fix" :CLASS "54.4" :WN_SENSE (("1.5" 00533157 00942545) ("1.6" 00641405 01131797)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (fix+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#fizz#fizz#fizz#fizz+ingly#(1.5,00305249)(1.6,00362063)###EM ( :DEF_WORD "fizz" :CLASS "43.2.a" :WN_SENSE (("1.5" 00305249) ("1.6" 00362063)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (fizz+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#fizz#fizz#fizz#fizz+ingly#(1.5,00305249)(1.6,00362063)###EM ( :DEF_WORD "fizz" :CLASS "43.2.b" :WN_SENSE (("1.5" 00305249) ("1.6" 00362063)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (fizz+ingly 26)) ) ;; Grid: 47.2.b#1#_th,mod-loc()#fizz#fizz#fizz#fizz+ingly#(1.5,00305249)(1.6,00362063)###EM ( :DEF_WORD "fizz" :CLASS "47.2.b" :WN_SENSE (("1.5" 00305249) ("1.6" 00362063)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (fizz+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#fizzle#fizzle#fizzle#fizzle+ingly#(1.5,01516343)(1.6,01830717)###EM ( :DEF_WORD "fizzle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01516343) ("1.6" 01830717)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (fizzle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#fizzle#fizzle#fizzle#fizzle+ingly#(1.5,01516343)(1.6,01830717)###EM ( :DEF_WORD "fizzle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01516343) ("1.6" 01830717)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (fizzle+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#flabbergast#flabbergast#flabbergast#flabbergast+ingly#(1.5,00409552)(1.6,00492198)###EM ( :DEF_WORD "flabbergast" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (flabbergast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#flabbergast#flabbergast#flabbergast#flabbergast+ingly#(1.5,00409552)(1.6,00492198)###EM ( :DEF_WORD "flabbergast" :CLASS "31.1.b" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (flabbergast+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#flabbergast#flabbergast#flabbergast#flabbergast+ed#(1.5,00409552)(1.6,00492198)###EM ( :DEF_WORD "flabbergast" :CLASS "31.1.c" :WN_SENSE (("1.5" 00409552) ("1.6" 00492198)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flabbergast+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#flame#flame#flame#flame+ed#(1.5,01560978)(1.6,01887961)###BJDMAP ( :DEF_WORD "flame" :CLASS "43.1.a" :WN_SENSE (("1.5" 01560978) ("1.6" 01887961)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (flame+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#flame#flame#flame#flame+ed#(1.5,01560978)(1.6,01887961)###BJDMAP ( :DEF_WORD "flame" :CLASS "43.1.b" :WN_SENSE (("1.5" 01560978) ("1.6" 01887961)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (flame+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.8.e#1#_th_loc#flank#flank#flank#flank+ingly#(1.5,01522327)(1.6,01838007)###EM ( :DEF_WORD "flank" :CLASS "47.8.e" :WN_SENSE (("1.5" 01522327) ("1.6" 01838007)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (next loc (thing 2) (* thing 11)) (flank+ingly 26)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#flap#flap#flap#flap+ingly#(1.5,01199651)(1.6,01434414)###EM ( :DEF_WORD "flap" :CLASS "40.3.2" :WN_SENSE (("1.5" 01199651) ("1.6" 01434414)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (flap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#flap#flap#flap#flap+ingly#(1.5,01083482,01071912)(1.6,01297757,01284192)###EM ( :DEF_WORD "flap" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083482 01071912) ("1.6" 01297757 01284192)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (flap+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#flap#flap#flap#flap+ingly#(1.5,01083482)(1.6,01297757)###EM ( :DEF_WORD "flap" :CLASS "47.3.b" :WN_SENSE (("1.5" 01083482) ("1.6" 01297757)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (flap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.i#1#_ag#flap#flap#flap#flap+ingly#(1.5,01083482,01199532,01036915)(1.6,01297757,01434230,01241634)###EM ( :DEF_WORD "flap" :CLASS "49.a.i" :WN_SENSE (("1.5" 01083482 01199532 01036915) ("1.6" 01297757 01434230 01241634)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (flap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#flap#flap#flap#flap+ingly#(1.5,01083482,01199532,01036915)(1.6,01297757,01434230,01241634)###EM ( :DEF_WORD "flap" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01083482 01199532 01036915) ("1.6" 01297757 01434230 01241634)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (flap+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#flap#flap#flap#flap+ingly#(1.5,01199651)(1.6,01434414)###EM ( :DEF_WORD "flap" :CLASS "49.b" :WN_SENSE (("1.5" 01199651) ("1.6" 01434414)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (flap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#flare#flare#flare#flare+ed#(1.5,01560869,01560978)(1.6,01887853,01887961)###BJDMAP ( :DEF_WORD "flare" :CLASS "43.1.a" :WN_SENSE (("1.5" 01560869 01560978) ("1.6" 01887853 01887961)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (flare+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#flare#flare#flare#flare+ed#(1.5,01560869,01560978)(1.6,01887853,01887961)###BJDMAP ( :DEF_WORD "flare" :CLASS "43.1.b" :WN_SENSE (("1.5" 01560869 01560978) ("1.6" 01887853 01887961)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (flare+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#flash#flash#flash#flash+ingly#(1.5,01222792,01220988)(1.6,01466509,01463881)###EM ( :DEF_WORD "flash" :CLASS "40.3.2" :WN_SENSE (("1.5" 01222792 01220988) ("1.6" 01466509 01463881)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (flash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#flash#flash#flash#flash+ed#(1.5,01232004)(1.6,01478242)###EM ( :DEF_WORD "flash" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (flash+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#flash#flash#flash#flash+ed#(1.5,01232004)(1.6,01478242)###EM ( :DEF_WORD "flash" :CLASS "43.1.b" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (flash+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.c#1#_ag_th#flash#flash#flash#flash+ingly#(1.5,01232004)(1.6,01478242)###EM ( :DEF_WORD "flash" :CLASS "43.1.c" :WN_SENSE (("1.5" 01232004) ("1.6" 01478242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (flash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#flatten#flatten#flatten#flatten+ed#(1.5,00275114,00234780)(1.6,00323924,00273227)###EM ( :DEF_WORD "flatten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00275114 00234780) ("1.6" 00323924 00273227)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flatten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#flatten#flatten#flatten#flatten+ed#(1.5,00275114,00234780)(1.6,00323924,00273227)###EM ( :DEF_WORD "flatten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00275114 00234780) ("1.6" 00323924 00273227)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flatten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#flatten#flatten#flatten#flatten+ed#(1.5,00274817)(1.6,00323633)###EM ( :DEF_WORD "flatten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00274817) ("1.6" 00323633)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flatten+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#flatter#flatter#flatter#flatter+ingly#(1.5,00494234)(1.6,00596526)###EM ( :DEF_WORD "flatter" :CLASS "31.1.a" :WN_SENSE (("1.5" 00494234) ("1.6" 00596526)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (flatter+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#flatter#flatter#flatter#flatter+ingly#(1.5,00494234)(1.6,00596526)###EM ( :DEF_WORD "flatter" :CLASS "31.1.b" :WN_SENSE (("1.5" 00494234) ("1.6" 00596526)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (flatter+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#flaunt#flaunt#flaunt#flaunt+ingly#(1.5,01222792)(1.6,01466509)###EM ( :DEF_WORD "flaunt" :CLASS "48.1.2" :WN_SENSE (("1.5" 01222792) ("1.6" 01466509)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (flaunt+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#fleck#fleck#fleck#fleck+ed#(1.5,00881552)(1.6,01053918)###EM ( :DEF_WORD "fleck" :CLASS "9.8.a" :WN_SENSE (("1.5" 00881552) ("1.6" 01053918)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (fleck+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#fleck#fleck#fleck#fleck+ed#(1.5,00881552)(1.6,01053918)###EM ( :DEF_WORD "fleck" :CLASS "9.8.b" :WN_SENSE (("1.5" 00881552) ("1.6" 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (fleck+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#flee#flee#flee#flee+ingly#(1.5,01187369)(1.6,01420490)###EM ( :DEF_WORD "flee" :CLASS "51.1.a" :WN_SENSE (("1.5" 01187369) ("1.6" 01420490)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (flee+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#flee#flee#flee#flee+ingly#(1.5,01187369)(1.6,01420490)###EM ( :DEF_WORD "flee" :CLASS "51.1.d" :WN_SENSE (("1.5" 01187369) ("1.6" 01420490)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (flee+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#fleece#fleece#fleece#fleece+ed#(1.5,01318941)(1.6,01584659)###EM ( :DEF_WORD "fleece" :CLASS "10.6.a" :WN_SENSE (("1.5" 01318941) ("1.6" 01584659)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fleece+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#flex#flex#flex#flex+ingly#(1.5,01164797,01164165)(1.6,01392011,01391432)###EM ( :DEF_WORD "flex" :CLASS "40.3.2" :WN_SENSE (("1.5" 01164797 01164165) ("1.6" 01392011 01391432)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (flex+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#flick#flick#flick#flick+ingly#(1.5,00707830)(1.6,00846245)###EM ( :DEF_WORD "flick" :CLASS "17.1" :WN_SENSE (("1.5" 00707830) ("1.6" 00846245)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (flick+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#flick#flick#flick#flick+ingly#(1.5,00707830)(1.6,00846245)###EM ( :DEF_WORD "flick" :CLASS "17.1" :WN_SENSE (("1.5" 00707830) ("1.6" 00846245)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (flick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#flick#flick#flick#flick+ingly#(1.5,01078819,00915153,00708004,00707926)(1.6,01292413,01095838,00846658,00846512)###EM ( :DEF_WORD "flick" :CLASS "40.3.2" :WN_SENSE (("1.5" 01078819 00915153 00708004 00707926) ("1.6" 01292413 01095838 00846658 00846512)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (flick+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#flicker#flicker#flicker#flicker+ed#(1.5,01071045,01561279,01232153)(1.6,01282944,01888444,01478422)###BJDMAP ( :DEF_WORD "flicker" :CLASS "43.1.a" :WN_SENSE (("1.5" 01071045 01561279 01232153) ("1.6" 01282944 01888444 01478422)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (flicker+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#flicker#flicker#flicker#flicker+ed#(1.5,01071045,01561279,01232153)(1.6,01282944,01888444,01478422)###BJDMAP ( :DEF_WORD "flicker" :CLASS "43.1.b" :WN_SENSE (("1.5" 01071045 01561279 01232153) ("1.6" 01282944 01888444 01478422)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (flicker+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#flinch#flinch#flinch#flinch+ingly#(1.5,01179252)(1.6,01410062)###EM ( :DEF_WORD "flinch" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (flinch+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#flinch#flinch#flinch#flinch+ingly#(1.5,01179252)(1.6,01410062)###EM ( :DEF_WORD "flinch" :CLASS "40.5" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (flinch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#fling#fling#fling#fling+ingly#(1.5,00869387)(1.6,01038983)###EM ( :DEF_WORD "fling" :CLASS "17.1" :WN_SENSE (("1.5" 00869387) ("1.6" 01038983)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (fling+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#fling#fling#fling#fling+ingly#(1.5,00869387)(1.6,01038983)###EM ( :DEF_WORD "fling" :CLASS "17.1" :WN_SENSE (("1.5" 00869387) ("1.6" 01038983)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (fling+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#flip#flip#flip#flip+ingly#(1.5,01078638,00868152,01078819,00869508,00707830,00696590)(1.6,01292232,01037123,01292413,01039125,00846245,00833015)###EM ( :DEF_WORD "flip" :CLASS "17.1" :WN_SENSE (("1.5" 01078638 00868152 01078819 00869508 00707830 00696590) ("1.6" 01292232 01037123 01292413 01039125 00846245 00833015)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (flip+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#flip#flip#flip#flip+ingly#(1.5,01078638,00868152,01078819,00869508,00707830,00696590)(1.6,01292232,01037123,01292413,01039125,00846245,00833015)###EM ( :DEF_WORD "flip" :CLASS "17.1" :WN_SENSE (("1.5" 01078638 00868152 01078819 00869508 00707830 00696590) ("1.6" 01292232 01037123 01292413 01039125 00846245 00833015)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (flip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#flirt#flirt#flirt#flirt+ingly#(1.5,00586854)(1.6,00702922)###EM ( :DEF_WORD "flirt" :CLASS "36.1.c" :WN_SENSE (("1.5" 00586854) ("1.6" 00702922)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (flirt+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#flirt#flirt#flirt#flirt+ingly#(1.5,00586854)(1.6,00702922)###EM ( :DEF_WORD "flirt" :CLASS "36.1.d" :WN_SENSE (("1.5" 00586854) ("1.6" 00702922)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (flirt+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#flit#flit#flit#flit+ingly#(1.5,01082425)(1.6,01296593)###EM ( :DEF_WORD "flit" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01082425) ("1.6" 01296593)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (flit+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#flit#flit#flit#flit+ingly#(1.5,01082425)(1.6,01296593)###EM ( :DEF_WORD "flit" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01082425) ("1.6" 01296593)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (flit+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 11.2.a#1#_th#float#float#float#float+ingly#(1.5,01083907,01084706)(1.6,01298374,01299337)###EM ( :DEF_WORD "float" :CLASS "11.2.a" :WN_SENSE (("1.5" 01083907 01084706) ("1.6" 01298374 01299337)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (float+ingly 26)) ) ;; Grid: 11.2.b#1#_ag_th#float#float#float#float+ingly#(1.5,01084706,01069124)(1.6,01299337,01280720)###EM ( :DEF_WORD "float" :CLASS "11.2.b" :WN_SENSE (("1.5" 01084706 01069124) ("1.6" 01299337 01280720)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (float+ingly 26)) ) ;; Grid: 11.2.c#2#_ag_goal_th,src()#float#float#float#float+ingly#(1.5,01084706,01069124)(1.6,01299337,01280720)###EM ( :DEF_WORD "float" :CLASS "11.2.c" :WN_SENSE (("1.5" 01084706 01069124) ("1.6" 01299337 01280720)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_goal_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (float+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,goal(to),src()#float#float#float#float+ingly#(1.5,01084706,01069124)(1.6,01299337,01280720)###EM ( :DEF_WORD "float" :CLASS "11.2.c" :WN_SENSE (("1.5" 01084706 01069124) ("1.6" 01299337 01280720)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from - up.)") :THETA_ROLES ((1 ",ag_th,goal(to),src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (float+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +) :optional)) ) ;; Grid: 47.3.a#1#_th,loc()#float#float#float#float+ingly#(1.5,01083907)(1.6,01298374)###EM ( :DEF_WORD "float" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083907) ("1.6" 01298374)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (float+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#float#float#float#float+ingly#(1.5,01069124)(1.6,01280720)###EM ( :DEF_WORD "float" :CLASS "47.3.b" :WN_SENSE (("1.5" 01069124) ("1.6" 01280720)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (float+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#float#float#float#float+ingly#(1.5,01083907,01084706)(1.6,01298374,01299337)###EM ( :DEF_WORD "float" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083907 01084706) ("1.6" 01298374 01299337)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (float+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#float#float#float#float+ingly#(1.5,01083907,01084706)(1.6,01298374,01299337)###EM ( :DEF_WORD "float" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083907 01084706) ("1.6" 01298374 01299337)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (float+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#float#float#float#float+ingly#(1.5,01084706,01069124)(1.6,01299337,01280720)###EM ( :DEF_WORD "float" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01084706 01069124) ("1.6" 01299337 01280720)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (float+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#float#float#float#float+ingly#(1.5,01084706,01069124)(1.6,01299337,01280720)###EM ( :DEF_WORD "float" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01084706 01069124) ("1.6" 01299337 01280720)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (float+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#flock#flock#flock#flock+ingly#(1.5,01157915,01157719)(1.6,01383758,01383522)###EM ( :DEF_WORD "flock" :CLASS "47.5.2" :WN_SENSE (("1.5" 01157915 01157719) ("1.6" 01383758 01383522)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (flock+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#flog#flog#flog#flog+ingly#(1.5,00812782)(1.6,00968047)###EM ( :DEF_WORD "flog" :CLASS "10.5" :WN_SENSE (("1.5" 00812782) ("1.6" 00968047)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (flog+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#flog#flog#flog#flog+ingly#(1.5,00812782)(1.6,00968047)###EM ( :DEF_WORD "flog" :CLASS "18.3" :WN_SENSE (("1.5" 00812782) ("1.6" 00968047)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (flog+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#flood#flood#flood#flood+ed#(1.5,00129855)(1.6,00148162)###EM ( :DEF_WORD "flood" :CLASS "9.8.a" :WN_SENSE (("1.5" 00129855) ("1.6" 00148162)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (flood+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#flood#flood#flood#flood+ed#(1.5,00129855)(1.6,00148162)###EM ( :DEF_WORD "flood" :CLASS "9.8.b" :WN_SENSE (("1.5" 00129855) ("1.6" 00148162)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (flood+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#flood#flood#flood#flood+ed#(1.5,00129855)(1.6,00148162)###EM ( :DEF_WORD "flood" :CLASS "9.8.e" :WN_SENSE (("1.5" 00129855) ("1.6" 00148162)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (flood+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#flood#flood#flood#flood+ed#(1.5,00129855)(1.6,00148162)###EM ( :DEF_WORD "flood" :CLASS "45.4.a" :WN_SENSE (("1.5" 00129855) ("1.6" 00148162)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flood+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#flood#flood#flood#flood+ed#(1.5,00129855)(1.6,00148162)###EM ( :DEF_WORD "flood" :CLASS "45.4.b" :WN_SENSE (("1.5" 00129855) ("1.6" 00148162)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flood+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#flood#flood#flood#flood+ed#(1.5,00268689)(1.6,00315608)###EM ( :DEF_WORD "flood" :CLASS "45.4.c" :WN_SENSE (("1.5" 00268689) ("1.6" 00315608)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flood+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#floor#floor#floor#floor+ingly#(1.5,01030386)(1.6,01234366)###EM ( :DEF_WORD "floor" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030386) ("1.6" 01234366)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (floor+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#floor#floor#floor#floor+ingly#(1.5,01030386)(1.6,01234366)###EM ( :DEF_WORD "floor" :CLASS "31.1.b" :WN_SENSE (("1.5" 01030386) ("1.6" 01234366)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (floor+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#flop#flop#flop#flop+ingly#(1.5,01123806,01123722)(1.6,01342891,01342795)###EM ( :DEF_WORD "flop" :CLASS "47.6.a" :WN_SENSE (("1.5" 01123806 01123722) ("1.6" 01342891 01342795)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (flop+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#flop#flop#flop#flop+ingly#(1.5,01123806)(1.6,01342891)###EM ( :DEF_WORD "flop" :CLASS "47.6.b" :WN_SENSE (("1.5" 01123806) ("1.6" 01342891)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (flop+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 41.2.1#1#_ag,loc#floss#floss#floss#floss+ingly#(1.5,00026911)(1.6,00029326)###EM ( :DEF_WORD "floss" :CLASS "41.2.1" :WN_SENSE (("1.5" 00026911) ("1.6" 00029326)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,loc")) :LCS (act loc (* thing 1) (at loc (thing 1) (* thing 11)) (floss+ingly 26)) :VAR_SPEC ((11 :optional) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#flour#flour#flour#flour+ed#(1.5,00720845)(1.6,00860715)###EM ( :DEF_WORD "flour" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00720845) ("1.6" 00860715)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flour+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.6.b#1#_th_instr(on)#flourish#flourish#flourish#flourish+ingly#(1.5,01332260)(1.6,01599732)###EM ( :DEF_WORD "flourish" :CLASS "39.6.b" :WN_SENSE (("1.5" 01332260) ("1.6" 01599732)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (flourish+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#flourish#flourish#flourish#flourish+ingly#(1.5,00187475,01332260)(1.6,00214424,01599732)###EM ( :DEF_WORD "flourish" :CLASS "47.1" :WN_SENSE (("1.5" 00187475 01332260) ("1.6" 00214424 01599732)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (flourish+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#flow#flow#flow#flow+ingly#(1.5,01182026,01182440)(1.6,01413806,01414286)###EM ( :DEF_WORD "flow" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01182026 01182440) ("1.6" 01413806 01414286)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (flow+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#flow#flow#flow#flow+ingly#(1.5,01182026,01182440)(1.6,01413806,01414286)###EM ( :DEF_WORD "flow" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01182026 01182440) ("1.6" 01413806 01414286)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (flow+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.5#1#_th#flower#flower#flower#flower+ed#(1.5,00177350)(1.6,00202730)###EM ( :DEF_WORD "flower" :CLASS "45.5" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flower+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#flower#flower#flower#flower+ingly#(1.5,00177350)(1.6,00202730)###EM ( :DEF_WORD "flower" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (flower+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#flower#flower#flower#flower+ingly#(1.5,00177350)(1.6,00202730)###EM ( :DEF_WORD "flower" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (flower+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#flower#flower#flower#flower+ingly#(1.5,00177350)(1.6,00202730)###EM ( :DEF_WORD "flower" :CLASS "47.2.c" :WN_SENSE (("1.5" 00177350) ("1.6" 00202730)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (flower+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.6#1#_th#fluctuate#fluctuate#fluctuate#fluctuate+ed#(1.5,01070230)(1.6,01281924)###EM ( :DEF_WORD "fluctuate" :CLASS "45.6" :WN_SENSE (("1.5" 01070230) ("1.6" 01281924)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fluctuate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#fluoresce#fluoresce#fluoresce#fluoresce+ed#(1.5,01232926)(1.6,01479212)###BJDMAP ( :DEF_WORD "fluoresce" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232926) ("1.6" 01479212)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (fluoresce+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#flush#flush#flush#flush+ingly#(1.5,00061241)(1.6,00070161)###EM ( :DEF_WORD "flush" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (flush+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#flush#flush#flush#flush+ingly#(1.5,00710982,00271019)(1.6,00849713,00318379)###EM ( :DEF_WORD "flush" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00710982 00271019) ("1.6" 00849713 00318379)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (flush+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#flush#flush#flush#flush+ed#(1.5,00061241)(1.6,00070161)###EM ( :DEF_WORD "flush" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (flush+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 40.1.1#1#_th#flush#flush#flush#flush+ingly#(1.5,00061241)(1.6,00070161)###BJDMAP ( :DEF_WORD "flush" :CLASS "40.1.1" :WN_SENSE (("1.5" 00061241) ("1.6" 00070161)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (flush+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#fluster#fluster#fluster#fluster+ingly#(1.5,01019799)(1.6,01222491)###EM ( :DEF_WORD "fluster" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019799) ("1.6" 01222491)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (fluster+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#fluster#fluster#fluster#fluster+ingly#(1.5,01019799)(1.6,01222491)###EM ( :DEF_WORD "fluster" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019799) ("1.6" 01222491)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (fluster+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#fluster#fluster#fluster#fluster+ed#(1.5,01019799)(1.6,01222491)###EM ( :DEF_WORD "fluster" :CLASS "31.1.c" :WN_SENSE (("1.5" 01019799) ("1.6" 01222491)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fluster+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#flutter#flutter#flutter#flutter+ingly#(1.5,01082425,00005707)(1.6,01296593,00005575)###EM ( :DEF_WORD "flutter" :CLASS "40.3.2" :WN_SENSE (("1.5" 01082425 00005707) ("1.6" 01296593 00005575)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (flutter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#flutter#flutter#flutter#flutter+ingly#(1.5,01082425,01071045)(1.6,01296593,01282944)###EM ( :DEF_WORD "flutter" :CLASS "47.3.a" :WN_SENSE (("1.5" 01082425 01071045) ("1.6" 01296593 01282944)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (flutter+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#fly#fly#fly#fly+ingly#(1.5,01104809,01049360,01105315,00835180)(1.6,01322256,01256872,01322778,00996002)###EM ( :DEF_WORD "fly" :CLASS "11.5" :WN_SENSE (("1.5" 01104809 01049360 01105315 00835180) ("1.6" 01322256 01256872 01322778 00996002)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (fly+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#fly#fly#fly#fly+ingly#(1.5,01104809,01049360,01105315,00835180)(1.6,01322256,01256872,01322778,00996002)###EM ( :DEF_WORD "fly" :CLASS "11.5" :WN_SENSE (("1.5" 01104809 01049360 01105315 00835180) ("1.6" 01322256 01256872 01322778 00996002)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (fly+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#fly#fly#fly#fly+ingly#(1.5,01104809)(1.6,01322256)###EM ( :DEF_WORD "fly" :CLASS "47.6.a" :WN_SENSE (("1.5" 01104809) ("1.6" 01322256)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (fly+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#fly#fly#fly#fly+ingly#(1.5,01053953)(1.6,01261786)###EM ( :DEF_WORD "fly" :CLASS "47.6.b" :WN_SENSE (("1.5" 01053953) ("1.6" 01261786)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (fly+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#fly#fly#fly#fly+ingly#(1.5,01104809,01050370,01187369)(1.6,01322256,01257991,01420490)###EM ( :DEF_WORD "fly" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01104809 01050370 01187369) ("1.6" 01322256 01257991 01420490)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (fly+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#fly#fly#fly#fly+ingly#(1.5,01104809,01050370,01187369)(1.6,01322256,01257991,01420490)###EM ( :DEF_WORD "fly" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01104809 01050370 01187369) ("1.6" 01322256 01257991 01420490)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (fly+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#fly#fly#fly#fly+ingly#(1.5,01053953)(1.6,01261786)###EM ( :DEF_WORD "fly" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01053953) ("1.6" 01261786)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (fly+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#fly#fly#fly#fly+ingly#(1.5,01053953)(1.6,01261786)###EM ( :DEF_WORD "fly" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01053953) ("1.6" 01261786)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (fly+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.d#1#_ag_loc#fly#fly#fly#fly+ingly#(1.5,01053953)(1.6,01261786)###EM ( :DEF_WORD "fly" :CLASS "51.3.2.d" :WN_SENSE (("1.5" 01053953) ("1.6" 01261786)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_loc")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) (fly+ingly 26)) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#fly#fly#fly#fly+ingly#(1.5,01104809,01049360)(1.6,01322256,01256872)###EM ( :DEF_WORD "fly" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01104809 01049360) ("1.6" 01322256 01256872)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (fly+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#fly#fly#fly#fly+ingly#(1.5,01104809,01049360,01105315,01053953,01053847)(1.6,01322256,01256872,01322778,01261786,01261627)###EM ( :DEF_WORD "fly" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01104809 01049360 01105315 01053953 01053847) ("1.6" 01322256 01256872 01322778 01261786 01261627)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (fly+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#fly#fly#fly#fly+ingly#(1.5,01105315,01053953,01053847)(1.6,01322778,01261786,01261627)###EM ( :DEF_WORD "fly" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01105315 01053953 01053847) ("1.6" 01322778 01261786 01261627)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (fly+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 28#1#_ag#foal#foal#foal#foal+#(1.5,00036693)(1.6,00040631)###EM ( :DEF_WORD "foal" :CLASS "28" :WN_SENSE (("1.5" 00036693) ("1.6" 00040631)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (foal+ 2) (toward exist (foal+ 2) (at exist (foal+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#foam#foam#foam#foam+ingly#(1.5,00305359,00300758)(1.6,00362206,00356367)###EM ( :DEF_WORD "foam" :CLASS "43.4.a" :WN_SENSE (("1.5" 00305359 00300758) ("1.6" 00362206 00356367)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (foam+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#foam#foam#foam#foam+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "foam" :CLASS "43.4.b" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (foam+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#foam#foam#foam#foam+ingly#(1.5,00305249)(1.6,00362063)###EM ( :DEF_WORD "foam" :CLASS "43.4.c" :WN_SENSE (("1.5" 00305249) ("1.6" 00362063)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (foam+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#foam#foam#foam#foam+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "foam" :CLASS "43.4.d" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (foam+ingly 26)) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#foam#foam#foam#foam+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "foam" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (foam+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#foam#foam#foam#foam+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "foam" :CLASS "47.2.c" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (foam+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.3.g#1#_exp_perc(on)#focus#focus#focus#focus+ingly#(1.5,00407285)(1.6,00489333)###BJDMAP ( :DEF_WORD "focus" :CLASS "31.3.g" :WN_SENSE (("1.5" 00407285) ("1.6" 00489333)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (act perc (* thing 2) ((* on 7) perc (thing 2) (thing 8)) (focus+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#focus#focus#focus#focus+ed#(1.5,00190652,00190856)(1.6,00217890,00218146)###EM ( :DEF_WORD "focus" :CLASS "45.4.a" :WN_SENSE (("1.5" 00190652 00190856) ("1.6" 00217890 00218146)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (focus+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 57.a#1##fog#fog#fog#fog+ingly#(1.5,01230614)(1.6,01476380)###EM ( :DEF_WORD "fog" :CLASS "57.a" :WN_SENSE (("1.5" 01230614) ("1.6" 01476380)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (fog+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#foil#foil#foil#foil+ingly#(1.5,01447536)(1.6,01744324)###BJDMAP ( :DEF_WORD "foil" :CLASS "31.1.a" :WN_SENSE (("1.5" 01447536) ("1.6" 01744324)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (foil+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#fold#fold#fold#fold+ed#(1.5,00731525,00237468)(1.6,00872449,00276509)###EM ( :DEF_WORD "fold" :CLASS "26.1.a" :WN_SENSE (("1.5" 00731525 00237468) ("1.6" 00872449 00276509)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#fold#fold#fold#fold+ed#(1.5,00731525,00237468)(1.6,00872449,00276509)###EM ( :DEF_WORD "fold" :CLASS "26.1.a" :WN_SENSE (("1.5" 00731525 00237468) ("1.6" 00872449 00276509)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#fold#fold#fold#fold+ingly#(1.5,00871995)(1.6,01042123)###EM ( :DEF_WORD "fold" :CLASS "26.1.b" :WN_SENSE (("1.5" 00871995) ("1.6" 01042123)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (fold+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#fold#fold#fold#fold+#(1.5,00871995)(1.6,01042123)###EM ( :DEF_WORD "fold" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00871995) ("1.6" 01042123)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#fold#fold#fold#fold+ingly#(1.5,00871995)(1.6,01042123)###EM ( :DEF_WORD "fold" :CLASS "26.5.b" :WN_SENSE (("1.5" 00871995) ("1.6" 01042123)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (fold+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#fold#fold#fold#fold+ingly#(1.5,00871995)(1.6,01042123)###EM ( :DEF_WORD "fold" :CLASS "40.3.2" :WN_SENSE (("1.5" 00871995) ("1.6" 01042123)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (fold+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#fold#fold#fold#fold+ed#(1.5,00731525)(1.6,00872449)###EM ( :DEF_WORD "fold" :CLASS "45.2.a" :WN_SENSE (("1.5" 00731525) ("1.6" 00872449)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#fold#fold#fold#fold+ed#(1.5,00731525)(1.6,00872449)###EM ( :DEF_WORD "fold" :CLASS "45.2.b" :WN_SENSE (("1.5" 00731525) ("1.6" 00872449)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#fold#fold#fold#fold+ed#(1.5,00731525)(1.6,00872449)###EM ( :DEF_WORD "fold" :CLASS "45.2.c" :WN_SENSE (("1.5" 00731525) ("1.6" 00872449)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fold+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#foliate#foliate#foliate#foliate+ed#(1.5,00959118)(1.6,01149996)###EM ( :DEF_WORD "foliate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00959118) ("1.6" 01149996)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (foliate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.l#1#_th_loc#follow#follow#follow#follow+ingly#(1.5,01140717,01136279,00089777)(1.6,01363279,01357963,00102489)###EM ( :DEF_WORD "follow" :CLASS "47.8.l" :WN_SENSE (("1.5" 01140717 01136279 00089777) ("1.6" 01363279 01357963 00102489)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (after loc (thing 2) (* thing 11)) (follow+ingly 26)) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#follow#follow#follow#follow+ingly#(1.5,01140717)(1.6,01363279)###EM ( :DEF_WORD "follow" :CLASS "51.6.a" :WN_SENSE (("1.5" 01140717) ("1.6" 01363279)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (follow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#foment#foment#foment#foment+ed#(1.5,01461823)(1.6,01761948)###EM ( :DEF_WORD "foment" :CLASS "45.4.a" :WN_SENSE (("1.5" 01461823) ("1.6" 01761948)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (foment+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.b#1#_ag_th,mod-loc()#fondle#fondle#fondle#fondle+ingly#(1.5,00698715)(1.6,00835172)###BJDMAP ( :DEF_WORD "fondle" :CLASS "20.b" :WN_SENSE (("1.5" 00698715) ("1.6" 00835172)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (fondle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#fool#fool#fool#fool+ingly#(1.5,01457063)(1.6,01756356)###BJDMAP ( :DEF_WORD "fool" :CLASS "31.1.a" :WN_SENSE (("1.5" 01457063) ("1.6" 01756356)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (fool+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#forage#forage#forage#forage+ingly#(1.5,01292536)(1.6,01553109)###EM ( :DEF_WORD "forage" :CLASS "35.5" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (forage+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#forage#forage#forage#forage+ingly#(1.5,01292536)(1.6,01553109)###EM ( :DEF_WORD "forage" :CLASS "35.5" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (forage+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 55.2.a#1#_th_prop#forbid#forbid#forbid#forbid+ingly#(1.5,01388675)(1.6,01671583)###EM ( :DEF_WORD "forbid" :CLASS "55.2.a" :WN_SENSE (("1.5" 01388675) ("1.6" 01671583)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (forbid+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 059#1#_ag_th,src(from)#forbid#forbid#forbid#forbid+ingly#(1.5,00447425)(1.6,00540739)###BJDMAP ( :DEF_WORD "forbid" :CLASS "059" :WN_SENSE (("1.5" 00447425) ("1.6" 00540739)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (forbid+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 059#1#_ag_th_prop(from)#forbid#forbid#forbid#forbid+ingly#(1.5,00447425)(1.6,00540739)###EM ( :DEF_WORD "forbid" :CLASS "059" :WN_SENSE (("1.5" 00447425) ("1.6" 00540739)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (forbid+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 002#1#_ag_th,prop(to)#force#force#force#force+ingly#(1.5,00420144,00944231,01418102)(1.6,00506779,01133626,01707058)###EM ( :DEF_WORD "force" :CLASS "002" :WN_SENSE (("1.5" 00420144 00944231 01418102) ("1.6" 00506779 01133626 01707058)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (force+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 39.7#1#_ag_th_goal(to)#forcefeed#forcefeed#forcefeed#forcefeed+ingly####EM ( :DEF_WORD "forcefeed" :CLASS "39.7" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (forcefeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#forcefeed#forcefeed#forcefeed#forcefeed+ingly####EM ( :DEF_WORD "forcefeed" :CLASS "39.7" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (forcefeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 29.5.b#1#_exp_prop#forebode#forebode#forebode#forebode+ingly#(1.5,00516413)(1.6,00621460)###BJDMAP ( :DEF_WORD "forebode" :CLASS "29.5.b" :WN_SENSE (("1.5" 00516413) ("1.6" 00621460)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_prop")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (forebode+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 29.5.e#1#_ag_info#forecast#forecast#forecast#forecast+ingly#(1.5,00401008,00520963)(1.6,00482033,00626821)###EM ( :DEF_WORD "forecast" :CLASS "29.5.e" :WN_SENSE (("1.5" 00401008 00520963) ("1.6" 00482033 00626821)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (forecast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 47.8.c#1#_th_loc#forego#forego#forego#forego+ingly#(1.5,01535291)(1.6,01852936)###EM ( :DEF_WORD "forego" :CLASS "47.8.c" :WN_SENSE (("1.5" 01535291) ("1.6" 01852936)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (forego+ingly 26)) ) ;; Grid: 29.5.e#1#_ag_info#foreknow#foreknow#foreknow#foreknow+ingly#(1.5,00406111)(1.6,00488081)###EM ( :DEF_WORD "foreknow" :CLASS "29.5.e" :WN_SENSE (("1.5" 00406111) ("1.6" 00488081)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (foreknow+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 29.5.e#1#_ag_info#foreordain#foreordain#foreordain#foreordain+ingly#(1.5,00395058)(1.6,00475123)###EM ( :DEF_WORD "foreordain" :CLASS "29.5.e" :WN_SENSE (("1.5" 00395058) ("1.6" 00475123)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (foreordain+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 29.5.e#1#_ag_info#foresee#foresee#foresee#foresee+ingly#(1.5,00406111,00936274)(1.6,00488081,01124126)###EM ( :DEF_WORD "foresee" :CLASS "29.5.e" :WN_SENSE (("1.5" 00406111 00936274) ("1.6" 00488081 01124126)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (foresee+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#foreshadow#foreshadow#foreshadow#foreshadow+ed#(1.5,00489389)(1.6,00591090)###EM ( :DEF_WORD "foreshadow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00489389) ("1.6" 00591090)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (foreshadow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#forest#forest#forest#forest+ed#(1.5,00902665)(1.6,01079668)###EM ( :DEF_WORD "forest" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00902665) ("1.6" 01079668)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (forest+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 059#1#_ag_th,src(from)#forestall#forestall#forestall#forestall+ingly#(1.5,01388675)(1.6,01671583)###BJDMAP ( :DEF_WORD "forestall" :CLASS "059" :WN_SENSE (("1.5" 01388675) ("1.6" 01671583)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (forestall+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 29.5.e#1#_ag_info#foretell#foretell#foretell#foretell+ingly#(1.5,00516413,00549256)(1.6,00621460,00659397)###EM ( :DEF_WORD "foretell" :CLASS "29.5.e" :WN_SENSE (("1.5" 00516413 00549256) ("1.6" 00621460 00659397)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (foretell+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#forfeit#forfeit#forfeit#forfeit+ingly#(1.5,01310378)(1.6,01574799)###EM ( :DEF_WORD "forfeit" :CLASS "13.2" :WN_SENSE (("1.5" 01310378) ("1.6" 01574799)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (forfeit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#forge#forge#forge#forge+ingly#(1.5,00949570,00946749)(1.6,01139594,01136359)###EM ( :DEF_WORD "forge" :CLASS "25.2" :WN_SENSE (("1.5" 00949570 00946749) ("1.6" 01139594 01136359)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (forge+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 25.4#1#_ag_th#forge#forge#forge#forge+ed#(1.5,00946749)(1.6,01136359)###EM ( :DEF_WORD "forge" :CLASS "25.4" :WN_SENSE (("1.5" 00946749) ("1.6" 01136359)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (forge+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#forge#forge#forge#forge+ed#(1.5,00949570,00948757)(1.6,01139594,01138744)###EM ( :DEF_WORD "forge" :CLASS "26.1.a" :WN_SENSE (("1.5" 00949570 00948757) ("1.6" 01139594 01138744)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (forge+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#forge#forge#forge#forge+ed#(1.5,00949570,00948757)(1.6,01139594,01138744)###EM ( :DEF_WORD "forge" :CLASS "26.1.a" :WN_SENSE (("1.5" 00949570 00948757) ("1.6" 01139594 01138744)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (forge+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#forge#forge#forge#forge+ingly#(1.5,00949570,00948757)(1.6,01139594,01138744)###EM ( :DEF_WORD "forge" :CLASS "26.1.b" :WN_SENSE (("1.5" 00949570 00948757) ("1.6" 01139594 01138744)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (forge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 005#1#_th_prop#forget#forget#forget#forget+ingly#(1.5,00345760)(1.6,00416059)###EM ( :DEF_WORD "forget" :CLASS "005" :WN_SENSE (("1.5" 00345760) ("1.6" 00416059)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (forget+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#forget#forget#forget#forget+ingly#(1.5,00342052)(1.6,00411760)###BJDMAP ( :DEF_WORD "forget" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 00342052) ("1.6" 00411760)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (forget+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#forgive#forgive#forgive#forgive+#(1.5,00508517,01450669)(1.6,00612137,01748679)###EM ( :DEF_WORD "forgive" :CLASS "33.a.i" :WN_SENSE (("1.5" 00508517 01450669) ("1.6" 00612137 01748679)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (forgive+ 2) (toward comm (forgive+ 2) (at comm (forgive+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#forgive#forgive#forgive#forgive+#(1.5,00508517,01450669)(1.6,00612137,01748679)###EM ( :DEF_WORD "forgive" :CLASS "33.a.ii" :WN_SENSE (("1.5" 00508517 01450669) ("1.6" 00612137 01748679)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (forgive+ 2) (toward comm (forgive+ 2) (at comm (forgive+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#fork#fork#fork#fork+#(1.5,00907758)(1.6,01087136)###EM ( :DEF_WORD "fork" :CLASS "9.10" :WN_SENSE (("1.5" 00907758) ("1.6" 01087136)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (fork+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#form#form#form#form+ingly#(1.5,00949570,00911559)(1.6,01139594,01091650)###EM ( :DEF_WORD "form" :CLASS "26.4" :WN_SENSE (("1.5" 00949570 00911559) ("1.6" 01139594 01091650)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (form+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#form#form#form#form+ingly#(1.5,01484214)(1.6,01789981)###EM ( :DEF_WORD "form" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01484214) ("1.6" 01789981)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (form+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#form#form#form#form+ingly#(1.5,01482779,00083270,00949570)(1.6,01788486,00095506,01139594)###EM ( :DEF_WORD "form" :CLASS "48.1.2" :WN_SENSE (("1.5" 01482779 00083270 00949570) ("1.6" 01788486 00095506 01139594)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (form+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#formulate#formulate#formulate#formulate+ed#(1.5,00520626)(1.6,00626484)###BJDMAP ( :DEF_WORD "formulate" :CLASS "26.1.a" :WN_SENSE (("1.5" 00520626) ("1.6" 00626484)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (formulate+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#fornicate#fornicate#fornicate#fornicate+ingly#(1.5,00820545)(1.6,00978251)###EM ( :DEF_WORD "fornicate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00820545) ("1.6" 00978251)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (fornicate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 51.2#1#_th,src#forsake#forsake#forsake#forsake+ingly#(1.5,00345378)(1.6,00415625)###EM ( :DEF_WORD "forsake" :CLASS "51.2" :WN_SENSE (("1.5" 00345378) ("1.6" 00415625)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (forsake+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#forswear#forswear#forswear#forswear+ingly#(1.5,00449236)(1.6,00542832)###EM ( :DEF_WORD "forswear" :CLASS "29.2.a" :WN_SENSE (("1.5" 00449236) ("1.6" 00542832)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (forswear+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#forswear#forswear#forswear#forswear+ed#(1.5,00449236)(1.6,00542832)###EM ( :DEF_WORD "forswear" :CLASS "29.2.c" :WN_SENSE (("1.5" 00449236) ("1.6" 00542832)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (forswear+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fortify#fortify#fortify#fortify+ed#(1.5,00132257)(1.6,00150780)###EM ( :DEF_WORD "fortify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00132257) ("1.6" 00150780)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fortify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#forward#forward#forward#forward+ingly#(1.5,01113765)(1.6,01331576)###EM ( :DEF_WORD "forward" :CLASS "11.1" :WN_SENSE (("1.5" 01113765) ("1.6" 01331576)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (forward+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#forward#forward#forward#forward+ingly#(1.5,01113765)(1.6,01331576)###EM ( :DEF_WORD "forward" :CLASS "11.1" :WN_SENSE (("1.5" 01113765) ("1.6" 01331576)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (forward+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fossilize#fossilize#fossilize#fossilize+ed#(1.5,00297721)(1.6,00352758)###EM ( :DEF_WORD "fossilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00297721) ("1.6" 00352758)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fossilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fossilize#fossilize#fossilize#fossilize+ed#(1.5,00297721)(1.6,00352758)###EM ( :DEF_WORD "fossilize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00297721) ("1.6" 00352758)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fossilize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fossilize#fossilize#fossilize#fossilize+ed#(1.5,00297721,00149236)(1.6,00352758,00170235)###EM ( :DEF_WORD "fossilize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00297721 00149236) ("1.6" 00352758 00170235)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fossilize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#foster#foster#foster#foster+ed#(1.5,00511249)(1.6,00615168)###EM ( :DEF_WORD "foster" :CLASS "45.4.a" :WN_SENSE (("1.5" 00511249) ("1.6" 00615168)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (foster+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#found#found#found#found+ingly#(1.5,01373676,00942370)(1.6,01652417,01131591)###EM ( :DEF_WORD "found" :CLASS "29.2.b" :WN_SENSE (("1.5" 01373676 00942370) ("1.6" 01652417 01131591)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (found+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#found#found#found#found+ed#(1.5,01373676,00942370)(1.6,01652417,01131591)###EM ( :DEF_WORD "found" :CLASS "29.2.c" :WN_SENSE (("1.5" 01373676 00942370) ("1.6" 01652417 01131591)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (found+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#found#found#found#found+ingly#(1.5,01373676,00942370)(1.6,01652417,01131591)###EM ( :DEF_WORD "found" :CLASS "29.2.d" :WN_SENSE (("1.5" 01373676 00942370) ("1.6" 01652417 01131591)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (found+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.7#1#_ag#fowl#fowl#fowl#fowl+ingly#(1.5,00650652,00648793)(1.6,00778546,00776470)###EM ( :DEF_WORD "fowl" :CLASS "13.7" :WN_SENSE (("1.5" 00650652 00648793) ("1.6" 00778546 00776470)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (fowl+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#foxtrot#foxtrot#foxtrot#foxtrot+ingly#(1.5,01080512)(1.6,01294527)###EM ( :DEF_WORD "foxtrot" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080512) ("1.6" 01294527)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (foxtrot+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#foxtrot#foxtrot#foxtrot#foxtrot+ingly#(1.5,01080512)(1.6,01294527)###EM ( :DEF_WORD "foxtrot" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080512) ("1.6" 01294527)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (foxtrot+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#foxtrot#foxtrot#foxtrot#foxtrot+ingly#(1.5,01080512)(1.6,01294527)###EM ( :DEF_WORD "foxtrot" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080512) ("1.6" 01294527)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (foxtrot+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#fracture#fracture#fracture#fracture+ed#(1.5,00202465)(1.6,00233208)###EM ( :DEF_WORD "fracture" :CLASS "40.8.3" :WN_SENSE (("1.5" 00202465) ("1.6" 00233208)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fracture+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#fracture#fracture#fracture#fracture+ed#(1.5,00202465)(1.6,00233208)###EM ( :DEF_WORD "fracture" :CLASS "45.1.a" :WN_SENSE (("1.5" 00202465) ("1.6" 00233208)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fracture+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#fracture#fracture#fracture#fracture+ed#(1.5,00202465)(1.6,00233208)###EM ( :DEF_WORD "fracture" :CLASS "45.1.b" :WN_SENSE (("1.5" 00202465) ("1.6" 00233208)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fracture+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#fracture#fracture#fracture#fracture+ed#(1.5,00202465)(1.6,00233208)###EM ( :DEF_WORD "fracture" :CLASS "45.1.c" :WN_SENSE (("1.5" 00202465) ("1.6" 00233208)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fracture+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#frame#frame#frame#frame+ed#(1.5,00912874,01534847)(1.6,01093204,01852433)###EM ( :DEF_WORD "frame" :CLASS "9.8.a" :WN_SENSE (("1.5" 00912874 01534847) ("1.6" 01093204 01852433)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (frame+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#frame#frame#frame#frame+ed#(1.5,00912874,01534847)(1.6,01093204,01852433)###EM ( :DEF_WORD "frame" :CLASS "9.8.b" :WN_SENSE (("1.5" 00912874 01534847) ("1.6" 01093204 01852433)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (frame+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#frame#frame#frame#frame+ed#(1.5,00912874,01534847)(1.6,01093204,01852433)###EM ( :DEF_WORD "frame" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00912874 01534847) ("1.6" 01093204 01852433)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frame+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.d#1#_th_loc#frame#frame#frame#frame+ingly#(1.5,00912874,01534847)(1.6,01093204,01852433)###EM ( :DEF_WORD "frame" :CLASS "47.8.d" :WN_SENSE (("1.5" 00912874 01534847) ("1.6" 01093204 01852433)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (frame+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fraternize#fraternize#fraternize#fraternize+ed#(1.5,01352669)(1.6,01627939)###EM ( :DEF_WORD "fraternize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01352669) ("1.6" 01627939)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fraternize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fray#fray#fray#fray+ed#(1.5,00787628)(1.6,00937646)###EM ( :DEF_WORD "fray" :CLASS "45.4.a" :WN_SENSE (("1.5" 00787628) ("1.6" 00937646)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fray+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fray#fray#fray#fray+ed#(1.5,00787628)(1.6,00937646)###EM ( :DEF_WORD "fray" :CLASS "45.4.b" :WN_SENSE (("1.5" 00787628) ("1.6" 00937646)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fray+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fray#fray#fray#fray+ed#(1.5,00787628)(1.6,00937646)###EM ( :DEF_WORD "fray" :CLASS "45.4.c" :WN_SENSE (("1.5" 00787628) ("1.6" 00937646)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fray+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#free#free#free#free+ed#(1.5,01370323,01450406,00507928,01317619)(1.6,01648022,01748417,00611497,01582774)###EM ( :DEF_WORD "free" :CLASS "10.6.a" :WN_SENSE (("1.5" 01370323 01450406 00507928 01317619) ("1.6" 01648022 01748417 00611497 01582774)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (free+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#freeze#freeze#freeze#freeze+ingly#(1.5,00225556)(1.6,00262285)###EM ( :DEF_WORD "freeze" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00225556) ("1.6" 00262285)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (freeze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#freeze#freeze#freeze#freeze+#(1.5,00225556)(1.6,00262285)###EM ( :DEF_WORD "freeze" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00225556) ("1.6" 00262285)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freeze+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#freeze#freeze#freeze#freeze+ingly#(1.5,00225556)(1.6,00262285)###EM ( :DEF_WORD "freeze" :CLASS "26.5.b" :WN_SENSE (("1.5" 00225556) ("1.6" 00262285)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (freeze+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#freeze#freeze#freeze#freeze+ed#(1.5,00224476,00225556,00265577)(1.6,00260887,00262285,00311143)###EM ( :DEF_WORD "freeze" :CLASS "45.4.a" :WN_SENSE (("1.5" 00224476 00225556 00265577) ("1.6" 00260887 00262285 00311143)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freeze+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#freeze#freeze#freeze#freeze+ed#(1.5,00224476,00225556,00265577)(1.6,00260887,00262285,00311143)###EM ( :DEF_WORD "freeze" :CLASS "45.4.b" :WN_SENSE (("1.5" 00224476 00225556 00265577) ("1.6" 00260887 00262285 00311143)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freeze+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#freeze#freeze#freeze#freeze+ed#(1.5,00224476)(1.6,00260887)###EM ( :DEF_WORD "freeze" :CLASS "45.4.c" :WN_SENSE (("1.5" 00224476) ("1.6" 00260887)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freeze+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#freight#freight#freight#freight+ingly#(1.5,01110871)(1.6,01328654)###EM ( :DEF_WORD "freight" :CLASS "11.1" :WN_SENSE (("1.5" 01110871) ("1.6" 01328654)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (freight+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#french_fry#french_fry#french_fry#french+ingly####EM ( :DEF_WORD "french_fry" :GLOSS_HEAD "french" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (french+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#french_fry#french_fry#french_fry#french+ingly####EM ( :DEF_WORD "french_fry" :GLOSS_HEAD "french" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (french+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#french_fry#french_fry#french_fry#french+ed####EM ( :DEF_WORD "french_fry" :GLOSS_HEAD "french" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (french+ed 9)))) ) ;; Grid: 47.8.c#1#_th_loc#frequent#frequent#frequent#frequent+ingly#(1.5,01051996)(1.6,01259782)###EM ( :DEF_WORD "frequent" :CLASS "47.8.c" :WN_SENSE (("1.5" 01051996) ("1.6" 01259782)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (frequent+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#freshen#freshen#freshen#freshen+ed#(1.5,00098967,00016054)(1.6,00113149,00017157)###EM ( :DEF_WORD "freshen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00098967 00016054) ("1.6" 00113149 00017157)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freshen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#freshen#freshen#freshen#freshen+ed#(1.5,00098967,00016054)(1.6,00113149,00017157)###EM ( :DEF_WORD "freshen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00098967 00016054) ("1.6" 00113149 00017157)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freshen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#freshen#freshen#freshen#freshen+ed#(1.5,00016054,00016201,00098967)(1.6,00017157,00017304,00113149)###EM ( :DEF_WORD "freshen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00016054 00016201 00098967) ("1.6" 00017157 00017304 00113149)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (freshen+ed 9)))) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#fret#fret#fret#fret+ingly#(1.5,01021237,01007074)(1.6,01224409,01206123)###EM ( :DEF_WORD "fret" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 01021237 01007074) ("1.6" 01224409 01206123)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (fret+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#fret#fret#fret#fret+ingly#(1.5,01021237,01007074)(1.6,01224409,01206123)###EM ( :DEF_WORD "fret" :CLASS "31.3.h" :WN_SENSE (("1.5" 01021237 01007074) ("1.6" 01224409 01206123)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (fret+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#frighten#frighten#frighten#frighten+ingly#(1.5,01013456)(1.6,01214618)###EM ( :DEF_WORD "frighten" :CLASS "31.1.a" :WN_SENSE (("1.5" 01013456) ("1.6" 01214618)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (frighten+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#frighten#frighten#frighten#frighten+ingly#(1.5,01013456)(1.6,01214618)###EM ( :DEF_WORD "frighten" :CLASS "31.1.b" :WN_SENSE (("1.5" 01013456) ("1.6" 01214618)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (frighten+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#frighten#frighten#frighten#frighten+ed#(1.5,01013456)(1.6,01214618)###EM ( :DEF_WORD "frighten" :CLASS "31.1.c" :WN_SENSE (("1.5" 01013456) ("1.6" 01214618)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frighten+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#fringe#fringe#fringe#fringe+ed#(1.5,01000290)(1.6,01196347)###BJDMAP ( :DEF_WORD "fringe" :CLASS "9.8.b" :WN_SENSE (("1.5" 01000290) ("1.6" 01196347)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (fringe+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#frisk#frisk#frisk#frisk+ingly#(1.5,01073091)(1.6,01285748)###EM ( :DEF_WORD "frisk" :CLASS "35.4" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (frisk+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(away)#fritter#fritter#fritter#fritter+ed#(1.5,00680087)(1.6,00813321)###BJDMAP ( :DEF_WORD "fritter" :CLASS "23.2.b" :WN_SENSE (("1.5" 00680087) ("1.6" 00813321)) :PROPBANK ("arg0 arg1 argm-LOC(away)") :THETA_ROLES ((1 ",ag_th,mod-loc(away)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fritter+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#frolic#frolic#frolic#frolic+ingly#(1.5,01073091)(1.6,01285748)###EM ( :DEF_WORD "frolic" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (frolic+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#frolic#frolic#frolic#frolic+ingly#(1.5,01073091)(1.6,01285748)###EM ( :DEF_WORD "frolic" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (frolic+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#frost#frost#frost#frost+ed#(1.5,00872189)(1.6,01042351)###EM ( :DEF_WORD "frost" :CLASS "45.4.a" :WN_SENSE (("1.5" 00872189) ("1.6" 01042351)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frost+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#frost#frost#frost#frost+ed#(1.5,00872189)(1.6,01042351)###EM ( :DEF_WORD "frost" :CLASS "45.4.b" :WN_SENSE (("1.5" 00872189) ("1.6" 01042351)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frost+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#frost#frost#frost#frost+ed#(1.5,00872189)(1.6,01042351)###EM ( :DEF_WORD "frost" :CLASS "45.4.c" :WN_SENSE (("1.5" 00872189) ("1.6" 01042351)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frost+ed 9)))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#froth#froth#froth#froth+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "froth" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (froth+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#froth#froth#froth#froth+ingly#(1.5,00305249,00300758)(1.6,00362063,00356367)###EM ( :DEF_WORD "froth" :CLASS "47.2.c" :WN_SENSE (("1.5" 00305249 00300758) ("1.6" 00362063 00356367)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (froth+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#frown#frown#frown#frown+ingly#(1.5,00021374)(1.6,00022810)###BJDMAP ( :DEF_WORD "frown" :CLASS "40.2.b" :WN_SENSE (("1.5" 00021374) ("1.6" 00022810)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (frown+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fructify#fructify#fructify#fructify+ed#(1.5,00297011)(1.6,00351911)###EM ( :DEF_WORD "fructify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00297011) ("1.6" 00351911)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fructify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fructify#fructify#fructify#fructify+ed#(1.5,00297011)(1.6,00351911)###EM ( :DEF_WORD "fructify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00297011) ("1.6" 00351911)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fructify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fructify#fructify#fructify#fructify+ed#(1.5,00297117)(1.6,00352044)###EM ( :DEF_WORD "fructify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00297117) ("1.6" 00352044)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fructify+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#frustrate#frustrate#frustrate#frustrate+ingly#(1.5,01026519)(1.6,01229968)###EM ( :DEF_WORD "frustrate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026519) ("1.6" 01229968)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (frustrate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#frustrate#frustrate#frustrate#frustrate+ingly#(1.5,01026519)(1.6,01229968)###EM ( :DEF_WORD "frustrate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01026519) ("1.6" 01229968)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (frustrate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#frustrate#frustrate#frustrate#frustrate+ed#(1.5,01026519)(1.6,01229968)###EM ( :DEF_WORD "frustrate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01026519) ("1.6" 01229968)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (frustrate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#fry#fry#fry#fry+ed#(1.5,00197055)(1.6,00225669)###EM ( :DEF_WORD "fry" :CLASS "26.3" :WN_SENSE (("1.5" 00197055) ("1.6" 00225669)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fry+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#fry#fry#fry#fry+ed#(1.5,00197055)(1.6,00225669)###EM ( :DEF_WORD "fry" :CLASS "26.3" :WN_SENSE (("1.5" 00197055) ("1.6" 00225669)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fry+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#fry#fry#fry#fry+ingly#(1.5,00197055)(1.6,00225669)###EM ( :DEF_WORD "fry" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197055) ("1.6" 00225669)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (fry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#fry#fry#fry#fry+ingly#(1.5,00197055)(1.6,00225669)###EM ( :DEF_WORD "fry" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197055) ("1.6" 00225669)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (fry+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#fry#fry#fry#fry+ed#(1.5,00197055)(1.6,00225669)###EM ( :DEF_WORD "fry" :CLASS "45.3.c" :WN_SENSE (("1.5" 00197055) ("1.6" 00225669)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fry+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#fuel#fuel#fuel#fuel+ed#(1.5,01329768,01004524)(1.6,01597067,01202744)###EM ( :DEF_WORD "fuel" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01329768 01004524) ("1.6" 01597067 01202744)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#fulfil#fulfil#fulfil#fulfil+ed#(1.5,00938602)(1.6,01126836)###EM ( :DEF_WORD "fulfil" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00938602) ("1.6" 01126836)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fulfil+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#fulfill#fulfill#fulfill#fulfill+ed#(1.5,00672348)(1.6,00804764)###EM ( :DEF_WORD "fulfill" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00672348) ("1.6" 00804764)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fulfill+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#fulfill#fulfill#fulfill#fulfill+ingly#(1.5,01510971)(1.6,01822979)###EM ( :DEF_WORD "fulfill" :CLASS "51.7.i" :WN_SENSE (("1.5" 01510971) ("1.6" 01822979)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (fulfill+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#fulfill#fulfill#fulfill#fulfill+ingly#(1.5,00938602,00672348)(1.6,01126836,00804764)###EM ( :DEF_WORD "fulfill" :CLASS "51.7.ii" :WN_SENSE (("1.5" 00938602 00672348) ("1.6" 01126836 00804764)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (fulfill+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#fumble#fumble#fumble#fumble+ingly#(1.5,00754072,01172625)(1.6,00898252,01402098)###EM ( :DEF_WORD "fumble" :CLASS "35.5" :WN_SENSE (("1.5" 00754072 01172625) ("1.6" 00898252 01402098)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (fumble+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#fumble#fumble#fumble#fumble+ingly#(1.5,00754072,01172625)(1.6,00898252,01402098)###EM ( :DEF_WORD "fumble" :CLASS "35.5" :WN_SENSE (("1.5" 00754072 01172625) ("1.6" 00898252 01402098)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (fumble+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#fume#fume#fume#fume+ingly#(1.5,01022133)(1.6,01225225)###EM ( :DEF_WORD "fume" :CLASS "31.3.b" :WN_SENSE (("1.5" 01022133) ("1.6" 01225225)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (fume+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#fume#fume#fume#fume+ingly#(1.5,01022133)(1.6,01225225)###EM ( :DEF_WORD "fume" :CLASS "31.3.h" :WN_SENSE (("1.5" 01022133) ("1.6" 01225225)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (fume+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fumigate#fumigate#fumigate#fumigate+ed#(1.5,01213972)(1.6,01455475)###EM ( :DEF_WORD "fumigate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01213972) ("1.6" 01455475)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fumigate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.b#1#_ag,mod-pred(as)#function#function#function#function+ed#(1.5,01510287)(1.6,01822108)###EM ( :DEF_WORD "function" :CLASS "29.6.b" :WN_SENSE (("1.5" 01510287) ("1.6" 01822108)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag,mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (function+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#fund#fund#fund#fund+ed#(1.5,01263818)(1.6,01517466)###EM ( :DEF_WORD "fund" :CLASS "13.4.2" :WN_SENSE (("1.5" 01263818) ("1.6" 01517466)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fund+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#funnel#funnel#funnel#funnel+ingly#(1.5,00830384)(1.6,00990205)###EM ( :DEF_WORD "funnel" :CLASS "9.3.a" :WN_SENSE (("1.5" 00830384) ("1.6" 00990205)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (funnel+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#furnish#furnish#furnish#furnish+ingly#(1.5,01323715)(1.6,01590833)###EM ( :DEF_WORD "furnish" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01323715) ("1.6" 01590833)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (furnish+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#furnish#furnish#furnish#furnish+ed#(1.5,01323715)(1.6,01590833)###EM ( :DEF_WORD "furnish" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01323715) ("1.6" 01590833)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (furnish+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#furrow#furrow#furrow#furrow+ed#(1.5,00731176)(1.6,00872050)###BJDMAP ( :DEF_WORD "furrow" :CLASS "45.2.a" :WN_SENSE (("1.5" 00731176) ("1.6" 00872050)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (furrow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#fuse#fuse#fuse#fuse+ed#(1.5,00235644)(1.6,00274169)###EM ( :DEF_WORD "fuse" :CLASS "22.1.a" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuse+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#fuse#fuse#fuse#fuse+ingly#(1.5,00235644)(1.6,00274169)###EM ( :DEF_WORD "fuse" :CLASS "22.1.b" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (fuse+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#fuse#fuse#fuse#fuse+ingly#(1.5,00235644)(1.6,00274169)###EM ( :DEF_WORD "fuse" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (fuse+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#fuse#fuse#fuse#fuse+ed#(1.5,00235644)(1.6,00274169)###EM ( :DEF_WORD "fuse" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuse+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#fuse#fuse#fuse#fuse+ed#(1.5,00645505,00236900)(1.6,00772889,00275738)###EM ( :DEF_WORD "fuse" :CLASS "45.4.a" :WN_SENSE (("1.5" 00645505 00236900) ("1.6" 00772889 00275738)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#fuse#fuse#fuse#fuse+ed#(1.5,00645505,00236900)(1.6,00772889,00275738)###EM ( :DEF_WORD "fuse" :CLASS "45.4.b" :WN_SENSE (("1.5" 00645505 00236900) ("1.6" 00772889 00275738)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuse+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#fuse#fuse#fuse#fuse+ed#(1.5,00235644)(1.6,00274169)###EM ( :DEF_WORD "fuse" :CLASS "45.4.c" :WN_SENSE (("1.5" 00235644) ("1.6" 00274169)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (fuse+ed 9)))) ) ;; Grid: 37.6.b#1#_exp#gab#gab#gab#gab+ingly####BJDMAP ( :DEF_WORD "gab" :CLASS "37.6.b" :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (gab+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#gabble#gabble#gabble#gabble+ingly#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gabble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gabble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#gabble#gabble#gabble#gabble+ingly#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gabble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gabble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#gabble#gabble#gabble#gabble+#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gabble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (gabble+ 2) ((* toward 5) comm (gabble+ 2) ((at 5) comm (gabble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#gabble#gabble#gabble#gabble+#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gabble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (gabble+ 2) (toward comm (gabble+ 2) (at comm (gabble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#gag#gag#gag#gag+ed#(1.5,01250053)(1.6,01500258)###EM ( :DEF_WORD "gag" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01250053) ("1.6" 01500258)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gag+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#gain#gain#gain#gain+ingly#(1.5,01301819,01302268)(1.6,01564238,01564908)###EM ( :DEF_WORD "gain" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01301819 01302268) ("1.6" 01564238 01564908)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (gain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#gain#gain#gain#gain+ingly#(1.5,01301819,01302268)(1.6,01564238,01564908)###EM ( :DEF_WORD "gain" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01301819 01302268) ("1.6" 01564238 01564908)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (gain+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 45.6#1#_th#gain#gain#gain#gain+ed#(1.5,00628009,00094915)(1.6,00752987,00108725)###EM ( :DEF_WORD "gain" :CLASS "45.6" :WN_SENSE (("1.5" 00628009 00094915) ("1.6" 00752987 00108725)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gain+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#gall#gall#gall#gall+ingly#(1.5,01017762)(1.6,01220151)###EM ( :DEF_WORD "gall" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017762) ("1.6" 01220151)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (gall+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#gall#gall#gall#gall+ingly#(1.5,01017762)(1.6,01220151)###EM ( :DEF_WORD "gall" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017762) ("1.6" 01220151)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (gall+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#gallop#gallop#gallop#gallop+ingly#(1.5,01116182,01116445)(1.6,01334516,01334879)###EM ( :DEF_WORD "gallop" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01116182 01116445) ("1.6" 01334516 01334879)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (gallop+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#gallop#gallop#gallop#gallop+ingly#(1.5,01116182,01116445)(1.6,01334516,01334879)###EM ( :DEF_WORD "gallop" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01116182 01116445) ("1.6" 01334516 01334879)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (gallop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#gallop#gallop#gallop#gallop+ingly#(1.5,--)(1.6,01334638)###EM ( :DEF_WORD "gallop" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" --) ("1.6" 01334638)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (gallop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#gallop#gallop#gallop#gallop+ingly#(1.5,--)(1.6,01334638)###EM ( :DEF_WORD "gallop" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" --) ("1.6" 01334638)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (gallop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#galvanize#galvanize#galvanize#galvanize+ingly#(1.5,01037952)(1.6,01242949)###EM ( :DEF_WORD "galvanize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037952) ("1.6" 01242949)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (galvanize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#galvanize#galvanize#galvanize#galvanize+ingly#(1.5,01037952)(1.6,01242949)###EM ( :DEF_WORD "galvanize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01037952) ("1.6" 01242949)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (galvanize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 008#1#_ag_th,goal(on)#gamble#gamble#gamble#gamble+ingly#(1.5,01440671)(1.6,01734987)###EM ( :DEF_WORD "gamble" :CLASS "008" :WN_SENSE (("1.5" 01440671) ("1.6" 01734987)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (gamble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#gambol#gambol#gambol#gambol+ingly#(1.5,01073091)(1.6,01285748)###EM ( :DEF_WORD "gambol" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (gambol+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#gambol#gambol#gambol#gambol+ingly#(1.5,01073091)(1.6,01285748)###EM ( :DEF_WORD "gambol" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (gambol+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 30.3.a#1#_exp_perc(at)#gape#gape#gape#gape+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "gape" :CLASS "30.3.a" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (gape+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#gape#gape#gape#gape+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "gape" :CLASS "30.3.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (gape+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#gape#gape#gape#gape+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ( :DEF_WORD "gape" :CLASS "40.2.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (gape+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#garage#garage#garage#garage+#(1.5,01298428)(1.6,01560013)###EM ( :DEF_WORD "garage" :CLASS "9.10" :WN_SENSE (("1.5" 01298428) ("1.6" 01560013)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (garage+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.3.3#1#_ag_mod-poss(in)#garb#garb#garb#garb+ed#(1.5,00031169)(1.6,00034046)###BJDMAP ( :DEF_WORD "garb" :CLASS "41.3.3" :WN_SENSE (("1.5" 00031169) ("1.6" 00034046)) :PROPBANK ("arg0 arg3(in)") :THETA_ROLES ((1 "_ag_mod-poss(in)")) :LCS (be ident (* thing 1) (at ident (thing 1) (garb+ed 9)) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 41.2.1#1#_ag#gargle#gargle#gargle#gargle+ingly#(1.5,00024224)(1.6,00026214)##(loc() = in_throat+)#EM ( :DEF_WORD "gargle" :CLASS "41.2.1" :WN_SENSE (("1.5" 00024224) ("1.6" 00026214)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (at loc (thing 1) (thing 11)) (gargle+ingly 26) (in loc (*head*) (throat+ 11))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#garland#garland#garland#garland+ed#(1.5,00955469)(1.6,01146305)###EM ( :DEF_WORD "garland" :CLASS "9.8.a" :WN_SENSE (("1.5" 00955469) ("1.6" 01146305)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (garland+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#garland#garland#garland#garland+ed#(1.5,00955469)(1.6,01146305)###EM ( :DEF_WORD "garland" :CLASS "9.8.b" :WN_SENSE (("1.5" 00955469) ("1.6" 01146305)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (garland+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#garland#garland#garland#garland+ed#(1.5,00955469)(1.6,01146305)###EM ( :DEF_WORD "garland" :CLASS "9.8.d" :WN_SENSE (("1.5" 00955469) ("1.6" 01146305)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (garland+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#garland#garland#garland#garland+ed#(1.5,00955469)(1.6,01146305)###EM ( :DEF_WORD "garland" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00955469) ("1.6" 01146305)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (garland+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-poss(from)#dissimulate#dissimulate#dissimulate#dissimulate+ed#(1.5,01225371)(1.6,01470093)###BJDMAP ! ;; Grid: 15.2.b#1#_ag_th,loc()#garner#garner#garner#garner+ingly#(1.5,00858721)(1.6,01025171)###BJDMAP ( :DEF_WORD "garner" :CLASS "15.2.b" :WN_SENSE (("1.5" 00858721) ("1.6" 01025171)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (garner+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#garnish#garnish#garnish#garnish+ed#(1.5,00961528)(1.6,01152626)###EM ( :DEF_WORD "garnish" :CLASS "9.8.a" :WN_SENSE (("1.5" 00961528) ("1.6" 01152626)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (garnish+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#garnish#garnish#garnish#garnish+ed#(1.5,00961528)(1.6,01152626)###EM ( :DEF_WORD "garnish" :CLASS "9.8.b" :WN_SENSE (("1.5" 00961528) ("1.6" 01152626)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (garnish+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#garrotte#garrotte#garrotte#garrotte+ed#(1.5,00904736)(1.6,01082364)###EM ( :DEF_WORD "garrotte" :CLASS "42.2" :WN_SENSE (("1.5" 00904736) ("1.6" 01082364)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (garrotte+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#gash#gash#gash#gash+ed#(1.5,00757712)(1.6,00902827)###EM ( :DEF_WORD "gash" :CLASS "21.2.a" :WN_SENSE (("1.5" 00757712) ("1.6" 00902827)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gash+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#gash#gash#gash#gash+ed#(1.5,00757712)(1.6,00902827)###EM ( :DEF_WORD "gash" :CLASS "21.2.b" :WN_SENSE (("1.5" 00757712) ("1.6" 00902827)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#gasify#gasify#gasify#gasify+ed#(1.5,00263622)(1.6,00308947)###EM ( :DEF_WORD "gasify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gasify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#gasify#gasify#gasify#gasify+ed#(1.5,00263622)(1.6,00308947)###EM ( :DEF_WORD "gasify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gasify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#gasify#gasify#gasify#gasify+ed#(1.5,00263622)(1.6,00308947)###EM ( :DEF_WORD "gasify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gasify+ed 9)))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#gasp#gasp#gasp#gasp+ingly#(1.5,00004262)(1.6,00004002)###BJDMAP ( :DEF_WORD "gasp" :CLASS "40.2.b" :WN_SENSE (("1.5" 00004262) ("1.6" 00004002)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (gasp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#gather#gather#gather#gather+ingly#(1.5,00095355,01471153)(1.6,00109250,01772676)###EM ( :DEF_WORD "gather" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00095355 01471153) ("1.6" 00109250 01772676)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (gather+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#gather#gather#gather#gather+ingly#(1.5,00095355,01471153)(1.6,00109250,01772676)###EM ( :DEF_WORD "gather" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00095355 01471153) ("1.6" 00109250 01772676)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (gather+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#gather#gather#gather#gather+ingly#(1.5,01374778,00095355)(1.6,01654097,00109250)###EM ( :DEF_WORD "gather" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01374778 00095355) ("1.6" 01654097 00109250)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (gather+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#gather#gather#gather#gather+ingly#(1.5,00794237,01374778,01156687,00095355,01471153)(1.6,00946301,01654097,01382450,00109250,01772676)###EM ( :DEF_WORD "gather" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00794237 01374778 01156687 00095355 01471153) ("1.6" 00946301 01654097 01382450 00109250 01772676)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (gather+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#gather#gather#gather#gather+ed#(1.5,00794237,01374778,01156687,00095355,01471153)(1.6,00946301,01654097,01382450,00109250,01772676)###EM ( :DEF_WORD "gather" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00794237 01374778 01156687 00095355 01471153) ("1.6" 00946301 01654097 01382450 00109250 01772676)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gather+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#gather#gather#gather#gather+ingly#(1.5,00794237,01374778,01156687,00095355,01471153)(1.6,00946301,01654097,01382450,00109250,01772676)###EM ( :DEF_WORD "gather" :CLASS "47.5.2" :WN_SENSE (("1.5" 00794237 01374778 01156687 00095355 01471153) ("1.6" 00946301 01654097 01382450 00109250 01772676)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (gather+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#gauge#gauge#gauge#gauge+ingly#(1.5,00377820)(1.6,00453556)###EM ( :DEF_WORD "gauge" :CLASS "54.4" :WN_SENSE (("1.5" 00377820) ("1.6" 00453556)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (gauge+ingly 26)) ) ;; Grid: 30.3.a#1#_exp_perc(at)#gawk#gawk#gawk#gawk+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "gawk" :CLASS "30.3.a" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (gawk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#gawk#gawk#gawk#gawk+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "gawk" :CLASS "30.3.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (gawk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#gawk#gawk#gawk#gawk+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ( :DEF_WORD "gawk" :CLASS "40.2.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (gawk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#gaze#gaze#gaze#gaze+ingly#(1.5,01217462)(1.6,01459552)###EM ( :DEF_WORD "gaze" :CLASS "30.3.a" :WN_SENSE (("1.5" 01217462) ("1.6" 01459552)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (gaze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#gaze#gaze#gaze#gaze+ingly#(1.5,01217462)(1.6,01459552)###EM ( :DEF_WORD "gaze" :CLASS "30.3.b" :WN_SENSE (("1.5" 01217462) ("1.6" 01459552)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (gaze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#gelatinize#gelatinize#gelatinize#gelatinize+ed#(1.5,--,--)(1.6,00396387,00396554)###EM ( :DEF_WORD "gelatinize" :CLASS "45.4.a" :WN_SENSE (("1.5" -- --) ("1.6" 00396387 00396554)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gelatinize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#gelatinize#gelatinize#gelatinize#gelatinize+ed#(1.5,--)(1.6,00396387)###EM ( :DEF_WORD "gelatinize" :CLASS "45.4.b" :WN_SENSE (("1.5" --) ("1.6" 00396387)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gelatinize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#gelatinize#gelatinize#gelatinize#gelatinize+ed#(1.5,--,--)(1.6,00396387,00396554)###EM ( :DEF_WORD "gelatinize" :CLASS "45.4.c" :WN_SENSE (("1.5" -- --) ("1.6" 00396387 00396554)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gelatinize+ed 9)))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#generalize#generalize#generalize#generalize+ingly#(1.5,00577313)(1.6,00691426)###BJDMAP ( :DEF_WORD "generalize" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 00577313) ("1.6" 00691426)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (generalize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 27#1#_ag_th#generate#generate#generate#generate+ingly#(1.5,00932317)(1.6,01118767)###EM ( :DEF_WORD "generate" :CLASS "27" :WN_SENSE (("1.5" 00932317) ("1.6" 01118767)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (generate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#genuflect#genuflect#genuflect#genuflect+ingly#(1.5,01166534,01166418)(1.6,01394369,01394253)###EM ( :DEF_WORD "genuflect" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 01166534 01166418) ("1.6" 01394369 01394253)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (genuflect+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#germanize#germanize#germanize#germanize+ed####EM ( :DEF_WORD "germanize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (germanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#germinate#germinate#germinate#germinate+ed#(1.5,00215796)(1.6,00249716)###EM ( :DEF_WORD "germinate" :CLASS "45.5" :WN_SENSE (("1.5" 00215796) ("1.6" 00249716)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (germinate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#germinate#germinate#germinate#germinate+ingly#(1.5,00215796)(1.6,00249716)###EM ( :DEF_WORD "germinate" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00215796) ("1.6" 00249716)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (germinate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#gesticulate#gesticulate#gesticulate#gesticulate+ingly#(1.5,00559482)(1.6,00671307)###EM ( :DEF_WORD "gesticulate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00559482) ("1.6" 00671307)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (gesticulate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#gesticulate#gesticulate#gesticulate#gesticulate+ingly#(1.5,00559482)(1.6,00671307)###EM ( :DEF_WORD "gesticulate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00559482) ("1.6" 00671307)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (gesticulate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#gesture#gesture#gesture#gesture+#(1.5,00559482)(1.6,00671307)###EM ( :DEF_WORD "gesture" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00559482) ("1.6" 00671307)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (gesture+ 2) ((* toward 5) comm (gesture+ 2) (touching comm (gesture+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#get#get#get#get+ingly#(1.5,01261345,00692128)(1.6,01513874,00827658)###EM ( :DEF_WORD "get" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01261345 00692128) ("1.6" 01513874 00827658)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (get+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#get#get#get#get+ingly#(1.5,01261345,00692128)(1.6,01513874,00827658)###EM ( :DEF_WORD "get" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01261345 00692128) ("1.6" 01513874 00827658)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (get+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#gibber#gibber#gibber#gibber+ingly#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gibber" :CLASS "37.3.a" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gibber+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#gibber#gibber#gibber#gibber+ingly#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gibber" :CLASS "37.3.a" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gibber+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#gibber#gibber#gibber#gibber+#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gibber" :CLASS "37.3.b" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (gibber+ 2) ((* toward 5) comm (gibber+ 2) ((at 5) comm (gibber+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#gibber#gibber#gibber#gibber+#(1.5,00586278)(1.6,00702218)###EM ( :DEF_WORD "gibber" :CLASS "37.3.c" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (gibber+ 2) (toward comm (gibber+ 2) (at comm (gibber+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#gibe#gibe#gibe#gibe+ingly#(1.5,00477230)(1.6,00576593)###EM ( :DEF_WORD "gibe" :CLASS "33.b" :WN_SENSE (("1.5" 00477230) ("1.6" 00576593)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (gibe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#giggle#giggle#giggle#giggle+ingly#(1.5,00019651)(1.6,00021067)###BJDMAP ( :DEF_WORD "giggle" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019651) ("1.6" 00021067)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (giggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#gild#gild#gild#gild+ed#(1.5,00964203)(1.6,01155224)###EM ( :DEF_WORD "gild" :CLASS "25.3" :WN_SENSE (("1.5" 00964203) ("1.6" 01155224)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gild+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.7#1#_ag_src#gill#gill#gill###loc#(th = gill+)#EM ( :DEF_WORD "gill" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (gill+ 2) (from loc (gill+ 2) (at loc (gill+ 2) (* thing 4))))) ) ;; Grid: 22.3.c.ii#1#_ag_th,goal(to)#gird#gird#gird#gird+ingly#(1.5,00843899)(1.6,01006889)###BJDMAP ( :DEF_WORD "gird" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00843899) ("1.6" 01006889)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (gird+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#give#give#give#give+ingly#(1.5,01255146,01271194,01254390,01255335)(1.6,01506768,01526289,01505951,01506956)###EM ( :DEF_WORD "give" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01255146 01271194 01254390 01255335) ("1.6" 01506768 01526289 01505951 01506956)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (give+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#give#give#give#give+ingly#(1.5,01255146,01271194,01254390,01255335)(1.6,01506768,01526289,01505951,01506956)###EM ( :DEF_WORD "give" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01255146 01271194 01254390 01255335) ("1.6" 01506768 01526289 01505951 01506956)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (give+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#gladden#gladden#gladden#gladden+ingly#(1.5,01032820)(1.6,01237403)###EM ( :DEF_WORD "gladden" :CLASS "31.1.a" :WN_SENSE (("1.5" 01032820) ("1.6" 01237403)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (gladden+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#gladden#gladden#gladden#gladden+ingly#(1.5,01032820)(1.6,01237403)###EM ( :DEF_WORD "gladden" :CLASS "31.1.b" :WN_SENSE (("1.5" 01032820) ("1.6" 01237403)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (gladden+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#gladden#gladden#gladden#gladden+ed#(1.5,01032820)(1.6,01237403)###EM ( :DEF_WORD "gladden" :CLASS "31.1.c" :WN_SENSE (("1.5" 01032820) ("1.6" 01237403)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gladden+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#gladden#gladden#gladden#gladden+ingly#(1.5,01032820,01032440)(1.6,01237403,01237013)###EM ( :DEF_WORD "gladden" :CLASS "31.3.b" :WN_SENSE (("1.5" 01032820 01032440) ("1.6" 01237403 01237013)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (gladden+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#gladden#gladden#gladden#gladden+ed#(1.5,01032820)(1.6,01237403)###EM ( :DEF_WORD "gladden" :CLASS "45.4.a" :WN_SENSE (("1.5" 01032820) ("1.6" 01237403)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gladden+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#gladden#gladden#gladden#gladden+ed#(1.5,01032820)(1.6,01237403)###EM ( :DEF_WORD "gladden" :CLASS "45.4.b" :WN_SENSE (("1.5" 01032820) ("1.6" 01237403)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gladden+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#gladden#gladden#gladden#gladden+ed#(1.5,01032440)(1.6,01237013)###EM ( :DEF_WORD "gladden" :CLASS "45.4.c" :WN_SENSE (("1.5" 01032440) ("1.6" 01237013)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gladden+ed 9)))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#glance#glance#glance#glance+ingly#(1.5,01235263)(1.6,01482231)###EM ( :DEF_WORD "glance" :CLASS "30.3.a" :WN_SENSE (("1.5" 01235263) ("1.6" 01482231)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (glance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#glance#glance#glance#glance+ingly#(1.5,01235263)(1.6,01482231)###EM ( :DEF_WORD "glance" :CLASS "30.3.b" :WN_SENSE (("1.5" 01235263) ("1.6" 01482231)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (glance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#glare#glare#glare#glare+ingly#(1.5,00021543)(1.6,00022963)###EM ( :DEF_WORD "glare" :CLASS "30.3.a" :WN_SENSE (("1.5" 00021543) ("1.6" 00022963)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (glare+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#glare#glare#glare#glare+ingly#(1.5,00021543)(1.6,00022963)###EM ( :DEF_WORD "glare" :CLASS "30.3.b" :WN_SENSE (("1.5" 00021543) ("1.6" 00022963)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (glare+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#glare#glare#glare#glare+ingly#(1.5,00021543)(1.6,00022963)###BJDMAP ( :DEF_WORD "glare" :CLASS "40.2.b" :WN_SENSE (("1.5" 00021543) ("1.6" 00022963)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (glare+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glare#glare#glare#glare+ed#(1.5,01562242,01562181,01233889)(1.6,01889719,01889719,01480466)###BJDMAP ( :DEF_WORD "glare" :CLASS "43.1.a" :WN_SENSE (("1.5" 01562242 01562181 01233889) ("1.6" 01889719 01889719 01480466)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glare+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glare#glare#glare#glare+ed#(1.5,01562242,01562181,01233889)(1.6,01889719,01889719,01480466)###BJDMAP ( :DEF_WORD "glare" :CLASS "43.1.b" :WN_SENSE (("1.5" 01562242 01562181 01233889) ("1.6" 01889719 01889719 01480466)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glare+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 24#1#,ag_th,instr(with)#glaze#glaze#glaze#glaze+ed#(1.5,00725971,00963931)(1.6,00866136,01154923)###EM ( :DEF_WORD "glaze" :CLASS "24" :WN_SENSE (("1.5" 00725971 00963931) ("1.6" 00866136 01154923)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glaze+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#gleam#gleam#gleam#gleam+ed#(1.5,01234118,01232777)(1.6,01480723,01478921)###BJDMAP ( :DEF_WORD "gleam" :CLASS "43.1.a" :WN_SENSE (("1.5" 01234118 01232777) ("1.6" 01480723 01478921)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (gleam+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#gleam#gleam#gleam#gleam+ed#(1.5,01234118,01232777)(1.6,01480723,01478921)###BJDMAP ( :DEF_WORD "gleam" :CLASS "43.1.b" :WN_SENSE (("1.5" 01234118 01232777) ("1.6" 01480723 01478921)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (gleam+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 14.a#1#_ag,info,src(from)#glean#glean#glean#glean+ingly#(1.5,00756525)(1.6,00901473)###EM ( :DEF_WORD "glean" :CLASS "14.a" :WN_SENSE (("1.5" 00756525) ("1.6" 00901473)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (glean+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 51.3.1.a.i#1#_th#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.1.a.i" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (glide+ingly 26)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (glide+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (glide+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (glide+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (glide+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#glide#glide#glide#glide+ingly#(1.5,01075641)(1.6,01288660)###EM ( :DEF_WORD "glide" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01075641) ("1.6" 01288660)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (glide+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glimmer#glimmer#glimmer#glimmer+ed#(1.5,01232777)(1.6,01478921)###BJDMAP ( :DEF_WORD "glimmer" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232777) ("1.6" 01478921)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glimmer+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glimmer#glimmer#glimmer#glimmer+ed#(1.5,01232777)(1.6,01478921)###BJDMAP ( :DEF_WORD "glimmer" :CLASS "43.1.b" :WN_SENSE (("1.5" 01232777) ("1.6" 01478921)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glimmer+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 30.2.a.i#1#_exp_perc#glimpse#glimpse#glimpse#glimpse+ingly#(1.5,01210049)(1.6,01450677)###EM ( :DEF_WORD "glimpse" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01210049) ("1.6" 01450677)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (glimpse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#glimpse#glimpse#glimpse#glimpse+ingly#(1.5,01210049)(1.6,01450677)###EM ( :DEF_WORD "glimpse" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01210049) ("1.6" 01450677)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (glimpse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#glimpse#glimpse#glimpse#glimpse+ingly#(1.5,01210049)(1.6,01450677)###EM ( :DEF_WORD "glimpse" :CLASS "30.2.c" :WN_SENSE (("1.5" 01210049) ("1.6" 01450677)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (glimpse+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glint#glint#glint#glint+ed#(1.5,01530191)(1.6,01480723)###BJDMAP ( :DEF_WORD "glint" :CLASS "43.1.a" :WN_SENSE (("1.5" 01530191) ("1.6" 01480723)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glint+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glint#glint#glint#glint+ed#(1.5,01530191)(1.6,01480723)###BJDMAP ( :DEF_WORD "glint" :CLASS "43.1.b" :WN_SENSE (("1.5" 01530191) ("1.6" 01480723)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glint+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glisten#glisten#glisten#glisten+ed#(1.5,01530191)(1.6,01480723)###BJDMAP ( :DEF_WORD "glisten" :CLASS "43.1.a" :WN_SENSE (("1.5" 01530191) ("1.6" 01480723)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glisten+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glisten#glisten#glisten#glisten+ed#(1.5,01530191)(1.6,01480723)###BJDMAP ( :DEF_WORD "glisten" :CLASS "43.1.b" :WN_SENSE (("1.5" 01530191) ("1.6" 01480723)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glisten+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glitter#glitter#glitter#glitter+ed#(1.5,01234118)(1.6,01480723)###BJDMAP ( :DEF_WORD "glitter" :CLASS "43.1.a" :WN_SENSE (("1.5" 01234118) ("1.6" 01480723)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glitter+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glitter#glitter#glitter#glitter+ed#(1.5,01234118)(1.6,01480723)###BJDMAP ( :DEF_WORD "glitter" :CLASS "43.1.b" :WN_SENSE (("1.5" 01234118) ("1.6" 01480723)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glitter+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.3.h#1#_exp_perc(over)#gloat#gloat#gloat#gloat+ingly#(1.5,00496372,01236469)(1.6,00598699,01483617)###EM ( :DEF_WORD "gloat" :CLASS "31.3.h" :WN_SENSE (("1.5" 00496372 01236469) ("1.6" 00598699 01483617)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (gloat+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#glom#glom#glom#glom+ingly#(1.5,01320466)(1.6,01587253)###EM ( :DEF_WORD "glom" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (glom+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#glom#glom#glom#glom+ed#(1.5,01320466)(1.6,01587253)###EM ( :DEF_WORD "glom" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glom+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#glorify#glorify#glorify#glorify+#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "glorify" :CLASS "33.a.i" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (glorify+ 2) (toward comm (glorify+ 2) (at comm (glorify+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#glory#glory#glory#glory+ingly#(1.5,00481340)(1.6,00582266)###EM ( :DEF_WORD "glory" :CLASS "31.3.e" :WN_SENSE (("1.5" 00481340) ("1.6" 00582266)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (glory+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#glove#glove#glove#glove+ed####EM ( :DEF_WORD "glove" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glove+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#glow#glow#glow#glow+ed#(1.5,01233014,01232848,01564083,00021039)(1.6,01479299,01479032,01891783,01479299)###BJDMAP ( :DEF_WORD "glow" :CLASS "43.1.a" :WN_SENSE (("1.5" 01233014 01232848 01564083 00021039) ("1.6" 01479299 01479032 01891783 01479299)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (glow+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#glow#glow#glow#glow+ed#(1.5,01233014,01232848,01564083,00021039)(1.6,01479299,01479032,01891783,01479299)###BJDMAP ( :DEF_WORD "glow" :CLASS "43.1.b" :WN_SENSE (("1.5" 01233014 01232848 01564083 00021039) ("1.6" 01479299 01479032 01891783 01479299)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (glow+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#glower#glower#glower#glower+ingly#(1.5,00021543,00021374)(1.6,00022963,00022810)###BJDMAP ( :DEF_WORD "glower" :CLASS "40.2.b" :WN_SENSE (("1.5" 00021543 00021374) ("1.6" 00022963 00022810)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (glower+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#glue#glue#glue#glue+ingly#(1.5,00762986)(1.6,00909290)###EM ( :DEF_WORD "glue" :CLASS "22.4.a" :WN_SENSE (("1.5" 00762986) ("1.6" 00909290)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (glue+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#glue#glue#glue#glue+ed#(1.5,00762986)(1.6,00909290)###EM ( :DEF_WORD "glue" :CLASS "22.4.b" :WN_SENSE (("1.5" 00762986) ("1.6" 00909290)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glue+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#glutenize#glutenize#glutenize#glutenize+ed####EM ( :DEF_WORD "glutenize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glutenize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#glutenize#glutenize#glutenize#glutenize+ed####EM ( :DEF_WORD "glutenize" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glutenize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#glutenize#glutenize#glutenize#glutenize+ed####EM ( :DEF_WORD "glutenize" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (glutenize+ed 9)))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#gnash#gnash#gnash#gnash+ingly#(1.5,00048573)(1.6,00054683)###EM ( :DEF_WORD "gnash" :CLASS "40.3.2" :WN_SENSE (("1.5" 00048573) ("1.6" 00054683)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (gnash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 39.2.a#1#_ag,th#gnaw#gnaw#gnaw#gnaw+ingly#(1.5,00831150)(1.6,00991333)###EM ( :DEF_WORD "gnaw" :CLASS "39.2.a" :WN_SENSE (("1.5" 00831150) ("1.6" 00991333)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (gnaw+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#gnaw#gnaw#gnaw#gnaw+ingly#(1.5,00831150)(1.6,00991333)###EM ( :DEF_WORD "gnaw" :CLASS "39.2.b" :WN_SENSE (("1.5" 00831150) ("1.6" 00991333)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (gnaw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#gnaw#gnaw#gnaw#gnaw+ingly#(1.5,00831150)(1.6,00991333)###EM ( :DEF_WORD "gnaw" :CLASS "39.2.c" :WN_SENSE (("1.5" 00831150) ("1.6" 00991333)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (gnaw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#go#go#go#go+ingly#(1.5,01046072,01054314,01343674)(1.6,01253107,01273498,01615757)###EM ( :DEF_WORD "go" :CLASS "47.7.a" :WN_SENSE (("1.5" 01046072 01054314 01343674) ("1.6" 01253107 01273498 01615757)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (go+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#go#go#go#go+ingly#(1.5,01046072,01054314,01343674)(1.6,01253107,01273498,01615757)###EM ( :DEF_WORD "go" :CLASS "47.7.b" :WN_SENSE (("1.5" 01046072 01054314 01343674) ("1.6" 01253107 01273498 01615757)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (go+ingly 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#go#go#go#go+ingly#(1.5,01046072,01054314,01343674)(1.6,01253107,01273498,01615757)###EM ( :DEF_WORD "go" :CLASS "51.1.a" :WN_SENSE (("1.5" 01046072 01054314 01343674) ("1.6" 01253107 01273498 01615757)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (go+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#gobble#gobble#gobble#gobble+#(1.5,00599274)(1.6,00717283)###EM ( :DEF_WORD "gobble" :CLASS "38" :WN_SENSE (("1.5" 00599274) ("1.6" 00717283)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (gobble+ 2) ((* toward 5) comm (gobble+ 2) (touching comm (gobble+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 39.3.a.i#1#_ag_th#gobble#gobble#gobble#gobble+ingly#(1.5,00666740)(1.6,00798099)###BJDMAP ( :DEF_WORD "gobble" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00666740) ("1.6" 00798099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (gobble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#gobble#gobble#gobble#gobble+ingly#(1.5,00666740)(1.6,00798099)###BJDMAP ( :DEF_WORD "gobble" :CLASS "39.3.b" :WN_SENSE (("1.5" 00666740) ("1.6" 00798099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (gobble+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#goggle#goggle#goggle#goggle+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "goggle" :CLASS "30.3.a" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (goggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#goggle#goggle#goggle#goggle+ingly#(1.5,01234817)(1.6,01481785)###EM ( :DEF_WORD "goggle" :CLASS "30.3.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (goggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#goggle#goggle#goggle#goggle+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ( :DEF_WORD "goggle" :CLASS "40.2.b" :WN_SENSE (("1.5" 01234817) ("1.6" 01481785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (goggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#gondola#gondola#gondola#gondola+ingly####EM ( :DEF_WORD "gondola" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (gondola+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#gondola#gondola#gondola#gondola+ingly####EM ( :DEF_WORD "gondola" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (gondola+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#goosestep#goosestep#goosestep#goosestep+ingly#(1.5,01098922)(1.6,01316088)###EM ( :DEF_WORD "goosestep" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01098922) ("1.6" 01316088)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (goosestep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#goosestep#goosestep#goosestep#goosestep+ingly#(1.5,01098922)(1.6,01316088)###EM ( :DEF_WORD "goosestep" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01098922) ("1.6" 01316088)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (goosestep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#gore#gore#gore#gore+ed####BJDMAP ( :DEF_WORD "gore" :CLASS "43.1.a" :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (gore+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 39.6.a#1#_ag_mod-poss(on)#gorge#gorge#gorge#gorge+ingly#(1.5,00678371)(1.6,00811317)###EM ( :DEF_WORD "gorge" :CLASS "39.6.a" :WN_SENSE (("1.5" 00678371) ("1.6" 00811317)) :PROPBANK ("arg0 arg3(on)") :THETA_ROLES ((1 "_ag_mod-poss(on)")) :LCS (act loc (* thing 1) ((* on 15) poss (*head*) (thing 16)) (gorge+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 37.6.b#1#_exp#gossip#gossip#gossip#gossip+ingly#(1.5,00589291,00587229)(1.6,00705705,00703394)###BJDMAP ( :DEF_WORD "gossip" :CLASS "37.6.b" :WN_SENSE (("1.5" 00589291 00587229) ("1.6" 00705705 00703394)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (gossip+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#gouge#gouge#gouge#gouge+ed#(1.5,00733900)(1.6,00875230)###EM ( :DEF_WORD "gouge" :CLASS "21.2.a" :WN_SENSE (("1.5" 00733900) ("1.6" 00875230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gouge+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#gouge#gouge#gouge#gouge+ed#(1.5,00733900)(1.6,00875230)###EM ( :DEF_WORD "gouge" :CLASS "21.2.b" :WN_SENSE (("1.5" 00733900) ("1.6" 00875230)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gouge+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#gouge#gouge#gouge#gouge+ed#(1.5,00733900)(1.6,00875230)###EM ( :DEF_WORD "gouge" :CLASS "21.2.c" :WN_SENSE (("1.5" 00733900) ("1.6" 00875230)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (gouge+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#govern#govern#govern#govern+ingly#(1.5,01421912)(1.6,01712330)###EM ( :DEF_WORD "govern" :CLASS "29.2.d" :WN_SENSE (("1.5" 01421912) ("1.6" 01712330)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (govern+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#grab#grab#grab#grab+ingly#(1.5,00827689,01311210,00775816)(1.6,00986697,01575938,00923962)###EM ( :DEF_WORD "grab" :CLASS "10.5" :WN_SENSE (("1.5" 00827689 01311210 00775816) ("1.6" 00986697 01575938 00923962)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (grab+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#grab#grab#grab#grab+ingly#(1.5,01311210)(1.6,01575938)###EM ( :DEF_WORD "grab" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01311210) ("1.6" 01575938)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (grab+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#grace#grace#grace#grace+ed#(1.5,00959417)(1.6,01150345)###BJDMAP ( :DEF_WORD "grace" :CLASS "9.8.b" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (grace+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#gradate#gradate#gradate#gradate+ed####EM ( :DEF_WORD "gradate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gradate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#grade#grade#grade#grade+ed#(1.5,00369298)(1.6,00443221)###EM ( :DEF_WORD "grade" :CLASS "29.2.c" :WN_SENSE (("1.5" 00369298) ("1.6" 00443221)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (grade+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#graffiti#graffiti#graffiti#graffiti+ed####EM ( :DEF_WORD "graffiti" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (graffiti+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#graft#graft#graft#graft+ingly#(1.5,00880773,00880661)(1.6,01052778,01052666)###EM ( :DEF_WORD "graft" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00880773 00880661) ("1.6" 01052778 01052666)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (graft+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#graft#graft#graft#graft+ed#(1.5,00880661)(1.6,01052666)###EM ( :DEF_WORD "graft" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00880661) ("1.6" 01052666)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (graft+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#grant#grant#grant#grant+ingly#(1.5,01287620,00453422,01318022,01317767,01284256)(1.6,01547673,00547843,01583295,01582922,01543927)###EM ( :DEF_WORD "grant" :CLASS "13.3" :WN_SENSE (("1.5" 01287620 00453422 01318022 01317767 01284256) ("1.6" 01547673 00547843 01583295 01582922 01543927)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (grant+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#grant#grant#grant#grant+ingly#(1.5,01287620,00453422,01318022,01317767,01284256)(1.6,01547673,00547843,01583295,01582922,01543927)###EM ( :DEF_WORD "grant" :CLASS "13.3" :WN_SENSE (("1.5" 01287620 00453422 01318022 01317767 01284256) ("1.6" 01547673 00547843 01583295 01582922 01543927)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (grant+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#grant#grant#grant#grant+ingly#(1.5,00453422)(1.6,00547843)###EM ( :DEF_WORD "grant" :CLASS "29.5.d" :WN_SENSE (("1.5" 00453422) ("1.6" 00547843)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (grant+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#grant#grant#grant#grant+ingly#(1.5,00453422)(1.6,00547843)###EM ( :DEF_WORD "grant" :CLASS "29.5.e" :WN_SENSE (("1.5" 00453422) ("1.6" 00547843)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (grant+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#granulate#granulate#granulate#granulate+ed#(1.5,00084528)(1.6,00097065)###EM ( :DEF_WORD "granulate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00084528) ("1.6" 00097065)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (granulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#granulate#granulate#granulate#granulate+ed#(1.5,00084528)(1.6,00097065)###EM ( :DEF_WORD "granulate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00084528) ("1.6" 00097065)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (granulate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#granulate#granulate#granulate#granulate+ed#(1.5,00082728)(1.6,00094964)###EM ( :DEF_WORD "granulate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00082728) ("1.6" 00094964)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (granulate+ed 9)))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#grasp#grasp#grasp#grasp+ingly#(1.5,00692540)(1.6,00828075)###EM ( :DEF_WORD "grasp" :CLASS "15.1.a" :WN_SENSE (("1.5" 00692540) ("1.6" 00828075)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (grasp+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#grasp#grasp#grasp#grasp+ingly#(1.5,00692540)(1.6,00828075)###EM ( :DEF_WORD "grasp" :CLASS "15.1.b" :WN_SENSE (("1.5" 00692540) ("1.6" 00828075)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (grasp+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#grate#grate#grate#grate+ed#(1.5,01010438)(1.6,01210930)###EM ( :DEF_WORD "grate" :CLASS "21.2.a" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#grate#grate#grate#grate+ed#(1.5,01010438)(1.6,01210930)###EM ( :DEF_WORD "grate" :CLASS "21.2.b" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#grate#grate#grate#grate+ed#(1.5,00750619)(1.6,00893983)###EM ( :DEF_WORD "grate" :CLASS "21.2.c" :WN_SENSE (("1.5" 00750619) ("1.6" 00893983)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (grate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 31.4.b#1#_perc_exp(on)#grate#grate#grate#grate+ingly#(1.5,01010438)(1.6,01210930)###EM ( :DEF_WORD "grate" :CLASS "31.4.b" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg1 arg3(on)") :THETA_ROLES ((1 "_perc_exp(on)")) :LCS (act perc (* thing 8) ((on 7) perc (thing 8) (* thing 2)) (grate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#gratify#gratify#gratify#gratify+ingly#(1.5,01034518)(1.6,01239189)###EM ( :DEF_WORD "gratify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034518) ("1.6" 01239189)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (gratify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#gratify#gratify#gratify#gratify+ingly#(1.5,01034518)(1.6,01239189)###EM ( :DEF_WORD "gratify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034518) ("1.6" 01239189)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (gratify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#gravel#gravel#gravel#gravel+ed#(1.5,00921869)(1.6,01103996)###EM ( :DEF_WORD "gravel" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00921869) ("1.6" 01103996)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gravel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#gray#gray#gray#gray+ed#(1.5,00174278)(1.6,00199295)###EM ( :DEF_WORD "gray" :CLASS "45.4.a" :WN_SENSE (("1.5" 00174278) ("1.6" 00199295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gray+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#gray#gray#gray#gray+ed#(1.5,00174278)(1.6,00199295)###EM ( :DEF_WORD "gray" :CLASS "45.4.b" :WN_SENSE (("1.5" 00174278) ("1.6" 00199295)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gray+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#gray#gray#gray#gray+ed#(1.5,00174042)(1.6,00199062)###EM ( :DEF_WORD "gray" :CLASS "45.4.c" :WN_SENSE (("1.5" 00174042) ("1.6" 00199062)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gray+ed 9)))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#graze#graze#graze#graze+ingly#(1.5,00707019)(1.6,00845391)###EM ( :DEF_WORD "graze" :CLASS "20.a" :WN_SENSE (("1.5" 00707019) ("1.6" 00845391)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (graze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.a#1#_ag#graze#graze#graze#graze+ingly#(1.5,00667339)(1.6,00798823)###EM ( :DEF_WORD "graze" :CLASS "39.5.a" :WN_SENSE (("1.5" 00667339) ("1.6" 00798823)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (graze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#graze#graze#graze#graze+ingly#(1.5,00667339)(1.6,00798823)###EM ( :DEF_WORD "graze" :CLASS "39.5.b" :WN_SENSE (("1.5" 00667339) ("1.6" 00798823)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (graze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#grease#grease#grease#grease+ingly#(1.5,00853235)(1.6,01018687)###EM ( :DEF_WORD "grease" :CLASS "9.9.i" :WN_SENSE (("1.5" 00853235) ("1.6" 01018687)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (grease+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#grease#grease#grease#grease+ed#(1.5,00853235,00725867)(1.6,01018687,00866051)##(manner = again+/m)#BJDMAP ( :DEF_WORD "grease" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00853235 00725867) ("1.6" 01018687 00866051)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grease+ed 9)))) ((* with 15) poss (*head*) (thing 16)) (again+/m)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#grease#grease#grease#grease+ed#(1.5,00853235,00725867)(1.6,01018687,00866051)###BJDMAP ( :DEF_WORD "grease" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00853235 00725867) ("1.6" 01018687 00866051)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grease+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#green#green#green#green+ed#(1.5,00306772)(1.6,00363796)###EM ( :DEF_WORD "green" :CLASS "45.4.a" :WN_SENSE (("1.5" 00306772) ("1.6" 00363796)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (green+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#green#green#green#green+ed#(1.5,00306772)(1.6,00363796)###EM ( :DEF_WORD "green" :CLASS "45.4.b" :WN_SENSE (("1.5" 00306772) ("1.6" 00363796)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (green+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#green#green#green#green+ed#(1.5,00306772)(1.6,00363796)###EM ( :DEF_WORD "green" :CLASS "45.4.c" :WN_SENSE (("1.5" 00306772) ("1.6" 00363796)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (green+ed 9)))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#greet#greet#greet#greet+#(1.5,00504484)(1.6,00607777)###EM ( :DEF_WORD "greet" :CLASS "33.a.i" :WN_SENSE (("1.5" 00504484) ("1.6" 00607777)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (greet+ 2) (toward comm (greet+ 2) (at comm (greet+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#grieve#grieve#grieve#grieve+ingly#(1.5,01023453)(1.6,01226612)###EM ( :DEF_WORD "grieve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01023453) ("1.6" 01226612)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (grieve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#grieve#grieve#grieve#grieve+ingly#(1.5,01023453)(1.6,01226612)###EM ( :DEF_WORD "grieve" :CLASS "31.1.b" :WN_SENSE (("1.5" 01023453) ("1.6" 01226612)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (grieve+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#grieve#grieve#grieve#grieve+ed#(1.5,01023453)(1.6,01226612)###EM ( :DEF_WORD "grieve" :CLASS "31.1.c" :WN_SENSE (("1.5" 01023453) ("1.6" 01226612)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grieve+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#grieve#grieve#grieve#grieve+ingly#(1.5,01023304)(1.6,01226464)###EM ( :DEF_WORD "grieve" :CLASS "31.3.c" :WN_SENSE (("1.5" 01023304) ("1.6" 01226464)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (grieve+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#grieve#grieve#grieve#grieve+ingly#(1.5,01023304)(1.6,01226464)###EM ( :DEF_WORD "grieve" :CLASS "31.3.h" :WN_SENSE (("1.5" 01023304) ("1.6" 01226464)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (grieve+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#grill#grill#grill#grill+ed#(1.5,00198065)(1.6,00226837)###EM ( :DEF_WORD "grill" :CLASS "26.3" :WN_SENSE (("1.5" 00198065) ("1.6" 00226837)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grill+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#grill#grill#grill#grill+ed#(1.5,00198065)(1.6,00226837)###EM ( :DEF_WORD "grill" :CLASS "26.3" :WN_SENSE (("1.5" 00198065) ("1.6" 00226837)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grill+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#grill#grill#grill#grill+ingly#(1.5,00198065)(1.6,00226837)###EM ( :DEF_WORD "grill" :CLASS "45.3.a" :WN_SENSE (("1.5" 00198065) ("1.6" 00226837)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (grill+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#grill#grill#grill#grill+ingly#(1.5,00198065)(1.6,00226837)###EM ( :DEF_WORD "grill" :CLASS "45.3.b" :WN_SENSE (("1.5" 00198065) ("1.6" 00226837)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (grill+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#grill#grill#grill#grill+ed#(1.5,00198065)(1.6,00226837)###EM ( :DEF_WORD "grill" :CLASS "45.3.c" :WN_SENSE (("1.5" 00198065) ("1.6" 00226837)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grill+ed 9)))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#grimace#grimace#grimace#grimace+ingly#(1.5,00022396)(1.6,00023902)###BJDMAP ( :DEF_WORD "grimace" :CLASS "40.2.b" :WN_SENSE (("1.5" 00022396) ("1.6" 00023902)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (grimace+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#grin#grin#grin#grin+ingly#(1.5,00018926)(1.6,00020314)###BJDMAP ( :DEF_WORD "grin" :CLASS "40.2.b" :WN_SENSE (("1.5" 00018926) ("1.6" 00020314)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (grin+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#grind#grind#grind#grind+ed#(1.5,00917243,00803142,00200306)(1.6,01098494,00956445,00229305)###EM ( :DEF_WORD "grind" :CLASS "21.2.a" :WN_SENSE (("1.5" 00917243 00803142 00200306) ("1.6" 01098494 00956445 00229305)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grind+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#grind#grind#grind#grind+ed#(1.5,00917243,00803142,00200306)(1.6,01098494,00956445,00229305)###EM ( :DEF_WORD "grind" :CLASS "21.2.b" :WN_SENSE (("1.5" 00917243 00803142 00200306) ("1.6" 01098494 00956445 00229305)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grind+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#grind#grind#grind#grind+ed#(1.5,00200306)(1.6,00229305)###EM ( :DEF_WORD "grind" :CLASS "21.2.c" :WN_SENSE (("1.5" 00200306) ("1.6" 00229305)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (grind+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#grind#grind#grind#grind+ed#(1.5,00917243,00803142,00200306)(1.6,01098494,00956445,00229305)###EM ( :DEF_WORD "grind" :CLASS "26.1.a" :WN_SENSE (("1.5" 00917243 00803142 00200306) ("1.6" 01098494 00956445 00229305)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grind+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#grind#grind#grind#grind+ed#(1.5,00917243,00803142,00200306)(1.6,01098494,00956445,00229305)###EM ( :DEF_WORD "grind" :CLASS "26.1.a" :WN_SENSE (("1.5" 00917243 00803142 00200306) ("1.6" 01098494 00956445 00229305)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grind+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#grind#grind#grind#grind+ingly#(1.5,00803142,01171373)(1.6,00956445,01400079)###EM ( :DEF_WORD "grind" :CLASS "26.1.b" :WN_SENSE (("1.5" 00803142 01171373) ("1.6" 00956445 01400079)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (grind+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#grind#grind#grind#grind+ingly#(1.5,00803142,01171373)(1.6,00956445,01400079)###EM ( :DEF_WORD "grind" :CLASS "40.3.2" :WN_SENSE (("1.5" 00803142 01171373) ("1.6" 00956445 01400079)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (grind+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#grip#grip#grip#grip+ingly#(1.5,00697618,00692540)(1.6,00833964,00828075)###EM ( :DEF_WORD "grip" :CLASS "15.1.a" :WN_SENSE (("1.5" 00697618 00692540) ("1.6" 00833964 00828075)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (grip+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#grip#grip#grip#grip+ingly#(1.5,00697618,00692540)(1.6,00833964,00828075)###EM ( :DEF_WORD "grip" :CLASS "15.1.b" :WN_SENSE (("1.5" 00697618 00692540) ("1.6" 00833964 00828075)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (grip+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 37.8.a#1#_ag,goal(to),info(that,about)#gripe#gripe#gripe#gripe+ingly#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "gripe" :CLASS "37.8.a" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((1 "_ag,goal(to),info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gripe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (thing -) (cform fin) :optional)) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#gripe#gripe#gripe#gripe+ingly#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "gripe" :CLASS "37.8.b" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gripe+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#gripe#gripe#gripe#gripe+ingly#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "gripe" :CLASS "37.8.b" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (gripe+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.8.c#1#_ag_goal(at)#gripe#gripe#gripe#gripe+#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "gripe" :CLASS "37.8.c" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (cause (* thing 1) (go comm (gripe+ 2) ((* toward 5) comm (gripe+ 2) (touching perc (gripe+ 2) (thing 6))))) :VAR_SPEC ((2 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (groan+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (groan+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#groan#groan#groan#groan+#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "37.3.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (groan+ 2) ((* toward 5) comm (groan+ 2) ((at 5) comm (groan+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#groan#groan#groan#groan+#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "37.3.c" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (groan+ 2) (toward comm (groan+ 2) (at comm (groan+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###BJDMAP ( :DEF_WORD "groan" :CLASS "40.2.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (groan+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "43.2.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (groan+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "43.2.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (groan+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "groan" :CLASS "43.2.c" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (groan+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 41.1.2#1#_ag_th#groom#groom#groom#groom+ed#(1.5,01351726,00029442,00026120)(1.6,01626290,00032272,00028289)###EM ( :DEF_WORD "groom" :CLASS "41.1.2" :WN_SENSE (("1.5" 01351726 00029442 00026120) ("1.6" 01626290 00032272 00028289)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (groom+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#groove#groove#groove#groove+ed#(1.5,00838852,00733900)(1.6,01000203,00875230)###EM ( :DEF_WORD "groove" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00838852 00733900) ("1.6" 01000203 00875230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (groove+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.g#1#_exp_perc(on)#groove#groove#groove#groove+ingly####EM ( :DEF_WORD "groove" :CLASS "31.3.g" :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (act perc (* thing 2) ((* on 7) perc (thing 2) (thing 8)) (groove+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#grope#grope#grope#grope+ingly#(1.5,00754072)(1.6,00898252)###EM ( :DEF_WORD "grope" :CLASS "35.5" :WN_SENSE (("1.5" 00754072) ("1.6" 00898252)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (grope+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#grope#grope#grope#grope+ingly#(1.5,00754072)(1.6,00898252)###EM ( :DEF_WORD "grope" :CLASS "35.5" :WN_SENSE (("1.5" 00754072) ("1.6" 00898252)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (grope+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 37.8.a#1#_ag,goal(to),info(that,about)#grouch#grouch#grouch#grouch+ingly####EM ( :DEF_WORD "grouch" :CLASS "37.8.a" :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((1 "_ag,goal(to),info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grouch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (thing -) (cform fin) :optional)) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#grouch#grouch#grouch#grouch+ingly#(1.5,00511867)(1.6,00615819)###EM ( :DEF_WORD "grouch" :CLASS "37.8.b" :WN_SENSE (("1.5" 00511867) ("1.6" 00615819)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grouch+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#grouch#grouch#grouch#grouch+ingly#(1.5,00511867)(1.6,00615819)###EM ( :DEF_WORD "grouch" :CLASS "37.8.b" :WN_SENSE (("1.5" 00511867) ("1.6" 00615819)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grouch+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.8.c#1#_ag_goal(at)#grouch#grouch#grouch#grouch+#(1.5,00511867,00511736)(1.6,00615819,00615688)###EM ( :DEF_WORD "grouch" :CLASS "37.8.c" :WN_SENSE (("1.5" 00511867 00511736) ("1.6" 00615819 00615688)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (cause (* thing 1) (go comm (grouch+ 2) ((* toward 5) comm (grouch+ 2) (touching perc (grouch+ 2) (thing 6))))) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.10#1#_ag_th#ground#ground#ground#ground+#(1.5,00864123,01155586,00740646)(1.6,01031980,01381363,00882780)###EM ( :DEF_WORD "ground" :CLASS "9.10" :WN_SENSE (("1.5" 00864123 01155586 00740646) ("1.6" 01031980 01381363 00882780)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (ground+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#group#group#group#group+ingly#(1.5,00368529)(1.6,00442337)###EM ( :DEF_WORD "group" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 00368529) ("1.6" 00442337)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (group+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#group#group#group#group+ingly#(1.5,00368529,00615120)(1.6,00442337,00738111)###EM ( :DEF_WORD "group" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00368529 00615120) ("1.6" 00442337 00738111)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (group+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#group#group#group#group+ed#(1.5,00368529,00615120)(1.6,00442337,00738111)###EM ( :DEF_WORD "group" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00368529 00615120) ("1.6" 00442337 00738111)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (group+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#group#group#group#group+ingly#(1.5,00368529,00615120)(1.6,00442337,00738111)###EM ( :DEF_WORD "group" :CLASS "47.5.2" :WN_SENSE (("1.5" 00368529 00615120) ("1.6" 00442337 00738111)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (group+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 13.7#1#_ag#grouse#grouse#grouse#grouse+ingly#(1.5,00648926)(1.6,00776603)###EM ( :DEF_WORD "grouse" :CLASS "13.7" :WN_SENSE (("1.5" 00648926) ("1.6" 00776603)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (grouse+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#grouse#grouse#grouse#grouse+ingly#(1.5,00512585)(1.6,00616654)###BJDMAP ( :DEF_WORD "grouse" :CLASS "37.8.b" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grouse+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#grouse#grouse#grouse#grouse+ingly#(1.5,00512585)(1.6,00616654)###BJDMAP ( :DEF_WORD "grouse" :CLASS "37.8.b" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grouse+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 31.3.a.i#1#_exp_perc(before)#grovel#grovel#grovel#grovel+ingly#(1.5,01180777)(1.6,01411779)###BJDMAP ( :DEF_WORD "grovel" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 01180777) ("1.6" 01411779)) :PROPBANK ("arg0 arg1(before)") :THETA_ROLES ((1 "_exp_perc(before)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (grovel+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#grow#grow#grow#grow+ed#(1.5,00146999)(1.6,00167804)###EM ( :DEF_WORD "grow" :CLASS "26.1.a" :WN_SENSE (("1.5" 00146999) ("1.6" 00167804)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#grow#grow#grow#grow+ed#(1.5,00146999)(1.6,00167804)###EM ( :DEF_WORD "grow" :CLASS "26.1.a" :WN_SENSE (("1.5" 00146999) ("1.6" 00167804)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#grow#grow#grow#grow+ingly#(1.5,00146999)(1.6,00167804)###EM ( :DEF_WORD "grow" :CLASS "26.1.b" :WN_SENSE (("1.5" 00146999) ("1.6" 00167804)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (grow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.2.a.i#1#_th#grow#grow#grow#grow+ingly#(1.5,00138377,00139093)(1.6,00158081,00158819)###EM ( :DEF_WORD "grow" :CLASS "26.2.a.i" :WN_SENSE (("1.5" 00138377 00139093) ("1.6" 00158081 00158819)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (from ident (thing 2) (at ident (thing 2) (thing 4))) (grow+ingly 26)) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#grow#grow#grow#grow+ed#(1.5,00138377,00139093,00146999,00993992)(1.6,00158081,00158819,00167804,01189395)###EM ( :DEF_WORD "grow" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00138377 00139093 00146999 00993992) ("1.6" 00158081 00158819 00167804 01189395)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#grow#grow#grow#grow+ingly#(1.5,00138377,00139093,00146999,00993992)(1.6,00158081,00158819,00167804,01189395)###EM ( :DEF_WORD "grow" :CLASS "26.2.b" :WN_SENSE (("1.5" 00138377 00139093 00146999 00993992) ("1.6" 00158081 00158819 00167804 01189395)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (grow+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#grow#grow#grow#grow+ed#(1.5,00146999,00993992)(1.6,00167804,01189395)###EM ( :DEF_WORD "grow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00146999 00993992) ("1.6" 00167804 01189395)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#grow#grow#grow#grow+ed#(1.5,00146999,00993992)(1.6,00167804,01189395)###EM ( :DEF_WORD "grow" :CLASS "45.4.b" :WN_SENSE (("1.5" 00146999 00993992) ("1.6" 00167804 01189395)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#grow#grow#grow#grow+ed#(1.5,00139093)(1.6,00158819)###EM ( :DEF_WORD "grow" :CLASS "45.4.c" :WN_SENSE (("1.5" 00139093) ("1.6" 00158819)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9)))) ) ;; Grid: 45.6#1#_th#grow#grow#grow#grow+ed#(1.5,00138377)(1.6,00158081)###EM ( :DEF_WORD "grow" :CLASS "45.6" :WN_SENSE (("1.5" 00138377) ("1.6" 00158081)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (grow+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#grow#grow#grow#grow+ingly#(1.5,00138377)(1.6,00158081)###EM ( :DEF_WORD "grow" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00138377) ("1.6" 00158081)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (grow+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#grow#grow#grow#grow+ingly#(1.5,00138377,00139093)(1.6,00158081,00158819)###EM ( :DEF_WORD "grow" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00138377 00139093) ("1.6" 00158081 00158819)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (grow+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (growl+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (growl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#growl#growl#growl#growl+#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "37.3.b" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (growl+ 2) ((* toward 5) comm (growl+ 2) ((at 5) comm (growl+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#growl#growl#growl#growl+#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "37.3.c" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (growl+ 2) (toward comm (growl+ 2) (at comm (growl+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#growl#growl#growl#growl+#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "38" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (growl+ 2) ((* toward 5) comm (growl+ 2) (touching comm (growl+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###BJDMAP ( :DEF_WORD "growl" :CLASS "40.2.b" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (growl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "43.2.a" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (growl+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###EM ( :DEF_WORD "growl" :CLASS "43.2.b" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (growl+ingly 26)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#grudge#grudge#grudge#grudge+ingly#(1.5,01010537)(1.6,01211054)###EM ( :DEF_WORD "grudge" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010537) ("1.6" 01211054)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (grudge+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#grumble#grumble#grumble#grumble+ingly#(1.5,00511736)(1.6,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grumble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#grumble#grumble#grumble#grumble+ingly#(1.5,00511736)(1.6,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grumble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#grumble#grumble#grumble#grumble+#(1.5,00511736)(1.6,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (grumble+ 2) ((* toward 5) comm (grumble+ 2) ((at 5) comm (grumble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#grumble#grumble#grumble#grumble+#(1.5,00511736)(1.6,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00511736) ("1.6" 00615688)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (grumble+ 2) (toward comm (grumble+ 2) (at comm (grumble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.8.a#1#_ag,goal(to),info(that,about)#grumble#grumble#grumble#grumble+ingly#(1.5,00511867,00511736)(1.6,00615819,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.8.a" :WN_SENSE (("1.5" 00511867 00511736) ("1.6" 00615819 00615688)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((1 "_ag,goal(to),info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grumble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (thing -) (cform fin) :optional)) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#grumble#grumble#grumble#grumble+ingly#(1.5,00511867,00511736)(1.6,00615819,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.8.b" :WN_SENSE (("1.5" 00511867 00511736) ("1.6" 00615819 00615688)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grumble+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#grumble#grumble#grumble#grumble+ingly#(1.5,00511867,00511736)(1.6,00615819,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.8.b" :WN_SENSE (("1.5" 00511867 00511736) ("1.6" 00615819 00615688)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grumble+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.8.c#1#_ag_goal(at)#grumble#grumble#grumble#grumble+#(1.5,00511867,00511736)(1.6,00615819,00615688)###EM ( :DEF_WORD "grumble" :CLASS "37.8.c" :WN_SENSE (("1.5" 00511867 00511736) ("1.6" 00615819 00615688)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (cause (* thing 1) (go comm (grumble+ 2) ((* toward 5) comm (grumble+ 2) (touching perc (grumble+ 2) (thing 6))))) :VAR_SPEC ((2 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#grunt#grunt#grunt#grunt+ingly#(1.5,00590142)(1.6,00706689)###EM ( :DEF_WORD "grunt" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590142) ("1.6" 00706689)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grunt+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#grunt#grunt#grunt#grunt+ingly#(1.5,00590142)(1.6,00706689)###EM ( :DEF_WORD "grunt" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590142) ("1.6" 00706689)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (grunt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#grunt#grunt#grunt#grunt+#(1.5,00590142)(1.6,00706689)###EM ( :DEF_WORD "grunt" :CLASS "37.3.b" :WN_SENSE (("1.5" 00590142) ("1.6" 00706689)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (grunt+ 2) ((* toward 5) comm (grunt+ 2) ((at 5) comm (grunt+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#grunt#grunt#grunt#grunt+#(1.5,00590142)(1.6,00706689)###EM ( :DEF_WORD "grunt" :CLASS "37.3.c" :WN_SENSE (("1.5" 00590142) ("1.6" 00706689)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (grunt+ 2) (toward comm (grunt+ 2) (at comm (grunt+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#grunt#grunt#grunt#grunt+#(1.5,00590142)(1.6,00706689)###EM ( :DEF_WORD "grunt" :CLASS "38" :WN_SENSE (("1.5" 00590142) ("1.6" 00706689)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (grunt+ 2) ((* toward 5) comm (grunt+ 2) (touching comm (grunt+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500784)(1.6,00603511)###BJDMAP ( :DEF_WORD "guarantee" :CLASS "005" :WN_SENSE (("1.5" 00500784) ("1.6" 00603511)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (guarantee+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500784,00501543)(1.6,00603511,00604530)###EM ( :DEF_WORD "guarantee" :CLASS "13.3" :WN_SENSE (("1.5" 00500784 00501543) ("1.6" 00603511 00604530)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (guarantee+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500784,00501543)(1.6,00603511,00604530)###EM ( :DEF_WORD "guarantee" :CLASS "13.3" :WN_SENSE (("1.5" 00500784 00501543) ("1.6" 00603511 00604530)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (guarantee+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500655)(1.6,00603280)###EM ( :DEF_WORD "guarantee" :CLASS "29.5.d" :WN_SENSE (("1.5" 00500655) ("1.6" 00603280)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (guarantee+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500655)(1.6,00603280)###EM ( :DEF_WORD "guarantee" :CLASS "29.5.e" :WN_SENSE (("1.5" 00500655) ("1.6" 00603280)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (guarantee+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 021#1#_ag_th(against)#guard#guard#guard#guard+ingly#(1.5,00640181)(1.6,00766986)###EM ! ;; Grid: 37.9.a#1#_ag_goal,info(that)#guarantee#guarantee#guarantee#guarantee+ingly#(1.5,00500655)(1.6,00603280)###EM ( :DEF_WORD "guarantee" :CLASS "37.9.a" :WN_SENSE (("1.5" 00500655) ("1.6" 00603280)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal,info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (guarantee+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#guard#guard#guard#guard+ingly#(1.5,00639495)(1.6,00766532)###EM ( :DEF_WORD "guard" :CLASS "29.8.a" :WN_SENSE (("1.5" 00639495) ("1.6" 00766532)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (guard+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#guard#guard#guard#guard+ingly#(1.5,01390443,00639495)(1.6,01673681,00766532)###EM ( :DEF_WORD "guard" :CLASS "29.8.b" :WN_SENSE (("1.5" 01390443 00639495) ("1.6" 01673681 00766532)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (guard+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#guess#guess#guess#guess+ingly#(1.5,00355753)(1.6,00427776)###EM ( :DEF_WORD "guess" :CLASS "29.5.d" :WN_SENSE (("1.5" 00355753) ("1.6" 00427776)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (guess+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#guess#guess#guess#guess+ingly#(1.5,00355753,00515750,00377820)(1.6,00427776,00620765,00453556)###EM ( :DEF_WORD "guess" :CLASS "29.5.e" :WN_SENSE (("1.5" 00355753 00515750 00377820) ("1.6" 00427776 00620765 00453556)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (guess+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#guffaw#guffaw#guffaw#guffaw+ingly#(1.5,00020220)(1.6,00021785)###BJDMAP ( :DEF_WORD "guffaw" :CLASS "40.2.b" :WN_SENSE (("1.5" 00020220) ("1.6" 00021785)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (guffaw+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#guide#guide#guide#guide+ingly#(1.5,01141779)(1.6,01364494)###EM ( :DEF_WORD "guide" :CLASS "51.7.i" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (guide+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#guide#guide#guide#guide+ingly#(1.5,01141779)(1.6,01364494)###EM ( :DEF_WORD "guide" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (guide+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#gull#gull#gull#gull+ed#(1.5,01457063,00479497)(1.6,01756356,00579817)###EM ( :DEF_WORD "gull" :CLASS "10.6.a" :WN_SENSE (("1.5" 01457063 00479497) ("1.6" 01756356 00579817)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gull+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.a.i#1#_ag_th#gulp#gulp#gulp#gulp+ingly#(1.5,00680638)(1.6,00813980)###BJDMAP ( :DEF_WORD "gulp" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00680638) ("1.6" 00813980)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (gulp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#gulp#gulp#gulp#gulp+ingly#(1.5,00680638)(1.6,00813980)###BJDMAP ( :DEF_WORD "gulp" :CLASS "39.3.b" :WN_SENSE (("1.5" 00680638) ("1.6" 00813980)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (gulp+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#gum#gum#gum#gum+ingly####EM ( :DEF_WORD "gum" :CLASS "22.4.a" :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (gum+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#gum#gum#gum#gum+ed####EM ( :DEF_WORD "gum" :CLASS "22.4.b" :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (gum+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#gurgle#gurgle#gurgle#gurgle+ingly#(1.5,01248385,00664859)(1.6,01498085,00795996)###EM ( :DEF_WORD "gurgle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248385 00664859) ("1.6" 01498085 00795996)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (gurgle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#gurgle#gurgle#gurgle#gurgle+ingly#(1.5,01248385,00664859)(1.6,01498085,00795996)###EM ( :DEF_WORD "gurgle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248385 00664859) ("1.6" 01498085 00795996)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (gurgle+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#gurgle#gurgle#gurgle#gurgle+ingly#(1.5,01248385)(1.6,01498085)###EM ( :DEF_WORD "gurgle" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (gurgle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.3.h#1#_exp_perc(over)#gush#gush#gush#gush+ingly#(1.5,00495407)(1.6,00597745)###EM ( :DEF_WORD "gush" :CLASS "31.3.h" :WN_SENSE (("1.5" 00495407) ("1.6" 00597745)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (gush+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 43.4.a#2#_th_src(through)#gush#gush#gush#gush+ingly#(1.5,01183437)(1.6,01415345)###EM ( :DEF_WORD "gush" :CLASS "43.4.a" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (gush+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#gush#gush#gush#gush+ingly#(1.5,01183437)(1.6,01415345)###EM ( :DEF_WORD "gush" :CLASS "43.4.b" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (gush+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#gush#gush#gush#gush+ingly#(1.5,01183437,00871459)(1.6,01415345,01041534)###EM ( :DEF_WORD "gush" :CLASS "43.4.c" :WN_SENSE (("1.5" 01183437 00871459) ("1.6" 01415345 01041534)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (gush+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#gush#gush#gush#gush+ingly#(1.5,01183437,00871459)(1.6,01415345,01041534)###EM ( :DEF_WORD "gush" :CLASS "43.4.d" :WN_SENSE (("1.5" 01183437 00871459) ("1.6" 01415345 01041534)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (gush+ingly 26)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#gush#gush#gush#gush+ingly#(1.5,01183437,00871459)(1.6,01415345,01041534)###EM ( :DEF_WORD "gush" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01183437 00871459) ("1.6" 01415345 01041534)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (gush+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 57.b#1#_mod-poss(with)#gust#gust#gust#gust+ingly####EM ( :DEF_WORD "gust" :CLASS "57.b" :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (gust+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 10.7#1#_ag_src#gut#gut#gut##(1.5,00915044,00914952)(1.6,01095710,01095614)#loc#(th = gut+)#EM ( :DEF_WORD "gut" :CLASS "10.7" :WN_SENSE (("1.5" 00915044 00914952) ("1.6" 01095710 01095614)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (gut+ 2) (from loc (gut+ 2) (at loc (gut+ 2) (* thing 4))))) ) ;; Grid: 39.3.a.i#1#_ag_th#guzzle#guzzle#guzzle#guzzle+ingly#(1.5,00665055)(1.6,00796191)###BJDMAP ( :DEF_WORD "guzzle" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00665055) ("1.6" 00796191)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (guzzle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#guzzle#guzzle#guzzle#guzzle+ingly#(1.5,00665055)(1.6,00796191)###BJDMAP ( :DEF_WORD "guzzle" :CLASS "39.3.b" :WN_SENSE (("1.5" 00665055) ("1.6" 00796191)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (guzzle+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#gyrate#gyrate#gyrate#gyrate+ingly#(1.5,01170259)(1.6,01398848)###BJDMAP ( :DEF_WORD "gyrate" :CLASS "47.3.b" :WN_SENSE (("1.5" 01170259) ("1.6" 01398848)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (gyrate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.i#1#_ag#gyrate#gyrate#gyrate#gyrate+ingly#(1.5,01170259)(1.6,01398848)###EM ( :DEF_WORD "gyrate" :CLASS "49.a.i" :WN_SENSE (("1.5" 01170259) ("1.6" 01398848)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (gyrate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#gyrate#gyrate#gyrate#gyrate+ingly#(1.5,01170259)(1.6,01398848)###EM ( :DEF_WORD "gyrate" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01170259) ("1.6" 01398848)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (gyrate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#gyrate#gyrate#gyrate#gyrate+ingly#(1.5,01170259)(1.6,01398848)###EM ( :DEF_WORD "gyrate" :CLASS "49.b" :WN_SENSE (("1.5" 01170259) ("1.6" 01398848)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (gyrate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#habituate#habituate#habituate#habituate+ingly#(1.5,00163002)(1.6,00186743)###BJDMAP ( :DEF_WORD "habituate" :CLASS "31.3.i" :WN_SENSE (("1.5" 00163002) ("1.6" 00186743)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (habituate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#hack#hack#hack#hack+ingly#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "21.1.b" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (hack+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#hack#hack#hack#hack+ingly#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "21.1.c" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (hack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#hack#hack#hack#hack+ed#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "21.1.d" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hack+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#hack#hack#hack#hack+ingly#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "21.1.e" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (hack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#hack#hack#hack#hack+ingly#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "23.2.a" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (hack+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#hack#hack#hack#hack+ed#(1.5,00717504)(1.6,00857046)###EM ( :DEF_WORD "hack" :CLASS "23.2.b" :WN_SENSE (("1.5" 00717504) ("1.6" 00857046)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hack+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#hack#hack#hack#hack+ed#(1.5,00717504,00718006)(1.6,00857046,00857558)###EM ( :DEF_WORD "hack" :CLASS "26.1.a" :WN_SENSE (("1.5" 00717504 00718006) ("1.6" 00857046 00857558)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hack+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#hack#hack#hack#hack+ed#(1.5,00717504,00718006)(1.6,00857046,00857558)###EM ( :DEF_WORD "hack" :CLASS "26.1.a" :WN_SENSE (("1.5" 00717504 00718006) ("1.6" 00857046 00857558)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hack+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#hack#hack#hack#hack+ingly#(1.5,00717504,00718006)(1.6,00857046,00857558)###EM ( :DEF_WORD "hack" :CLASS "26.1.b" :WN_SENSE (("1.5" 00717504 00718006) ("1.6" 00857046 00857558)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (hack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#haggle#haggle#haggle#haggle+ingly#(1.5,01286417)(1.6,01546263)###EM ( :DEF_WORD "haggle" :CLASS "36.1.c" :WN_SENSE (("1.5" 01286417) ("1.6" 01546263)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (haggle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#haggle#haggle#haggle#haggle+ingly#(1.5,01286417)(1.6,01546263)###EM ( :DEF_WORD "haggle" :CLASS "36.1.d" :WN_SENSE (("1.5" 01286417) ("1.6" 01546263)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (haggle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#hail#hail#hail#hail+ed#(1.5,00483605,00506727)(1.6,00584625,00610299)###EM ( :DEF_WORD "hail" :CLASS "29.2.c" :WN_SENSE (("1.5" 00483605 00506727) ("1.6" 00584625 00610299)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (hail+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#hail#hail#hail#hail+ingly#(1.5,00483605,00506727)(1.6,00584625,00610299)###EM ( :DEF_WORD "hail" :CLASS "29.2.d" :WN_SENSE (("1.5" 00483605 00506727) ("1.6" 00584625 00610299)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (hail+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#hail#hail#hail#hail+#(1.5,00483605,00506727,01559245)(1.6,00584625,00610299,01885556)###EM ( :DEF_WORD "hail" :CLASS "33.a.i" :WN_SENSE (("1.5" 00483605 00506727 01559245) ("1.6" 00584625 00610299 01885556)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (hail+ 2) (toward comm (hail+ 2) (at comm (hail+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 57.a#1##hail#hail#hail#hail+ingly#(1.5,01559245)(1.6,01885556)###EM ( :DEF_WORD "hail" :CLASS "57.a" :WN_SENSE (("1.5" 01559245) ("1.6" 01885556)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (hail+ingly 26)) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#hallucinate#hallucinate#hallucinate#hallucinate+ingly#(1.5,01208633)(1.6,01449130)###BJDMAP ( :DEF_WORD "hallucinate" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 01208633) ("1.6" 01449130)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (hallucinate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#halt#halt#halt#halt+ed#(1.5,01448108)(1.6,01745445)###EM ( :DEF_WORD "halt" :CLASS "45.4.a" :WN_SENSE (("1.5" 01448108) ("1.6" 01745445)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (halt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#halt#halt#halt#halt+ed#(1.5,01448108)(1.6,01745445)###EM ( :DEF_WORD "halt" :CLASS "45.4.b" :WN_SENSE (("1.5" 01448108) ("1.6" 01745445)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (halt+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#halt#halt#halt#halt+ed#(1.5,01061046)(1.6,01270990)###EM ( :DEF_WORD "halt" :CLASS "45.4.c" :WN_SENSE (("1.5" 01061046) ("1.6" 01270990)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (halt+ed 9)))) ) ;; Grid: 55.1.a#1#_th,prop#halt#halt#halt#halt+ingly#(1.5,01448108,00211850)(1.6,01745445,00244343)###EM ( :DEF_WORD "halt" :CLASS "55.1.a" :WN_SENSE (("1.5" 01448108 00211850) ("1.6" 01745445 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (halt+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#halt#halt#halt#halt+ingly#(1.5,01061046,01061645)(1.6,01270990,01270990)###EM ( :DEF_WORD "halt" :CLASS "55.1.b" :WN_SENSE (("1.5" 01061046 01061645) ("1.6" 01270990 01270990)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (halt+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#halter#halter#halter#halter+ed#(1.5,01407177)(1.6,01693775)###EM ( :DEF_WORD "halter" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01407177) ("1.6" 01693775)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (halter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#hammer#hammer#hammer#hammer+ingly#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "9.3.b" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (hammer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#hammer#hammer#hammer#hammer+ingly####EM ( :DEF_WORD "hammer" :CLASS "18.1.a" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (hammer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#hammer#hammer#hammer#hammer+ingly#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "18.1.b" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (hammer+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#hammer#hammer#hammer#hammer+ingly#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "18.1.c" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (hammer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#hammer#hammer#hammer#hammer+ingly#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "18.1.d" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (hammer+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#hammer#hammer#hammer#hammer+ed#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "18.1.e" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hammer+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#hammer#hammer#hammer#hammer+ed#(1.5,00814843,00959001)(1.6,00970581,01149879)###EM ( :DEF_WORD "hammer" :CLASS "26.1.a" :WN_SENSE (("1.5" 00814843 00959001) ("1.6" 00970581 01149879)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hammer+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#hammer#hammer#hammer#hammer+ed#(1.5,00814843,00959001)(1.6,00970581,01149879)###EM ( :DEF_WORD "hammer" :CLASS "26.1.a" :WN_SENSE (("1.5" 00814843 00959001) ("1.6" 00970581 01149879)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hammer+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#hammer#hammer#hammer#hammer+ingly#(1.5,00814843)(1.6,00970581)###EM ( :DEF_WORD "hammer" :CLASS "26.1.b" :WN_SENSE (("1.5" 00814843) ("1.6" 00970581)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (hammer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#hand#hand#hand#hand+ingly#(1.5,01271194)(1.6,01526289)###EM ( :DEF_WORD "hand" :CLASS "11.1" :WN_SENSE (("1.5" 01271194) ("1.6" 01526289)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (hand+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#hand#hand#hand#hand+ingly#(1.5,01271194)(1.6,01526289)###EM ( :DEF_WORD "hand" :CLASS "11.1" :WN_SENSE (("1.5" 01271194) ("1.6" 01526289)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (hand+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#handcuff#handcuff#handcuff#handcuff+ingly#(1.5,00738012)(1.6,00879857)###EM ( :DEF_WORD "handcuff" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738012) ("1.6" 00879857)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (handcuff+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#handcuff#handcuff#handcuff#handcuff+ed#(1.5,00738012)(1.6,00879857)###EM ( :DEF_WORD "handcuff" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738012) ("1.6" 00879857)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (handcuff+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#handfeed#handfeed#handfeed#handfeed+ingly####EM ( :DEF_WORD "handfeed" :CLASS "39.7" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (handfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#handfeed#handfeed#handfeed#handfeed+ingly####EM ( :DEF_WORD "handfeed" :CLASS "39.7" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (handfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#handle#handle#handle#handle+ingly#(1.5,00688611,01214378,00697925)(1.6,00824033,01455904,00834266)###EM ( :DEF_WORD "handle" :CLASS "15.1.a" :WN_SENSE (("1.5" 00688611 01214378 00697925) ("1.6" 00824033 01455904 00834266)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (handle+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#handle#handle#handle#handle+ingly#(1.5,00688611,01214378,00697925)(1.6,00824033,01455904,00834266)###EM ( :DEF_WORD "handle" :CLASS "15.1.b" :WN_SENSE (("1.5" 00688611 01214378 00697925) ("1.6" 00824033 01455904 00834266)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (handle+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.2.i#1#_th,loc()#hang#hang#hang#hang+ingly#(1.5,00851493,00851381,00851261)(1.6,01016520,01016420,01016300)###EM ( :DEF_WORD "hang" :CLASS "9.2.i" :WN_SENSE (("1.5" 00851493 00851381 00851261) ("1.6" 01016520 01016420 01016300)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (hang+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#hang#hang#hang#hang+ingly#(1.5,00851107,00850894,01127448)(1.6,01016146,01015949,01347042)###EM ( :DEF_WORD "hang" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00851107 00850894 01127448) ("1.6" 01016146 01015949 01347042)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (hang+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#hang#hang#hang#hang+ingly#(1.5,00851107,00850894,00960313)(1.6,01016146,01015949,01151372)###EM ( :DEF_WORD "hang" :CLASS "9.7.a" :WN_SENSE (("1.5" 00851107 00850894 00960313) ("1.6" 01016146 01015949 01151372)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (hang+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#hang#hang#hang#hang+ed#(1.5,00851107,00850894,00960313)(1.6,01016146,01015949,01151372)###EM ( :DEF_WORD "hang" :CLASS "9.7.d" :WN_SENSE (("1.5" 00851107 00850894 00960313) ("1.6" 01016146 01015949 01151372)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hang+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#hang#hang#hang#hang+ingly#(1.5,01127448)(1.6,01347042)###EM ( :DEF_WORD "hang" :CLASS "40.3.2" :WN_SENSE (("1.5" 01127448) ("1.6" 01347042)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (hang+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 42.2#1#_ag_th#hang#hang#hang#hang+ed#(1.5,01407014)(1.6,01693613)###EM ( :DEF_WORD "hang" :CLASS "42.2" :WN_SENSE (("1.5" 01407014) ("1.6" 01693613)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hang+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#hang#hang#hang#hang+ingly#(1.5,00851493,00851107,00850894,01556682,00960313)(1.6,01016520,01016146,01015949,01876937,01151372)###EM ( :DEF_WORD "hang" :CLASS "47.6.a" :WN_SENSE (("1.5" 00851493 00851107 00850894 01556682 00960313) ("1.6" 01016520 01016146 01015949 01876937 01151372)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (hang+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 32.2.a#1#_exp_perc(for,after)#hanker#hanker#hanker#hanker+ingly#(1.5,01042002)(1.6,01247460)###EM ! ;; Grid: 9.10#1#_ag_th#hangar#hangar#hangar#hangar+####EM ( :DEF_WORD "hangar" :CLASS "9.10" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (hangar+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#hanker#hanker#hanker#hanker+#(1.5,01042002)(1.6,01247460)###EM ( :DEF_WORD "hanker" :CLASS "32.2.b" :WN_SENSE (("1.5" 01042002) ("1.6" 01247460)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (hanker+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 55.1.c#1#_th_prop(to)#happen#happen#happen#happen+ingly#(1.5,01467678)(1.6,01768893)###EM ( :DEF_WORD "happen" :CLASS "55.1.c" :WN_SENSE (("1.5" 01467678) ("1.6" 01768893)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (happen+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#harass#harass#harass#harass+ingly#(1.5,01462192,01026736,00510850)(1.6,01762305,01230185,00614770)###EM ( :DEF_WORD "harass" :CLASS "31.1.a" :WN_SENSE (("1.5" 01462192 01026736 00510850) ("1.6" 01762305 01230185 00614770)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (harass+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#harass#harass#harass#harass+ingly#(1.5,01019331,01026736)(1.6,01221988,01230185)###EM ( :DEF_WORD "harass" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019331 01026736) ("1.6" 01221988 01230185)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (harass+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(against)#harbor#harbor#harbor#harbor+ed#(1.5,01502480)(1.6,01812680)###EM ( :DEF_WORD "harbor" :CLASS "16" :WN_SENSE (("1.5" 01502480) ("1.6" 01812680)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th,mod-loc(against)")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (harbor+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#hardboil#hardboil#hardboil#hardboil+ed####EM ( :DEF_WORD "hardboil" :CLASS "26.3" :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hardboil+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#hardboil#hardboil#hardboil#hardboil+ed####EM ( :DEF_WORD "hardboil" :CLASS "26.3" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hardboil+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#hardboil#hardboil#hardboil#hardboil+ingly####EM ( :DEF_WORD "hardboil" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hardboil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#hardboil#hardboil#hardboil#hardboil+ingly####EM ( :DEF_WORD "hardboil" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hardboil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#hardboil#hardboil#hardboil#hardboil+ed####EM ( :DEF_WORD "hardboil" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hardboil+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#harden#harden#harden#harden+ed#(1.5,00264246)(1.6,00309646)###EM ( :DEF_WORD "harden" :CLASS "45.4.a" :WN_SENSE (("1.5" 00264246) ("1.6" 00309646)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harden+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#harden#harden#harden#harden+ed#(1.5,00264246)(1.6,00309646)###EM ( :DEF_WORD "harden" :CLASS "45.4.b" :WN_SENSE (("1.5" 00264246) ("1.6" 00309646)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harden+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#harden#harden#harden#harden+ed#(1.5,00264061)(1.6,00309461)###EM ( :DEF_WORD "harden" :CLASS "45.4.c" :WN_SENSE (("1.5" 00264061) ("1.6" 00309461)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harden+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#harm#harm#harm#harm+ingly#(1.5,00060864)(1.6,00069684)###BJDMAP ( :DEF_WORD "harm" :CLASS "31.1.a" :WN_SENSE (("1.5" 00060864) ("1.6" 00069684)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (harm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#harmonize#harmonize#harmonize#harmonize+ed#(1.5,00284713,00284431,00284270)(1.6,00336382,00335870,00335698)###EM ( :DEF_WORD "harmonize" :CLASS "22.2.a" :WN_SENSE (("1.5" 00284713 00284431 00284270) ("1.6" 00336382 00335870 00335698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harmonize+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#harmonize#harmonize#harmonize#harmonize+ed#(1.5,01525537)(1.6,01841740)###EM ( :DEF_WORD "harmonize" :CLASS "22.2.c" :WN_SENSE (("1.5" 01525537) ("1.6" 01841740)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harmonize+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#harmonize#harmonize#harmonize#harmonize+ed#(1.5,00977660,00284713,00284431,00284270)(1.6,01170461,00336382,00335870,00335698)###EM ( :DEF_WORD "harmonize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00977660 00284713 00284431 00284270) ("1.6" 01170461 00336382 00335870 00335698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harmonize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#harmonize#harmonize#harmonize#harmonize+ed#(1.5,00977660,00284713,00284431,00284270)(1.6,01170461,00336382,00335870,00335698)###EM ( :DEF_WORD "harmonize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00977660 00284713 00284431 00284270) ("1.6" 01170461 00336382 00335870 00335698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harmonize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#harmonize#harmonize#harmonize#harmonize+ed#(1.5,01525537,00977569)(1.6,01841740,01170371)###EM ( :DEF_WORD "harmonize" :CLASS "45.4.c" :WN_SENSE (("1.5" 01525537 00977569) ("1.6" 01841740 01170371)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harmonize+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#harness#harness#harness#harness+ed#(1.5,00857822)(1.6,01024114)###EM ( :DEF_WORD "harness" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00857822) ("1.6" 01024114)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harness+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#harness#harness#harness#harness+ingly#(1.5,00857822)(1.6,01024114)###EM ( :DEF_WORD "harness" :CLASS "22.4.a" :WN_SENSE (("1.5" 00857822) ("1.6" 01024114)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (harness+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#harness#harness#harness#harness+ed#(1.5,00857822)(1.6,01024114)###EM ( :DEF_WORD "harness" :CLASS "22.4.b" :WN_SENSE (("1.5" 00857822) ("1.6" 01024114)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (harness+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.1#1#_ag_th,src()#harvest#harvest#harvest#harvest+ingly#(1.5,00756525)(1.6,00901473)#loc##EM ( :DEF_WORD "harvest" :CLASS "10.1" :WN_SENSE (("1.5" 00756525) ("1.6" 00901473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (harvest+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hasten#hasten#hasten#hasten+ed#(1.5,01442811)(1.6,01737793)###EM ( :DEF_WORD "hasten" :CLASS "45.4.a" :WN_SENSE (("1.5" 01442811) ("1.6" 01737793)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hasten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#hasten#hasten#hasten#hasten+ed#(1.5,01442811)(1.6,01737793)###EM ( :DEF_WORD "hasten" :CLASS "45.4.b" :WN_SENSE (("1.5" 01442811) ("1.6" 01737793)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hasten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#hasten#hasten#hasten#hasten+ed#(1.5,00272825)(1.6,00320978)###EM ( :DEF_WORD "hasten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00272825) ("1.6" 00320978)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hasten+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#hasten#hasten#hasten#hasten+ingly#(1.5,01177978,00272825)(1.6,01408362,00320978)###EM ( :DEF_WORD "hasten" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01177978 00272825) ("1.6" 01408362 00320978)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hasten+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hasten#hasten#hasten#hasten+ingly#(1.5,01177978,00272825)(1.6,01408362,00320978)###EM ( :DEF_WORD "hasten" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01177978 00272825) ("1.6" 01408362 00320978)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hasten+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 53.2.a.i#1#,ag_th#hasten#hasten#hasten#hasten+ingly#(1.5,01177978,00272825,01442811)(1.6,01408362,00320978,01737793)###EM ( :DEF_WORD "hasten" :CLASS "53.2.a.i" :WN_SENSE (("1.5" 01177978 00272825 01442811) ("1.6" 01408362 00320978 01737793)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hasten+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.a.ii#1#,ag_th_goal()#hasten#hasten#hasten#hasten+ingly#(1.5,01177978,00272825,01442811)(1.6,01408362,00320978,01737793)###EM ( :DEF_WORD "hasten" :CLASS "53.2.a.ii" :WN_SENSE (("1.5" 01177978 00272825 01442811) ("1.6" 01408362 00320978 01737793)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (hasten+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.b#1#,ag_th,src(from)#hasten#hasten#hasten#hasten+ingly#(1.5,01442811)(1.6,01737793)###EM ( :DEF_WORD "hasten" :CLASS "53.2.b" :WN_SENSE (("1.5" 01442811) ("1.6" 01737793)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (nil 4)))) (hasten+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 53.2.c#1#_th_mod-poss(with)#hasten#hasten#hasten#hasten+ingly#(1.5,01177978,00272825)(1.6,01408362,00320978)###EM ( :DEF_WORD "hasten" :CLASS "53.2.c" :WN_SENSE (("1.5" 01177978 00272825) ("1.6" 01408362 00320978)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (hasten+ingly 26)) :VAR_SPEC ((15 :obligatory) (2 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#hatch#hatch#hatch#hatch+ed#(1.5,00935525)(1.6,01123253)###EM ( :DEF_WORD "hatch" :CLASS "26.1.a" :WN_SENSE (("1.5" 00935525) ("1.6" 01123253)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hatch+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#hatch#hatch#hatch#hatch+ed#(1.5,00935525)(1.6,01123253)###EM ( :DEF_WORD "hatch" :CLASS "26.1.a" :WN_SENSE (("1.5" 00935525) ("1.6" 01123253)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hatch+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#hatch#hatch#hatch#hatch+ingly#(1.5,00935525)(1.6,01123253)###EM ( :DEF_WORD "hatch" :CLASS "26.1.b" :WN_SENSE (("1.5" 00935525) ("1.6" 01123253)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (hatch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#hatch#hatch#hatch#hatch+ed#(1.5,00039807,00038182)(1.6,00044156,00042383)###EM ( :DEF_WORD "hatch" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00039807 00038182) ("1.6" 00044156 00042383)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hatch+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#hatch#hatch#hatch#hatch+ingly#(1.5,00039807,00038182)(1.6,00044156,00042383)###EM ( :DEF_WORD "hatch" :CLASS "26.2.b" :WN_SENSE (("1.5" 00039807 00038182) ("1.6" 00044156 00042383)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (hatch+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#hate#hate#hate#hate+ingly#(1.5,01010614)(1.6,01211167)###EM ( :DEF_WORD "hate" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010614) ("1.6" 01211167)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (hate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 11.4.i#1#_ag_th#haul#haul#haul#haul+ingly#(1.5,00835540,00837306,00834938)(1.6,00996361,00998398,00995727)###EM ( :DEF_WORD "haul" :CLASS "11.4.i" :WN_SENSE (("1.5" 00835540 00837306 00834938) ("1.6" 00996361 00998398 00995727)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (haul+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#haul#haul#haul#haul+ingly#(1.5,00835540,00837306,00834938)(1.6,00996361,00998398,00995727)###EM ( :DEF_WORD "haul" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00835540 00837306 00834938) ("1.6" 00996361 00998398 00995727)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (haul+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#haul#haul#haul#haul+ingly#(1.5,00835540,00837306,00834938)(1.6,00996361,00998398,00995727)###EM ( :DEF_WORD "haul" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00835540 00837306 00834938) ("1.6" 00996361 00998398 00995727)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (haul+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#haunt#haunt#haunt#haunt+ingly#(1.5,01015778)(1.6,01217847)###EM ( :DEF_WORD "haunt" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (haunt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#haunt#haunt#haunt#haunt+ingly#(1.5,01015778)(1.6,01217847)###EM ( :DEF_WORD "haunt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (haunt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#have#have#have#have+ingly#(1.5,01256853)(1.6,01508689)###EM ( :DEF_WORD "have" :CLASS "47.8.c" :WN_SENSE (("1.5" 01256853) ("1.6" 01508689)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (have+ingly 26)) ) ;; Grid: 058#1#_poss_th#have#have#have#have+ingly#(1.5,01256853,01257491,01260836)(1.6,01508689,01509295,01513366)###EM ( :DEF_WORD "have" :CLASS "058" :WN_SENSE (("1.5" 01256853 01257491 01260836) ("1.6" 01508689 01509295 01513366)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_poss_th")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (have+ingly 26)) ) ;; Grid: 13.7#1#_ag#hay#hay#hay#hay+ingly####EM ( :DEF_WORD "hay" :CLASS "13.7" :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (hay+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 008#1#_ag_th,goal(in)#hazard#hazard#hazard#hazard+ingly#(1.5,00515750)(1.6,00620765)###BJDMAP ( :DEF_WORD "hazard" :CLASS "008" :WN_SENSE (("1.5" 00515750) ("1.6" 00620765)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,goal(in)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (hazard+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#head#head#head##(1.5,01522454)(1.6,01838134)#loc#(th = head+)#EM ( :DEF_WORD "head" :CLASS "10.7" :WN_SENSE (("1.5" 01522454) ("1.6" 01838134)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (head+ 2) (from loc (head+ 2) (at loc (head+ 2) (* thing 4))))) ) ;; Grid: 47.8.k#1#_th_loc#head#head#head#head+ingly#(1.5,01522454)(1.6,01838134)###EM ( :DEF_WORD "head" :CLASS "47.8.k" :WN_SENSE (("1.5" 01522454) ("1.6" 01838134)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (before loc (thing 2) (* thing 11)) (head+ingly 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(towards)#head#head#head#head+ingly#(1.5,01102618)(1.6,01319855)###BJDMAP ( :DEF_WORD "head" :CLASS "51.1.a" :WN_SENSE (("1.5" 01102618) ("1.6" 01319855)) :PROPBANK ("arg1 arg2(from) arg2(towards)") :THETA_ROLES ((1 "_th,src(from),goal(towards)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (head+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#heal#heal#heal#heal+ed#(1.5,00049788)(1.6,00056004)###EM ( :DEF_WORD "heal" :CLASS "45.4.a" :WN_SENSE (("1.5" 00049788) ("1.6" 00056004)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heal+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#heal#heal#heal#heal+ed#(1.5,00049788)(1.6,00056004)###EM ( :DEF_WORD "heal" :CLASS "45.4.b" :WN_SENSE (("1.5" 00049788) ("1.6" 00056004)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heal+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#heal#heal#heal#heal+ed#(1.5,00161244,00059140)(1.6,00184775,00067252)###EM ( :DEF_WORD "heal" :CLASS "45.4.c" :WN_SENSE (("1.5" 00161244 00059140) ("1.6" 00184775 00067252)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heal+ed 9)))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#heap#heap#heap#heap+ingly#(1.5,01288327,00864583)(1.6,01548518,01032517)###EM ( :DEF_WORD "heap" :CLASS "9.7.a" :WN_SENSE (("1.5" 01288327 00864583) ("1.6" 01548518 01032517)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (heap+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#heap#heap#heap#heap+ed#(1.5,01288327,00864583)(1.6,01548518,01032517)###EM ( :DEF_WORD "heap" :CLASS "9.7.d" :WN_SENSE (("1.5" 01288327 00864583) ("1.6" 01548518 01032517)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heap+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.1.a.i#1#_exp_perc#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (hear+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.b" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (hear+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.c#1#_exp_perc#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.c" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (hear+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.d" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (hear+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.e" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (hear+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 30.1.f#1#_exp_perc(of,about)#hear#hear#hear#hear+ingly#(1.5,01238045)(1.6,01485693)###EM ( :DEF_WORD "hear" :CLASS "30.1.f" :WN_SENSE (("1.5" 01238045) ("1.6" 01485693)) :PROPBANK ("arg0 arg1(of/about)") :THETA_ROLES ((1 "_exp_perc(of,about)")) :LCS (go perc (* thing 2) (toward perc (thing 2) ((* [about] 7) perc (thing 2) (thing 8))) (hear+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#hearten#hearten#hearten#hearten+ingly#(1.5,01035556)(1.6,01240173)###EM ( :DEF_WORD "hearten" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035556) ("1.6" 01240173)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (hearten+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#hearten#hearten#hearten#hearten+ingly#(1.5,01035556)(1.6,01240173)###EM ( :DEF_WORD "hearten" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035556) ("1.6" 01240173)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (hearten+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#hearten#hearten#hearten#hearten+ed#(1.5,01035556)(1.6,01240173)###EM ( :DEF_WORD "hearten" :CLASS "31.1.c" :WN_SENSE (("1.5" 01035556) ("1.6" 01240173)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hearten+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#heat#heat#heat#heat+ingly#(1.5,00222990)(1.6,00259088)###EM ( :DEF_WORD "heat" :CLASS "45.3.a" :WN_SENSE (("1.5" 00222990) ("1.6" 00259088)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (heat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#heat#heat#heat#heat+ingly#(1.5,00222990)(1.6,00259088)###EM ( :DEF_WORD "heat" :CLASS "45.3.b" :WN_SENSE (("1.5" 00222990) ("1.6" 00259088)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (heat+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#heat#heat#heat#heat+ed#(1.5,00222990)(1.6,00259088)###EM ( :DEF_WORD "heat" :CLASS "45.3.c" :WN_SENSE (("1.5" 00222990) ("1.6" 00259088)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heat+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#heat#heat#heat#heat+ed#(1.5,00222990,01326056)(1.6,00259088,01593291)###EM ( :DEF_WORD "heat" :CLASS "45.4.a" :WN_SENSE (("1.5" 00222990 01326056) ("1.6" 00259088 01593291)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heat+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#heat#heat#heat#heat+ed#(1.5,00222990,01326056)(1.6,00259088,01593291)###EM ( :DEF_WORD "heat" :CLASS "45.4.b" :WN_SENSE (("1.5" 00222990 01326056) ("1.6" 00259088 01593291)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heat+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#heat#heat#heat#heat+ed#(1.5,00223704)(1.6,00259859)###EM ( :DEF_WORD "heat" :CLASS "45.4.c" :WN_SENSE (("1.5" 00223704) ("1.6" 00259859)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heat+ed 9)))) ) ;; Grid: 11.4.i#1#_ag_th#heave#heave#heave#heave+ingly#(1.5,00866763,00838018)(1.6,01035585,00999216)###EM ( :DEF_WORD "heave" :CLASS "11.4.i" :WN_SENSE (("1.5" 00866763 00838018) ("1.6" 01035585 00999216)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (heave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#heave#heave#heave#heave+ingly#(1.5,00866763,00838018)(1.6,01035585,00999216)###EM ( :DEF_WORD "heave" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00866763 00838018) ("1.6" 01035585 00999216)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (heave+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#heave#heave#heave#heave+ingly#(1.5,00866763,00838018)(1.6,01035585,00999216)###EM ( :DEF_WORD "heave" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00866763 00838018) ("1.6" 01035585 00999216)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (heave+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#heave#heave#heave#heave+ingly#(1.5,00866763,00838018)(1.6,01035585,00999216)###EM ( :DEF_WORD "heave" :CLASS "12.a.i" :WN_SENSE (("1.5" 00866763 00838018) ("1.6" 01035585 00999216)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (heave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#heave#heave#heave#heave+ingly#(1.5,00866763,00838018)(1.6,01035585,00999216)###EM ( :DEF_WORD "heave" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00866763 00838018) ("1.6" 01035585 00999216)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (heave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#heave#heave#heave#heave+ingly#(1.5,00838018)(1.6,00999216)###EM ( :DEF_WORD "heave" :CLASS "12.b" :WN_SENSE (("1.5" 00838018) ("1.6" 00999216)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (heave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hebraize#hebraize#hebraize#hebraize+ed####EM ( :DEF_WORD "hebraize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hebraize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#hee-haw#hee-haw#hee-haw#hee-haw+#(1.5,00597270)(1.6,00714691)###EM ( :DEF_WORD "hee-haw" :CLASS "38" :WN_SENSE (("1.5" 00597270) ("1.6" 00714691)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (hee-haw+ 2) ((* toward 5) comm (hee-haw+ 2) (touching comm (hee-haw+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 30.1.a.ii#1#_exp_perc#heed#heed#heed#heed+ingly#(1.5,01454684)(1.6,01753616)###BJDMAP ( :DEF_WORD "heed" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 01454684) ("1.6" 01753616)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (heed+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#heel#heel#heel#heel+ed#(1.5,00314194)(1.6,00372589)###EM ( :DEF_WORD "heel" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00314194) ("1.6" 00372589)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#heft#heft#heft#heft+ingly#(1.5,00838018)(1.6,00999216)###EM ( :DEF_WORD "heft" :CLASS "11.4.i" :WN_SENSE (("1.5" 00838018) ("1.6" 00999216)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (heft+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#heft#heft#heft#heft+ingly#(1.5,00838018)(1.6,00999216)###EM ( :DEF_WORD "heft" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00838018) ("1.6" 00999216)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (heft+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#heft#heft#heft#heft+ingly#(1.5,00838018)(1.6,00999216)###EM ( :DEF_WORD "heft" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00838018) ("1.6" 00999216)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (heft+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#heighten#heighten#heighten#heighten+ed#(1.5,01125733)(1.6,01345037)###EM ( :DEF_WORD "heighten" :CLASS "45.4.a" :WN_SENSE (("1.5" 01125733) ("1.6" 01345037)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heighten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#heighten#heighten#heighten#heighten+ed#(1.5,01125733)(1.6,01345037)###EM ( :DEF_WORD "heighten" :CLASS "45.4.b" :WN_SENSE (("1.5" 01125733) ("1.6" 01345037)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heighten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#heighten#heighten#heighten#heighten+ed#(1.5,01125733)(1.6,01345037)###EM ( :DEF_WORD "heighten" :CLASS "45.4.c" :WN_SENSE (("1.5" 01125733) ("1.6" 01345037)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (heighten+ed 9)))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#helicopter#helicopter#helicopter#helicopter+ingly####EM ( :DEF_WORD "helicopter" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (helicopter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#helicopter#helicopter#helicopter#helicopter+ingly####EM ( :DEF_WORD "helicopter" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (helicopter+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hellenize#hellenize#hellenize#hellenize+ed####EM ( :DEF_WORD "hellenize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hellenize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#help#help#help#help+ed#(1.5,00049922,01442355)(1.6,00056138,01737017)###EM ( :DEF_WORD "help" :CLASS "13.4.2" :WN_SENSE (("1.5" 00049922 01442355) ("1.6" 00056138 01737017)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (help+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.ii#1#_ag_th,goal(to)#hem#hem#hem#hem+ingly#(1.5,00601583)(1.6,00719849)###BJDMAP ( :DEF_WORD "hem" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00601583) ("1.6" 00719849)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (hem+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#henna#henna#henna#henna+ed#(1.5,00169900)(1.6,00194683)###EM ( :DEF_WORD "henna" :CLASS "41.2.2" :WN_SENSE (("1.5" 00169900) ("1.6" 00194683)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (henna+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#herald#herald#herald#herald+ingly#(1.5,00483605)(1.6,00584625)###EM ( :DEF_WORD "herald" :CLASS "29.2.a" :WN_SENSE (("1.5" 00483605) ("1.6" 00584625)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (herald+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#herald#herald#herald#herald+ed#(1.5,00483605)(1.6,00584625)###EM ( :DEF_WORD "herald" :CLASS "29.2.c" :WN_SENSE (("1.5" 00483605) ("1.6" 00584625)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (herald+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#herald#herald#herald#herald+ingly#(1.5,00483605)(1.6,00584625)###EM ( :DEF_WORD "herald" :CLASS "29.2.d" :WN_SENSE (("1.5" 00483605) ("1.6" 00584625)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (herald+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#herd#herd#herd#herd+ingly#(1.5,01160124)(1.6,01386282)###EM ( :DEF_WORD "herd" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01160124) ("1.6" 01386282)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (herd+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#herd#herd#herd#herd+ingly#(1.5,01160200,01160124)(1.6,01386370,01386282)###EM ( :DEF_WORD "herd" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01160200 01160124) ("1.6" 01386370 01386282)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (herd+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#herd#herd#herd#herd+ed#(1.5,01160200,01160124)(1.6,01386370,01386282)###EM ( :DEF_WORD "herd" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01160200 01160124) ("1.6" 01386370 01386282)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (herd+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#herd#herd#herd#herd+ingly#(1.5,01160200,01160124)(1.6,01386370,01386282)###EM ( :DEF_WORD "herd" :CLASS "47.5.2" :WN_SENSE (("1.5" 01160200 01160124) ("1.6" 01386370 01386282)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (herd+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 53.1#1#_th,loc()#hesitate#hesitate#hesitate#hesitate+ingly#(1.5,01494366,01494652)(1.6,01802820,01803236)###EM ( :DEF_WORD "hesitate" :CLASS "53.1" :WN_SENSE (("1.5" 01494366 01494652) ("1.6" 01802820 01803236)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (hesitate+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#hew#hew#hew#hew+ingly#(1.5,00719888,00719697)(1.6,00859683,00859460)###EM ( :DEF_WORD "hew" :CLASS "21.1.b" :WN_SENSE (("1.5" 00719888 00719697) ("1.6" 00859683 00859460)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (hew+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#hew#hew#hew#hew+ingly#(1.5,00719888,00719697)(1.6,00859683,00859460)###EM ( :DEF_WORD "hew" :CLASS "21.1.c" :WN_SENSE (("1.5" 00719888 00719697) ("1.6" 00859683 00859460)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (hew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#hew#hew#hew#hew+ed#(1.5,00719697)(1.6,00859460)###EM ( :DEF_WORD "hew" :CLASS "21.1.d" :WN_SENSE (("1.5" 00719697) ("1.6" 00859460)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hew+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#hew#hew#hew#hew+ingly#(1.5,00719697)(1.6,00859460)###EM ( :DEF_WORD "hew" :CLASS "21.1.e" :WN_SENSE (("1.5" 00719697) ("1.6" 00859460)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (hew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#hew#hew#hew#hew+ingly#(1.5,00719888,00719697)(1.6,00859683,00859460)###EM ( :DEF_WORD "hew" :CLASS "23.2.a" :WN_SENSE (("1.5" 00719888 00719697) ("1.6" 00859683 00859460)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (hew+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#hew#hew#hew#hew+ed#(1.5,00719888,00719697)(1.6,00859683,00859460)###EM ( :DEF_WORD "hew" :CLASS "23.2.b" :WN_SENSE (("1.5" 00719888 00719697) ("1.6" 00859683 00859460)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hew+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.c#1#_th#hibernate#hibernate#hibernate#hibernate+ed#(1.5,00010225)(1.6,00010775)###EM ( :DEF_WORD "hibernate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00010225) ("1.6" 00010775)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hibernate+ed 9)))) ) ;; Grid: 40.1.1#1#_th#hiccup#hiccup#hiccup#hiccup+ingly#(1.5,00003345)(1.6,00002841)###BJDMAP ( :DEF_WORD "hiccup" :CLASS "40.1.1" :WN_SENSE (("1.5" 00003345) ("1.6" 00002841)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (hiccup+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#hide#hide#hide#hide+ed#(1.5,01224184,01224479)(1.6,01467965,01468595)###EM ( :DEF_WORD "hide" :CLASS "16" :WN_SENSE (("1.5" 01224184 01224479) ("1.6" 01467965 01468595)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (hide+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#highlight#highlight#highlight#highlight+ed#(1.5,00302058)(1.6,00358208)###EM ( :DEF_WORD "highlight" :CLASS "45.4.a" :WN_SENSE (("1.5" 00302058) ("1.6" 00358208)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (highlight+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#hijack#hijack#hijack#hijack+ingly#(1.5,00845810)(1.6,01009142)###EM ( :DEF_WORD "hijack" :CLASS "10.5" :WN_SENSE (("1.5" 00845810) ("1.6" 01009142)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (hijack+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#hike#hike#hike#hike+ingly#(1.5,01094060)(1.6,01309662)###EM ( :DEF_WORD "hike" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01094060) ("1.6" 01309662)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hike+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hike#hike#hike#hike+ingly#(1.5,01094060)(1.6,01309662)###EM ( :DEF_WORD "hike" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01094060) ("1.6" 01309662)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hike+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 53.2.b#1#_ag_th,src(from)#hinder#hinder#hinder#hinder+ingly#(1.5,01447000)(1.6,01743494)###BJDMAP ( :DEF_WORD "hinder" :CLASS "53.2.b" :WN_SENSE (("1.5" 01447000) ("1.6" 01743494)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (nil 4)))) (hinder+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#hinge#hinge#hinge#hinge+ingly#(1.5,00743924)(1.6,00886152)###EM ( :DEF_WORD "hinge" :CLASS "22.4.a" :WN_SENSE (("1.5" 00743924) ("1.6" 00886152)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (hinge+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#hinge#hinge#hinge#hinge+ed#(1.5,00743924)(1.6,00886152)###EM ( :DEF_WORD "hinge" :CLASS "22.4.b" :WN_SENSE (("1.5" 00743924) ("1.6" 00886152)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hinge+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#hire#hire#hire#hire+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###EM ( :DEF_WORD "hire" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (hire+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#hire#hire#hire#hire+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###EM ( :DEF_WORD "hire" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (hire+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#hire#hire#hire#hire+ed#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "hire" :CLASS "29.2.c" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (hire+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#hire#hire#hire#hire+ingly#(1.5,01363867)(1.6,01641059)###EM ( :DEF_WORD "hire" :CLASS "29.2.d" :WN_SENSE (("1.5" 01363867) ("1.6" 01641059)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (hire+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#hiss#hiss#hiss#hiss+ingly#(1.5,00597017)(1.6,00714450)###EM ( :DEF_WORD "hiss" :CLASS "37.3.a" :WN_SENSE (("1.5" 00597017) ("1.6" 00714450)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (hiss+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#hiss#hiss#hiss#hiss+ingly#(1.5,00597017)(1.6,00714450)###EM ( :DEF_WORD "hiss" :CLASS "37.3.a" :WN_SENSE (("1.5" 00597017) ("1.6" 00714450)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (hiss+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#hiss#hiss#hiss#hiss+#(1.5,00596599)(1.6,00714081)###EM ( :DEF_WORD "hiss" :CLASS "37.3.b" :WN_SENSE (("1.5" 00596599) ("1.6" 00714081)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (hiss+ 2) ((* toward 5) comm (hiss+ 2) ((at 5) comm (hiss+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#hiss#hiss#hiss#hiss+#(1.5,00596599)(1.6,00714081)###EM ( :DEF_WORD "hiss" :CLASS "37.3.c" :WN_SENSE (("1.5" 00596599) ("1.6" 00714081)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (hiss+ 2) (toward comm (hiss+ 2) (at comm (hiss+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#hiss#hiss#hiss#hiss+#(1.5,01183705)(1.6,01415818)###EM ( :DEF_WORD "hiss" :CLASS "38" :WN_SENSE (("1.5" 01183705) ("1.6" 01415818)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (hiss+ 2) ((* toward 5) comm (hiss+ 2) (touching comm (hiss+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#hiss#hiss#hiss#hiss+ingly#(1.5,00596599,01183705,00483937)(1.6,00714081,01415818,00584957)###EM ( :DEF_WORD "hiss" :CLASS "43.2.a" :WN_SENSE (("1.5" 00596599 01183705 00483937) ("1.6" 00714081 01415818 00584957)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (hiss+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#hiss#hiss#hiss#hiss+ingly#(1.5,00596599,01183705,00483937)(1.6,00714081,01415818,00584957)###EM ( :DEF_WORD "hiss" :CLASS "43.2.b" :WN_SENSE (("1.5" 00596599 01183705 00483937) ("1.6" 00714081 01415818 00584957)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (hiss+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#hiss#hiss#hiss#hiss+ingly#(1.5,00596599,01183705)(1.6,00714081,01415818)###EM ( :DEF_WORD "hiss" :CLASS "43.2.c" :WN_SENSE (("1.5" 00596599 01183705) ("1.6" 00714081 01415818)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (hiss+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#hit#hit#hit#hit+ingly#(1.5,00809580)(1.6,00963949)###EM ( :DEF_WORD "hit" :CLASS "17.1" :WN_SENSE (("1.5" 00809580) ("1.6" 00963949)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (hit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#hit#hit#hit#hit+ingly#(1.5,00809580)(1.6,00963949)###EM ( :DEF_WORD "hit" :CLASS "17.1" :WN_SENSE (("1.5" 00809580) ("1.6" 00963949)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (hit+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#hit#hit#hit#hit+ingly#(1.5,00809580,00704074)(1.6,00963949,00841893)###EM ( :DEF_WORD "hit" :CLASS "18.1.a" :WN_SENSE (("1.5" 00809580 00704074) ("1.6" 00963949 00841893)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (hit+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#hit#hit#hit#hit+ingly#(1.5,00706474,00704074)(1.6,00844770,00841893)###EM ( :DEF_WORD "hit" :CLASS "18.1.b" :WN_SENSE (("1.5" 00706474 00704074) ("1.6" 00844770 00841893)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (hit+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#hit#hit#hit#hit+ingly#(1.5,00706474,00704074)(1.6,00844770,00841893)###EM ( :DEF_WORD "hit" :CLASS "18.1.c" :WN_SENSE (("1.5" 00706474 00704074) ("1.6" 00844770 00841893)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (hit+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#hit#hit#hit#hit+ingly#(1.5,00704074,00806352)(1.6,00841893,00960484)###EM ( :DEF_WORD "hit" :CLASS "18.1.d" :WN_SENSE (("1.5" 00704074 00806352) ("1.6" 00841893 00960484)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (hit+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#hit#hit#hit#hit+ed#(1.5,00706474,00704074)(1.6,00844770,00841893)###EM ( :DEF_WORD "hit" :CLASS "18.1.e" :WN_SENSE (("1.5" 00706474 00704074) ("1.6" 00844770 00841893)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hit+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 18.4.a#1#_th_goal()#hit#hit#hit#hit+ingly#(1.5,00706474,00704074)(1.6,00844770,00841893)###EM ( :DEF_WORD "hit" :CLASS "18.4.a" :WN_SENSE (("1.5" 00706474 00704074) ("1.6" 00844770 00841893)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (hit+ingly 26)) ) ;; Grid: 47.8.f#1#_th_loc#hit#hit#hit#hit+ingly#(1.5,00704074,01154482,01258759)(1.6,00841893,01379952,01510517)###EM ( :DEF_WORD "hit" :CLASS "47.8.f" :WN_SENSE (("1.5" 00704074 01154482 01258759) ("1.6" 00841893 01379952 01510517)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (hit+ingly 26)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#hitch#hitch#hitch#hitch+ingly#(1.5,00760366)(1.6,00905930)###EM ( :DEF_WORD "hitch" :CLASS "22.4.a" :WN_SENSE (("1.5" 00760366) ("1.6" 00905930)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (hitch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#hitch#hitch#hitch#hitch+ed#(1.5,00760366)(1.6,00905930)###EM ( :DEF_WORD "hitch" :CLASS "22.4.b" :WN_SENSE (("1.5" 00760366) ("1.6" 00905930)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hitch+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 15.2.b#1#_ag_th,loc()#hoard#hoard#hoard#hoard+ingly#(1.5,01311833,01311458)(1.6,01576630,01576236)###EM ( :DEF_WORD "hoard" :CLASS "15.2.b" :WN_SENSE (("1.5" 01311833 01311458) ("1.6" 01576630 01576236)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (hoard+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#hobble#hobble#hobble#hobble+ingly#(1.5,01091961)(1.6,01308351)###EM ( :DEF_WORD "hobble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091961) ("1.6" 01308351)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hobble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hobble#hobble#hobble#hobble+ingly#(1.5,01091961)(1.6,01308351)###EM ( :DEF_WORD "hobble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091961) ("1.6" 01308351)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hobble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#hobnob#hobnob#hobnob#hobnob+ingly#(1.5,--)(1.6,01628048)###EM ( :DEF_WORD "hobnob" :CLASS "36.1.c" :WN_SENSE (("1.5" --) ("1.6" 01628048)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (hobnob+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#hobnob#hobnob#hobnob#hobnob+ingly#(1.5,--)(1.6,01628048)###EM ( :DEF_WORD "hobnob" :CLASS "36.1.d" :WN_SENSE (("1.5" --) ("1.6" 01628048)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (hobnob+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 13.1.b.ii#1#_ag_th,goal(to),ben(for),instr(for)#hock#hock#hock#hock+ingly#(1.5,01334375)(1.6,01602608)###EM ( :DEF_WORD "hock" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01334375) ("1.6" 01602608)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (hock+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.3.a#1#_ag_th,goal(),instr(with)#hoe#hoe#hoe#hoe+ingly#(1.5,00995367)(1.6,01191006)###BJDMAP ( :DEF_WORD "hoe" :CLASS "9.3.a" :WN_SENSE (("1.5" 00995367) ("1.6" 01191006)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (hoe+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.4.a#1#_ag_th,mod-loc(up),src(),goal()#hoist#hoist#hoist#hoist+ingly#(1.5,00837547,00837926)(1.6,00998639,00999117)###EM ( :DEF_WORD "hoist" :CLASS "9.4.a" :WN_SENSE (("1.5" 00837547 00837926) ("1.6" 00998639 00999117)) :PROPBANK ("arg0 arg1 argm-LOC(up) arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(up),src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) ((* up 23) loc (*head*) (nil 24)) (hoist+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#hoist#hoist#hoist#hoist+ingly#(1.5,00837547)(1.6,00998639)###EM ( :DEF_WORD "hoist" :CLASS "11.4.i" :WN_SENSE (("1.5" 00837547) ("1.6" 00998639)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hoist+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#hoist#hoist#hoist#hoist+ingly#(1.5,00837547)(1.6,00998639)###EM ( :DEF_WORD "hoist" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00837547) ("1.6" 00998639)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (hoist+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#hoist#hoist#hoist#hoist+ingly#(1.5,00837547)(1.6,00998639)###EM ( :DEF_WORD "hoist" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00837547) ("1.6" 00998639)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (hoist+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#hold#hold#hold#hold+ingly#(1.5,00692795,01298964,00746711)(1.6,00828539,01560555,00889308)###EM ( :DEF_WORD "hold" :CLASS "15.1.a" :WN_SENSE (("1.5" 00692795 01298964 00746711) ("1.6" 00828539 01560555 00889308)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (hold+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#hold#hold#hold#hold+ingly#(1.5,00692795,01298964,00746711)(1.6,00828539,01560555,00889308)###EM ( :DEF_WORD "hold" :CLASS "15.1.b" :WN_SENSE (("1.5" 00692795 01298964 00746711) ("1.6" 00828539 01560555 00889308)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (hold+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#hold#hold#hold#hold+ingly#(1.5,00390313,01515519)(1.6,00468967,01829600)###EM ( :DEF_WORD "hold" :CLASS "29.5.a" :WN_SENSE (("1.5" 00390313 01515519) ("1.6" 00468967 01829600)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (hold+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#hold#hold#hold#hold+ingly#(1.5,00383610)(1.6,00460650)###EM ( :DEF_WORD "hold" :CLASS "29.5.b" :WN_SENSE (("1.5" 00383610) ("1.6" 00460650)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (hold+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 54.3.a#1#_th_poss#hold#hold#hold#hold+ingly#(1.5,01550275,01526080)(1.6,01870273,01842330)###EM ( :DEF_WORD "hold" :CLASS "54.3.a" :WN_SENSE (("1.5" 01550275 01526080) ("1.6" 01870273 01842330)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (hold+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#hold#hold#hold#hold+ingly#(1.5,01550275,01526080)(1.6,01870273,01842330)###EM ( :DEF_WORD "hold" :CLASS "54.3.b" :WN_SENSE (("1.5" 01550275 01526080) ("1.6" 01870273 01842330)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (hold+ingly 26)) ) ;; Grid: 56.b#1#_th,loc()#holiday#holiday#holiday#holiday+#(1.5,01532824)(1.6,01850380)###BJDMAP ( :DEF_WORD "holiday" :CLASS "56.b" :WN_SENSE (("1.5" 01532824) ("1.6" 01850380)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (holiday+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#holler#holler#holler#holler+ingly#(1.5,00514943)(1.6,00619708)###EM ( :DEF_WORD "holler" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514943) ("1.6" 00619708)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (holler+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#holler#holler#holler#holler+ingly#(1.5,00514943)(1.6,00619708)###EM ( :DEF_WORD "holler" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514943) ("1.6" 00619708)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (holler+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#holler#holler#holler#holler+#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "holler" :CLASS "37.3.b" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (holler+ 2) ((* toward 5) comm (holler+ 2) ((at 5) comm (holler+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#holler#holler#holler#holler+#(1.5,00512585)(1.6,00616654)###EM ( :DEF_WORD "holler" :CLASS "37.3.c" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (holler+ 2) (toward comm (holler+ 2) (at comm (holler+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 56.b#1#_th,loc()#honeymoon#honeymoon#honeymoon#honeymoon+#(1.5,01532950)(1.6,01850506)###BJDMAP ( :DEF_WORD "honeymoon" :CLASS "56.b" :WN_SENSE (("1.5" 01532950) ("1.6" 01850506)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (honeymoon+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#honk#honk#honk#honk+#(1.5,00596281)(1.6,00713757)###EM ( :DEF_WORD "honk" :CLASS "38" :WN_SENSE (("1.5" 00596281) ("1.6" 00713757)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (honk+ 2) ((* toward 5) comm (honk+ 2) (touching comm (honk+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#honor#honor#honor#honor+ingly#(1.5,01441460,01390888)(1.6,01736108,01674231)###EM ( :DEF_WORD "honor" :CLASS "29.2.a" :WN_SENSE (("1.5" 01441460 01390888) ("1.6" 01736108 01674231)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (honor+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#honor#honor#honor#honor+ingly#(1.5,01441460,01390888)(1.6,01736108,01674231)###EM ( :DEF_WORD "honor" :CLASS "29.2.b" :WN_SENSE (("1.5" 01441460 01390888) ("1.6" 01736108 01674231)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (honor+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#honor#honor#honor#honor+ed#(1.5,01441460,01390888)(1.6,01736108,01674231)###EM ( :DEF_WORD "honor" :CLASS "29.2.c" :WN_SENSE (("1.5" 01441460 01390888) ("1.6" 01736108 01674231)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (honor+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#honor#honor#honor#honor+ingly#(1.5,01441460,01390888)(1.6,01736108,01674231)###EM ( :DEF_WORD "honor" :CLASS "29.2.d" :WN_SENSE (("1.5" 01441460 01390888) ("1.6" 01736108 01674231)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (honor+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#honor#honor#honor#honor+#(1.5,01441460,01390888)(1.6,01736108,01674231)###EM ( :DEF_WORD "honor" :CLASS "33.a.i" :WN_SENSE (("1.5" 01441460 01390888) ("1.6" 01736108 01674231)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (honor+ 2) (toward comm (honor+ 2) (at comm (honor+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#hook#hook#hook#hook+ingly#(1.5,00785168)(1.6,00934848)###EM ( :DEF_WORD "hook" :CLASS "22.4.a" :WN_SENSE (("1.5" 00785168) ("1.6" 00934848)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (hook+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#hook#hook#hook#hook+ed#(1.5,00785168)(1.6,00934848)###EM ( :DEF_WORD "hook" :CLASS "22.4.b" :WN_SENSE (("1.5" 00785168) ("1.6" 00934848)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hook+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#hoot#hoot#hoot#hoot+ingly#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "37.3.a" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (hoot+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#hoot#hoot#hoot#hoot+ingly#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "37.3.a" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (hoot+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#hoot#hoot#hoot#hoot+#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "37.3.b" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (hoot+ 2) ((* toward 5) comm (hoot+ 2) ((at 5) comm (hoot+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#hoot#hoot#hoot#hoot+#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "37.3.c" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (hoot+ 2) (toward comm (hoot+ 2) (at comm (hoot+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#hoot#hoot#hoot#hoot+#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "38" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (hoot+ 2) ((* toward 5) comm (hoot+ 2) (touching comm (hoot+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#hoot#hoot#hoot#hoot+ingly#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "43.2.a" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (hoot+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#hoot#hoot#hoot#hoot+ingly#(1.5,00589875)(1.6,00706217)###EM ( :DEF_WORD "hoot" :CLASS "43.2.b" :WN_SENSE (("1.5" 00589875) ("1.6" 00706217)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (hoot+ingly 26)) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#hoover#hoover#hoover#hoover+ingly#(1.5,00710182)(1.6,00848868)###EM ( :DEF_WORD "hoover" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00710182) ("1.6" 00848868)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (hoover+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#hoover#hoover#hoover#hoover+ed#(1.5,00710182)(1.6,00848868)###EM ( :DEF_WORD "hoover" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00710182) ("1.6" 00848868)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hoover+ed 9))))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#hop#hop#hop#hop+ingly#(1.5,01120291,01200552)(1.6,01338935,01435798)###EM ( :DEF_WORD "hop" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01120291 01200552) ("1.6" 01338935 01435798)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (hop+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#hop#hop#hop#hop+ingly#(1.5,01120291,01200552)(1.6,01338935,01435798)###EM ( :DEF_WORD "hop" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01120291 01200552) ("1.6" 01338935 01435798)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (hop+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#hop#hop#hop#hop+ed#(1.5,01120291,01200552)(1.6,01338935,01435798)###EM ( :DEF_WORD "hop" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01120291 01200552) ("1.6" 01338935 01435798)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (hop+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#hop#hop#hop#hop+ingly#(1.5,01120291,01200552)(1.6,01338935,01435798)###EM ( :DEF_WORD "hop" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01120291 01200552) ("1.6" 01338935 01435798)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hop+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hop#hop#hop#hop+ingly#(1.5,01120291,01200552,01200259)(1.6,01338935,01435798,01435474)###EM ( :DEF_WORD "hop" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01120291 01200552 01200259) ("1.6" 01338935 01435798 01435474)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 005#1#_th_prop(to)#hope#hope#hope#hope+ingly#(1.5,00379631,01031705,01041216)(1.6,00477538,01236040,01246466)###BJDMAP ( :DEF_WORD "hope" :CLASS "005" :WN_SENSE (("1.5" 00379631 01031705 01041216) ("1.6" 00477538 01236040 01246466)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (hope+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 32.2.b#1#_th_purp(for)#hope#hope#hope#hope+#(1.5,01041216,01031705)(1.6,01246466,01236040)###EM ( :DEF_WORD "hope" :CLASS "32.2.b" :WN_SENSE (("1.5" 01041216 01031705) ("1.6" 01246466 01236040)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (hope+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#hopple#hopple#hopple#hopple+ingly#(1.5,00739005)(1.6,00880975)###EM ( :DEF_WORD "hopple" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 00739005) ("1.6" 00880975)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hopple+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hopple#hopple#hopple#hopple+ingly#(1.5,00739005)(1.6,00880975)###EM ( :DEF_WORD "hopple" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 00739005) ("1.6" 00880975)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hopple+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#horrify#horrify#horrify#horrify+ingly#(1.5,01015572,01015061)(1.6,01217571,01216971)###EM ( :DEF_WORD "horrify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015572 01015061) ("1.6" 01217571 01216971)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (horrify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#horrify#horrify#horrify#horrify+ingly#(1.5,01015061,01015572)(1.6,01216971,01217571)###EM ( :DEF_WORD "horrify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015061 01015572) ("1.6" 01216971 01217571)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (horrify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#hose#hose#hose#hose+ingly#(1.5,00137329)(1.6,00156862)###EM ( :DEF_WORD "hose" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00137329) ("1.6" 00156862)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (hose+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#hose#hose#hose#hose+ed#(1.5,00137329)(1.6,00156862)###EM ( :DEF_WORD "hose" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00137329) ("1.6" 00156862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hose+ed 9))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hospitalize#hospitalize#hospitalize#hospitalize+ed#(1.5,01335137)(1.6,01603822)###EM ( :DEF_WORD "hospitalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01335137) ("1.6" 01603822)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hospitalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#host#host#host#host+ingly#(1.5,00679322)(1.6,00812388)###EM ( :DEF_WORD "host" :CLASS "29.8.a" :WN_SENSE (("1.5" 00679322) ("1.6" 00812388)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (host+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#host#host#host#host+ingly#(1.5,00679322)(1.6,00812388)###EM ( :DEF_WORD "host" :CLASS "29.8.b" :WN_SENSE (("1.5" 00679322) ("1.6" 00812388)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (host+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#house#house#house#house+#(1.5,01392161)(1.6,01675658)###EM ( :DEF_WORD "house" :CLASS "9.10" :WN_SENSE (("1.5" 01392161) ("1.6" 01675658)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (house+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss#house#house#house#house+ingly#(1.5,01526484,01392161)(1.6,01843133,01675658)###EM ( :DEF_WORD "house" :CLASS "54.3.a" :WN_SENSE (("1.5" 01526484 01392161) ("1.6" 01843133 01675658)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (house+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#house#house#house#house+ingly#(1.5,01526484,01392161)(1.6,01843133,01675658)###EM ( :DEF_WORD "house" :CLASS "54.3.b" :WN_SENSE (("1.5" 01526484 01392161) ("1.6" 01843133 01675658)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (house+ingly 26)) ) ;; Grid: 47.3.a#1#_th,loc()#hover#hover#hover#hover+ingly#(1.5,01494564,01107455,01106667)(1.6,01803107,01325037,01324252)###EM ( :DEF_WORD "hover" :CLASS "47.3.a" :WN_SENSE (("1.5" 01494564 01107455 01106667) ("1.6" 01803107 01325037 01324252)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (hover+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#hover#hover#hover#hover+ingly#(1.5,01107455,01106667)(1.6,01325037,01324252)###EM ( :DEF_WORD "hover" :CLASS "47.6.a" :WN_SENSE (("1.5" 01107455 01106667) ("1.6" 01325037 01324252)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (hover+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#hover#hover#hover#hover+ingly#(1.5,01107455)(1.6,01325037)###EM ( :DEF_WORD "hover" :CLASS "47.6.b" :WN_SENSE (("1.5" 01107455) ("1.6" 01325037)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (hover+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#howl#howl#howl#howl+ingly#(1.5,--)(1.6,00709311)###EM ( :DEF_WORD "howl" :CLASS "37.3.a" :WN_SENSE (("1.5" --) ("1.6" 00709311)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (howl+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#howl#howl#howl#howl+ingly#(1.5,--)(1.6,00709311)###EM ( :DEF_WORD "howl" :CLASS "37.3.a" :WN_SENSE (("1.5" --) ("1.6" 00709311)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (howl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#howl#howl#howl#howl+#(1.5,00592513,00591700)(1.6,00709609,00710694)###EM ( :DEF_WORD "howl" :CLASS "37.3.b" :WN_SENSE (("1.5" 00592513 00591700) ("1.6" 00709609 00710694)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (howl+ 2) ((* toward 5) comm (howl+ 2) ((at 5) comm (howl+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#howl#howl#howl#howl+#(1.5,00592513,00591700)(1.6,00709609,00710694)###EM ( :DEF_WORD "howl" :CLASS "37.3.c" :WN_SENSE (("1.5" 00592513 00591700) ("1.6" 00709609 00710694)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (howl+ 2) (toward comm (howl+ 2) (at comm (howl+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#howl#howl#howl#howl+#(1.5,00592513,00591700)(1.6,00709609,00710694)###EM ( :DEF_WORD "howl" :CLASS "38" :WN_SENSE (("1.5" 00592513 00591700) ("1.6" 00709609 00710694)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (howl+ 2) ((* toward 5) comm (howl+ 2) (touching comm (howl+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###BJDMAP ( :DEF_WORD "howl" :CLASS "40.2.b" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (howl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###EM ( :DEF_WORD "howl" :CLASS "43.2.a" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (howl+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###EM ( :DEF_WORD "howl" :CLASS "43.2.b" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (howl+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###EM ( :DEF_WORD "howl" :CLASS "43.2.c" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (howl+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 57.b#1#_mod-poss(with)#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###EM ( :DEF_WORD "howl" :CLASS "57.b" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (howl+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.5.2#1#,ag_th,loc()#huddle#huddle#huddle#huddle+ingly#(1.5,01159181)(1.6,01385129)###EM ( :DEF_WORD "huddle" :CLASS "47.5.2" :WN_SENSE (("1.5" 01159181) ("1.6" 01385129)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (huddle+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.2.a.i#1#,ag_th#hug#hug#hug#hug+ingly#(1.5,00819405)(1.6,00976384)###BJDMAP ( :DEF_WORD "hug" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00819405) ("1.6" 00976384)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hug+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#hug#hug#hug#hug+ingly#(1.5,00819405)(1.6,00976384)###EM ( :DEF_WORD "hug" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 00819405) ("1.6" 00976384)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hug+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 47.8.a#1#_th#hug#hug#hug#hug+ed#(1.5,00804418)(1.6,00957874)###EM ( :DEF_WORD "hug" :CLASS "47.8.a" :WN_SENSE (("1.5" 00804418) ("1.6" 00957874)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (hug+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.d#1#_th_loc#hug#hug#hug#hug+ingly#(1.5,00804418)(1.6,00957874)###EM ( :DEF_WORD "hug" :CLASS "47.8.d" :WN_SENSE (("1.5" 00804418) ("1.6" 00957874)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (hug+ingly 26)) ) ;; Grid: 10.7#1#_ag_src#hull#hull#hull##(1.5,00108438)(1.6,00123297)#loc#(th = hull+)#EM ( :DEF_WORD "hull" :CLASS "10.7" :WN_SENSE (("1.5" 00108438) ("1.6" 00123297)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (hull+ 2) (from loc (hull+ 2) (at loc (hull+ 2) (* thing 4))))) ) ;; Grid: 26.7.i#1#_ag#hum#hum#hum#hum+ingly#(1.5,00598226)(1.6,00715752)###EM ( :DEF_WORD "hum" :CLASS "26.7.i" :WN_SENSE (("1.5" 00598226) ("1.6" 00715752)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (hum+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#hum#hum#hum#hum+ingly#(1.5,00598226)(1.6,00715752)###EM ( :DEF_WORD "hum" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00598226) ("1.6" 00715752)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (hum+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#hum#hum#hum#hum+ingly#(1.5,00598226)(1.6,00715752)###EM ( :DEF_WORD "hum" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00598226) ("1.6" 00715752)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (hum+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 40.8.2#1#_exp,src(from)#hum#hum#hum#hum+ingly#(1.5,01248015,00598422)(1.6,01497399,00716101)###EM ( :DEF_WORD "hum" :CLASS "40.8.2" :WN_SENSE (("1.5" 01248015 00598422) ("1.6" 01497399 00716101)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (hum+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#hum#hum#hum#hum+ingly#(1.5,00598226,01248015,00598422)(1.6,00715752,01497399,00716101)###EM ( :DEF_WORD "hum" :CLASS "43.2.a" :WN_SENSE (("1.5" 00598226 01248015 00598422) ("1.6" 00715752 01497399 00716101)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (hum+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#hum#hum#hum#hum+ingly#(1.5,00598226,01248015,00598422)(1.6,00715752,01497399,00716101)###EM ( :DEF_WORD "hum" :CLASS "43.2.b" :WN_SENSE (("1.5" 00598226 01248015 00598422) ("1.6" 00715752 01497399 00716101)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (hum+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#hum#hum#hum#hum+ingly#(1.5,01530415,01248015,00598422)(1.6,01847341,01497399,00716101)###EM ( :DEF_WORD "hum" :CLASS "43.2.c" :WN_SENSE (("1.5" 01530415 01248015 00598422) ("1.6" 01847341 01497399 00716101)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (hum+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#humble#humble#humble#humble+ingly#(1.5,01025863,01024949)(1.6,01229222,01228249)###EM ( :DEF_WORD "humble" :CLASS "31.1.a" :WN_SENSE (("1.5" 01025863 01024949) ("1.6" 01229222 01228249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (humble+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#humble#humble#humble#humble+ingly#(1.5,01024949,01025863)(1.6,01228249,01229222)###EM ( :DEF_WORD "humble" :CLASS "31.1.b" :WN_SENSE (("1.5" 01024949 01025863) ("1.6" 01228249 01229222)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (humble+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#humble#humble#humble#humble+ed#(1.5,01024949)(1.6,01228249)###EM ( :DEF_WORD "humble" :CLASS "31.1.c" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (humble+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#humidify#humidify#humidify#humidify+ed#(1.5,00128851)(1.6,00147046)###EM ( :DEF_WORD "humidify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00128851) ("1.6" 00147046)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (humidify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#humidify#humidify#humidify#humidify+ed#(1.5,00128851)(1.6,00147046)###EM ( :DEF_WORD "humidify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00128851) ("1.6" 00147046)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (humidify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#humidify#humidify#humidify#humidify+ed#(1.5,00128851)(1.6,00147046)###EM ( :DEF_WORD "humidify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00128851) ("1.6" 00147046)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (humidify+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#humiliate#humiliate#humiliate#humiliate+ingly#(1.5,01024949)(1.6,01228249)###EM ( :DEF_WORD "humiliate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (humiliate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#humiliate#humiliate#humiliate#humiliate+ingly#(1.5,01024949)(1.6,01228249)###EM ( :DEF_WORD "humiliate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (humiliate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#hunch#hunch#hunch#hunch+ingly#(1.5,01163898)(1.6,01391162)###EM ( :DEF_WORD "hunch" :CLASS "40.3.2" :WN_SENSE (("1.5" 01163898) ("1.6" 01391162)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (hunch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#hunger#hunger#hunger#hunger+ingly#(1.5,00675382)(1.6,00807946)###EM ( :DEF_WORD "hunger" :CLASS "31.3.h" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (hunger+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#hunger#hunger#hunger#hunger+#(1.5,00675382)(1.6,00807946)###EM ( :DEF_WORD "hunger" :CLASS "32.2.b" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (hunger+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#hunt#hunt#hunt#hunt+ingly#(1.5,00649590)(1.6,00777314)###EM ( :DEF_WORD "hunt" :CLASS "35.1.a" :WN_SENSE (("1.5" 00649590) ("1.6" 00777314)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (hunt+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#hunt#hunt#hunt#hunt+ingly#(1.5,00649590)(1.6,00777314)###EM ( :DEF_WORD "hunt" :CLASS "35.1.b" :WN_SENSE (("1.5" 00649590) ("1.6" 00777314)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (hunt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#hunt#hunt#hunt#hunt+ingly#(1.5,00649590)(1.6,00777314)###EM ( :DEF_WORD "hunt" :CLASS "35.1.b" :WN_SENSE (("1.5" 00649590) ("1.6" 00777314)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (hunt+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#hunt#hunt#hunt#hunt+ingly#(1.5,00649590)(1.6,00777314)###EM ( :DEF_WORD "hunt" :CLASS "35.1.c" :WN_SENSE (("1.5" 00649590) ("1.6" 00777314)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (hunt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#hurl#hurl#hurl#hurl+ingly#(1.5,00866497)(1.6,01035130)###EM ( :DEF_WORD "hurl" :CLASS "17.1" :WN_SENSE (("1.5" 00866497) ("1.6" 01035130)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (hurl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#hurl#hurl#hurl#hurl+ingly#(1.5,00866497)(1.6,01035130)###EM ( :DEF_WORD "hurl" :CLASS "17.1" :WN_SENSE (("1.5" 00866497) ("1.6" 01035130)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (hurl+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#hurry#hurry#hurry#hurry+ingly#(1.5,01177978,00272825)(1.6,01408362,00320978)###EM ( :DEF_WORD "hurry" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01177978 00272825) ("1.6" 01408362 00320978)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hurry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hurry#hurry#hurry#hurry+ingly#(1.5,01175685,01177978,00272825)(1.6,01405887,01408362,00320978)###EM ( :DEF_WORD "hurry" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01175685 01177978 00272825) ("1.6" 01405887 01408362 00320978)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hurry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#hurry#hurry#hurry#hurry+ingly#(1.5,00272705)(1.6,00320830)###EM ( :DEF_WORD "hurry" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 00272705) ("1.6" 00320830)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hurry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#hurry#hurry#hurry#hurry+ingly#(1.5,00272705)(1.6,00320830)###EM ( :DEF_WORD "hurry" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 00272705) ("1.6" 00320830)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (hurry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 53.2.a.i#1#,ag_th#hurry#hurry#hurry#hurry+ingly#(1.5,01175685,01177978,00272825,00272705)(1.6,01405887,01408362,00320978,00320830)###EM ( :DEF_WORD "hurry" :CLASS "53.2.a.i" :WN_SENSE (("1.5" 01175685 01177978 00272825 00272705) ("1.6" 01405887 01408362 00320978 00320830)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hurry+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.a.ii#1#,ag_th_goal()#hurry#hurry#hurry#hurry+ingly#(1.5,01175685,01177978,00272825,00272705)(1.6,01405887,01408362,00320978,00320830)###EM ( :DEF_WORD "hurry" :CLASS "53.2.a.ii" :WN_SENSE (("1.5" 01175685 01177978 00272825 00272705) ("1.6" 01405887 01408362 00320978 00320830)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (hurry+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.b#1#,ag_th,src(from)#hurry#hurry#hurry#hurry+ingly#(1.5,00272705)(1.6,00320830)###EM ( :DEF_WORD "hurry" :CLASS "53.2.b" :WN_SENSE (("1.5" 00272705) ("1.6" 00320830)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (nil 4)))) (hurry+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 53.2.c#1#_th_mod-poss(with)#hurry#hurry#hurry#hurry+ingly#(1.5,01175685,01177978,00272825)(1.6,01405887,01408362,00320978)###EM ( :DEF_WORD "hurry" :CLASS "53.2.c" :WN_SENSE (("1.5" 01175685 01177978 00272825) ("1.6" 01405887 01408362 00320978)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (hurry+ingly 26)) :VAR_SPEC ((15 :obligatory) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#hurt#hurt#hurt#hurt+ingly#(1.5,01210626,00040966)(1.6,01451659,00045541)###EM ( :DEF_WORD "hurt" :CLASS "31.1.a" :WN_SENSE (("1.5" 01210626 00040966) ("1.6" 01451659 00045541)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (hurt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#hurt#hurt#hurt#hurt+ingly#(1.5,01020896,01021077)(1.6,01224008,01224189)###EM ( :DEF_WORD "hurt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01020896 01021077) ("1.6" 01224008 01224189)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (hurt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#hurt#hurt#hurt#hurt+ed#(1.5,01020896,01021077,01210626)(1.6,01224008,01224189,01451659)###EM ( :DEF_WORD "hurt" :CLASS "31.1.c" :WN_SENSE (("1.5" 01020896 01021077 01210626) ("1.6" 01224008 01224189 01451659)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hurt+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.d#1#_exp_perc(from)#hurt#hurt#hurt#hurt+ingly#(1.5,01210626,00040966)(1.6,01451659,00045541)###EM ( :DEF_WORD "hurt" :CLASS "31.3.d" :WN_SENSE (("1.5" 01210626 00040966) ("1.6" 01451659 00045541)) :PROPBANK ("arg0 arg1(from)") :THETA_ROLES ((1 "_exp_perc(from)")) :LCS (go_ext perc (* thing 2) ((* from 7) perc (thing 2) (at perc (thing 2) (thing 8))) (hurt+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 40.8.1#1#_exp,goal,src(from)#hurt#hurt#hurt#hurt+ingly#(1.5,01211071,01020896,01210626,00040966)(1.6,01452083,01224008,01451659,00045541)###BJDMAP ( :DEF_WORD "hurt" :CLASS "40.8.1" :WN_SENSE (("1.5" 01211071 01020896 01210626 00040966) ("1.6" 01452083 01224008 01451659 00045541)) :PROPBANK ("arg0 arg1-REC arg2(from)") :THETA_ROLES ((1 "_exp,goal,src(from)")) :LCS (go_ext perc (* thing 2) (to perc (thing 2) (at perc (thing 2) (* thing 6))) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (hurt+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional)) ) ;; Grid: 40.8.3#1#_ag_th#hurt#hurt#hurt#hurt+ed#(1.5,00040663,01021077,01020896,00040966)(1.6,00045186,01224189,01224008,00045541)###EM ( :DEF_WORD "hurt" :CLASS "40.8.3" :WN_SENSE (("1.5" 00040663 01021077 01020896 00040966) ("1.6" 00045186 01224189 01224008 00045541)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hurt+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#hurtle#hurtle#hurtle#hurtle+ingly#(1.5,01198590)(1.6,01433231)###EM ( :DEF_WORD "hurtle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01198590) ("1.6" 01433231)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (hurtle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#hurtle#hurtle#hurtle#hurtle+ingly#(1.5,01198590)(1.6,01433231)###EM ( :DEF_WORD "hurtle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01198590) ("1.6" 01433231)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (hurtle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#hurtle#hurtle#hurtle#hurtle+ingly#(1.5,00866497)(1.6,01035130)###EM ( :DEF_WORD "hurtle" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 00866497) ("1.6" 01035130)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (hurtle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#hurtle#hurtle#hurtle#hurtle+ingly#(1.5,00866497)(1.6,01035130)###EM ( :DEF_WORD "hurtle" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 00866497) ("1.6" 01035130)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (hurtle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hush#hush#hush#hush+ed#(1.5,00273884)(1.6,00322518)###EM ( :DEF_WORD "hush" :CLASS "45.4.a" :WN_SENSE (("1.5" 00273884) ("1.6" 00322518)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hush+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#hush#hush#hush#hush+ed#(1.5,00273884)(1.6,00322518)###EM ( :DEF_WORD "hush" :CLASS "45.4.b" :WN_SENSE (("1.5" 00273884) ("1.6" 00322518)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hush+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#hush#hush#hush#hush+ed#(1.5,00273772,01249616)(1.6,00322396,01499743)###EM ( :DEF_WORD "hush" :CLASS "45.4.c" :WN_SENSE (("1.5" 00273772 01249616) ("1.6" 00322396 01499743)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hush+ed 9)))) ) ;; Grid: 10.7#1#_ag_src#husk#husk#husk##(1.5,00109464)(1.6,00124337)#loc#(th = husk+)#EM ( :DEF_WORD "husk" :CLASS "10.7" :WN_SENSE (("1.5" 00109464) ("1.6" 00124337)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (husk+ 2) (from loc (husk+ 2) (at loc (husk+ 2) (* thing 4))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hybridize#hybridize#hybridize#hybridize+ed#(1.5,00822105)(1.6,00980199)###EM ( :DEF_WORD "hybridize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00822105) ("1.6" 00980199)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hybridize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#hybridize#hybridize#hybridize#hybridize+ed#(1.5,00822105)(1.6,00980199)###EM ( :DEF_WORD "hybridize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00822105) ("1.6" 00980199)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hybridize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#hybridize#hybridize#hybridize#hybridize+ed#(1.5,00822105)(1.6,00980199)###EM ( :DEF_WORD "hybridize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00822105) ("1.6" 00980199)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hybridize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#hydrogenate#hydrogenate#hydrogenate#hydrogenate+ed#(1.5,00186547)(1.6,00213209)###EM ( :DEF_WORD "hydrogenate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00186547) ("1.6" 00213209)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hydrogenate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#hypnotize#hypnotize#hypnotize#hypnotize+ingly#(1.5,00013555)(1.6,00014364)###EM ( :DEF_WORD "hypnotize" :CLASS "31.1.a" :WN_SENSE (("1.5" 00013555) ("1.6" 00014364)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (hypnotize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#hypnotize#hypnotize#hypnotize#hypnotize+ingly#(1.5,00013555)(1.6,00014364)###EM ( :DEF_WORD "hypnotize" :CLASS "31.1.b" :WN_SENSE (("1.5" 00013555) ("1.6" 00014364)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (hypnotize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#hypnotize#hypnotize#hypnotize#hypnotize+ed#(1.5,00013555)(1.6,00014364)###EM ( :DEF_WORD "hypnotize" :CLASS "31.1.c" :WN_SENSE (("1.5" 00013555) ("1.6" 00014364)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (hypnotize+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#identify#identify#identify#identify+ed#(1.5,00348034,00579867)(1.6,00418578,00694228)###EM ( :DEF_WORD "identify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00348034 00579867) ("1.6" 00418578 00694228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (identify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#identify#identify#identify#identify+ingly#(1.5,00348034,00579867)(1.6,00418578,00694228)###EM ( :DEF_WORD "identify" :CLASS "29.2.d" :WN_SENSE (("1.5" 00348034 00579867) ("1.6" 00418578 00694228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (identify+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 53.1#1#_th,loc()#idle#idle#idle#idle+ingly#(1.5,01368275)(1.6,01645978)###EM ( :DEF_WORD "idle" :CLASS "53.1" :WN_SENSE (("1.5" 01368275) ("1.6" 01645978)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (idle+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#idolize#idolize#idolize#idolize+ingly#(1.5,01013009)(1.6,01214144)###EM ( :DEF_WORD "idolize" :CLASS "31.2.a" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (idolize+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#idolize#idolize#idolize#idolize+ingly#(1.5,01013009)(1.6,01214144)###EM ( :DEF_WORD "idolize" :CLASS "31.2.b" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (idolize+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#idolize#idolize#idolize#idolize+ingly#(1.5,01013009)(1.6,01214144)###EM ( :DEF_WORD "idolize" :CLASS "31.2.g" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (idolize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ignite#ignite#ignite#ignite+ed#(1.5,01559454)(1.6,01886178)###EM ( :DEF_WORD "ignite" :CLASS "45.4.a" :WN_SENSE (("1.5" 01559454) ("1.6" 01886178)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ignite+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ignite#ignite#ignite#ignite+ed#(1.5,01559454)(1.6,01886178)###EM ( :DEF_WORD "ignite" :CLASS "45.4.b" :WN_SENSE (("1.5" 01559454) ("1.6" 01886178)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ignite+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ignite#ignite#ignite#ignite+ed#(1.5,01559884)(1.6,01886620)###EM ( :DEF_WORD "ignite" :CLASS "45.4.c" :WN_SENSE (("1.5" 01559884) ("1.6" 01886620)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ignite+ed 9)))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#ignore#ignore#ignore#ignore+ed#(1.5,01209848,00333645,01424945)(1.6,01450453,00402103,01715663)###EM ( :DEF_WORD "ignore" :CLASS "29.2.c" :WN_SENSE (("1.5" 01209848 00333645 01424945) ("1.6" 01450453 00402103 01715663)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ignore+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#ill-use#ill-use#ill-use#ill-use+ed#(1.5,00658243,00658041,01453934)(1.6,00788109,00787825,01752442)###EM ( :DEF_WORD "ill-use" :CLASS "29.2.c" :WN_SENSE (("1.5" 00658243 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ill-use+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#illuminate#illuminate#illuminate#illuminate+ed#(1.5,00964656)(1.6,01155645)###EM ( :DEF_WORD "illuminate" :CLASS "25.3" :WN_SENSE (("1.5" 00964656) ("1.6" 01155645)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (illuminate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#illustrate#illustrate#illustrate#illustrate+ed#(1.5,00966885,00954617)(1.6,01158172,01145413)###EM ( :DEF_WORD "illustrate" :CLASS "25.3" :WN_SENSE (("1.5" 00966885 00954617) ("1.6" 01158172 01145413)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (illustrate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.1.a" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (imagine+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.1.a" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (imagine+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.1.b" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (imagine+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.1.d" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (imagine+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.2.a" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (imagine+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.2.b" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (imagine+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#imagine#imagine#imagine#imagine+ed#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.2.c" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (imagine+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#imagine#imagine#imagine#imagine+ingly#(1.5,00936356)(1.6,01124228)###EM ( :DEF_WORD "imagine" :CLASS "29.2.d" :WN_SENSE (("1.5" 00936356) ("1.6" 01124228)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (imagine+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 39.4#1#_ag_th#imbibe#imbibe#imbibe#imbibe+ingly#(1.5,00664573)(1.6,00795711)###EM ( :DEF_WORD "imbibe" :CLASS "39.4" :WN_SENSE (("1.5" 00664573) ("1.6" 00795711)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (imbibe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#imbue#imbue#imbue#imbue+ed#(1.5,00271204)(1.6,00318860)###EM ( :DEF_WORD "imbue" :CLASS "9.8.a" :WN_SENSE (("1.5" 00271204) ("1.6" 00318860)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (imbue+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#imbue#imbue#imbue#imbue+ed#(1.5,00271204)(1.6,00318860)###EM ( :DEF_WORD "imbue" :CLASS "9.8.b" :WN_SENSE (("1.5" 00271204) ("1.6" 00318860)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (imbue+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#imitate#imitate#imitate#imitate+ed#(1.5,00995557)(1.6,01191194)###EM ( :DEF_WORD "imitate" :CLASS "25.4" :WN_SENSE (("1.5" 00995557) ("1.6" 01191194)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (imitate+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.1#1#_ag_th_goal()#immerse#immerse#immerse#immerse+ingly#(1.5,00907030)(1.6,01086204)#loc##EM ( :DEF_WORD "immerse" :CLASS "9.1" :WN_SENSE (("1.5" 00907030) ("1.6" 01086204)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (immerse+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#immobilize#immobilize#immobilize#immobilize+ed#(1.5,00634420,00160320)(1.6,00760799,00183690)###EM ( :DEF_WORD "immobilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00634420 00160320) ("1.6" 00760799 00183690)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (immobilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#immolate#immolate#immolate#immolate+ed#(1.5,01322870)(1.6,01589983)###EM ( :DEF_WORD "immolate" :CLASS "42.1.c" :WN_SENSE (("1.5" 01322870) ("1.6" 01589983)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (immolate+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#immunize#immunize#immunize#immunize+ed#(1.5,00052282)(1.6,00058927)###EM ( :DEF_WORD "immunize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00052282) ("1.6" 00058927)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (immunize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#impair#impair#impair#impair+ingly#(1.5,00156379)(1.6,00179295)###BJDMAP ( :DEF_WORD "impair" :CLASS "31.1.a" :WN_SENSE (("1.5" 00156379) ("1.6" 00179295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (impair+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#impale#impale#impale#impale+ingly#(1.5,00830502)(1.6,00990349)###BJDMAP ( :DEF_WORD "impale" :CLASS "19.a.i" :WN_SENSE (("1.5" 00830502) ("1.6" 00990349)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (impale+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#impart#impart#impart#impart+ingly#(1.5,00522332,00525638,01306558)(1.6,00628262,00632077,01570315)###EM ( :DEF_WORD "impart" :CLASS "37.1.b" :WN_SENSE (("1.5" 00522332 00525638 01306558) ("1.6" 00628262 00632077 01570315)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (impart+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#impeach#impeach#impeach#impeach+ingly#(1.5,00473508,00472959)(1.6,00572217,00571723)###EM ( :DEF_WORD "impeach" :CLASS "33.b" :WN_SENSE (("1.5" 00473508 00472959) ("1.6" 00572217 00571723)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (impeach+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 059#1#_ag_th,src(from)#impede#impede#impede#impede+ingly#(1.5,01387871)(1.6,01670590)###BJDMAP ( :DEF_WORD "impede" :CLASS "059" :WN_SENSE (("1.5" 01387871) ("1.6" 01670590)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (impede+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 002#1#_ag_th,prop(to)#impel#impel#impel#impel+ingly#(1.5,00944231)(1.6,01133626)###EM ( :DEF_WORD "impel" :CLASS "002" :WN_SENSE (("1.5" 00944231) ("1.6" 01133626)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (impel+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#imperil#imperil#imperil#imperil+ingly#(1.5,01523791)(1.6,01839881)###BJDMAP ( :DEF_WORD "imperil" :CLASS "31.1.a" :WN_SENSE (("1.5" 01523791) ("1.6" 01839881)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (imperil+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#implant#implant#implant#implant+ingly#(1.5,00879623,00415506)(1.6,01051506,00498580)#loc##EM ( :DEF_WORD "implant" :CLASS "9.1" :WN_SENSE (("1.5" 00879623 00415506) ("1.6" 01051506 00498580)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (implant+ingly 26)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#implement#implement#implement#implement+ingly#(1.5,00285901)(1.6,00338284)###EM ( :DEF_WORD "implement" :CLASS "26.4" :WN_SENSE (("1.5" 00285901) ("1.6" 00338284)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (implement+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.b#1#_ag_th#implement#implement#implement#implement+ingly#(1.5,01363428)(1.6,01640620)###BJDMAP ( :DEF_WORD "implement" :CLASS "49.b" :WN_SENSE (("1.5" 01363428) ("1.6" 01640620)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (implement+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#implicate#implicate#implicate#implicate+ingly#(1.5,01490481)(1.6,01798202)###EM ( :DEF_WORD "implicate" :CLASS "31.2.b" :WN_SENSE (("1.5" 01490481) ("1.6" 01798202)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (implicate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 002#1#_ag_th,prop(to)#implore#implore#implore#implore+ingly#(1.5,00426559)(1.6,00515892)###EM ( :DEF_WORD "implore" :CLASS "002" :WN_SENSE (("1.5" 00426559) ("1.6" 00515892)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (implore+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 29.4.d#1#_exp_prop(that)#imply#imply#imply#imply+ingly#(1.5,00523402)(1.6,00629331)###BJDMAP ( :DEF_WORD "imply" :CLASS "29.4.d" :WN_SENSE (("1.5" 00523402) ("1.6" 00629331)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (imply+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 11.3#1#_ag_th,src(from),goal(to)#import#import#import#import+ingly#(1.5,01333852)(1.6,01601935)###EM ( :DEF_WORD "import" :CLASS "11.3" :WN_SENSE (("1.5" 01333852) ("1.6" 01601935)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (import+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#importune#importune#importune#importune+ingly#(1.5,00436672)(1.6,00528513)###EM ( :DEF_WORD "importune" :CLASS "31.2.a" :WN_SENSE (("1.5" 00436672) ("1.6" 00528513)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (importune+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 008#1#_ag_th,goal(on)#impose#impose#impose#impose+ingly#(1.5,00420669,01312183)(1.6,00507599,01577083)###BJDMAP ( :DEF_WORD "impose" :CLASS "008" :WN_SENSE (("1.5" 00420669 01312183) ("1.6" 00507599 01577083)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (impose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#impound#impound#impound#impound+ingly#(1.5,01293857)(1.6,01554470)###EM ( :DEF_WORD "impound" :CLASS "10.5" :WN_SENSE (("1.5" 01293857) ("1.6" 01554470)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (impound+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#impoverish#impoverish#impoverish#impoverish+ed#(1.5,01318381)(1.6,01583803)###EM ( :DEF_WORD "impoverish" :CLASS "45.4.a" :WN_SENSE (("1.5" 01318381) ("1.6" 01583803)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (impoverish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#imprecate#imprecate#imprecate#imprecate+ingly#(1.5,00485561,00485754)(1.6,00586673,00586866)###EM ( :DEF_WORD "imprecate" :CLASS "33.b" :WN_SENSE (("1.5" 00485561 00485754) ("1.6" 00586673 00586866)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (imprecate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#impregnate#impregnate#impregnate#impregnate+ed#(1.5,00292777)(1.6,00347065)###EM ( :DEF_WORD "impregnate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00292777) ("1.6" 00347065)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (impregnate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#impregnate#impregnate#impregnate#impregnate+ed#(1.5,00292777)(1.6,00347065)###EM ( :DEF_WORD "impregnate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00292777) ("1.6" 00347065)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (impregnate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#impress#impress#impress#impress+ingly#(1.5,01007851,01007544,00410945)(1.6,01207643,01206630,00493735)###EM ( :DEF_WORD "impress" :CLASS "31.1.a" :WN_SENSE (("1.5" 01007851 01007544 00410945) ("1.6" 01207643 01206630 00493735)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (impress+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#impress#impress#impress#impress+ingly#(1.5,01007544)(1.6,01206630)###EM ( :DEF_WORD "impress" :CLASS "31.1.b" :WN_SENSE (("1.5" 01007544) ("1.6" 01206630)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (impress+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#imprint#imprint#imprint#imprint+ingly#(1.5,00881425)(1.6,01053698)###EM ( :DEF_WORD "imprint" :CLASS "25.1.a" :WN_SENSE (("1.5" 00881425) ("1.6" 01053698)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (imprint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#imprint#imprint#imprint#imprint+ed#(1.5,00881425)(1.6,01053698)###EM ( :DEF_WORD "imprint" :CLASS "25.1.b" :WN_SENSE (("1.5" 00881425) ("1.6" 01053698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (imprint+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.10#1#_ag_th#imprison#imprison#imprison#imprison+#(1.5,01412236,01412736)(1.6,01699803,01700341)###EM ( :DEF_WORD "imprison" :CLASS "9.10" :WN_SENSE (("1.5" 01412236 01412736) ("1.6" 01699803 01700341)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (imprison+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#improve#improve#improve#improve+ed#(1.5,00123997)(1.6,00140937)###EM ( :DEF_WORD "improve" :CLASS "45.4.a" :WN_SENSE (("1.5" 00123997) ("1.6" 00140937)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (improve+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#improve#improve#improve#improve+ed#(1.5,00123997)(1.6,00140937)###EM ( :DEF_WORD "improve" :CLASS "45.4.b" :WN_SENSE (("1.5" 00123997) ("1.6" 00140937)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (improve+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#improve#improve#improve#improve+ed#(1.5,00123459)(1.6,00140363)###EM ( :DEF_WORD "improve" :CLASS "45.4.c" :WN_SENSE (("1.5" 00123459) ("1.6" 00140363)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (improve+ed 9)))) ) ;; Grid: 29.2.a#1#_exp_perc(for),mod-pred(as)#opt#opt#opt#opt+ingly####BJDMAP ! ;; Grid: 26.7.ii#1#_ag_th,goal(to)#improvise#improvise#improvise#improvise+ingly#(1.5,00988855)(1.6,01183358)###BJDMAP ( :DEF_WORD "improvise" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00988855) ("1.6" 01183358)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (improvise+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#impute#impute#impute#impute+ingly#(1.5,00409700)(1.6,00492345)###EM ( :DEF_WORD "impute" :CLASS "13.3" :WN_SENSE (("1.5" 00409700) ("1.6" 00492345)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (impute+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#inaugurate#inaugurate#inaugurate#inaugurate+ed#(1.5,01355752)(1.6,01631835)###EM ( :DEF_WORD "inaugurate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01355752) ("1.6" 01631835)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inaugurate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#incandesce#incandesce#incandesce#incandesce+ed####BJDMAP ( :DEF_WORD "incandesce" :CLASS "43.1.a" :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (incandesce+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#incandesce#incandesce#incandesce#incandesce+ed####BJDMAP ( :DEF_WORD "incandesce" :CLASS "43.1.b" :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (incandesce+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#incapacitate#incapacitate#incapacitate#incapacitate+ed#(1.5,00300994)(1.6,00356622)###EM ( :DEF_WORD "incapacitate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00300994) ("1.6" 00356622)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incapacitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#incense#incense#incense#incense+ingly#(1.5,01017836)(1.6,01220279)###EM ( :DEF_WORD "incense" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017836) ("1.6" 01220279)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (incense+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#incense#incense#incense#incense+ingly#(1.5,01017836)(1.6,01220279)###EM ( :DEF_WORD "incense" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017836) ("1.6" 01220279)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (incense+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#inch#inch#inch#inch+ingly#(1.5,01185719)(1.6,01418335)###EM ( :DEF_WORD "inch" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01185719) ("1.6" 01418335)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (inch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#inch#inch#inch#inch+ingly#(1.5,01185719)(1.6,01418335)###EM ( :DEF_WORD "inch" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01185719) ("1.6" 01418335)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (inch+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#incinerate#incinerate#incinerate#incinerate+ed#(1.5,00226625)(1.6,00263602)###EM ( :DEF_WORD "incinerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00226625) ("1.6" 00263602)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incinerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#incise#incise#incise#incise+ingly#(1.5,00897017)(1.6,01072274)###EM ( :DEF_WORD "incise" :CLASS "25.1.a" :WN_SENSE (("1.5" 00897017) ("1.6" 01072274)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (incise+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#incise#incise#incise#incise+ed#(1.5,00897017)(1.6,01072274)###EM ( :DEF_WORD "incise" :CLASS "25.1.b" :WN_SENSE (("1.5" 00897017) ("1.6" 01072274)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incise+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 002#1#_ag_th,prop(to)#incite#incite#incite#incite+ingly#(1.5,00701074,00944051)(1.6,00838665,01133437)###EM ( :DEF_WORD "incite" :CLASS "002" :WN_SENSE (("1.5" 00701074 00944051) ("1.6" 00838665 01133437)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (incite+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 024#1#_th_prop#include#include#include#include+ingly#(1.5,01386819)(1.6,01669261)###EM ( :DEF_WORD "include" :CLASS "024" :WN_SENSE (("1.5" 01386819) ("1.6" 01669261)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* nil 27)) (include+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 47.8.b#1#_loc_th#include#include#include#include+ingly#(1.5,00384385,01489087)(1.6,00462038,01796443)###EM ( :DEF_WORD "include" :CLASS "47.8.b" :WN_SENSE (("1.5" 00384385 01489087) ("1.6" 00462038 01796443)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (include+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#inconvenience#inconvenience#inconvenience#inconvenience+ingly#(1.5,01419689)(1.6,01709356)###BJDMAP ( :DEF_WORD "inconvenience" :CLASS "31.1.a" :WN_SENSE (("1.5" 01419689) ("1.6" 01709356)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (inconvenience+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#incorporate#incorporate#incorporate#incorporate+ed#(1.5,00276466)(1.6,00325575)###EM ( :DEF_WORD "incorporate" :CLASS "22.2.a" :WN_SENSE (("1.5" 00276466) ("1.6" 00325575)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incorporate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#incorporate#incorporate#incorporate#incorporate+ed#(1.5,00276466,00887284)(1.6,00325575,01060691)###EM ( :DEF_WORD "incorporate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00276466 00887284) ("1.6" 00325575 01060691)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incorporate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#incorporate#incorporate#incorporate#incorporate+ed#(1.5,00276466)(1.6,00325575)###EM ( :DEF_WORD "incorporate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00276466) ("1.6" 00325575)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (incorporate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#incorporate#incorporate#incorporate#incorporate+ingly#(1.5,00276466)(1.6,00325575)###EM ( :DEF_WORD "incorporate" :CLASS "29.2.d" :WN_SENSE (("1.5" 00276466) ("1.6" 00325575)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (incorporate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#increase#increase#increase#increase+ed#(1.5,00091455)(1.6,00104604)###EM ( :DEF_WORD "increase" :CLASS "45.4.a" :WN_SENSE (("1.5" 00091455) ("1.6" 00104604)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (increase+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#increase#increase#increase#increase+ed#(1.5,00091455)(1.6,00104604)###EM ( :DEF_WORD "increase" :CLASS "45.4.b" :WN_SENSE (("1.5" 00091455) ("1.6" 00104604)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (increase+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#increase#increase#increase#increase+ed#(1.5,00093597)(1.6,00107371)###EM ( :DEF_WORD "increase" :CLASS "45.4.c" :WN_SENSE (("1.5" 00093597) ("1.6" 00107371)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (increase+ed 9)))) ) ;; Grid: 45.6#1#_th#increase#increase#increase#increase+ed#(1.5,00093597,00091455)(1.6,00107371,00104604)###EM ( :DEF_WORD "increase" :CLASS "45.6" :WN_SENSE (("1.5" 00093597 00091455) ("1.6" 00107371 00104604)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (increase+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#incriminate#incriminate#incriminate#incriminate+ingly#(1.5,01491901)(1.6,01799948)###EM ( :DEF_WORD "incriminate" :CLASS "33.b" :WN_SENSE (("1.5" 01491901) ("1.6" 01799948)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (incriminate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#incubate#incubate#incubate#incubate+ed#(1.5,00038182)(1.6,00042383)###EM ( :DEF_WORD "incubate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00038182) ("1.6" 00042383)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incubate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#incubate#incubate#incubate#incubate+ed#(1.5,00151868,00151953)(1.6,00173577,00173577)###EM ( :DEF_WORD "incubate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00151868 00151953) ("1.6" 00173577 00173577)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incubate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#incubate#incubate#incubate#incubate+ed#(1.5,00151953,00151868)(1.6,00173577,00173577)###EM ( :DEF_WORD "incubate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00151953 00151868) ("1.6" 00173577 00173577)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (incubate+ed 9)))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from)#incur#incur#incur#incur+ingly#(1.5,00307705)(1.6,00364767)###BJDMAP ( :DEF_WORD "incur" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00307705) ("1.6" 00364767)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (thing 18)) (incur+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#indent#indent#indent#indent+ingly#(1.5,00730995,00732594)(1.6,00871843,00873818)###EM ( :DEF_WORD "indent" :CLASS "25.1.a" :WN_SENSE (("1.5" 00730995 00732594) ("1.6" 00871843 00873818)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (indent+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#index#index#index#index+ed#(1.5,01338966)(1.6,01608005)###EM ( :DEF_WORD "index" :CLASS "45.4.a" :WN_SENSE (("1.5" 01338966) ("1.6" 01608005)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (index+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#indicate#indicate#indicate#indicate+ingly#(1.5,00521856)(1.6,00627736)###EM ( :DEF_WORD "indicate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00521856) ("1.6" 00627736)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (indicate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#indict#indict#indict#indict+ingly#(1.5,01427496)(1.6,01718791)###EM ( :DEF_WORD "indict" :CLASS "33.b" :WN_SENSE (("1.5" 01427496) ("1.6" 01718791)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (indict+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#individualize#individualize#individualize#individualize+ed#(1.5,00366618,00231203)(1.6,00439512,00269114)###EM ( :DEF_WORD "individualize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00366618 00231203) ("1.6" 00439512 00269114)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (individualize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#induce#induce#induce#induce+ingly#(1.5,00432532)(1.6,00523422)###EM ( :DEF_WORD "induce" :CLASS "002" :WN_SENSE (("1.5" 00432532) ("1.6" 00523422)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (induce+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#induce#induce#induce#induce+ingly#(1.5,00940551)(1.6,01129223)###EM ( :DEF_WORD "induce" :CLASS "26.4" :WN_SENSE (("1.5" 00940551) ("1.6" 01129223)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (induce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#induct#induct#induct#induct+ed#(1.5,01350325,01352895)(1.6,01624297,01628177)###EM ( :DEF_WORD "induct" :CLASS "29.2.c" :WN_SENSE (("1.5" 01350325 01352895) ("1.6" 01624297 01628177)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (induct+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#induct#induct#induct#induct+ingly#(1.5,01350325,01352895)(1.6,01624297,01628177)###EM ( :DEF_WORD "induct" :CLASS "29.2.d" :WN_SENSE (("1.5" 01350325 01352895) ("1.6" 01624297 01628177)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (induct+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#indulge#indulge#indulge#indulge+ingly#(1.5,01454027)(1.6,01752616)###EM ( :DEF_WORD "indulge" :CLASS "31.2.b" :WN_SENSE (("1.5" 01454027) ("1.6" 01752616)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (indulge+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#industrialize#industrialize#industrialize#industrialize+ed#(1.5,00294094)(1.6,00348785)###EM ( :DEF_WORD "industrialize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00294094) ("1.6" 00348785)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (industrialize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#inebriate#inebriate#inebriate#inebriate+ed#(1.5,00676703)(1.6,00809371)###EM ( :DEF_WORD "inebriate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00676703) ("1.6" 00809371)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inebriate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#infatuate#infatuate#infatuate#infatuate+ingly#(1.5,01003938)(1.6,01201824)###BJDMAP ( :DEF_WORD "infatuate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01003938) ("1.6" 01201824)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (infatuate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#infect#infect#infect#infect+ed#(1.5,00053788,00053366)(1.6,00060850,00060266)###EM ( :DEF_WORD "infect" :CLASS "9.8.a" :WN_SENSE (("1.5" 00053788 00053366) ("1.6" 00060850 00060266)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (infect+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 10.1#1#_ag_th,src(from)#infer#infer#infer#infer+ingly#(1.5,00358233)(1.6,00430461)#loc##EM ! ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#infect#infect#infect#infect+ed#(1.5,00053788,00053366)(1.6,00060850,00060266)###EM ( :DEF_WORD "infect" :CLASS "9.8.b" :WN_SENSE (("1.5" 00053788 00053366) ("1.6" 00060850 00060266)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (infect+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.1.g#1#_th,goal#infest#infest#infest#infest+ingly#(1.5,01154363)(1.6,01379834)###BJDMAP ( :DEF_WORD "infest" :CLASS "51.1.g" :WN_SENSE (("1.5" 01154363) ("1.6" 01379834)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (* thing 6))) (infest+ingly 26)) :VAR_SPEC ((6 :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#infiltrate#infiltrate#infiltrate#infiltrate+ed#(1.5,01090249)(1.6,01305677)###EM ( :DEF_WORD "infiltrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01090249) ("1.6" 01305677)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (infiltrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#inflame#inflame#inflame#inflame+ingly#(1.5,01004050)(1.6,01202110)###BJDMAP ( :DEF_WORD "inflame" :CLASS "31.1.a" :WN_SENSE (("1.5" 01004050) ("1.6" 01202110)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (inflame+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#inflate#inflate#inflate#inflate+ed#(1.5,00157168)(1.6,00180220)###EM ( :DEF_WORD "inflate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00157168) ("1.6" 00180220)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inflate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#inflate#inflate#inflate#inflate+ed#(1.5,00157168)(1.6,00180220)###EM ( :DEF_WORD "inflate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00157168) ("1.6" 00180220)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inflate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#inflate#inflate#inflate#inflate+ed#(1.5,00153355)(1.6,00175034)###EM ( :DEF_WORD "inflate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00153355) ("1.6" 00175034)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inflate+ed 9)))) ) ;; Grid: 008#1#_ag_th,goal(on)#inflict#inflict#inflict#inflict+ingly#(1.5,00420669)(1.6,00507599)###BJDMAP ( :DEF_WORD "inflict" :CLASS "008" :WN_SENSE (("1.5" 00420669) ("1.6" 00507599)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (inflict+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#influence#influence#influence#influence+ingly#(1.5,00435835)(1.6,00527561)###EM ( :DEF_WORD "influence" :CLASS "002" :WN_SENSE (("1.5" 00435835) ("1.6" 00527561)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (influence+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#influence#influence#influence#influence+ingly#(1.5,01436060,00435835)(1.6,01729316,00527561)###EM ( :DEF_WORD "influence" :CLASS "31.1.a" :WN_SENSE (("1.5" 01436060 00435835) ("1.6" 01729316 00527561)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (influence+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that)#inform#inform#inform#inform+ingly#(1.5,00467082)(1.6,00564266)###EM ( :DEF_WORD "inform" :CLASS "37.9.a" :WN_SENSE (("1.5" 00467082) ("1.6" 00564266)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal,info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (inform+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#inform#inform#inform#inform+ingly#(1.5,00467082)(1.6,00564266)###EM ( :DEF_WORD "inform" :CLASS "37.9.c" :WN_SENSE (("1.5" 00467082) ("1.6" 00564266)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (inform+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#infuriate#infuriate#infuriate#infuriate+ingly#(1.5,01017836)(1.6,01220279)###EM ( :DEF_WORD "infuriate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017836) ("1.6" 01220279)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (infuriate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#infuriate#infuriate#infuriate#infuriate+ingly#(1.5,01017836)(1.6,01220279)###EM ( :DEF_WORD "infuriate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017836) ("1.6" 01220279)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (infuriate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 39.4#1#_ag_th#ingest#ingest#ingest#ingest+ingly#(1.5,00656714)(1.6,00786286)###EM ( :DEF_WORD "ingest" :CLASS "39.4" :WN_SENSE (("1.5" 00656714) ("1.6" 00786286)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (ingest+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.a#1#_th_loc#inhabit#inhabit#inhabit#inhabit+ingly#(1.5,01499405,01501333)(1.6,01809405,01811429)###EM ( :DEF_WORD "inhabit" :CLASS "46.a" :WN_SENSE (("1.5" 01499405 01501333) ("1.6" 01809405 01811429)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (([at] 10) loc (thing 2) (* thing 11)) (inhabit+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 40.1.3.b#1#_goal#inhale#inhale#inhale#inhale+ingly#(1.5,00681915,00004022)(1.6,00815554,00003763)###EM ( :DEF_WORD "inhale" :CLASS "40.1.3.b" :WN_SENSE (("1.5" 00681915 00004022) ("1.6" 00815554 00003763)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_goal")) :LCS (go loc (air 2) (to loc (air 2) (at loc (air 2) (* thing 6))) (inhale+ingly 26)) :VAR_SPEC ((6 (animate +)) (2 :type)) ) ;; Grid: 13.5.2.c#1#_ag_th,src(from)#inherit#inherit#inherit#inherit+ingly#(1.5,01317396)(1.6,01582491)###EM ( :DEF_WORD "inherit" :CLASS "13.5.2.c" :WN_SENSE (("1.5" 01317396) ("1.6" 01582491)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) (inherit+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#initial#initial#initial#initial+ed#(1.5,00562385)(1.6,00674369)###EM ( :DEF_WORD "initial" :CLASS "25.3" :WN_SENSE (("1.5" 00562385) ("1.6" 00674369)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (initial+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 55.2.c#1#_th_prop#initiate#initiate#initiate#initiate+ingly#(1.5,00932641)(1.6,01119504)###EM ( :DEF_WORD "initiate" :CLASS "55.2.c" :WN_SENSE (("1.5" 00932641) ("1.6" 01119504)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (initiate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#inject#inject#inject#inject+ingly#(1.5,00052163,00113019,00912051)(1.6,00058757,00128457,01092207)###EM ( :DEF_WORD "inject" :CLASS "9.7.a" :WN_SENSE (("1.5" 00052163 00113019 00912051) ("1.6" 00058757 00128457 01092207)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (inject+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#inject#inject#inject#inject+ed#(1.5,00052163,00113019,00912051)(1.6,00058757,00128457,01092207)###EM ( :DEF_WORD "inject" :CLASS "9.7.d" :WN_SENSE (("1.5" 00052163 00113019 00912051) ("1.6" 00058757 00128457 01092207)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inject+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#injure#injure#injure#injure+ed#(1.5,00043545,01021077)(1.6,00048850,01224189)###EM ( :DEF_WORD "injure" :CLASS "40.8.3" :WN_SENSE (("1.5" 00043545 01021077) ("1.6" 00048850 01224189)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (injure+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#ink#ink#ink#ink+ed#(1.5,00562188,00269715)(1.6,00674118,00316764)###EM ( :DEF_WORD "ink" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00562188 00269715) ("1.6" 00674118 00316764)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ink+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#ink#ink#ink#ink+ingly#(1.5,00562188)(1.6,00674118)###EM ( :DEF_WORD "ink" :CLASS "25.2" :WN_SENSE (("1.5" 00562188) ("1.6" 00674118)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (ink+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#inlay#inlay#inlay#inlay+ed#(1.5,00963535)(1.6,01154538)###EM ( :DEF_WORD "inlay" :CLASS "9.8.a" :WN_SENSE (("1.5" 00963535) ("1.6" 01154538)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (inlay+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#inlay#inlay#inlay#inlay+ed#(1.5,00963535)(1.6,01154538)###EM ( :DEF_WORD "inlay" :CLASS "9.8.b" :WN_SENSE (("1.5" 00963535) ("1.6" 01154538)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (inlay+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#innervate#innervate#innervate#innervate+ingly#(1.5,--)(1.6,01523317)###BJDMAP ( :DEF_WORD "innervate" :CLASS "31.1.a" :WN_SENSE (("1.5" --) ("1.6" 01523317)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (innervate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#innoculate#innoculate#innoculate#innoculate+ed#(1.5,00113505)(1.6,00129032)###EM ( :DEF_WORD "innoculate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00113505) ("1.6" 00129032)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (innoculate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#innovate#innovate#innovate#innovate+ingly#(1.5,00939471)(1.6,01128045)###EM ( :DEF_WORD "innovate" :CLASS "26.6" :WN_SENSE (("1.5" 00939471) ("1.6" 01128045)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (innovate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 32.2.a#1#_exp_perc(after)#inquire#inquire#inquire#inquire+ingly#(1.5,00411560)(1.6,00494502)###EM ! ;; Grid: 10.6.a#1#_ag_th,mod-poss(from)#inoculate#inoculate#inoculate#inoculate+ed#(1.5,00052282)(1.6,00058927)###EM ( :DEF_WORD "inoculate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00052282) ("1.6" 00058927)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,mod-poss(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inoculate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 14.b#1#_ag_info(about)#inquire#inquire#inquire#inquire+ingly#(1.5,00440329)(1.6,00532796)###BJDMAP ( :DEF_WORD "inquire" :CLASS "14.b" :WN_SENSE (("1.5" 00440329) ("1.6" 00532796)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_ag_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 1))) ((from 3) comm (nil 2) (at comm (nil 2) (thing 4)))) (inquire+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#inscribe#inscribe#inscribe#inscribe+ingly#(1.5,00757464)(1.6,00902579)###EM ( :DEF_WORD "inscribe" :CLASS "25.1.a" :WN_SENSE (("1.5" 00757464) ("1.6" 00902579)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (inscribe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#inscribe#inscribe#inscribe#inscribe+ed#(1.5,00757464)(1.6,00902579)###EM ( :DEF_WORD "inscribe" :CLASS "25.1.b" :WN_SENSE (("1.5" 00757464) ("1.6" 00902579)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (inscribe+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.1#1#_ag_th_goal()#insert#insert#insert#insert+ingly#(1.5,00818159,00799930)(1.6,00974668,00952864)#loc##EM ( :DEF_WORD "insert" :CLASS "9.1" :WN_SENSE (("1.5" 00818159 00799930) ("1.6" 00974668 00952864)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (insert+ingly 26)) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#insinuate#insinuate#insinuate#insinuate+ingly#(1.5,00521656)(1.6,00627512)###EM ( :DEF_WORD "insinuate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00521656) ("1.6" 00627512)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (insinuate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#insist#insist#insist#insist+ingly#(1.5,--,00436672)(1.6,00485364,00528513)###EM ( :DEF_WORD "insist" :CLASS "37.7.a" :WN_SENSE (("1.5" -- 00436672) ("1.6" 00485364 00528513)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (insist+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 30.2.a.i#1#_exp_perc#inspect#inspect#inspect#inspect+ingly#(1.5,01235465)(1.6,01482454)###EM ( :DEF_WORD "inspect" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01235465) ("1.6" 01482454)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (inspect+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#inspect#inspect#inspect#inspect+ingly#(1.5,01235465)(1.6,01482454)###EM ( :DEF_WORD "inspect" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01235465) ("1.6" 01482454)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (inspect+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#inspect#inspect#inspect#inspect+ingly#(1.5,01235465)(1.6,01482454)###EM ( :DEF_WORD "inspect" :CLASS "35.4" :WN_SENSE (("1.5" 01235465) ("1.6" 01482454)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (inspect+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#inspire#inspire#inspire#inspire+ingly#(1.5,01032310,00481694)(1.6,01236819,00582621)###EM ( :DEF_WORD "inspire" :CLASS "31.1.a" :WN_SENSE (("1.5" 01032310 00481694) ("1.6" 01236819 00582621)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (inspire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#inspire#inspire#inspire#inspire+ingly#(1.5,00433384)(1.6,00524434)###EM ( :DEF_WORD "inspire" :CLASS "31.1.b" :WN_SENSE (("1.5" 00433384) ("1.6" 00524434)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (inspire+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#install#install#install#install+ingly#(1.5,00903638,01350197)(1.6,01080919,01624108)#loc##EM ( :DEF_WORD "install" :CLASS "9.1" :WN_SENSE (("1.5" 00903638 01350197) ("1.6" 01080919 01624108)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (install+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#instigate#instigate#instigate#instigate+ingly#(1.5,00477746)(1.6,00577163)###BJDMAP ( :DEF_WORD "instigate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00477746) ("1.6" 00577163)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (instigate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#institute#institute#institute#institute+ed#(1.5,00942370)(1.6,01131591)###EM ( :DEF_WORD "institute" :CLASS "29.2.c" :WN_SENSE (("1.5" 00942370) ("1.6" 01131591)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (institute+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#instruct#instruct#instruct#instruct+ingly#(1.5,00465565)(1.6,00562446)###EM ( :DEF_WORD "instruct" :CLASS "37.9.a" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (instruct+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#instruct#instruct#instruct#instruct+ingly#(1.5,00465565)(1.6,00562446)###EM ( :DEF_WORD "instruct" :CLASS "37.9.b" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (instruct+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#instruct#instruct#instruct#instruct+ingly#(1.5,00465565)(1.6,00562446)###EM ( :DEF_WORD "instruct" :CLASS "37.9.c" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (instruct+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#insult#insult#insult#insult+ingly#(1.5,00475953)(1.6,00575170)###EM ( :DEF_WORD "insult" :CLASS "31.1.a" :WN_SENSE (("1.5" 00475953) ("1.6" 00575170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (insult+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#insult#insult#insult#insult+ingly#(1.5,00475953)(1.6,00575170)###EM ( :DEF_WORD "insult" :CLASS "31.1.b" :WN_SENSE (("1.5" 00475953) ("1.6" 00575170)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (insult+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 021#1#_ag_th(against)#insure#insure#insure#insure+ingly#(1.5,00500977)(1.6,00603918)###EM ! ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#insult#insult#insult#insult+ingly#(1.5,00475953)(1.6,00575170)###EM ( :DEF_WORD "insult" :CLASS "33.b" :WN_SENSE (("1.5" 00475953) ("1.6" 00575170)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (insult+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.9.b#1#_ag_goal,info(against)#insure#insure#insure#insure+ingly#(1.5,00371753)(1.6,00446362)###BJDMAP ( :DEF_WORD "insure" :CLASS "37.9.b" :WN_SENSE (("1.5" 00371753) ("1.6" 00446362)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal,info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (insure+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog) :optional)) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#integrate#integrate#integrate#integrate+ed#(1.5,00276466,01405053)(1.6,00325575,01691402)###EM ( :DEF_WORD "integrate" :CLASS "22.2.a" :WN_SENSE (("1.5" 00276466 01405053) ("1.6" 00325575 01691402)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (integrate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#integrate#integrate#integrate#integrate+ed#(1.5,00276939)(1.6,00326149)###EM ( :DEF_WORD "integrate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00276939) ("1.6" 00326149)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (integrate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#intellectualize#intellectualize#intellectualize#intellectualize+ed####EM ( :DEF_WORD "intellectualize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intellectualize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#intend#intend#intend#intend+ingly#(1.5,00399410)(1.6,00479979)###BJDMAP ( :DEF_WORD "intend" :CLASS "005" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (intend+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#intend#intend#intend#intend+ingly#(1.5,00399410)(1.6,00479979)###EM ( :DEF_WORD "intend" :CLASS "29.2.a" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (intend+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#intend#intend#intend#intend+ingly#(1.5,00399410)(1.6,00479979)###EM ( :DEF_WORD "intend" :CLASS "29.2.b" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (intend+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#intend#intend#intend#intend+ed#(1.5,00399410)(1.6,00479979)###EM ( :DEF_WORD "intend" :CLASS "29.2.c" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (intend+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#intend#intend#intend#intend+ingly#(1.5,00399410)(1.6,00479979)###EM ( :DEF_WORD "intend" :CLASS "29.2.d" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (intend+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#intensify#intensify#intensify#intensify+ed#(1.5,00174687)(1.6,00199703)###EM ( :DEF_WORD "intensify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00174687) ("1.6" 00199703)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intensify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#intensify#intensify#intensify#intensify+ed#(1.5,--)(1.6,00155596)###EM ( :DEF_WORD "intensify" :CLASS "45.4.b" :WN_SENSE (("1.5" --) ("1.6" 00155596)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intensify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#intensify#intensify#intensify#intensify+ed#(1.5,00136241,00135970)(1.6,00155084,00155084)###EM ( :DEF_WORD "intensify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00136241 00135970) ("1.6" 00155084 00155084)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intensify+ed 9)))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#interact#interact#interact#interact+ingly#(1.5,01346535)(1.6,01619317)###EM ( :DEF_WORD "interact" :CLASS "36.1.c" :WN_SENSE (("1.5" 01346535) ("1.6" 01619317)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (interact+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#interblend#interblend#interblend#interblend+ingly####EM ( :DEF_WORD "interblend" :CLASS "36.1.c" :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (interblend+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#intercede#intercede#intercede#intercede+ingly#(1.5,00427701)(1.6,00517197)###EM ( :DEF_WORD "intercede" :CLASS "36.1.c" :WN_SENSE (("1.5" 00427701) ("1.6" 00517197)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (intercede+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#intercede#intercede#intercede#intercede+ingly#(1.5,00427701)(1.6,00517197)###EM ( :DEF_WORD "intercede" :CLASS "36.1.d" :WN_SENSE (("1.5" 00427701) ("1.6" 00517197)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (intercede+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interchange#interchange#interchange#interchange+ed#(1.5,00070628,00070513)(1.6,00081221,00081068)###EM ( :DEF_WORD "interchange" :CLASS "22.2.a" :WN_SENSE (("1.5" 00070628 00070513) ("1.6" 00081221 00081068)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interchange+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interchange#interchange#interchange#interchange+ed#(1.5,00070513)(1.6,00081068)###EM ( :DEF_WORD "interchange" :CLASS "22.2.c" :WN_SENSE (("1.5" 00070513) ("1.6" 00081068)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interchange+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interconnect#interconnect#interconnect#interconnect+ed#(1.5,00778811)(1.6,00928170)###EM ( :DEF_WORD "interconnect" :CLASS "22.2.a" :WN_SENSE (("1.5" 00778811) ("1.6" 00928170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interconnect+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interconnect#interconnect#interconnect#interconnect+ed#(1.5,00778811)(1.6,00928170)###EM ( :DEF_WORD "interconnect" :CLASS "22.2.c" :WN_SENSE (("1.5" 00778811) ("1.6" 00928170)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interconnect+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#interest#interest#interest#interest+ingly#(1.5,01037752)(1.6,01242774)###EM ( :DEF_WORD "interest" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037752) ("1.6" 01242774)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (interest+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#interest#interest#interest#interest+ingly#(1.5,01037752)(1.6,01242774)###EM ( :DEF_WORD "interest" :CLASS "31.1.b" :WN_SENSE (("1.5" 01037752) ("1.6" 01242774)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (interest+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#interfere#interfere#interfere#interfere+ingly#(1.5,01388052,01437481)(1.6,01670845,01730921)###EM ( :DEF_WORD "interfere" :CLASS "36.1.c" :WN_SENSE (("1.5" 01388052 01437481) ("1.6" 01670845 01730921)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (interfere+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#interfere#interfere#interfere#interfere+ingly#(1.5,01388052,01437481)(1.6,01670845,01730921)###EM ( :DEF_WORD "interfere" :CLASS "36.1.d" :WN_SENSE (("1.5" 01388052 01437481) ("1.6" 01670845 01730921)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (interfere+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 9.8.a#1#_mod-poss_th#interlace#interlace#interlace#interlace+ed#(1.5,00872396,00924352)(1.6,01042567,01106612)###EM ( :DEF_WORD "interlace" :CLASS "9.8.a" :WN_SENSE (("1.5" 00872396 00924352) ("1.6" 01042567 01106612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (interlace+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#interlace#interlace#interlace#interlace+ed#(1.5,00872396,00924352)(1.6,01042567,01106612)###EM ( :DEF_WORD "interlace" :CLASS "9.8.b" :WN_SENSE (("1.5" 00872396 00924352) ("1.6" 01042567 01106612)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (interlace+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interlace#interlace#interlace#interlace+ed#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "interlace" :CLASS "22.2.a" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlace+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interlace#interlace#interlace#interlace+ed#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "interlace" :CLASS "22.2.c" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlace+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 9.8.a#1#_mod-poss_th#interlard#interlard#interlard#interlard+ed#(1.5,00114166)(1.6,00129745)###EM ( :DEF_WORD "interlard" :CLASS "9.8.a" :WN_SENSE (("1.5" 00114166) ("1.6" 00129745)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (interlard+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#interlard#interlard#interlard#interlard+ed#(1.5,00114166)(1.6,00129745)###EM ( :DEF_WORD "interlard" :CLASS "9.8.b" :WN_SENSE (("1.5" 00114166) ("1.6" 00129745)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (interlard+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#interleave#interleave#interleave#interleave+ed#(1.5,01327372,00114323)(1.6,01594656,00129902)###EM ( :DEF_WORD "interleave" :CLASS "9.8.a" :WN_SENSE (("1.5" 01327372 00114323) ("1.6" 01594656 00129902)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (interleave+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#interleave#interleave#interleave#interleave+ed#(1.5,01327372,00114323)(1.6,01594656,00129902)###EM ( :DEF_WORD "interleave" :CLASS "9.8.b" :WN_SENSE (("1.5" 01327372 00114323) ("1.6" 01594656 00129902)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (interleave+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interlink#interlink#interlink#interlink+ed#(1.5,00778811)(1.6,00928170)###EM ( :DEF_WORD "interlink" :CLASS "22.2.a" :WN_SENSE (("1.5" 00778811) ("1.6" 00928170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlink+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interlink#interlink#interlink#interlink+ed#(1.5,00778811)(1.6,00928170)###EM ( :DEF_WORD "interlink" :CLASS "22.2.c" :WN_SENSE (("1.5" 00778811) ("1.6" 00928170)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlink+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interlock#interlock#interlock#interlock+ed#(1.5,00240642)(1.6,00281344)###EM ( :DEF_WORD "interlock" :CLASS "22.2.a" :WN_SENSE (("1.5" 00240642) ("1.6" 00281344)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlock+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interlock#interlock#interlock#interlock+ed#(1.5,00240642)(1.6,00281344)###EM ( :DEF_WORD "interlock" :CLASS "22.2.c" :WN_SENSE (("1.5" 00240642) ("1.6" 00281344)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interlock+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#intermingle#intermingle#intermingle#intermingle+ed#(1.5,00841435)(1.6,01003383)###EM ( :DEF_WORD "intermingle" :CLASS "22.2.a" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intermingle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#intermingle#intermingle#intermingle#intermingle+ed#(1.5,00841435)(1.6,01003383)###EM ( :DEF_WORD "intermingle" :CLASS "22.2.c" :WN_SENSE (("1.5" 00841435) ("1.6" 01003383)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intermingle+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#intermix#intermix#intermix#intermix+ingly#(1.5,00841249)(1.6,01003100)###EM ( :DEF_WORD "intermix" :CLASS "36.1.c" :WN_SENSE (("1.5" 00841249) ("1.6" 01003100)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (intermix+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#interpolate#interpolate#interpolate#interpolate+ingly#(1.5,00361286)(1.6,00434012)###EM ( :DEF_WORD "interpolate" :CLASS "54.4" :WN_SENSE (("1.5" 00361286) ("1.6" 00434012)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (interpolate+ingly 26)) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#interpret#interpret#interpret#interpret+ingly#(1.5,00332807,00350396,00528156)(1.6,00401225,00422121,00635307)###EM ( :DEF_WORD "interpret" :CLASS "29.2.b" :WN_SENSE (("1.5" 00332807 00350396 00528156) ("1.6" 00401225 00422121 00635307)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (interpret+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#interpret#interpret#interpret#interpret+ed#(1.5,00528156,00962105)(1.6,00635307,01157275)###EM ( :DEF_WORD "interpret" :CLASS "29.2.c" :WN_SENSE (("1.5" 00528156 00962105) ("1.6" 00635307 01157275)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (interpret+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#interpret#interpret#interpret#interpret+ingly#(1.5,00962105)(1.6,01157275)###EM ( :DEF_WORD "interpret" :CLASS "29.2.d" :WN_SENSE (("1.5" 00962105) ("1.6" 01157275)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (interpret+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interrelate#interrelate#interrelate#interrelate+ed#(1.5,01544407)(1.6,01863478)###EM ( :DEF_WORD "interrelate" :CLASS "22.2.a" :WN_SENSE (("1.5" 01544407) ("1.6" 01863478)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interrelate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interrelate#interrelate#interrelate#interrelate+ed#(1.5,01544407)(1.6,01863478)###EM ( :DEF_WORD "interrelate" :CLASS "22.2.c" :WN_SENSE (("1.5" 01544407) ("1.6" 01863478)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interrelate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#interrogate#interrogate#interrogate#interrogate+ingly#(1.5,00442559)(1.6,00535464)###EM ( :DEF_WORD "interrogate" :CLASS "33.b" :WN_SENSE (("1.5" 00442559) ("1.6" 00535464)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (interrogate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#interrupt#interrupt#interrupt#interrupt+ingly#(1.5,00219832)(1.6,00254764)###EM ( :DEF_WORD "interrupt" :CLASS "55.1.a" :WN_SENSE (("1.5" 00219832) ("1.6" 00254764)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (interrupt+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#interrupt#interrupt#interrupt#interrupt+ingly#(1.5,00305889)(1.6,00362765)###EM ( :DEF_WORD "interrupt" :CLASS "55.1.b" :WN_SENSE (("1.5" 00305889) ("1.6" 00362765)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (interrupt+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 47.8.a#1#_th#intersect#intersect#intersect#intersect+ed#(1.5,01156555)(1.6,01382318)###EM ( :DEF_WORD "intersect" :CLASS "47.8.a" :WN_SENSE (("1.5" 01156555) ("1.6" 01382318)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (intersect+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.f#1#_th_loc#intersect#intersect#intersect#intersect+ingly#(1.5,01156555)(1.6,01382318)###EM ( :DEF_WORD "intersect" :CLASS "47.8.f" :WN_SENSE (("1.5" 01156555) ("1.6" 01382318)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (intersect+ingly 26)) ) ;; Grid: 9.8.a#1#_mod-poss_th#intersperse#intersperse#intersperse#intersperse+ed#(1.5,00791631)(1.6,00942906)###EM ( :DEF_WORD "intersperse" :CLASS "9.8.a" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (intersperse+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#intersperse#intersperse#intersperse#intersperse+ed#(1.5,00791631)(1.6,00942906)###EM ( :DEF_WORD "intersperse" :CLASS "9.8.b" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (intersperse+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#intersperse#intersperse#intersperse#intersperse+ed#(1.5,00791631)(1.6,00942906)###EM ( :DEF_WORD "intersperse" :CLASS "22.2.a" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intersperse+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#intersperse#intersperse#intersperse#intersperse+ed#(1.5,00791631)(1.6,00942906)###EM ( :DEF_WORD "intersperse" :CLASS "22.2.c" :WN_SENSE (("1.5" 00791631) ("1.6" 00942906)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intersperse+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#intertwine#intertwine#intertwine#intertwine+ed#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "intertwine" :CLASS "22.2.a" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intertwine+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#intertwine#intertwine#intertwine#intertwine+ed#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "intertwine" :CLASS "22.2.c" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intertwine+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#intervene#intervene#intervene#intervene+ingly#(1.5,01437481)(1.6,01730921)###EM ( :DEF_WORD "intervene" :CLASS "36.1.c" :WN_SENSE (("1.5" 01437481) ("1.6" 01730921)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (intervene+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#intervene#intervene#intervene#intervene+ingly#(1.5,01437481)(1.6,01730921)###EM ( :DEF_WORD "intervene" :CLASS "36.1.d" :WN_SENSE (("1.5" 01437481) ("1.6" 01730921)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (intervene+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#interview#interview#interview#interview+#(1.5,00455138,00455459,00455591)(1.6,00549731,00550052,00550052)###EM ( :DEF_WORD "interview" :CLASS "33.a.i" :WN_SENSE (("1.5" 00455138 00455459 00455591) ("1.6" 00549731 00550052 00550052)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (interview+ 2) (toward comm (interview+ 2) (at comm (interview+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#interweave#interweave#interweave#interweave+ed#(1.5,00873240)(1.6,01043523)###EM ( :DEF_WORD "interweave" :CLASS "9.8.a" :WN_SENSE (("1.5" 00873240) ("1.6" 01043523)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (interweave+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#interweave#interweave#interweave#interweave+ed#(1.5,00873240)(1.6,01043523)###EM ( :DEF_WORD "interweave" :CLASS "9.8.b" :WN_SENSE (("1.5" 00873240) ("1.6" 01043523)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (interweave+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#interweave#interweave#interweave#interweave+ed#(1.5,00873240)(1.6,01043523)###EM ( :DEF_WORD "interweave" :CLASS "22.2.a" :WN_SENSE (("1.5" 00873240) ("1.6" 01043523)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interweave+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#interweave#interweave#interweave#interweave+ed#(1.5,00873240)(1.6,01043523)###EM ( :DEF_WORD "interweave" :CLASS "22.2.c" :WN_SENSE (("1.5" 00873240) ("1.6" 01043523)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (interweave+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#intimate#intimate#intimate#intimate+ingly#(1.5,00521656)(1.6,00627512)###EM ( :DEF_WORD "intimate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00521656) ("1.6" 00627512)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (intimate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#intimidate#intimidate#intimidate#intimidate+ingly#(1.5,01014694)(1.6,01216252)###EM ( :DEF_WORD "intimidate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01014694) ("1.6" 01216252)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (intimidate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#intimidate#intimidate#intimidate#intimidate+ingly#(1.5,01014694)(1.6,01216252)###EM ( :DEF_WORD "intimidate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01014694) ("1.6" 01216252)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (intimidate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#intimidate#intimidate#intimidate#intimidate+ed#(1.5,01014694)(1.6,01216252)###EM ( :DEF_WORD "intimidate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01014694) ("1.6" 01216252)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intimidate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.7.i#1#_ag#intone#intone#intone#intone+ingly#(1.5,00594282,00990908)(1.6,00711517,00711517)###EM ( :DEF_WORD "intone" :CLASS "26.7.i" :WN_SENSE (("1.5" 00594282 00990908) ("1.6" 00711517 00711517)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (intone+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#intone#intone#intone#intone+ingly#(1.5,00594282,00990908,00594514)(1.6,00711517,00711517,00711830)###EM ( :DEF_WORD "intone" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00594282 00990908 00594514) ("1.6" 00711517 00711517 00711830)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (intone+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#intone#intone#intone#intone+ingly#(1.5,00594282,00990908,00594514)(1.6,00711517,00711517,00711830)###EM ( :DEF_WORD "intone" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00594282 00990908 00594514) ("1.6" 00711517 00711517 00711830)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (intone+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#intoxicate#intoxicate#intoxicate#intoxicate+ingly#(1.5,01031857)(1.6,01236227)###EM ( :DEF_WORD "intoxicate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (intoxicate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#intoxicate#intoxicate#intoxicate#intoxicate+ingly#(1.5,01031857)(1.6,01236227)###EM ( :DEF_WORD "intoxicate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (intoxicate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#intoxicate#intoxicate#intoxicate#intoxicate+ed#(1.5,01031857)(1.6,01236227)###EM ( :DEF_WORD "intoxicate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intoxicate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#intrigue#intrigue#intrigue#intrigue+ingly#(1.5,01514549)(1.6,01827903)###EM ( :DEF_WORD "intrigue" :CLASS "31.1.a" :WN_SENSE (("1.5" 01514549) ("1.6" 01827903)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (intrigue+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#intrigue#intrigue#intrigue#intrigue+ingly#(1.5,01514549)(1.6,01827903)###EM ( :DEF_WORD "intrigue" :CLASS "31.1.b" :WN_SENSE (("1.5" 01514549) ("1.6" 01827903)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (intrigue+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#intrigue#intrigue#intrigue#intrigue+ed#(1.5,01514549)(1.6,01827903)###EM ( :DEF_WORD "intrigue" :CLASS "31.1.c" :WN_SENSE (("1.5" 01514549) ("1.6" 01827903)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (intrigue+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#introduce#introduce#introduce#introduce+ingly#(1.5,00113224,00818159)(1.6,00128702,00974668)###EM ( :DEF_WORD "introduce" :CLASS "22.2.b" :WN_SENSE (("1.5" 00113224 00818159) ("1.6" 00128702 00974668)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (introduce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#intrude#intrude#intrude#intrude+ingly#(1.5,01153607)(1.6,01378509)###EM ( :DEF_WORD "intrude" :CLASS "48.1.2" :WN_SENSE (("1.5" 01153607) ("1.6" 01378509)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (intrude+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#inundate#inundate#inundate#inundate+ed#(1.5,00130198)(1.6,00148514)###EM ( :DEF_WORD "inundate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00130198) ("1.6" 00148514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (inundate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#inundate#inundate#inundate#inundate+ed#(1.5,00130198)(1.6,00148514)###EM ( :DEF_WORD "inundate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00130198) ("1.6" 00148514)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (inundate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.1.g#1#_th,goal#invade#invade#invade#invade+ingly#(1.5,01154133)(1.6,01379506)###BJDMAP ( :DEF_WORD "invade" :CLASS "51.1.g" :WN_SENSE (("1.5" 01154133) ("1.6" 01379506)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (* thing 6))) (invade+ingly 26)) :VAR_SPEC ((6 :optional) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss()#invalidate#invalidate#invalidate#invalidate+ed#(1.5,00266871)(1.6,00312840)###EM ( :DEF_WORD "invalidate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00266871) ("1.6" 00312840)) :PROPBANK ("arg0 arg1 arg2(? - up.)") :THETA_ROLES ((1 "_ag_th,mod-poss()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (invalidate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#invent#invent#invent#invent+ingly#(1.5,00934687)(1.6,01122191)###EM ( :DEF_WORD "invent" :CLASS "26.4" :WN_SENSE (("1.5" 00934687) ("1.6" 01122191)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (invent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#invert#invert#invert#invert+ed#(1.5,00230657)(1.6,00268521)###EM ( :DEF_WORD "invert" :CLASS "45.4.a" :WN_SENSE (("1.5" 00230657) ("1.6" 00268521)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (invert+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#invest#invest#invest#invest+ed#(1.5,01400771,01351223)(1.6,01685814,01625681)###EM ( :DEF_WORD "invest" :CLASS "13.4.2" :WN_SENSE (("1.5" 01400771 01351223) ("1.6" 01685814 01625681)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (invest+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#investigate#investigate#investigate#investigate+ingly#(1.5,01434010)(1.6,01726604)###EM ( :DEF_WORD "investigate" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01434010) ("1.6" 01726604)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (investigate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#investigate#investigate#investigate#investigate+ingly#(1.5,00442867)(1.6,00535831)###EM ( :DEF_WORD "investigate" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00442867) ("1.6" 00535831)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (investigate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#investigate#investigate#investigate#investigate+ingly#(1.5,00442867)(1.6,00535831)###EM ( :DEF_WORD "investigate" :CLASS "30.2.c" :WN_SENSE (("1.5" 00442867) ("1.6" 00535831)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (investigate+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#investigate#investigate#investigate#investigate+ingly#(1.5,00442867,00441414)(1.6,00535831,00534018)###EM ( :DEF_WORD "investigate" :CLASS "35.4" :WN_SENSE (("1.5" 00442867 00441414) ("1.6" 00535831 00534018)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (investigate+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#invigorate#invigorate#invigorate#invigorate+ingly#(1.5,01032310,00116784)(1.6,01236819,00132579)###EM ( :DEF_WORD "invigorate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01032310 00116784) ("1.6" 01236819 00132579)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (invigorate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#invigorate#invigorate#invigorate#invigorate+ingly#(1.5,00116784)(1.6,00132579)###EM ( :DEF_WORD "invigorate" :CLASS "31.1.b" :WN_SENSE (("1.5" 00116784) ("1.6" 00132579)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (invigorate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#invigorate#invigorate#invigorate#invigorate+ed#(1.5,00116784)(1.6,00132579)###EM ( :DEF_WORD "invigorate" :CLASS "31.1.c" :WN_SENSE (("1.5" 00116784) ("1.6" 00132579)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (invigorate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#invite#invite#invite#invite+ingly#(1.5,01003470,01350411)(1.6,01201328,01624484)###EM ( :DEF_WORD "invite" :CLASS "37.1.b" :WN_SENSE (("1.5" 01003470 01350411) ("1.6" 01201328 01624484)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (invite+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#invoice#invoice#invoice#invoice+ingly#(1.5,01320081)(1.6,01586130)###BJDMAP ( :DEF_WORD "invoice" :CLASS "54.5.a" :WN_SENSE (("1.5" 01320081) ("1.6" 01586130)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (invoice+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#invoke#invoke#invoke#invoke+ingly#(1.5,00445741)(1.6,01120650)###EM ( :DEF_WORD "invoke" :CLASS "31.2.b" :WN_SENSE (("1.5" 00445741) ("1.6" 01120650)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (invoke+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#involve#involve#involve#involve+ingly#(1.5,01486168,01491497)(1.6,01792695,01799466)###EM ( :DEF_WORD "involve" :CLASS "31.2.b" :WN_SENSE (("1.5" 01486168 01491497) ("1.6" 01792695 01799466)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (involve+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#iodize#iodize#iodize#iodize+ed#(1.5,00111754)(1.6,00126862)###EM ( :DEF_WORD "iodize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00111754) ("1.6" 00126862)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iodize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#iodize#iodize#iodize#iodize+ed#(1.5,00111754)(1.6,00126862)###EM ( :DEF_WORD "iodize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00111754) ("1.6" 00126862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iodize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#iodize#iodize#iodize#iodize+ed#(1.5,00111754)(1.6,00126862)###EM ( :DEF_WORD "iodize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00111754) ("1.6" 00126862)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iodize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ionize#ionize#ionize#ionize+ed#(1.5,00158856)(1.6,00182024)###EM ( :DEF_WORD "ionize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00158856) ("1.6" 00182024)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ionize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ionize#ionize#ionize#ionize+ed#(1.5,00158856)(1.6,00182024)###EM ( :DEF_WORD "ionize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00158856) ("1.6" 00182024)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ionize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ionize#ionize#ionize#ionize+ed#(1.5,00158856)(1.6,00182024)###EM ( :DEF_WORD "ionize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00158856) ("1.6" 00182024)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ionize+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#irk#irk#irk#irk+ingly#(1.5,01017762)(1.6,01220151)###EM ( :DEF_WORD "irk" :CLASS "31.1.a" :WN_SENSE (("1.5" 01017762) ("1.6" 01220151)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (irk+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#irk#irk#irk#irk+ingly#(1.5,01017762)(1.6,01220151)###EM ( :DEF_WORD "irk" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017762) ("1.6" 01220151)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (irk+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#irk#irk#irk#irk+ed#(1.5,01017762)(1.6,01220151)###EM ( :DEF_WORD "irk" :CLASS "31.1.c" :WN_SENSE (("1.5" 01017762) ("1.6" 01220151)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (irk+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#iron#iron#iron#iron+ingly#(1.5,00800854)(1.6,00953839)###EM ( :DEF_WORD "iron" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00800854) ("1.6" 00953839)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (iron+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#iron#iron#iron#iron+ed#(1.5,00800854)(1.6,00953839)###EM ( :DEF_WORD "iron" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00800854) ("1.6" 00953839)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iron+ed 9))))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#iron#iron#iron#iron+ed#(1.5,00800854)(1.6,00953839)###EM ( :DEF_WORD "iron" :CLASS "26.3" :WN_SENSE (("1.5" 00800854) ("1.6" 00953839)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iron+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#iron#iron#iron#iron+ed#(1.5,00800854)(1.6,00953839)###EM ( :DEF_WORD "iron" :CLASS "26.3" :WN_SENSE (("1.5" 00800854) ("1.6" 00953839)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (iron+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#irrigate#irrigate#irrigate#irrigate+ed#(1.5,00137068)(1.6,00156574)###EM ( :DEF_WORD "irrigate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00137068) ("1.6" 00156574)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (irrigate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#irritate#irritate#irritate#irritate+ingly#(1.5,01018552)(1.6,01221002)###EM ( :DEF_WORD "irritate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (irritate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#irritate#irritate#irritate#irritate+ingly#(1.5,01018552)(1.6,01221002)###EM ( :DEF_WORD "irritate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (irritate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#irritate#irritate#irritate#irritate+ed#(1.5,01018552)(1.6,01221002)###EM ( :DEF_WORD "irritate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (irritate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#isolate#isolate#isolate#isolate+ed#(1.5,00290527,00291356)(1.6,00344252,00345357)###EM ( :DEF_WORD "isolate" :CLASS "16" :WN_SENSE (("1.5" 00290527 00291356) ("1.6" 00344252 00345357)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (isolate+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#issue#issue#issue#issue+ingly#(1.5,01403501)(1.6,01689594)###EM ( :DEF_WORD "issue" :CLASS "13.3" :WN_SENSE (("1.5" 01403501) ("1.6" 01689594)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (issue+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#issue#issue#issue#issue+ingly#(1.5,01403501)(1.6,01689594)###EM ( :DEF_WORD "issue" :CLASS "13.3" :WN_SENSE (("1.5" 01403501) ("1.6" 01689594)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (issue+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#issue#issue#issue#issue+ingly#(1.5,01403501)(1.6,01689594)###EM ( :DEF_WORD "issue" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01403501) ("1.6" 01689594)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (issue+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#issue#issue#issue#issue+ed#(1.5,01403501)(1.6,01689594)###EM ( :DEF_WORD "issue" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01403501) ("1.6" 01689594)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (issue+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#issue#issue#issue#issue+ingly#(1.5,00311709)(1.6,00369654)###EM ( :DEF_WORD "issue" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00311709) ("1.6" 00369654)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (issue+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 32.2.b#1#_th_purp(for)#itch#itch#itch#itch+#(1.5,01210506)(1.6,01451513)###EM ( :DEF_WORD "itch" :CLASS "32.2.b" :WN_SENSE (("1.5" 01210506) ("1.6" 01451513)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (itch+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 40.8.1#1#_exp,goal,src(from)#itch#itch#itch#itch+ingly#(1.5,01210506)(1.6,01451513)###BJDMAP ( :DEF_WORD "itch" :CLASS "40.8.1" :WN_SENSE (("1.5" 01210506) ("1.6" 01451513)) :PROPBANK ("arg0 arg1-REC arg2(from)") :THETA_ROLES ((1 "_exp,goal,src(from)")) :LCS (go_ext perc (* thing 2) (to perc (thing 2) (at perc (thing 2) (* thing 6))) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (itch+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional)) ) ;; Grid: 54.4#1#_ag_th_loc(at)#itemize#itemize#itemize#itemize+ingly#(1.5,00532826)(1.6,00641064)###EM ( :DEF_WORD "itemize" :CLASS "54.4" :WN_SENSE (("1.5" 00532826) ("1.6" 00641064)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (itemize+ingly 26)) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#jab#jab#jab#jab+ingly#(1.5,00700982)(1.6,00838574)###EM ( :DEF_WORD "jab" :CLASS "19.a.i" :WN_SENSE (("1.5" 00700982) ("1.6" 00838574)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (jab+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#jab#jab#jab#jab+ingly#(1.5,00700982,00700678)(1.6,00838574,00838192)###EM ( :DEF_WORD "jab" :CLASS "19.b" :WN_SENSE (("1.5" 00700982 00700678) ("1.6" 00838574 00838192)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (jab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#jab#jab#jab#jab+ingly#(1.5,00700982,00700678)(1.6,00838574,00838192)###EM ( :DEF_WORD "jab" :CLASS "19.c.i" :WN_SENSE (("1.5" 00700982 00700678) ("1.6" 00838574 00838192)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (jab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.d#1#_ag_goal(at),instr(with)#jab#jab#jab#jab+ingly#(1.5,00700982)(1.6,00838574)###EM ( :DEF_WORD "jab" :CLASS "19.d" :WN_SENSE (("1.5" 00700982) ("1.6" 00838574)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (jab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#jabber#jabber#jabber#jabber+ingly#(1.5,00595498)(1.6,00712888)###EM ( :DEF_WORD "jabber" :CLASS "37.3.a" :WN_SENSE (("1.5" 00595498) ("1.6" 00712888)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (jabber+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#jabber#jabber#jabber#jabber+ingly#(1.5,00595498)(1.6,00712888)###EM ( :DEF_WORD "jabber" :CLASS "37.3.a" :WN_SENSE (("1.5" 00595498) ("1.6" 00712888)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (jabber+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#jabber#jabber#jabber#jabber+#(1.5,00595498)(1.6,00712888)###EM ( :DEF_WORD "jabber" :CLASS "37.3.b" :WN_SENSE (("1.5" 00595498) ("1.6" 00712888)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (jabber+ 2) ((* toward 5) comm (jabber+ 2) ((at 5) comm (jabber+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#jabber#jabber#jabber#jabber+#(1.5,00595498)(1.6,00712888)###EM ( :DEF_WORD "jabber" :CLASS "37.3.c" :WN_SENSE (("1.5" 00595498) ("1.6" 00712888)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (jabber+ 2) (toward comm (jabber+ 2) (at comm (jabber+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#jade#jade#jade#jade+ingly#(1.5,00046374)(1.6,00052062)###BJDMAP ( :DEF_WORD "jade" :CLASS "31.1.a" :WN_SENSE (("1.5" 00046374) ("1.6" 00052062)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (jade+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#jail#jail#jail#jail+#(1.5,01412236)(1.6,01699803)###EM ( :DEF_WORD "jail" :CLASS "9.10" :WN_SENSE (("1.5" 01412236) ("1.6" 01699803)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (jail+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#jam#jam#jam#jam+ingly#(1.5,01137575,00876771)(1.6,01359345,01047721)###EM ( :DEF_WORD "jam" :CLASS "9.7.a" :WN_SENSE (("1.5" 01137575 00876771) ("1.6" 01359345 01047721)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jam+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#jam#jam#jam#jam+ed#(1.5,01137575,00876771)(1.6,01359345,01047721)###EM ( :DEF_WORD "jam" :CLASS "9.7.d" :WN_SENSE (("1.5" 01137575 00876771) ("1.6" 01359345 01047721)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jam+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#jangle#jangle#jangle#jangle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jangle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (jangle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#jangle#jangle#jangle#jangle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jangle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (jangle+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#jangle#jangle#jangle#jangle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jangle" :CLASS "43.2.d" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (jangle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#japan#japan#japan#japan+ed#(1.5,00964123)(1.6,01155143)###EM ( :DEF_WORD "japan" :CLASS "24" :WN_SENSE (("1.5" 00964123) ("1.6" 01155143)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (japan+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 9.10#1#_ag_th#jar#jar#jar1#jar1+#(1.5,--)(1.6,01028191)###EM ( :DEF_WORD "jar" :CLASS "9.10" :WN_SENSE (("1.5" --) ("1.6" 01028191)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (jar1+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#jar#jar#jar2#jar2+ingly#(1.5,01508664)(1.6,01820117)###EM ( :DEF_WORD "jar" :CLASS "31.1.a" :WN_SENSE (("1.5" 01508664) ("1.6" 01820117)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (jar2+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#jar#jar#jar2#jar2+ingly#(1.5,01508664)(1.6,01820117)###EM ( :DEF_WORD "jar" :CLASS "31.1.b" :WN_SENSE (("1.5" 01508664) ("1.6" 01820117)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (jar2+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#jar#jar#jar2#jar2+ed#(1.5,01508664)(1.6,01820117)###EM ( :DEF_WORD "jar" :CLASS "31.1.c" :WN_SENSE (("1.5" 01508664) ("1.6" 01820117)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jar2+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.4.b#1#_perc_exp(on)#jar#jar#jar2#jar2+ingly#(1.5,01063515,01508664)(1.6,01273966,01820117)###EM ( :DEF_WORD "jar" :CLASS "31.4.b" :WN_SENSE (("1.5" 01063515 01508664) ("1.6" 01273966 01820117)) :PROPBANK ("arg1 arg3(on)") :THETA_ROLES ((1 "_perc_exp(on)")) :LCS (act perc (* thing 8) ((on 7) perc (thing 8) (* thing 2)) (jar2+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#jeep#jeep#jeep#jeep+ingly####EM ( :DEF_WORD "jeep" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jeep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#jeep#jeep#jeep#jeep+ingly####EM ( :DEF_WORD "jeep" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (jeep+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#jeer#jeer#jeer#jeer+ingly#(1.5,00477230)(1.6,00576593)###BJDMAP ( :DEF_WORD "jeer" :CLASS "40.2.b" :WN_SENSE (("1.5" 00477230) ("1.6" 00576593)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (jeer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#jerk#jerk#jerk#jerk+ingly#(1.5,00915782)(1.6,01096598)###EM ( :DEF_WORD "jerk" :CLASS "12.a.i" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (jerk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#jerk#jerk#jerk#jerk+ingly#(1.5,00915782)(1.6,01096598)###EM ( :DEF_WORD "jerk" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (jerk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#jerk#jerk#jerk#jerk+ingly#(1.5,00833100)(1.6,00993655)###EM ( :DEF_WORD "jerk" :CLASS "12.b" :WN_SENSE (("1.5" 00833100) ("1.6" 00993655)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (jerk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#jest#jest#jest#jest+ingly#(1.5,00478704)(1.6,00578703)###EM ( :DEF_WORD "jest" :CLASS "36.1.c" :WN_SENSE (("1.5" 00478704) ("1.6" 00578703)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (jest+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#jest#jest#jest#jest+ingly#(1.5,00478704)(1.6,00578703)###EM ( :DEF_WORD "jest" :CLASS "36.1.d" :WN_SENSE (("1.5" 00478704) ("1.6" 00578703)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (jest+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#jet#jet#jet#jet+ingly#(1.5,01106007)(1.6,01323502)###EM ( :DEF_WORD "jet" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01106007) ("1.6" 01323502)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jet+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#jet#jet#jet#jet+ingly#(1.5,01106007)(1.6,01323502)###EM ( :DEF_WORD "jet" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01106007) ("1.6" 01323502)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (jet+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#jig#jig#jig#jig+ingly#(1.5,01081210)(1.6,01295332)###EM ( :DEF_WORD "jig" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01081210) ("1.6" 01295332)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jig+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#jig#jig#jig#jig+ingly#(1.5,01081210)(1.6,01295332)###EM ( :DEF_WORD "jig" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01081210) ("1.6" 01295332)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jig+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#jig#jig#jig#jig+ingly#(1.5,01081210)(1.6,01295332)###EM ( :DEF_WORD "jig" :CLASS "51.5.b" :WN_SENSE (("1.5" 01081210) ("1.6" 01295332)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jig+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#jiggle#jiggle#jiggle#jiggle+ingly#(1.5,01081367)(1.6,01295487)###EM ( :DEF_WORD "jiggle" :CLASS "47.3.a" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (jiggle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#jiggle#jiggle#jiggle#jiggle+ingly#(1.5,01081367)(1.6,01295487)###EM ( :DEF_WORD "jiggle" :CLASS "47.3.b" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (jiggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#jingle#jingle#jingle#jingle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jingle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (jingle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#jingle#jingle#jingle#jingle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jingle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (jingle+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#jingle#jingle#jingle#jingle+ingly#(1.5,01239689)(1.6,01487705)###EM ( :DEF_WORD "jingle" :CLASS "43.2.d" :WN_SENSE (("1.5" 01239689) ("1.6" 01487705)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (jingle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#jitterbug#jitterbug#jitterbug#jitterbug+ingly#(1.5,01081283)(1.6,01295404)###EM ( :DEF_WORD "jitterbug" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01081283) ("1.6" 01295404)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jitterbug+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#jitterbug#jitterbug#jitterbug#jitterbug+ingly#(1.5,01081283)(1.6,01295404)###EM ( :DEF_WORD "jitterbug" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01081283) ("1.6" 01295404)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jitterbug+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#jitterbug#jitterbug#jitterbug#jitterbug+ingly#(1.5,01081283)(1.6,01295404)###EM ( :DEF_WORD "jitterbug" :CLASS "51.5.b" :WN_SENSE (("1.5" 01081283) ("1.6" 01295404)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jitterbug+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#jive#jive#jive#jive+ingly#(1.5,00978240)(1.6,01171051)###EM ( :DEF_WORD "jive" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 00978240) ("1.6" 01171051)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#jive#jive#jive#jive+ingly#(1.5,00978240)(1.6,01171051)###EM ( :DEF_WORD "jive" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 00978240) ("1.6" 01171051)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jive+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#jive#jive#jive#jive+ingly#(1.5,00978240)(1.6,01171051)###EM ( :DEF_WORD "jive" :CLASS "51.5.b" :WN_SENSE (("1.5" 00978240) ("1.6" 01171051)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (jive+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#jog#jog#jog#jog+ingly#(1.5,01098674)(1.6,01315785)###EM ( :DEF_WORD "jog" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01098674) ("1.6" 01315785)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (jog+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#jog#jog#jog#jog+ingly#(1.5,01098674,01083277)(1.6,01315785,01297547)###EM ( :DEF_WORD "jog" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01098674 01083277) ("1.6" 01315785 01297547)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (jog+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 47.3.a#1#_th,loc()#joggle#joggle#joggle#joggle+ingly#(1.5,01081367)(1.6,01295487)###EM ( :DEF_WORD "joggle" :CLASS "47.3.a" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (joggle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#joggle#joggle#joggle#joggle+ingly#(1.5,01081367)(1.6,01295487)###EM ( :DEF_WORD "joggle" :CLASS "47.3.b" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (joggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#join#join#join#join+ed#(1.5,00742471)(1.6,00884615)###EM ( :DEF_WORD "join" :CLASS "22.1.a" :WN_SENSE (("1.5" 00742471) ("1.6" 00884615)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (join+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#join#join#join#join+ingly#(1.5,00742471,00740051,01483441)(1.6,00884615,00881999,01789163)###EM ( :DEF_WORD "join" :CLASS "22.1.b" :WN_SENSE (("1.5" 00742471 00740051 01483441) ("1.6" 00884615 00881999 01789163)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (join+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.d#1#,ag_th_goal(to)#join#join#join#join+ingly#(1.5,00742471,00740051,01483441)(1.6,00884615,00881999,01789163)###EM ( :DEF_WORD "join" :CLASS "22.1.d" :WN_SENSE (("1.5" 00742471 00740051 01483441) ("1.6" 00884615 00881999 01789163)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (join+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#joke#joke#joke#joke+ingly#(1.5,00478704)(1.6,00578703)###EM ( :DEF_WORD "joke" :CLASS "36.1.c" :WN_SENSE (("1.5" 00478704) ("1.6" 00578703)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (joke+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#joke#joke#joke#joke+ingly#(1.5,00478704)(1.6,00578703)###EM ( :DEF_WORD "joke" :CLASS "36.1.d" :WN_SENSE (("1.5" 00478704) ("1.6" 00578703)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (joke+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#jollify#jollify#jollify#jollify+ingly####EM ( :DEF_WORD "jollify" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (jollify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#jollify#jollify#jollify#jollify+ingly####EM ( :DEF_WORD "jollify" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (jollify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#jollify#jollify#jollify#jollify+ed####EM ( :DEF_WORD "jollify" :CLASS "31.1.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jollify+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#jolt#jolt#jolt#jolt+ingly#(1.5,01063515)(1.6,01273966)###EM ( :DEF_WORD "jolt" :CLASS "31.1.a" :WN_SENSE (("1.5" 01063515) ("1.6" 01273966)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (jolt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#jolt#jolt#jolt#jolt+ingly#(1.5,01063515)(1.6,01273966)###EM ( :DEF_WORD "jolt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01063515) ("1.6" 01273966)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (jolt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#jolt#jolt#jolt#jolt+ed#(1.5,01063515)(1.6,01273966)###EM ( :DEF_WORD "jolt" :CLASS "31.1.c" :WN_SENSE (("1.5" 01063515) ("1.6" 01273966)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jolt+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#jostle#jostle#jostle#jostle+ingly#(1.5,01066995)(1.6,01278320)###BJDMAP ( :DEF_WORD "jostle" :CLASS "12.a.i" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (jostle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#journey#journey#journey#journey+ingly#(1.5,01052895)(1.6,01260638)###EM ( :DEF_WORD "journey" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01052895) ("1.6" 01260638)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (journey+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#journey#journey#journey#journey+ingly#(1.5,01052895)(1.6,01260638)###EM ( :DEF_WORD "journey" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01052895) ("1.6" 01260638)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (journey+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#joust#joust#joust#joust+ingly#(1.5,00635052)(1.6,00761629)###EM ( :DEF_WORD "joust" :CLASS "36.1.c" :WN_SENSE (("1.5" 00635052) ("1.6" 00761629)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (joust+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#joust#joust#joust#joust+ingly#(1.5,00635052)(1.6,00761629)###EM ( :DEF_WORD "joust" :CLASS "36.1.d" :WN_SENSE (("1.5" 00635052) ("1.6" 00761629)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (joust+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.4.e#1#_ag_th_pred#judge#judge#judge#judge+ingly#(1.5,00376571,00547761)(1.6,00452184,00657821)###EM ( :DEF_WORD "judge" :CLASS "29.4.e" :WN_SENSE (("1.5" 00376571 00547761) ("1.6" 00452184 00657821)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (judge+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#judge#judge#judge#judge+ingly#(1.5,00376571)(1.6,00452184)###EM ( :DEF_WORD "judge" :CLASS "29.4.f" :WN_SENSE (("1.5" 00376571) ("1.6" 00452184)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (judge+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#judge#judge#judge#judge+ingly#(1.5,00376571,00377820)(1.6,00452184,00453556)###EM ( :DEF_WORD "judge" :CLASS "29.4.g" :WN_SENSE (("1.5" 00376571 00377820) ("1.6" 00452184 00453556)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (judge+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.10#1#_ag_th#jug#jug#jug#jug+#(1.5,00196328)(1.6,00224773)###EM ( :DEF_WORD "jug" :CLASS "9.10" :WN_SENSE (("1.5" 00196328) ("1.6" 00224773)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (jug+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#juggle#juggle#juggle#juggle+ingly#(1.5,01379989)(1.6,01660459)###EM ( :DEF_WORD "juggle" :CLASS "36.1.c" :WN_SENSE (("1.5" 01379989) ("1.6" 01660459)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (juggle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#juggle#juggle#juggle#juggle+ingly#(1.5,01379989)(1.6,01660459)###EM ( :DEF_WORD "juggle" :CLASS "36.1.d" :WN_SENSE (("1.5" 01379989) ("1.6" 01660459)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (juggle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#jumble#jumble#jumble#jumble+ingly#(1.5,01555491,00846054)(1.6,01875885,01009511)###EM ( :DEF_WORD "jumble" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01555491 00846054) ("1.6" 01875885 01009511)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (jumble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#jumble#jumble#jumble#jumble+ed#(1.5,01555491,00846054)(1.6,01875885,01009511)###EM ( :DEF_WORD "jumble" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01555491 00846054) ("1.6" 01875885 01009511)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jumble+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.6#1#_th#jump#jump#jump#jump+ed#(1.5,00093002)(1.6,00106604)###EM ( :DEF_WORD "jump" :CLASS "45.6" :WN_SENSE (("1.5" 00093002) ("1.6" 00106604)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (jump+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 51.3.2.a.i#1#_th#jump#jump#jump#jump+ingly#(1.5,01118288,01088464)(1.6,01336773,01303431)###EM ( :DEF_WORD "jump" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01118288 01088464) ("1.6" 01336773 01303431)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (jump+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#jump#jump#jump#jump+ingly#(1.5,01118288,01088464)(1.6,01336773,01303431)###EM ( :DEF_WORD "jump" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01118288 01088464) ("1.6" 01336773 01303431)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (jump+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#jump#jump#jump#jump+ingly#(1.5,01088464,01119295)(1.6,01303431,01337836)###EM ( :DEF_WORD "jump" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01088464 01119295) ("1.6" 01303431 01337836)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (jump+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#jump#jump#jump#jump+ingly#(1.5,01088464,01119295)(1.6,01303431,01337836)###EM ( :DEF_WORD "jump" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01088464 01119295) ("1.6" 01303431 01337836)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (jump+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.c#1#_th_goal#jump#jump#jump#jump+ingly#(1.5,01088464,01119295)(1.6,01303431,01337836)###EM ( :DEF_WORD "jump" :CLASS "51.3.2.c" :WN_SENSE (("1.5" 01088464 01119295) ("1.6" 01303431 01337836)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (to loc (thing 2) (above loc (thing 2) (* thing 6))) (jump+ingly 26)) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#justify#justify#justify#justify+ingly#(1.5,00503125)(1.6,00606341)###EM ( :DEF_WORD "justify" :CLASS "37.1.b" :WN_SENSE (("1.5" 00503125) ("1.6" 00606341)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (justify+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#jut#jut#jut#jut+ingly####EM ( :DEF_WORD "jut" :CLASS "47.6.a" :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (jut+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.1#1#_ag_th_goal()#juxtapose#juxtapose#juxtapose#juxtapose+ingly#(1.5,00863493)(1.6,01031291)#loc##EM ( :DEF_WORD "juxtapose" :CLASS "9.1" :WN_SENSE (("1.5" 00863493) ("1.6" 01031291)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (juxtapose+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#k.o.#k.o.#k.o.#k.o.+ingly####EM ( :DEF_WORD "k.o." :CLASS "18.3" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (k.o.+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#kayak#kayak#kayak#kayak+ingly#(1.5,01109177)(1.6,01326895)###EM ( :DEF_WORD "kayak" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109177) ("1.6" 01326895)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (kayak+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#kayak#kayak#kayak#kayak+ingly#(1.5,01109177)(1.6,01326895)###EM ( :DEF_WORD "kayak" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109177) ("1.6" 01326895)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (kayak+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#keep#keep#keep#keep+ingly#(1.5,01256282)(1.6,01508080)###EM ( :DEF_WORD "keep" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01256282) ("1.6" 01508080)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (keep+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#keep#keep#keep#keep+ingly#(1.5,01256282)(1.6,01508080)###EM ( :DEF_WORD "keep" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01256282) ("1.6" 01508080)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (keep+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 15.2.b#1#_ag_th,loc()#keep#keep#keep#keep+ingly#(1.5,01256282)(1.6,01508080)###EM ( :DEF_WORD "keep" :CLASS "15.2.b" :WN_SENSE (("1.5" 01256282) ("1.6" 01508080)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (keep+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 023#1#_ag_th_pred(from)#keep#keep#keep#keep+ingly#(1.5,01387332)(1.6,01669882)###EM ( :DEF_WORD "keep" :CLASS "023" :WN_SENSE (("1.5" 01387332) ("1.6" 01669882)) :PROPBANK ("arg0 arg1 arg3(from)") :THETA_ROLES ((1 "_ag_th_pred(from)")) :LCS (cause (* thing 1) (stay ident (* thing 2) (not_at ident (thing 2) (* nil 9))) (keep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#keep#keep#keep#keep+ingly#(1.5,01517254)(1.6,01832078)###EM ( :DEF_WORD "keep" :CLASS "55.1.a" :WN_SENSE (("1.5" 01517254) ("1.6" 01832078)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (keep+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#keep#keep#keep#keep+ingly#(1.5,01517254)(1.6,01832078)###EM ( :DEF_WORD "keep" :CLASS "55.1.b" :WN_SENSE (("1.5" 01517254) ("1.6" 01832078)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (keep+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 059#1#_ag_th_prop(from)#keep#keep#keep#keep+ingly#(1.5,01371234,01387332)(1.6,01648949,01669882)###EM ( :DEF_WORD "keep" :CLASS "059" :WN_SENSE (("1.5" 01371234 01387332) ("1.6" 01648949 01669882)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (keep+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 9.10#1#_ag_th#kennel#kennel#kennel#kennel+#(1.5,01392561)(1.6,01676058)###EM ( :DEF_WORD "kennel" :CLASS "9.10" :WN_SENSE (("1.5" 01392561) ("1.6" 01676058)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (kennel+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "11.4.i" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (kick+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (kick+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "17.1" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (kick+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "17.1" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#kick#kick#kick#kick+ingly#(1.5,00788650)(1.6,00938859)###EM ( :DEF_WORD "kick" :CLASS "18.1.a" :WN_SENSE (("1.5" 00788650) ("1.6" 00938859)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#kick#kick#kick#kick+ingly#(1.5,00789100,00788650)(1.6,00939634,00938859)###EM ( :DEF_WORD "kick" :CLASS "18.1.b" :WN_SENSE (("1.5" 00789100 00788650) ("1.6" 00939634 00938859)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (kick+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#kick#kick#kick#kick+ingly#(1.5,00789100,00788650)(1.6,00939634,00938859)###EM ( :DEF_WORD "kick" :CLASS "18.1.c" :WN_SENSE (("1.5" 00789100 00788650) ("1.6" 00939634 00938859)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#kick#kick#kick#kick+ingly#(1.5,00789100)(1.6,00939634)###EM ( :DEF_WORD "kick" :CLASS "18.1.d" :WN_SENSE (("1.5" 00789100) ("1.6" 00939634)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (kick+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#kick#kick#kick#kick+ed#(1.5,00789100,00788650)(1.6,00939634,00938859)###EM ( :DEF_WORD "kick" :CLASS "18.1.e" :WN_SENSE (("1.5" 00789100 00788650) ("1.6" 00939634 00938859)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kick+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#kick#kick#kick#kick+ingly#(1.5,00789100,00788650)(1.6,00939634,00938859)###EM ( :DEF_WORD "kick" :CLASS "23.2.a" :WN_SENSE (("1.5" 00789100 00788650) ("1.6" 00939634 00938859)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (kick+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#kick#kick#kick#kick+ed#(1.5,00789100,00788650)(1.6,00939634,00938859)###EM ( :DEF_WORD "kick" :CLASS "23.2.b" :WN_SENSE (("1.5" 00789100 00788650) ("1.6" 00939634 00938859)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kick+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 49.a.i#1#_ag#kick#kick#kick#kick+ingly#(1.5,01103064,01171297)(1.6,01320380,01400004)###EM ( :DEF_WORD "kick" :CLASS "49.a.i" :WN_SENSE (("1.5" 01103064 01171297) ("1.6" 01320380 01400004)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#kick#kick#kick#kick+ingly#(1.5,01103064,01171297)(1.6,01320380,01400004)###EM ( :DEF_WORD "kick" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01103064 01171297) ("1.6" 01320380 01400004)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (kick+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#kick#kick#kick#kick+ingly#(1.5,01103064)(1.6,01320380)###EM ( :DEF_WORD "kick" :CLASS "49.b" :WN_SENSE (("1.5" 01103064) ("1.6" 01320380)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (kick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#kidnap#kidnap#kidnap#kidnap+ingly#(1.5,00845618)(1.6,01008825)###EM ( :DEF_WORD "kidnap" :CLASS "10.5" :WN_SENSE (("1.5" 00845618) ("1.6" 01008825)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (kidnap+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 42.1.a#1#_ag_th#kill#kill#kill#kill+ed#(1.5,00758542,00214692)(1.6,00903723,00247869)###EM ( :DEF_WORD "kill" :CLASS "42.1.a" :WN_SENSE (("1.5" 00758542 00214692) ("1.6" 00903723 00247869)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kill+ed 9))))) :VAR_SPEC ((1 (animate -)) (2 (animate +))) ) ;; Grid: 42.1.b#1#_ag_th,instr(with)#kill#kill#kill#kill+ed#(1.5,00758542,00214692)(1.6,00903723,00247869)###EM ( :DEF_WORD "kill" :CLASS "42.1.b" :WN_SENSE (("1.5" 00758542 00214692) ("1.6" 00903723 00247869)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kill+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#kindle#kindle#kindle#kindle+ed#(1.5,01560145)(1.6,01887028)###EM ( :DEF_WORD "kindle" :CLASS "45.4.a" :WN_SENSE (("1.5" 01560145) ("1.6" 01887028)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kindle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#kindle#kindle#kindle#kindle+ed#(1.5,01560145)(1.6,01887028)###EM ( :DEF_WORD "kindle" :CLASS "45.4.b" :WN_SENSE (("1.5" 01560145) ("1.6" 01887028)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kindle+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#kindle#kindle#kindle#kindle+ed#(1.5,01560350)(1.6,01887233)###EM ( :DEF_WORD "kindle" :CLASS "45.4.c" :WN_SENSE (("1.5" 01560350) ("1.6" 01887233)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kindle+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#kipper#kipper#kipper#kipper+ed####EM ( :DEF_WORD "kipper" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (kipper+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#kiss#kiss#kiss#kiss+ingly#(1.5,00822612)(1.6,00980821)###EM ( :DEF_WORD "kiss" :CLASS "20.a" :WN_SENSE (("1.5" 00822612) ("1.6" 00980821)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (kiss+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.2.a.i#1#,ag_th#kiss#kiss#kiss#kiss+ingly#(1.5,00822612)(1.6,00980821)###BJDMAP ( :DEF_WORD "kiss" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00822612) ("1.6" 00980821)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (kiss+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#kiss#kiss#kiss#kiss+ingly#(1.5,00822612)(1.6,00980821)###EM ( :DEF_WORD "kiss" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 00822612) ("1.6" 00980821)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (kiss+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 28#1#_ag#kitten#kitten#kitten#kitten+#(1.5,00036891)(1.6,00040829)###EM ( :DEF_WORD "kitten" :CLASS "28" :WN_SENSE (("1.5" 00036891) ("1.6" 00040829)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (kitten+ 2) (toward exist (kitten+ 2) (at exist (kitten+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#knead#knead#knead#knead+ingly#(1.5,00703885)(1.6,00841585)###EM ( :DEF_WORD "knead" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00703885) ("1.6" 00841585)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (knead+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#knead#knead#knead#knead+ingly#(1.5,00703885)(1.6,00841585)###EM ( :DEF_WORD "knead" :CLASS "26.5.b" :WN_SENSE (("1.5" 00703885) ("1.6" 00841585)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (knead+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#kneel#kneel#kneel#kneel+ingly#(1.5,00889807)(1.6,01063788)###EM ( :DEF_WORD "kneel" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 00889807) ("1.6" 01063788)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (kneel+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.6.a#1#_th,loc()#kneel#kneel#kneel#kneel+ingly#(1.5,00889807)(1.6,01063788)###EM ( :DEF_WORD "kneel" :CLASS "47.6.a" :WN_SENSE (("1.5" 00889807) ("1.6" 01063788)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (kneel+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#knell#knell#knell#knell+ingly#(1.5,01245119)(1.6,01493991)###EM ( :DEF_WORD "knell" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245119) ("1.6" 01493991)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (knell+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#knell#knell#knell#knell+ingly#(1.5,01245119)(1.6,01493991)###EM ( :DEF_WORD "knell" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245119) ("1.6" 01493991)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (knell+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#knife#knife#knife#knife+ingly#(1.5,00701539)(1.6,00839154)###EM ( :DEF_WORD "knife" :CLASS "18.3" :WN_SENSE (("1.5" 00701539) ("1.6" 00839154)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (knife+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#knife#knife#knife#knife+ed#(1.5,00701539)(1.6,00839154)###EM ( :DEF_WORD "knife" :CLASS "42.2" :WN_SENSE (("1.5" 00701539) ("1.6" 00839154)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knife+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 29.7#1#_ag_th#knight#knight#knight#knight+ed#(1.5,01358169,01351499)(1.6,01634475,01626038)###EM ( :DEF_WORD "knight" :CLASS "29.7" :WN_SENSE (("1.5" 01358169 01351499) ("1.6" 01634475 01626038)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knight+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#knit#knit#knit#knit+ed#(1.5,00956532)(1.6,01147336)###EM ( :DEF_WORD "knit" :CLASS "26.1.a" :WN_SENSE (("1.5" 00956532) ("1.6" 01147336)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knit+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#knit#knit#knit#knit+ed#(1.5,00956532)(1.6,01147336)###EM ( :DEF_WORD "knit" :CLASS "26.1.a" :WN_SENSE (("1.5" 00956532) ("1.6" 01147336)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knit+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#knit#knit#knit#knit+ingly#(1.5,00956532)(1.6,01147336)###EM ( :DEF_WORD "knit" :CLASS "26.1.b" :WN_SENSE (("1.5" 00956532) ("1.6" 01147336)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (knit+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#knit#knit#knit#knit+ingly#(1.5,00732004)(1.6,00873019)###EM ( :DEF_WORD "knit" :CLASS "40.3.2" :WN_SENSE (("1.5" 00732004) ("1.6" 00873019)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (knit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "17.1" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (knock+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "17.1" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (knock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "18.1.a" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (knock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "18.1.b" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (knock+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "18.1.c" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (knock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#knock#knock#knock#knock+ingly#(1.5,00705817,00706474)(1.6,00843947,00844770)###EM ( :DEF_WORD "knock" :CLASS "18.1.d" :WN_SENSE (("1.5" 00705817 00706474) ("1.6" 00843947 00844770)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (knock+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#knock#knock#knock#knock+ed#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "18.1.e" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knock+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 18.4.a#1#_th_goal()#knock#knock#knock#knock+ingly#(1.5,00706474)(1.6,00844770)###EM ( :DEF_WORD "knock" :CLASS "18.4.a" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (knock+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#knock#knock#knock#knock+ed#(1.5,00706474)(1.6,00844770)###EM ( :DEF_WORD "knock" :CLASS "18.4.b" :WN_SENSE (("1.5" 00706474) ("1.6" 00844770)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knock+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#knock#knock#knock#knock+ingly#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "23.2.a" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (knock+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#knock#knock#knock#knock+ed#(1.5,00705817)(1.6,00843947)###EM ( :DEF_WORD "knock" :CLASS "23.2.b" :WN_SENSE (("1.5" 00705817) ("1.6" 00843947)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knock+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#knock#knock#knock#knock+ingly#(1.5,00813811,01247229,01243394)(1.6,00969318,01496422,01492174)###EM ( :DEF_WORD "knock" :CLASS "43.2.a" :WN_SENSE (("1.5" 00813811 01247229 01243394) ("1.6" 00969318 01496422 01492174)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (knock+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#knock#knock#knock#knock+ingly#(1.5,00813811,01247229,01243394)(1.6,00969318,01496422,01492174)###EM ( :DEF_WORD "knock" :CLASS "43.2.b" :WN_SENSE (("1.5" 00813811 01247229 01243394) ("1.6" 00969318 01496422 01492174)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (knock+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#knock_out#knock_out#knock_out#knock-out+ingly####EM ( :DEF_WORD "knock_out" :CLASS "18.3" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (knock-out+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#knot#knot#knot#knot+ingly#(1.5,00745655,00874915)(1.6,00888252,01045335)###EM ( :DEF_WORD "knot" :CLASS "22.4.a" :WN_SENSE (("1.5" 00745655 00874915) ("1.6" 00888252 01045335)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (knot+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#knot#knot#knot#knot+ed#(1.5,00745655,00874915)(1.6,00888252,01045335)###EM ( :DEF_WORD "knot" :CLASS "22.4.b" :WN_SENSE (("1.5" 00745655 00874915) ("1.6" 00888252 01045335)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (knot+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 005#1#_th_prop(to)#know#know#know#know+ingly#(1.5,--)(1.6,00402497)###BJDMAP ( :DEF_WORD "know" :CLASS "005" :WN_SENSE (("1.5" --) ("1.6" 00402497)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (know+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#know#know#know#know+ingly#(1.5,00332083,00333362,--)(1.6,00400501,00401762,00411402)###EM ( :DEF_WORD "know" :CLASS "29.5.a" :WN_SENSE (("1.5" 00332083 00333362 --) ("1.6" 00400501 00401762 00411402)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (know+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#know#know#know#know+ingly#(1.5,00333362,00333754)(1.6,00401762,00402210)###EM ( :DEF_WORD "know" :CLASS "29.5.b" :WN_SENSE (("1.5" 00333362 00333754) ("1.6" 00401762 00402210)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (know+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 29.5.c#1#_exp_perc(of,about)#know#know#know#know+ingly#(1.5,00333362)(1.6,00401762)###EM ( :DEF_WORD "know" :CLASS "29.5.c" :WN_SENSE (("1.5" 00333362) ("1.6" 00401762)) :PROPBANK ("arg0 arg1(of/about)") :THETA_ROLES ((1 "_exp_perc(of,about)")) :LCS (be perc (* thing 2) ((* [about] 7) perc (thing 2) (thing 8)) (know+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#kvetch#kvetch#kvetch#kvetch+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ( :DEF_WORD "kvetch" :CLASS "37.8.b" :WN_SENSE (("1.5" 00510349) ("1.6" 00614225)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (kvetch+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#kvetch#kvetch#kvetch#kvetch+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ( :DEF_WORD "kvetch" :CLASS "37.8.b" :WN_SENSE (("1.5" 00510349) ("1.6" 00614225)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (kvetch+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#label#label#label#label+ed#(1.5,00914018)(1.6,01094485)###EM ( :DEF_WORD "label" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00914018) ("1.6" 01094485)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (label+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#label#label#label#label+ed#(1.5,00582394,00914018)(1.6,00697348,01094485)###EM ( :DEF_WORD "label" :CLASS "25.3" :WN_SENSE (("1.5" 00582394 00914018) ("1.6" 00697348 01094485)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (label+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.3#1#_ag_th_pred#label#label#label#label+ingly#(1.5,00582394,00547761)(1.6,00697348,00657821)###EM ( :DEF_WORD "label" :CLASS "29.3" :WN_SENSE (("1.5" 00582394 00547761) ("1.6" 00697348 00657821)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (label+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#lace#lace#lace#lace+ingly#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "lace" :CLASS "22.4.a" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (lace+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#lace#lace#lace#lace+ed#(1.5,00872396)(1.6,01042567)###EM ( :DEF_WORD "lace" :CLASS "22.4.b" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lace+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#lacerate#lacerate#lacerate#lacerate+ed#(1.5,00898806)(1.6,01074661)###BJDMAP ( :DEF_WORD "lacerate" :CLASS "45.1.a" :WN_SENSE (("1.5" 00898806) ("1.6" 01074661)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lacerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#lack#lack#lack#lack+ingly#(1.5,01488814)(1.6,01796135)###EM ( :DEF_WORD "lack" :CLASS "31.2.a" :WN_SENSE (("1.5" 01488814) ("1.6" 01796135)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (lack+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#lacquer#lacquer#lacquer#lacquer+ed#(1.5,00726098)(1.6,00866262)###EM ( :DEF_WORD "lacquer" :CLASS "24" :WN_SENSE (("1.5" 00726098) ("1.6" 00866262)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lacquer+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#ladle#ladle#ladle#ladle+ingly#(1.5,00907443)(1.6,00896678)###EM ( :DEF_WORD "ladle" :CLASS "9.3.a" :WN_SENSE (("1.5" 00907443) ("1.6" 00896678)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (ladle+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 28#1#_ag#lamb#lamb#lamb#lamb+#(1.5,00036984)(1.6,00040922)###EM ( :DEF_WORD "lamb" :CLASS "28" :WN_SENSE (("1.5" 00036984) ("1.6" 00040922)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (lamb+ 2) (toward exist (lamb+ 2) (at exist (lamb+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#lambaste#lambaste#lambaste#lambaste+ingly#(1.5,00463111)(1.6,00559552)###EM ( :DEF_WORD "lambaste" :CLASS "33.b" :WN_SENSE (("1.5" 00463111) ("1.6" 00559552)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (lambaste+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#lament#lament#lament#lament+ingly#(1.5,01026138,00512797)(1.6,01229528,00616908)###EM ( :DEF_WORD "lament" :CLASS "31.2.a" :WN_SENSE (("1.5" 01026138 00512797) ("1.6" 01229528 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#lament#lament#lament#lament+ingly#(1.5,01026138,00512797)(1.6,01229528,00616908)###EM ( :DEF_WORD "lament" :CLASS "31.2.b" :WN_SENSE (("1.5" 01026138 00512797) ("1.6" 01229528 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#lament#lament#lament#lament+ingly#(1.5,00512797,01026138)(1.6,00616908,01229528)###EM ( :DEF_WORD "lament" :CLASS "31.2.c" :WN_SENSE (("1.5" 00512797 01026138) ("1.6" 00616908 01229528)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#lament#lament#lament#lament+ingly#(1.5,01026138,00512797)(1.6,01229528,00616908)###EM ( :DEF_WORD "lament" :CLASS "31.2.d" :WN_SENSE (("1.5" 01026138 00512797) ("1.6" 01229528 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#lament#lament#lament#lament+ingly#(1.5,01026138,00512797)(1.6,01229528,00616908)###EM ( :DEF_WORD "lament" :CLASS "31.2.e" :WN_SENSE (("1.5" 01026138 00512797) ("1.6" 01229528 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#lament#lament#lament#lament+ingly#(1.5,00512797,01026138)(1.6,00616908,01229528)###EM ( :DEF_WORD "lament" :CLASS "31.2.f" :WN_SENSE (("1.5" 00512797 01026138) ("1.6" 00616908 01229528)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (lament+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#laminate#laminate#laminate#laminate+ed#(1.5,00801372,00784916)(1.6,00954423,00934614)###EM ( :DEF_WORD "laminate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00801372 00784916) ("1.6" 00954423 00934614)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (laminate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#lampoon#lampoon#lampoon#lampoon+ed#(1.5,00478205)(1.6,00578042)###EM ( :DEF_WORD "lampoon" :CLASS "29.2.c" :WN_SENSE (("1.5" 00478205) ("1.6" 00578042)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (lampoon+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#lampoon#lampoon#lampoon#lampoon+ingly#(1.5,00478205)(1.6,00578042)###EM ( :DEF_WORD "lampoon" :CLASS "29.2.d" :WN_SENSE (("1.5" 00478205) ("1.6" 00578042)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (lampoon+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 21.2.a#1#,ag_th,instr(with)#lance#lance#lance#lance+ed#(1.5,00922368,00922578)(1.6,01104495,01104705)###BJDMAP ( :DEF_WORD "lance" :CLASS "21.2.a" :WN_SENSE (("1.5" 00922368 00922578) ("1.6" 01104495 01104705)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lance+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 9.10#1#_ag_th#land#land#land#land+#(1.5,01129828,01130026)(1.6,01349596,01349856)###EM ( :DEF_WORD "land" :CLASS "9.10" :WN_SENSE (("1.5" 01129828 01130026) ("1.6" 01349596 01349856)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (land+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#languish#languish#languish#languish+ingly#(1.5,00232362,00055572)(1.6,00270369,00062966)###EM ( :DEF_WORD "languish" :CLASS "47.1" :WN_SENSE (("1.5" 00232362 00055572) ("1.6" 00270369 00062966)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (languish+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 007#1#_exp_perc#lap#lap#lap#lap+ingly####BJDMAP ( :DEF_WORD "lap" :CLASS "007" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (lap+ingly 26)) ) ;; Grid: 48.2#1#_th#lapse#lapse#lapse#lapse+ingly#(1.5,00212500,01310530)(1.6,00245184,01575011)###EM ( :DEF_WORD "lapse" :CLASS "48.2" :WN_SENSE (("1.5" 00212500 01310530) ("1.6" 00245184 01575011)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (lapse+ingly 26)) ) ;; Grid: 9.8.a#1#_mod-poss_th#lard#lard#lard#lard+ed#(1.5,00961623,00538565)(1.6,01152772,00647197)###EM ( :DEF_WORD "lard" :CLASS "9.8.a" :WN_SENSE (("1.5" 00961623 00538565) ("1.6" 01152772 00647197)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (lard+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#lard#lard#lard#lard+ed#(1.5,00961623,00538565)(1.6,01152772,00647197)###EM ( :DEF_WORD "lard" :CLASS "9.8.b" :WN_SENSE (("1.5" 00961623 00538565) ("1.6" 01152772 00647197)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (lard+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#lash#lash#lash#lash+ed#(1.5,00747829)(1.6,00890741)###EM ( :DEF_WORD "lash" :CLASS "9.8.a" :WN_SENSE (("1.5" 00747829) ("1.6" 00890741)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (lash+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#lash#lash#lash#lash+ed#(1.5,00747829)(1.6,00890741)###EM ( :DEF_WORD "lash" :CLASS "9.8.b" :WN_SENSE (("1.5" 00747829) ("1.6" 00890741)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (lash+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#lash#lash#lash#lash+ingly#(1.5,00812219,00805446)(1.6,00967375,00959190)###EM ( :DEF_WORD "lash" :CLASS "18.1.a" :WN_SENSE (("1.5" 00812219 00805446) ("1.6" 00967375 00959190)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (lash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#lash#lash#lash#lash+ingly#(1.5,00805446)(1.6,00959190)###EM ( :DEF_WORD "lash" :CLASS "18.1.b" :WN_SENSE (("1.5" 00805446) ("1.6" 00959190)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (lash+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#lash#lash#lash#lash+ingly#(1.5,00805446)(1.6,00959190)###EM ( :DEF_WORD "lash" :CLASS "18.1.c" :WN_SENSE (("1.5" 00805446) ("1.6" 00959190)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (lash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#lash#lash#lash#lash+ingly#(1.5,00805446)(1.6,00959190)###EM ( :DEF_WORD "lash" :CLASS "18.1.d" :WN_SENSE (("1.5" 00805446) ("1.6" 00959190)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (lash+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#lash#lash#lash#lash+ed#(1.5,00805446)(1.6,00959190)###EM ( :DEF_WORD "lash" :CLASS "18.1.e" :WN_SENSE (("1.5" 00805446) ("1.6" 00959190)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lash+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#lash#lash#lash#lash+ingly#(1.5,00747829)(1.6,00890741)###EM ( :DEF_WORD "lash" :CLASS "22.4.a" :WN_SENSE (("1.5" 00747829) ("1.6" 00890741)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (lash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#lash#lash#lash#lash+ed#(1.5,00747829)(1.6,00890741)###EM ( :DEF_WORD "lash" :CLASS "22.4.b" :WN_SENSE (("1.5" 00747829) ("1.6" 00890741)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lash+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#lasso#lasso#lasso#lasso+ingly#(1.5,00922692)(1.6,01104819)###EM ( :DEF_WORD "lasso" :CLASS "22.4.a" :WN_SENSE (("1.5" 00922692) ("1.6" 01104819)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (lasso+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#lasso#lasso#lasso#lasso+ed#(1.5,00922692)(1.6,01104819)###EM ( :DEF_WORD "lasso" :CLASS "22.4.b" :WN_SENSE (("1.5" 00922692) ("1.6" 01104819)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lasso+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 54.2#1#_th_pred#last#last#last#last+ingly#(1.5,01528819,01480699)(1.6,01845642,01785787)###EM ( :DEF_WORD "last" :CLASS "54.2" :WN_SENSE (("1.5" 01528819 01480699) ("1.6" 01845642 01785787)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (last+ingly 26)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#latch#latch#latch#latch+ingly#(1.5,00737243)(1.6,00879008)###EM ( :DEF_WORD "latch" :CLASS "22.4.a" :WN_SENSE (("1.5" 00737243) ("1.6" 00879008)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (latch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#latch#latch#latch#latch+ed#(1.5,00737243)(1.6,00879008)###EM ( :DEF_WORD "latch" :CLASS "22.4.b" :WN_SENSE (("1.5" 00737243) ("1.6" 00879008)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (latch+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#lathe#lathe#lathe#lathe+ingly####BJDMAP ( :DEF_WORD "lathe" :CLASS "10.4.2.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (lathe+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#lather#lather#lather#lather+ed#(1.5,00725007,00024072)(1.6,00865195,00026062)###EM ( :DEF_WORD "lather" :CLASS "41.2.2" :WN_SENSE (("1.5" 00725007 00024072) ("1.6" 00865195 00026062)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lather+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#laud#laud#laud#laud+#(1.5,00482918)(1.6,00583913)###EM ( :DEF_WORD "laud" :CLASS "33.a.i" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (laud+ 2) (toward comm (laud+ 2) (at comm (laud+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#laugh#laugh#laugh#laugh+ingly#(1.5,00020446)(1.6,00022011)###BJDMAP ( :DEF_WORD "laugh" :CLASS "40.2.b" :WN_SENSE (("1.5" 00020446) ("1.6" 00022011)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (laugh+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 55.2.c#1#_th_prop#launch#launch#launch#launch+ingly#(1.5,01373676,--)(1.6,01652417,00241598)###EM ( :DEF_WORD "launch" :CLASS "55.2.c" :WN_SENSE (("1.5" 01373676 --) ("1.6" 01652417 00241598)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (launch+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 9.2.i#1#_th,loc()#lay#lay#lay#lay+ingly#(1.5,00889296)(1.6,01063016)###EM ( :DEF_WORD "lay" :CLASS "9.2.i" :WN_SENSE (("1.5" 00889296) ("1.6" 01063016)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (lay+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#lay#lay#lay#lay+ingly#(1.5,00859635,00889296)(1.6,01026409,01063016)###EM ( :DEF_WORD "lay" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00859635 00889296) ("1.6" 01026409 01063016)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (lay+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#lay_in#lay_in#lay_in#lay-in+ingly####EM ( :DEF_WORD "lay_in" :CLASS "13.5.1.b.ii" :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (lay-in+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#leach#leach#leach#leach+ingly#(1.5,00287110)(1.6,00340120)###EM ( :DEF_WORD "leach" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00287110) ("1.6" 00340120)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (leach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#leach#leach#leach#leach+ingly#(1.5,00287110)(1.6,00340120)###EM ( :DEF_WORD "leach" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00287110) ("1.6" 00340120)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (leach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#leach#leach#leach#leach+ed#(1.5,00287110)(1.6,00340120)###EM ( :DEF_WORD "leach" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00287110) ("1.6" 00340120)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (leach+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 47.7.b#1#_th_goal()#lead#lead#lead#lead+ingly#(1.5,01141779)(1.6,01364494)###EM ( :DEF_WORD "lead" :CLASS "47.7.b" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (lead+ingly 26)) ) ;; Grid: 51.7.i#1#_ag_th#lead#lead#lead#lead+ingly#(1.5,01141779)(1.6,01364494)###EM ( :DEF_WORD "lead" :CLASS "51.7.i" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (lead+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#lead#lead#lead#lead+ingly#(1.5,01141779)(1.6,01364494)###EM ( :DEF_WORD "lead" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01141779) ("1.6" 01364494)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (lead+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#leaf#leaf#leaf#leaf+ingly#(1.5,01197649,01197549)(1.6,01432233,01432133)###EM ( :DEF_WORD "leaf" :CLASS "35.5" :WN_SENSE (("1.5" 01197649 01197549) ("1.6" 01432233 01432133)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (leaf+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#leaf#leaf#leaf#leaf+ingly#(1.5,01197649,01197549)(1.6,01432233,01432133)###EM ( :DEF_WORD "leaf" :CLASS "35.5" :WN_SENSE (("1.5" 01197649 01197549) ("1.6" 01432233 01432133)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (leaf+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#leak#leak#leak#leak+ingly#(1.5,00154245)(1.6,00176221)###EM ( :DEF_WORD "leak" :CLASS "43.4.a" :WN_SENSE (("1.5" 00154245) ("1.6" 00176221)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (leak+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#leak#leak#leak#leak+ingly#(1.5,00526802)(1.6,00633898)###EM ( :DEF_WORD "leak" :CLASS "43.4.c" :WN_SENSE (("1.5" 00526802) ("1.6" 00633898)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (leak+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#leak#leak#leak#leak+ingly#(1.5,00154245)(1.6,00176221)###EM ( :DEF_WORD "leak" :CLASS "43.4.d" :WN_SENSE (("1.5" 00154245) ("1.6" 00176221)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (leak+ingly 26)) ) ;; Grid: 9.2.i#1#_th,loc()#lean#lean#lean#lean+ingly#(1.5,01165181)(1.6,01392754)###EM ( :DEF_WORD "lean" :CLASS "9.2.i" :WN_SENSE (("1.5" 01165181) ("1.6" 01392754)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (lean+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#lean#lean#lean#lean+ingly#(1.5,00924252)(1.6,01106486)###EM ( :DEF_WORD "lean" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00924252) ("1.6" 01106486)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (lean+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#lean#lean#lean#lean+ingly#(1.5,01165181,00924252)(1.6,01392754,01106486)###EM ( :DEF_WORD "lean" :CLASS "47.6.a" :WN_SENSE (("1.5" 01165181 00924252) ("1.6" 01392754 01106486)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (lean+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#leap#leap#leap#leap+ingly#(1.5,01118288)(1.6,01336773)###EM ( :DEF_WORD "leap" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (leap+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#leap#leap#leap#leap+ingly#(1.5,01118288)(1.6,01336773)###EM ( :DEF_WORD "leap" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (leap+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 14.a#1#_ag,info,src(from)#learn#learn#learn#learn+ingly#(1.5,00335115,00339436)(1.6,00403772,00408232)###EM ( :DEF_WORD "learn" :CLASS "14.a" :WN_SENSE (("1.5" 00335115 00339436) ("1.6" 00403772 00408232)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (learn+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 14.b#1#_ag_info(of,about),src(from)#learn#learn#learn#learn+ingly#(1.5,00335115)(1.6,00403772)###EM ( :DEF_WORD "learn" :CLASS "14.b" :WN_SENSE (("1.5" 00335115) ("1.6" 00403772)) :PROPBANK ("arg0 arg1(of/about) arg2(from)") :THETA_ROLES ((1 "_ag_info(of,about),src(from)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 1))) ((* from 3) comm (nil 2) (at comm (nil 2) (thing 4)))) (learn+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.1.b.i#1#_ag_th,goal(to),ben(for),instr(for)#lease#lease#lease#lease+ingly#(1.5,01392841,01393019,01260191,01259942)(1.6,01676348,01676541,01512393,01512144)###EM ( :DEF_WORD "lease" :CLASS "13.1.b.i" :WN_SENSE (("1.5" 01392841 01393019 01260191 01259942) ("1.6" 01676348 01676541 01512393 01512144)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (lease+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.1.b.i#2#_ag_goal_th,ben(for),instr(for)#lease#lease#lease#lease+ingly#(1.5,01392841,01393019,01260191,01259942)(1.6,01676348,01676541,01512393,01512144)###EM ( :DEF_WORD "lease" :CLASS "13.1.b.i" :WN_SENSE (("1.5" 01392841 01393019 01260191 01259942) ("1.6" 01676348 01676541 01512393 01512144)) :PROPBANK ("arg0 arg2 arg1 arg3(for) arg4(for)") :THETA_ROLES ((2 "_ag_goal_th,ben(for),instr(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (lease+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.b.i#1#_ag_th,src(from),ben(for),mod-poss(for)#lease#lease#lease#lease+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###EM ( :DEF_WORD "lease" :CLASS "13.5.1.b.i" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (lease+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.i#2#_ag_ben_th,src(from),mod-poss(for)#lease#lease#lease#lease+ingly#(1.5,01393019,01259942)(1.6,01676541,01512144)###EM ( :DEF_WORD "lease" :CLASS "13.5.1.b.i" :WN_SENSE (("1.5" 01393019 01259942) ("1.6" 01676541 01512144)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (lease+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#leash#leash#leash#leash+ed#(1.5,00738748)(1.6,00880720)###EM ( :DEF_WORD "leash" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00738748) ("1.6" 00880720)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (leash+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#leash#leash#leash#leash+ingly#(1.5,00738748)(1.6,00880720)###EM ( :DEF_WORD "leash" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738748) ("1.6" 00880720)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (leash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#leash#leash#leash#leash+ed#(1.5,00738748)(1.6,00880720)###EM ( :DEF_WORD "leash" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738748) ("1.6" 00880720)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (leash+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#leave#leave#leave#leave+ingly#(1.5,01340558,01270206,01306558,01541955)(1.6,01609671,01525019,01570315,01860915)###EM ( :DEF_WORD "leave" :CLASS "13.3" :WN_SENSE (("1.5" 01340558 01270206 01306558 01541955) ("1.6" 01609671 01525019 01570315 01860915)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (leave+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#leave#leave#leave#leave+ingly#(1.5,01340558,01270206,01306558,01541955)(1.6,01609671,01525019,01570315,01860915)###EM ( :DEF_WORD "leave" :CLASS "13.3" :WN_SENSE (("1.5" 01340558 01270206 01306558 01541955) ("1.6" 01609671 01525019 01570315 01860915)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (leave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#leave#leave#leave#leave+ingly#(1.5,01340318,01270206)(1.6,01609431,01525019)###EM ( :DEF_WORD "leave" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01340318 01270206) ("1.6" 01609431 01525019)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (leave+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#leave#leave#leave#leave+ed#(1.5,01340318,01270206)(1.6,01609431,01525019)###EM ( :DEF_WORD "leave" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01340318 01270206) ("1.6" 01609431 01525019)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (leave+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#leave#leave#leave#leave+ingly#(1.5,01340318,01270206)(1.6,01609431,01525019)###EM ( :DEF_WORD "leave" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01340318 01270206) ("1.6" 01609431 01525019)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (leave+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#leave#leave#leave#leave+ingly#(1.5,01340318,01270206)(1.6,01609431,01525019)###EM ( :DEF_WORD "leave" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01340318 01270206) ("1.6" 01609431 01525019)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (leave+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 15.2.a#1#_ag_th,loc()#leave#leave#leave#leave+ingly#(1.5,01340558,01340318)(1.6,01609671,01609431)###EM ( :DEF_WORD "leave" :CLASS "15.2.a" :WN_SENSE (("1.5" 01340558 01340318) ("1.6" 01609671 01609431)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (leave+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#leave#leave#leave#leave+ingly#(1.5,01147140,01151353,01349908)(1.6,01371248,01376117,01623741)###EM ( :DEF_WORD "leave" :CLASS "51.1.a" :WN_SENSE (("1.5" 01147140 01151353 01349908) ("1.6" 01371248 01376117 01623741)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (leave+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.d#1#_th,src#leave#leave#leave#leave+ingly#(1.5,00344875,00345234,01151353,01349908)(1.6,00414899,00415444,01376117,01623741)###EM ( :DEF_WORD "leave" :CLASS "51.1.d" :WN_SENSE (("1.5" 00344875 00345234 01151353 01349908) ("1.6" 00414899 00415444 01376117 01623741)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (leave+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#leaven#leaven#leaven#leaven+ed#(1.5,01125606)(1.6,01344879)###EM ( :DEF_WORD "leaven" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01125606) ("1.6" 01344879)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (leaven+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#leaven#leaven#leaven#leaven+ingly#(1.5,01125606)(1.6,01344879)###EM ( :DEF_WORD "leaven" :CLASS "47.2.b" :WN_SENSE (("1.5" 01125606) ("1.6" 01344879)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (leaven+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#leer#leer#leer#leer+ingly#(1.5,01234712)(1.6,01481583)###EM ( :DEF_WORD "leer" :CLASS "30.3.a" :WN_SENSE (("1.5" 01234712) ("1.6" 01481583)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (leer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#leer#leer#leer#leer+ingly#(1.5,01234712)(1.6,01481583)###EM ( :DEF_WORD "leer" :CLASS "30.3.b" :WN_SENSE (("1.5" 01234712) ("1.6" 01481583)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (leer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#legalize#legalize#legalize#legalize+ed#(1.5,01404760)(1.6,01691101)###EM ( :DEF_WORD "legalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01404760) ("1.6" 01691101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (legalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.i#1#_ag_th_goal(to)#lend#lend#lend#lend+ingly#(1.5,01321769)(1.6,01588837)###EM ( :DEF_WORD "lend" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01321769) ("1.6" 01588837)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (lend+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.i#2#_ag_goal_th#lend#lend#lend#lend+ingly#(1.5,01321769)(1.6,01588837)###EM ( :DEF_WORD "lend" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01321769) ("1.6" 01588837)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (lend+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#lengthen#lengthen#lengthen#lengthen+ed#(1.5,00192859)(1.6,00220504)###EM ( :DEF_WORD "lengthen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00192859) ("1.6" 00220504)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lengthen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#lengthen#lengthen#lengthen#lengthen+ed#(1.5,00192859)(1.6,00220504)###EM ( :DEF_WORD "lengthen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00192859) ("1.6" 00220504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lengthen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#lengthen#lengthen#lengthen#lengthen+ed#(1.5,00192081)(1.6,00219507)###EM ( :DEF_WORD "lengthen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00192081) ("1.6" 00219507)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lengthen+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#lessen#lessen#lessen#lessen+ed#(1.5,00262983)(1.6,00308251)###EM ( :DEF_WORD "lessen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00262983) ("1.6" 00308251)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lessen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#lessen#lessen#lessen#lessen+ed#(1.5,00262983)(1.6,00308251)###EM ( :DEF_WORD "lessen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00262983) ("1.6" 00308251)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lessen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#lessen#lessen#lessen#lessen+ed#(1.5,00090574,00140203)(1.6,00103366,00160073)###EM ( :DEF_WORD "lessen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00090574 00140203) ("1.6" 00103366 00160073)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lessen+ed 9)))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#let#let#let#let+ingly#(1.5,01260191)(1.6,01512393)###EM ( :DEF_WORD "let" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01260191) ("1.6" 01512393)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (let+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 019.a#1#_ag_prop#let#let#let#let+ingly#(1.5,01371393)(1.6,01649126)###EM ( :DEF_WORD "let" :CLASS "019.a" :WN_SENSE (("1.5" 01371393) ("1.6" 01649126)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_prop")) :LCS (let (* thing 1) (* nil 27) (let+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -))) ) ;; Grid: 29.5.a#1#_exp_perc,mod-prop#let#let#let#let+ingly#(1.5,01371393,00451248)(1.6,01649126,00545347)###BJDMAP ( :DEF_WORD "let" :CLASS "29.5.a" :WN_SENSE (("1.5" 01371393 00451248) ("1.6" 01649126 00545347)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_exp_perc,mod-prop")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (let+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 061#1#_ag_th_prop#let#let#let#let+ingly#(1.5,00451248,01371393)(1.6,00545347,01649126)###EM ( :DEF_WORD "let" :CLASS "061" :WN_SENSE (("1.5" 00451248 01371393) ("1.6" 00545347 01649126)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_th_prop")) :LCS (let (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (let+ingly 26)) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#letter#letter#letter#letter+ed#(1.5,00969665,00969565)(1.6,01161351,01161251)###EM ( :DEF_WORD "letter" :CLASS "25.3" :WN_SENSE (("1.5" 00969665 00969565) ("1.6" 01161351 01161251)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (letter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#level#level#level#level+ed#(1.5,00951084,00749984)(1.6,01141322,00893328)###EM ( :DEF_WORD "level" :CLASS "45.4.a" :WN_SENSE (("1.5" 00951084 00749984) ("1.6" 01141322 00893328)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (level+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#level#level#level#level+ed#(1.5,00951084,00749984)(1.6,01141322,00893328)###EM ( :DEF_WORD "level" :CLASS "45.4.b" :WN_SENSE (("1.5" 00951084 00749984) ("1.6" 01141322 00893328)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (level+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#level#level#level#level+ed#(1.5,00215369)(1.6,00249124)###EM ( :DEF_WORD "level" :CLASS "45.4.c" :WN_SENSE (("1.5" 00215369) ("1.6" 00249124)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (level+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#levitate#levitate#levitate#levitate+ed#(1.5,01107455)(1.6,01325037)###EM ( :DEF_WORD "levitate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01107455) ("1.6" 01325037)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (levitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#levitate#levitate#levitate#levitate+ed#(1.5,01107455)(1.6,01325037)###EM ( :DEF_WORD "levitate" :CLASS "45.4.b" :WN_SENSE (("1.5" 01107455) ("1.6" 01325037)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (levitate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#levitate#levitate#levitate#levitate+ed#(1.5,01107455)(1.6,01325037)###EM ( :DEF_WORD "levitate" :CLASS "45.4.c" :WN_SENSE (("1.5" 01107455) ("1.6" 01325037)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (levitate+ed 9)))) ) ;; Grid: 008#1#_ag_th,goal(on)#levy#levy#levy#levy+ingly#(1.5,01312183)(1.6,01577083)###BJDMAP ( :DEF_WORD "levy" :CLASS "008" :WN_SENSE (("1.5" 01312183) ("1.6" 01577083)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (levy+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#liberate#liberate#liberate#liberate+ingly#(1.5,01370323,01413645)(1.6,01648022,01701277)###EM ( :DEF_WORD "liberate" :CLASS "10.5" :WN_SENSE (("1.5" 01370323 01413645) ("1.6" 01648022 01701277)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (liberate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#license#license#license#license+ingly#(1.5,01383649)(1.6,01665336)###EM ( :DEF_WORD "license" :CLASS "29.2.a" :WN_SENSE (("1.5" 01383649) ("1.6" 01665336)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (license+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#license#license#license#license+ingly#(1.5,01383649)(1.6,01665336)###EM ( :DEF_WORD "license" :CLASS "29.2.b" :WN_SENSE (("1.5" 01383649) ("1.6" 01665336)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (license+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#license#license#license#license+ed#(1.5,01383649)(1.6,01665336)###EM ( :DEF_WORD "license" :CLASS "29.2.c" :WN_SENSE (("1.5" 01383649) ("1.6" 01665336)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (license+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#license#license#license#license+ingly#(1.5,01383649)(1.6,01665336)###EM ( :DEF_WORD "license" :CLASS "29.2.d" :WN_SENSE (("1.5" 01383649) ("1.6" 01665336)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (license+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#lick#lick#lick#lick+ed#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lick+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "20.a" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "39.2.a" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (lick+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "39.2.b" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#lick#lick#lick#lick+ingly#(1.5,00822925)(1.6,00981543)###EM ( :DEF_WORD "lick" :CLASS "39.2.c" :WN_SENSE (("1.5" 00822925) ("1.6" 00981543)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (lick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 022#1#_th_loc()#lie#lie#lie#lie+ingly#(1.5,01500701)(1.6,01810781)###EM ( :DEF_WORD "lie" :CLASS "022" :WN_SENSE (("1.5" 01500701) ("1.6" 01810781)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (nil 11)) (lie+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc()#lie#lie#lie#lie+ingly#(1.5,01520424,00890801,00891011)(1.6,01836008,01064888,01065170)###EM ( :DEF_WORD "lie" :CLASS "47.6.a" :WN_SENSE (("1.5" 01520424 00890801 00891011) ("1.6" 01836008 01064888 01065170)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (lie+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#lie#lie#lie#lie+ingly#(1.5,01548871)(1.6,01868717)###EM ( :DEF_WORD "lie" :CLASS "47.6.b" :WN_SENSE (("1.5" 01548871) ("1.6" 01868717)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (lie+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.4.a#1#_ag_th,mod-loc(up),src(),goal()#lift#lift#lift#lift+ingly#(1.5,01124703,00907586,00837547)(1.6,01343923,01086949,00998639)###EM ( :DEF_WORD "lift" :CLASS "9.4.a" :WN_SENSE (("1.5" 01124703 00907586 00837547) ("1.6" 01343923 01086949 00998639)) :PROPBANK ("arg0 arg1 argm-LOC(up) arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(up),src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) ((* up 23) loc (*head*) (nil 24)) (lift+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#lift#lift#lift#lift+ingly#(1.5,01296140,01295399)(1.6,01557142,01556315)###EM ( :DEF_WORD "lift" :CLASS "10.5" :WN_SENSE (("1.5" 01296140 01295399) ("1.6" 01557142 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (lift+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#light#light#light#light+ed#(1.5,00175531,00682627)(1.6,00200741,00816457)###EM ( :DEF_WORD "light" :CLASS "26.3" :WN_SENSE (("1.5" 00175531 00682627) ("1.6" 00200741 00816457)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (light+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#light#light#light#light+ed#(1.5,00175531,00682627)(1.6,00200741,00816457)###EM ( :DEF_WORD "light" :CLASS "26.3" :WN_SENSE (("1.5" 00175531 00682627) ("1.6" 00200741 00816457)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (light+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#light#light#light#light+ed#(1.5,00175531,00682627)(1.6,00200741,00816457)###EM ( :DEF_WORD "light" :CLASS "45.4.a" :WN_SENSE (("1.5" 00175531 00682627) ("1.6" 00200741 00816457)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (light+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#light#light#light#light+ed#(1.5,00175531,00682627)(1.6,00200741,00816457)###EM ( :DEF_WORD "light" :CLASS "45.4.b" :WN_SENSE (("1.5" 00175531 00682627) ("1.6" 00200741 00816457)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (light+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#light#light#light#light+ed#(1.5,00682627)(1.6,00816457)###EM ( :DEF_WORD "light" :CLASS "45.4.c" :WN_SENSE (("1.5" 00682627) ("1.6" 00816457)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (light+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#lighten#lighten#lighten#lighten+ed#(1.5,00189374)(1.6,00216484)###EM ( :DEF_WORD "lighten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00189374) ("1.6" 00216484)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lighten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#lighten#lighten#lighten#lighten+ed#(1.5,00189374)(1.6,00216484)###EM ( :DEF_WORD "lighten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00189374) ("1.6" 00216484)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lighten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#lighten#lighten#lighten#lighten+ed#(1.5,00189110)(1.6,00216222)###EM ( :DEF_WORD "lighten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00189110) ("1.6" 00216222)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lighten+ed 9)))) ) ;; Grid: 57.a#1##lightning#lightning#lightning#lightning+ingly####EM ( :DEF_WORD "lightning" :CLASS "57.a" :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (lightning+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#lignify#lignify#lignify#lignify+ed####EM ( :DEF_WORD "lignify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lignify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#lignify#lignify#lignify#lignify+ed####EM ( :DEF_WORD "lignify" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lignify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#lignify#lignify#lignify#lignify+ed####EM ( :DEF_WORD "lignify" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lignify+ed 9)))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#like#like#like#like+ingly#(1.5,01012304,01012137)(1.6,01213391,01213205)###EM ( :DEF_WORD "like" :CLASS "31.2.a" :WN_SENSE (("1.5" 01012304 01012137) ("1.6" 01213391 01213205)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (like+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#like#like#like#like+ingly#(1.5,01012304,01012137)(1.6,01213391,01213205)###EM ( :DEF_WORD "like" :CLASS "31.2.b" :WN_SENSE (("1.5" 01012304 01012137) ("1.6" 01213391 01213205)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (like+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#like#like#like#like+ingly#(1.5,01012304)(1.6,01213391)###EM ( :DEF_WORD "like" :CLASS "31.2.c" :WN_SENSE (("1.5" 01012304) ("1.6" 01213391)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (like+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#like#like#like#like+ingly#(1.5,01012137,00388897)(1.6,01213205,00467516)###EM ( :DEF_WORD "like" :CLASS "31.2.g" :WN_SENSE (("1.5" 01012137 00388897) ("1.6" 01213205 00467516)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (like+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#liken#liken#liken#liken+ingly#(1.5,00367533)(1.6,00440600)###EM ( :DEF_WORD "liken" :CLASS "22.2.b" :WN_SENSE (("1.5" 00367533) ("1.6" 00440600)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (liken+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#lilt#lilt#lilt#lilt+ingly#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "37.3.a" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (lilt+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#lilt#lilt#lilt#lilt+ingly#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "37.3.a" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (lilt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#lilt#lilt#lilt#lilt+#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "37.3.b" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (lilt+ 2) ((* toward 5) comm (lilt+ 2) ((at 5) comm (lilt+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#lilt#lilt#lilt#lilt+#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "37.3.c" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (lilt+ 2) (toward comm (lilt+ 2) (at comm (lilt+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#lilt#lilt#lilt#lilt+ingly#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "43.2.a" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (lilt+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#lilt#lilt#lilt#lilt+ingly#(1.5,00535484)(1.6,00644043)###EM ( :DEF_WORD "lilt" :CLASS "43.2.b" :WN_SENSE (("1.5" 00535484) ("1.6" 00644043)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (lilt+ingly 26)) ) ;; Grid: 47.8.c#1#_th_loc#limit#limit#limit#limit+ingly#(1.5,00140526)(1.6,00160443)###EM ( :DEF_WORD "limit" :CLASS "47.8.c" :WN_SENSE (("1.5" 00140526) ("1.6" 00160443)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (limit+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#limp#limp#limp#limp+ingly#(1.5,01091961)(1.6,01308351)###EM ( :DEF_WORD "limp" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091961) ("1.6" 01308351)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (limp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#limp#limp#limp#limp+ingly#(1.5,01091961)(1.6,01308351)###EM ( :DEF_WORD "limp" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091961) ("1.6" 01308351)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (limp+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#line#line#line#line+ed#(1.5,00726837,00133593)(1.6,00867188,00152228)###EM ( :DEF_WORD "line" :CLASS "9.8.a" :WN_SENSE (("1.5" 00726837 00133593) ("1.6" 00867188 00152228)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (line+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#line#line#line#line+ed#(1.5,00726837,00133593)(1.6,00867188,00152228)###EM ( :DEF_WORD "line" :CLASS "9.8.b" :WN_SENSE (("1.5" 00726837 00133593) ("1.6" 00867188 00152228)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (line+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#line#line#line#line+ed#(1.5,00726837,00133593)(1.6,00867188,00152228)###EM ( :DEF_WORD "line" :CLASS "9.8.d" :WN_SENSE (("1.5" 00726837 00133593) ("1.6" 00867188 00152228)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (line+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.f#1#_th_loc#line#line#line#line+ingly#(1.5,01527634,00726837)(1.6,01844410,00867188)###EM ( :DEF_WORD "line" :CLASS "47.8.f" :WN_SENSE (("1.5" 01527634 00726837) ("1.6" 01844410 00867188)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (line+ingly 26)) ) ;; Grid: 47.1#1#_th,mod-loc()#linger#linger#linger#linger+ingly#(1.5,01493340,01177700)(1.6,01801598,01408005)###EM ( :DEF_WORD "linger" :CLASS "47.1" :WN_SENSE (("1.5" 01493340 01177700) ("1.6" 01801598 01408005)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (linger+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#linger#linger#linger#linger+ingly#(1.5,01148488,01493340,01177700)(1.6,01372850,01801598,01408005)###EM ( :DEF_WORD "linger" :CLASS "53.1" :WN_SENSE (("1.5" 01148488 01493340 01177700) ("1.6" 01372850 01801598 01408005)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (linger+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#link#link#link#link+ed#(1.5,00778333,00858116)(1.6,00927388,01024407)###EM ( :DEF_WORD "link" :CLASS "22.1.a" :WN_SENSE (("1.5" 00778333 00858116) ("1.6" 00927388 01024407)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (link+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#link#link#link#link+ingly#(1.5,01483441,00778333,00858116)(1.6,01789163,00927388,01024407)###EM ( :DEF_WORD "link" :CLASS "22.1.b" :WN_SENSE (("1.5" 01483441 00778333 00858116) ("1.6" 01789163 00927388 01024407)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (link+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.d#1#,ag_th_goal(to)#link#link#link#link+ingly#(1.5,01483441,00778333,00858116)(1.6,01789163,00927388,01024407)###EM ( :DEF_WORD "link" :CLASS "22.1.d" :WN_SENSE (("1.5" 01483441 00778333 00858116) ("1.6" 01789163 00927388 01024407)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (link+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#link#link#link#link+ingly#(1.5,00778333,00858116)(1.6,00927388,01024407)###EM ( :DEF_WORD "link" :CLASS "22.4.a" :WN_SENSE (("1.5" 00778333 00858116) ("1.6" 00927388 01024407)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (link+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#link#link#link#link+ed#(1.5,00778333,00858116)(1.6,00927388,01024407)###EM ( :DEF_WORD "link" :CLASS "22.4.b" :WN_SENSE (("1.5" 00778333 00858116) ("1.6" 00927388 01024407)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (link+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.7#1#_ag_src#lint#lint#lint###loc#(th = lint+)#EM ( :DEF_WORD "lint" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (lint+ 2) (from loc (lint+ 2) (at loc (lint+ 2) (* thing 4))))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#lipstick#lipstick#lipstick#lipstick+ed#(1.5,00967957,00026625)(1.6,01159629,00028976)###EM ( :DEF_WORD "lipstick" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00967957 00026625) ("1.6" 01159629 00028976)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lipstick+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#liquefy#liquefy#liquefy#liquefy+ed#(1.5,00264748)(1.6,00310220)###EM ( :DEF_WORD "liquefy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00264748) ("1.6" 00310220)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (liquefy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#liquefy#liquefy#liquefy#liquefy+ed#(1.5,00264748)(1.6,00310220)###EM ( :DEF_WORD "liquefy" :CLASS "45.4.b" :WN_SENSE (("1.5" 00264748) ("1.6" 00310220)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (liquefy+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#liquefy#liquefy#liquefy#liquefy+ed#(1.5,01558458,00264580)(1.6,01884330,00310006)###EM ( :DEF_WORD "liquefy" :CLASS "45.4.c" :WN_SENSE (("1.5" 01558458 00264580) ("1.6" 01884330 00310006)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (liquefy+ed 9)))) ) ;; Grid: 42.1.c#1#_ag_th#liquidate#liquidate#liquidate#liquidate+ed#(1.5,00760108)(1.6,00905566)###EM ( :DEF_WORD "liquidate" :CLASS "42.1.c" :WN_SENSE (("1.5" 00760108) ("1.6" 00905566)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (liquidate+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#lisp#lisp#lisp#lisp+ingly#(1.5,00553805)(1.6,00664682)###EM ( :DEF_WORD "lisp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553805) ("1.6" 00664682)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (lisp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#lisp#lisp#lisp#lisp+ingly#(1.5,00553805)(1.6,00664682)###EM ( :DEF_WORD "lisp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553805) ("1.6" 00664682)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (lisp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#lisp#lisp#lisp#lisp+#(1.5,00553805)(1.6,00664682)###EM ( :DEF_WORD "lisp" :CLASS "37.3.b" :WN_SENSE (("1.5" 00553805) ("1.6" 00664682)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (lisp+ 2) ((* toward 5) comm (lisp+ 2) ((at 5) comm (lisp+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#lisp#lisp#lisp#lisp+#(1.5,00553805)(1.6,00664682)###EM ( :DEF_WORD "lisp" :CLASS "37.3.c" :WN_SENSE (("1.5" 00553805) ("1.6" 00664682)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (lisp+ 2) (toward comm (lisp+ 2) (at comm (lisp+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#list#list#list#list+ed#(1.5,01399741)(1.6,01684500)###EM ( :DEF_WORD "list" :CLASS "29.2.c" :WN_SENSE (("1.5" 01399741) ("1.6" 01684500)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (list+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 30.3.c#1#_exp_perc(to)#listen#listen#listen#listen+ingly#(1.5,01238187,01238826)(1.6,01485853,01486629)###EM ( :DEF_WORD "listen" :CLASS "30.3.c" :WN_SENSE (("1.5" 01238187 01238826) ("1.6" 01485853 01486629)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (listen+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#listen#listen#listen#listen+ingly#(1.5,01238187)(1.6,01485853)###EM ( :DEF_WORD "listen" :CLASS "35.5" :WN_SENSE (("1.5" 01238187) ("1.6" 01485853)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (listen+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#listen#listen#listen#listen+ingly#(1.5,01238187)(1.6,01485853)###EM ( :DEF_WORD "listen" :CLASS "35.5" :WN_SENSE (("1.5" 01238187) ("1.6" 01485853)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (listen+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag,mod-poss#litigate#litigate#litigate#litigate+ingly#(1.5,01460065)(1.6,01760027)###EM ( :DEF_WORD "litigate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01460065) ("1.6" 01760027)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag,mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (litigate+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#litter#litter#litter#litter+ed#(1.5,00792819)(1.6,00944555)###EM ( :DEF_WORD "litter" :CLASS "9.8.a" :WN_SENSE (("1.5" 00792819) ("1.6" 00944555)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (litter+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#litter#litter#litter#litter+ed#(1.5,00792819)(1.6,00944555)###EM ( :DEF_WORD "litter" :CLASS "9.8.b" :WN_SENSE (("1.5" 00792819) ("1.6" 00944555)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (litter+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#litter#litter#litter#litter+ed#(1.5,00792819)(1.6,00944555)###EM ( :DEF_WORD "litter" :CLASS "9.8.e" :WN_SENSE (("1.5" 00792819) ("1.6" 00944555)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (litter+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 28#1#_ag#litter#litter#litter#litter+#(1.5,00037075)(1.6,00041013)###EM ( :DEF_WORD "litter" :CLASS "28" :WN_SENSE (("1.5" 00037075) ("1.6" 00041013)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (litter+ 2) (toward exist (litter+ 2) (at exist (litter+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.6.b#1#_th_instr(on)#live#live#live#live+ingly#(1.5,01479650)(1.6,01784619)###EM ( :DEF_WORD "live" :CLASS "39.6.b" :WN_SENSE (("1.5" 01479650) ("1.6" 01784619)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (live+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 46.a#1#_th,loc()#live#live#live#live+ingly#(1.5,01499405)(1.6,01809405)###EM ( :DEF_WORD "live" :CLASS "46.a" :WN_SENSE (("1.5" 01499405) ("1.6" 01809405)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (live+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#live#live#live#live+ingly#(1.5,01499405,01479650,01477879)(1.6,01809405,01784619,01782836)###EM ( :DEF_WORD "live" :CLASS "47.1" :WN_SENSE (("1.5" 01499405 01479650 01477879) ("1.6" 01809405 01784619 01782836)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (live+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#load#load#load#load+ingly#(1.5,00856708,00858920)(1.6,01022755,01025426)###EM ( :DEF_WORD "load" :CLASS "9.7.a" :WN_SENSE (("1.5" 00856708 00858920) ("1.6" 01022755 01025426)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (load+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#load#load#load#load+ed#(1.5,00856708,00858920)(1.6,01022755,01025426)###EM ( :DEF_WORD "load" :CLASS "9.7.d" :WN_SENSE (("1.5" 00856708 00858920) ("1.6" 01022755 01025426)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (load+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#loaf#loaf#loaf#loaf+ingly#(1.5,01493677)(1.6,01802057)###EM ( :DEF_WORD "loaf" :CLASS "53.1" :WN_SENSE (("1.5" 01493677) ("1.6" 01802057)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (loaf+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 13.1.a.i#1#_ag_th_goal(to)#loan#loan#loan#loan+ingly#(1.5,01321769)(1.6,01588837)###EM ( :DEF_WORD "loan" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01321769) ("1.6" 01588837)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (loan+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.i#2#_ag_goal_th#loan#loan#loan#loan+ingly#(1.5,01321769)(1.6,01588837)###EM ( :DEF_WORD "loan" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01321769) ("1.6" 01588837)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (loan+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#loathe#loathe#loathe#loathe+ingly#(1.5,01010801)(1.6,01211403)###EM ( :DEF_WORD "loathe" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010801) ("1.6" 01211403)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (loathe+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#lob#lob#lob#lob+ingly#(1.5,00869711)(1.6,01039458)###EM ( :DEF_WORD "lob" :CLASS "17.1" :WN_SENSE (("1.5" 00869711) ("1.6" 01039458)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (lob+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#lob#lob#lob#lob+ingly#(1.5,00869711)(1.6,01039458)###EM ( :DEF_WORD "lob" :CLASS "17.1" :WN_SENSE (("1.5" 00869711) ("1.6" 01039458)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (lob+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#locate#locate#locate#locate+ingly#(1.5,01300570,01522895)(1.6,01562485,01838645)#loc##EM ( :DEF_WORD "locate" :CLASS "9.1" :WN_SENSE (("1.5" 01300570 01522895) ("1.6" 01562485 01838645)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (locate+ingly 26)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#lock#lock#lock#lock+ingly#(1.5,00774734)(1.6,00922436)###EM ( :DEF_WORD "lock" :CLASS "22.4.a" :WN_SENSE (("1.5" 00774734) ("1.6" 00922436)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (lock+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#lock#lock#lock#lock+ed#(1.5,00774734)(1.6,00922436)###EM ( :DEF_WORD "lock" :CLASS "22.4.b" :WN_SENSE (("1.5" 00774734) ("1.6" 00922436)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lock+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.1#1#_ag_th_goal()#lodge#lodge#lodge#lodge+ingly#(1.5,00879256)(1.6,01050882)#loc##EM ( :DEF_WORD "lodge" :CLASS "9.1" :WN_SENSE (("1.5" 00879256) ("1.6" 01050882)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (lodge+ingly 26)) ) ;; Grid: 9.10#1#_ag_th#lodge#lodge#lodge#lodge+#(1.5,01499949)(1.6,01809924)###EM ( :DEF_WORD "lodge" :CLASS "9.10" :WN_SENSE (("1.5" 01499949) ("1.6" 01809924)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (lodge+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.b#1#,ag_th_loc()#lodge#lodge#lodge#lodge+ingly#(1.5,01500235,01499949)(1.6,01810231,01809924)###EM ( :DEF_WORD "lodge" :CLASS "46.b" :WN_SENSE (("1.5" 01500235 01499949) ("1.6" 01810231 01809924)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (lodge+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#loft#loft#loft#loft+ingly#(1.5,00922785,00922475)(1.6,01104912,01104602)###EM ( :DEF_WORD "loft" :CLASS "17.1" :WN_SENSE (("1.5" 00922785 00922475) ("1.6" 01104912 01104602)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (loft+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#loft#loft#loft#loft+ingly#(1.5,00922785,00922475)(1.6,01104912,01104602)###EM ( :DEF_WORD "loft" :CLASS "17.1" :WN_SENSE (("1.5" 00922785 00922475) ("1.6" 01104912 01104602)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (loft+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#log#log#log#log+ingly#(1.5,00718667)(1.6,00858217)###EM ( :DEF_WORD "log" :CLASS "13.7" :WN_SENSE (("1.5" 00718667) ("1.6" 00858217)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (log+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 53.1#1#_th,loc()#loiter#loiter#loiter#loiter+ingly#(1.5,01493340)(1.6,01801598)###EM ( :DEF_WORD "loiter" :CLASS "53.1" :WN_SENSE (("1.5" 01493340) ("1.6" 01801598)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (loiter+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#loll#loll#loll#loll+ingly#(1.5,01537952)(1.6,01856209)###EM ( :DEF_WORD "loll" :CLASS "47.6.a" :WN_SENSE (("1.5" 01537952) ("1.6" 01856209)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (loll+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#lollop#lollop#lollop#lollop+ingly#(1.5,01082847)(1.6,01297122)###EM ( :DEF_WORD "lollop" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01082847) ("1.6" 01297122)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (lollop+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#lollop#lollop#lollop#lollop+ingly#(1.5,01082847)(1.6,01297122)###EM ( :DEF_WORD "lollop" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01082847) ("1.6" 01297122)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (lollop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 32.2.b#1#_th_purp(for)#long#long#long#long+#(1.5,01042002,01028208)(1.6,01247460,01231785)###EM ( :DEF_WORD "long" :CLASS "32.2.b" :WN_SENSE (("1.5" 01042002 01028208) ("1.6" 01247460 01231785)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (long+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 30.3.a#1#_exp_perc(at,upon)#look#look#look#look+ingly#(1.5,01216027)(1.6,01457770)###EM ( :DEF_WORD "look" :CLASS "30.3.a" :WN_SENSE (("1.5" 01216027) ("1.6" 01457770)) :PROPBANK ("arg0 arg1(at/upon)") :THETA_ROLES ((1 "_exp_perc(at,upon)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (look+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#look#look#look#look+ingly#(1.5,01216027)(1.6,01457770)###EM ( :DEF_WORD "look" :CLASS "30.3.b" :WN_SENSE (("1.5" 01216027) ("1.6" 01457770)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (look+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.4#1#_th_pred,mod-perc(to)#look#look#look#look+ingly#(1.5,01217877,00021823)(1.6,01460069,00023357)###EM ( :DEF_WORD "look" :CLASS "30.4" :WN_SENSE (("1.5" 01217877 00021823) ("1.6" 01460069 00023357)) :PROPBANK ("arg1 arg1-PRD arg0(to)") :THETA_ROLES ((1 "_th_pred,mod-perc(to)")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (look+ingly 26) ((* relative_to 32) perc (*head*) (thing 33))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#look#look#look#look+ingly#(1.5,01229293)(1.6,01474374)###EM ( :DEF_WORD "look" :CLASS "35.2.a" :WN_SENSE (("1.5" 01229293) ("1.6" 01474374)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (look+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#look#look#look#look+ingly#(1.5,01229293)(1.6,01474374)###EM ( :DEF_WORD "look" :CLASS "35.5" :WN_SENSE (("1.5" 01229293) ("1.6" 01474374)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (look+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#look#look#look#look+ingly#(1.5,01229293)(1.6,01474374)###EM ( :DEF_WORD "look" :CLASS "35.5" :WN_SENSE (("1.5" 01229293) ("1.6" 01474374)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (look+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(on)#look_back#look_back#look_back#look+ingly###(particle = back)#EM ( :DEF_WORD "look_back" :GLOSS_HEAD "look" :CLASS "30.3.a" :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (look+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#loom#loom#loom#loom+ingly#(1.5,01523606,01523361)(1.6,01839478,01839478)###EM ( :DEF_WORD "loom" :CLASS "47.1" :WN_SENSE (("1.5" 01523606 01523361) ("1.6" 01839478 01839478)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (loom+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#loom#loom#loom#loom+ingly#(1.5,01523361)(1.6,01839478)###EM ( :DEF_WORD "loom" :CLASS "47.6.a" :WN_SENSE (("1.5" 01523361) ("1.6" 01839478)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (loom+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#loop#loop#loop#loop+ingly#(1.5,00957769,00876575,00736861)(1.6,01148677,01047481,00878632)###EM ( :DEF_WORD "loop" :CLASS "9.6" :WN_SENSE (("1.5" 00957769 00876575 00736861) ("1.6" 01148677 01047481 00878632)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (loop+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#loop#loop#loop#loop+ingly#(1.5,00736861)(1.6,00878632)###EM ( :DEF_WORD "loop" :CLASS "22.4.a" :WN_SENSE (("1.5" 00736861) ("1.6" 00878632)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (loop+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#loop#loop#loop#loop+ed#(1.5,00736861)(1.6,00878632)###EM ( :DEF_WORD "loop" :CLASS "22.4.b" :WN_SENSE (("1.5" 00736861) ("1.6" 00878632)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loop+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#loop#loop#loop#loop+ed#(1.5,00957769,00736861)(1.6,01148677,00878632)###EM ( :DEF_WORD "loop" :CLASS "45.4.a" :WN_SENSE (("1.5" 00957769 00736861) ("1.6" 01148677 00878632)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loop+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#loop#loop#loop#loop+ed#(1.5,00957769,00736861)(1.6,01148677,00878632)###EM ( :DEF_WORD "loop" :CLASS "45.4.b" :WN_SENSE (("1.5" 00957769 00736861) ("1.6" 01148677 00878632)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loop+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#loop#loop#loop#loop+ed#(1.5,01168901)(1.6,01397244)###EM ( :DEF_WORD "loop" :CLASS "45.4.c" :WN_SENSE (("1.5" 01168901) ("1.6" 01397244)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loop+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#loose#loose#loose#loose+ed#(1.5,00248968)(1.6,00291365)###EM ( :DEF_WORD "loose" :CLASS "45.4.a" :WN_SENSE (("1.5" 00248968) ("1.6" 00291365)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loose+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#loose#loose#loose#loose+ed#(1.5,00248968)(1.6,00291365)###EM ( :DEF_WORD "loose" :CLASS "45.4.b" :WN_SENSE (("1.5" 00248968) ("1.6" 00291365)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loose+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#loose#loose#loose#loose+ed#(1.5,00249258)(1.6,00291639)###EM ( :DEF_WORD "loose" :CLASS "45.4.c" :WN_SENSE (("1.5" 00249258) ("1.6" 00291639)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loose+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#loosen#loosen#loosen#loosen+ed#(1.5,00248968,00842135)(1.6,00291365,01004509)###EM ( :DEF_WORD "loosen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00248968 00842135) ("1.6" 00291365 01004509)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loosen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#loosen#loosen#loosen#loosen+ed#(1.5,00248968,00842135)(1.6,00291365,01004509)###EM ( :DEF_WORD "loosen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00248968 00842135) ("1.6" 00291365 01004509)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loosen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#loosen#loosen#loosen#loosen+ed#(1.5,00248823)(1.6,00291205)###EM ( :DEF_WORD "loosen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00248823) ("1.6" 00291205)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loosen+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#loot#loot#loot#loot+ed#(1.5,01333346,01333115)(1.6,01601331,01600942)###EM ( :DEF_WORD "loot" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333346 01333115) ("1.6" 01601331 01600942)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (loot+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#lop#lop#lop#lop+ingly#(1.5,00899577)(1.6,01075495)#loc##EM ( :DEF_WORD "lop" :CLASS "10.1" :WN_SENSE (("1.5" 00899577) ("1.6" 01075495)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (lop+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#lope#lope#lope#lope+ingly#(1.5,01098849)(1.6,01316016)###EM ( :DEF_WORD "lope" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01098849) ("1.6" 01316016)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (lope+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#lope#lope#lope#lope+ingly#(1.5,01098849)(1.6,01316016)###EM ( :DEF_WORD "lope" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01098849) ("1.6" 01316016)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (lope+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 13.2#1#_ag_th,goal(to)#lose#lose#lose#lose+ingly#(1.5,01301401)(1.6,01563668)###EM ( :DEF_WORD "lose" :CLASS "13.2" :WN_SENSE (("1.5" 01301401) ("1.6" 01563668)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (lose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#lounge#lounge#lounge#lounge+ingly#(1.5,00879397)(1.6,01051078)###EM ( :DEF_WORD "lounge" :CLASS "47.6.a" :WN_SENSE (("1.5" 00879397) ("1.6" 01051078)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (lounge+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 10.7#1#_ag_src#louse#louse#louse###loc#(th = louse+)#EM ( :DEF_WORD "louse" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (louse+ 2) (from loc (louse+ 2) (at loc (louse+ 2) (* thing 4))))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#love#love#love#love+ingly#(1.5,01011032,01042169,01011226)(1.6,01211759,01247684,01212004)###EM ( :DEF_WORD "love" :CLASS "31.2.a" :WN_SENSE (("1.5" 01011032 01042169 01011226) ("1.6" 01211759 01247684 01212004)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (love+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#love#love#love#love+ingly#(1.5,01011032,01042169,01011226)(1.6,01211759,01247684,01212004)###EM ( :DEF_WORD "love" :CLASS "31.2.b" :WN_SENSE (("1.5" 01011032 01042169 01011226) ("1.6" 01211759 01247684 01212004)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (love+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#love#love#love#love+ingly#(1.5,01042169)(1.6,01247684)###EM ( :DEF_WORD "love" :CLASS "31.2.c" :WN_SENSE (("1.5" 01042169) ("1.6" 01247684)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (love+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#love#love#love#love+ingly#(1.5,01011032,01011226)(1.6,01211759,01212004)###EM ( :DEF_WORD "love" :CLASS "31.2.g" :WN_SENSE (("1.5" 01011032 01011226) ("1.6" 01211759 01212004)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (love+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#low#low#low#low+#(1.5,00597615)(1.6,00715048)###EM ( :DEF_WORD "low" :CLASS "38" :WN_SENSE (("1.5" 00597615) ("1.6" 00715048)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (low+ 2) ((* toward 5) comm (low+ 2) (touching comm (low+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.4.b.i#1#_ag_th,mod-loc(down)#lower#lower#lower#lower+ingly#(1.5,01124002)(1.6,01343131)###EM ( :DEF_WORD "lower" :CLASS "9.4.b.i" :WN_SENSE (("1.5" 01124002) ("1.6" 01343131)) :PROPBANK ("arg0 arg1 argm-LOC(down)") :THETA_ROLES ((1 "_ag_th,mod-loc(down)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* down 23) loc (*head*) (thing 24)) (lower+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.4.b.ii#1#_ag_th,mod-loc(down),src(),goal()#lower#lower#lower#lower+ingly#(1.5,01124002)(1.6,01343131)###EM ( :DEF_WORD "lower" :CLASS "9.4.b.ii" :WN_SENSE (("1.5" 01124002) ("1.6" 01343131)) :PROPBANK ("arg0 arg1 argm-LOC(down) arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(down),src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) ((* down 23) loc (*head*) (nil 24)) (lower+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#lubricate#lubricate#lubricate#lubricate+ed#(1.5,00853235,00283778)(1.6,01018687,00335085)###BJDMAP ( :DEF_WORD "lubricate" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00853235 00283778) ("1.6" 01018687 00335085)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lubricate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#lug#lug#lug#lug+ingly#(1.5,00836767)(1.6,00997858)###EM ( :DEF_WORD "lug" :CLASS "11.4.i" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (lug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#lug#lug#lug#lug+ingly#(1.5,00836767)(1.6,00997858)###EM ( :DEF_WORD "lug" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (lug+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#lug#lug#lug#lug+ingly#(1.5,00836767)(1.6,00997858)###EM ( :DEF_WORD "lug" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (lug+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#lull#lull#lull#lull+ingly#(1.5,01005148,01005713)(1.6,01203543,00015587)###EM ( :DEF_WORD "lull" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005148 01005713) ("1.6" 01203543 00015587)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (lull+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#lull#lull#lull#lull+ingly#(1.5,01005148,--)(1.6,01203543,01204371)###EM ( :DEF_WORD "lull" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005148 --) ("1.6" 01203543 01204371)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (lull+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#lull#lull#lull#lull+ed#(1.5,--)(1.6,01204371)###EM ( :DEF_WORD "lull" :CLASS "31.1.c" :WN_SENSE (("1.5" --) ("1.6" 01204371)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lull+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#lumber#lumber#lumber#lumber+ingly#(1.5,01096979)(1.6,01314034)###EM ( :DEF_WORD "lumber" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096979) ("1.6" 01314034)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (lumber+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#lumber#lumber#lumber#lumber+ingly#(1.5,01096979)(1.6,01314034)###EM ( :DEF_WORD "lumber" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096979) ("1.6" 01314034)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (lumber+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#lump#lump#lump#lump+ingly#(1.5,00797800)(1.6,00950244)###EM ( :DEF_WORD "lump" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00797800) ("1.6" 00950244)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (lump+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#lump#lump#lump#lump+ed#(1.5,00797800)(1.6,00950244)###EM ( :DEF_WORD "lump" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00797800) ("1.6" 00950244)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (lump+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 39.5.a#1#_ag#lunch#lunch#lunch#lunch+ingly#(1.5,00673539)(1.6,00806050)###EM ( :DEF_WORD "lunch" :CLASS "39.5.a" :WN_SENSE (("1.5" 00673539) ("1.6" 00806050)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (lunch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#lunch#lunch#lunch#lunch+ingly#(1.5,00673539)(1.6,00806050)###EM ( :DEF_WORD "lunch" :CLASS "39.5.b" :WN_SENSE (("1.5" 00673539) ("1.6" 00806050)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (lunch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.a#1#_ag#luncheon#luncheon#luncheon#luncheon+ingly####EM ( :DEF_WORD "luncheon" :CLASS "39.5.a" :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (luncheon+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#lurch#lurch#lurch#lurch+ingly#(1.5,01096596,01063415)(1.6,01313595,01273866)###EM ( :DEF_WORD "lurch" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096596 01063415) ("1.6" 01313595 01273866)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (lurch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#lurch#lurch#lurch#lurch+ingly#(1.5,01096596,01063415)(1.6,01313595,01273866)###EM ( :DEF_WORD "lurch" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096596 01063415) ("1.6" 01313595 01273866)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (lurch+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 002#1#_ag_th,prop(to)#lure#lure#lure#lure+ingly#(1.5,00439467)(1.6,00531787)###EM ( :DEF_WORD "lure" :CLASS "002" :WN_SENSE (("1.5" 00439467) ("1.6" 00531787)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (lure+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 32.2.a#1#_exp_perc(for,after)#lust#lust#lust#lust+ingly#(1.5,00675382)(1.6,00807946)###EM ! ;; Grid: 47.1#1#_th,mod-loc()#lurk#lurk#lurk#lurk+ingly#(1.5,01494022,01493340,00645824)(1.6,01802469,01801598,00773192)###EM ( :DEF_WORD "lurk" :CLASS "47.1" :WN_SENSE (("1.5" 01494022 01493340 00645824) ("1.6" 01802469 01801598 00773192)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (lurk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#lust#lust#lust#lust+#(1.5,00675382)(1.6,00807946)###EM ( :DEF_WORD "lust" :CLASS "32.2.b" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (lust+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#luxuriate#luxuriate#luxuriate#luxuriate+ingly#(1.5,00685507)(1.6,00819961)###EM ( :DEF_WORD "luxuriate" :CLASS "31.3.e" :WN_SENSE (("1.5" 00685507) ("1.6" 00819961)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (luxuriate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#macadamize#macadamize#macadamize#macadamize+ed#(1.5,00922043)(1.6,01104170)###EM ( :DEF_WORD "macadamize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00922043) ("1.6" 01104170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (macadamize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#macerate#macerate#macerate#macerate+ed#(1.5,00237809)(1.6,00276998)###EM ( :DEF_WORD "macerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00237809) ("1.6" 00276998)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (macerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#macerate#macerate#macerate#macerate+ed#(1.5,00237809)(1.6,00276998)###EM ( :DEF_WORD "macerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00237809) ("1.6" 00276998)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (macerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#macerate#macerate#macerate#macerate+ed#(1.5,00237809)(1.6,00276998)###EM ( :DEF_WORD "macerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00237809) ("1.6" 00276998)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (macerate+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#madden#madden#madden#madden+ingly#(1.5,01018298,01018146)(1.6,01220887,01220774)###EM ( :DEF_WORD "madden" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018298 01018146) ("1.6" 01220887 01220774)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (madden+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#madden#madden#madden#madden+ingly#(1.5,01018065,01018146)(1.6,01220665,01220774)###EM ( :DEF_WORD "madden" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018065 01018146) ("1.6" 01220665 01220774)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (madden+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#madden#madden#madden#madden+ed#(1.5,01018065,01018146)(1.6,01220665,01220774)###EM ( :DEF_WORD "madden" :CLASS "31.1.c" :WN_SENSE (("1.5" 01018065 01018146) ("1.6" 01220665 01220774)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (madden+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#madden#madden#madden#madden+ingly#(1.5,01018298,01018146)(1.6,01220887,01220774)###EM ( :DEF_WORD "madden" :CLASS "31.3.b" :WN_SENSE (("1.5" 01018298 01018146) ("1.6" 01220887 01220774)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (madden+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#magnetize#magnetize#magnetize#magnetize+ed#(1.5,00238157)(1.6,00277483)###EM ( :DEF_WORD "magnetize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00238157) ("1.6" 00277483)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnetize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#magnetize#magnetize#magnetize#magnetize+ed#(1.5,00238157)(1.6,00277483)###EM ( :DEF_WORD "magnetize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00238157) ("1.6" 00277483)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnetize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#magnetize#magnetize#magnetize#magnetize+ed#(1.5,00238157)(1.6,00277483)###EM ( :DEF_WORD "magnetize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00238157) ("1.6" 00277483)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnetize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#magnify#magnify#magnify#magnify+ed#(1.5,00258235,00144140)(1.6,00302564,00164255)###EM ( :DEF_WORD "magnify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00258235 00144140) ("1.6" 00302564 00164255)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#magnify#magnify#magnify#magnify+ed#(1.5,00258235,00144140)(1.6,00302564,00164255)###EM ( :DEF_WORD "magnify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00258235 00144140) ("1.6" 00302564 00164255)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#magnify#magnify#magnify#magnify+ed#(1.5,00258235)(1.6,00302564)###EM ( :DEF_WORD "magnify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00258235) ("1.6" 00302564)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (magnify+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#mail#mail#mail#mail+ingly#(1.5,00826851)(1.6,00985690)###EM ( :DEF_WORD "mail" :CLASS "11.1" :WN_SENSE (("1.5" 00826851) ("1.6" 00985690)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (mail+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#mail#mail#mail#mail+ingly#(1.5,00826851)(1.6,00985690)###EM ( :DEF_WORD "mail" :CLASS "11.1" :WN_SENSE (("1.5" 00826851) ("1.6" 00985690)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (mail+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#maim#maim#maim#maim+ingly#(1.5,00054476)(1.6,00061637)###BJDMAP ( :DEF_WORD "maim" :CLASS "44.a" :WN_SENSE (("1.5" 00054476) ("1.6" 00061637)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (maim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 012#1#_ag_th#maintain#maintain#maintain#maintain+ingly#(1.5,01297255)(1.6,01558731)###EM ( :DEF_WORD "maintain" :CLASS "012" :WN_SENSE (("1.5" 01297255) ("1.6" 01558731)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay exist (* thing 2) (at exist (thing 2) (exist 9))) (maintain+ingly 26)) :VAR_SPEC ((2 (:cat n))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#maintain#maintain#maintain#maintain+ingly#(1.5,00573941)(1.6,00687441)###EM ( :DEF_WORD "maintain" :CLASS "29.5.a" :WN_SENSE (("1.5" 00573941) ("1.6" 00687441)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (maintain+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#maintain#maintain#maintain#maintain+ingly#(1.5,00573941)(1.6,00687441)###EM ( :DEF_WORD "maintain" :CLASS "29.5.b" :WN_SENSE (("1.5" 00573941) ("1.6" 00687441)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (maintain+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#major#major#major#major+ingly#(1.5,--)(1.6,00410531)###BJDMAP ( :DEF_WORD "major" :CLASS "31.3.e" :WN_SENSE (("1.5" --) ("1.6" 00410531)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (major+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 019.b#1#_ag_prop#make#make#make#make+ingly#(1.5,00432532)(1.6,00523422)###EM ( :DEF_WORD "make" :CLASS "019.b" :WN_SENSE (("1.5" 00432532) ("1.6" 00523422)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_prop")) :LCS (cause (* thing 1) (* nil 27) (make+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#make#make#make#make+ed#(1.5,01471403,00946831,00946387,00926361,00929175)(1.6,01772926,01136484,01135997,01111638,01114991)###EM ( :DEF_WORD "make" :CLASS "26.1.a" :WN_SENSE (("1.5" 01471403 00946831 00946387 00926361 00929175) ("1.6" 01772926 01136484 01135997 01111638 01114991)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (make+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#make#make#make#make+ed#(1.5,01471403,00946831,00946387,00926361,00929175)(1.6,01772926,01136484,01135997,01111638,01114991)###EM ( :DEF_WORD "make" :CLASS "26.1.a" :WN_SENSE (("1.5" 01471403 00946831 00946387 00926361 00929175) ("1.6" 01772926 01136484 01135997 01111638 01114991)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (make+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#make#make#make#make+ingly#(1.5,01356399)(1.6,01632536)###EM ( :DEF_WORD "make" :CLASS "26.1.b" :WN_SENSE (("1.5" 01356399) ("1.6" 01632536)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (make+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#make#make#make#make+ingly#(1.5,01356399)(1.6,01632536)###EM ( :DEF_WORD "make" :CLASS "29.3" :WN_SENSE (("1.5" 01356399) ("1.6" 01632536)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (make+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 070#1#_ag_th_prop#make#make#make#make+ingly#(1.5,00432532,00941687)(1.6,00523422,01130643)###EM ( :DEF_WORD "make" :CLASS "070" :WN_SENSE (("1.5" 00432532 00941687) ("1.6" 00523422 01130643)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_th_prop")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (make+ingly 26)) ) ;; Grid: 070.1#1#_ag_prop#make#make#make#make+ingly####EM ( :DEF_WORD "make" :CLASS "070.1" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_prop")) :LCS (cause (* thing 1) (* event 27) (make+ingly 26)) ) ;; Grid: 30.2.a.ii#1#_exp_perc#make_out#make_out#make_out#make-out+ingly####EM ( :DEF_WORD "make_out" :CLASS "30.2.a.ii" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (make-out+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.6.b#1#_ag,mod-pred(as)#malfunction#malfunction#malfunction#malfunction+ed#(1.5,00877378)(1.6,01048560)###EM ( :DEF_WORD "malfunction" :CLASS "29.6.b" :WN_SENSE (("1.5" 00877378) ("1.6" 01048560)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag,mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (malfunction+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#malign#malign#malign#malign+ingly#(1.5,00475798)(1.6,00574990)###EM ( :DEF_WORD "malign" :CLASS "33.b" :WN_SENSE (("1.5" 00475798) ("1.6" 00574990)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (malign+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#manacle#manacle#manacle#manacle+ingly#(1.5,00738012)(1.6,00879857)###EM ( :DEF_WORD "manacle" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738012) ("1.6" 00879857)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (manacle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#manacle#manacle#manacle#manacle+ed#(1.5,00738012)(1.6,00879857)###EM ( :DEF_WORD "manacle" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738012) ("1.6" 00879857)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (manacle+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 005#1#_th_prop#manage#manage#manage#manage+ingly#(1.5,01428471)(1.6,01719999)###EM ( :DEF_WORD "manage" :CLASS "005" :WN_SENSE (("1.5" 01428471) ("1.6" 01719999)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (manage+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#manage#manage#manage#manage+ingly#(1.5,01378917)(1.6,01658906)###EM ( :DEF_WORD "manage" :CLASS "36.1.c" :WN_SENSE (("1.5" 01378917) ("1.6" 01658906)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (manage+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 51.7.i#1#_ag_th#maneuver#maneuver#maneuver#maneuver+ingly#(1.5,01100714)(1.6,01317898)###EM ( :DEF_WORD "maneuver" :CLASS "51.7.i" :WN_SENSE (("1.5" 01100714) ("1.6" 01317898)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (maneuver+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#maneuver#maneuver#maneuver#maneuver+ingly#(1.5,01100714)(1.6,01317898)###EM ( :DEF_WORD "maneuver" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01100714) ("1.6" 01317898)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (maneuver+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#mangle#mangle#mangle#mangle+ed#(1.5,00800581,00701861,00176090)(1.6,00953546,00839492,00201342)###EM ( :DEF_WORD "mangle" :CLASS "21.2.a" :WN_SENSE (("1.5" 00800581 00701861 00176090) ("1.6" 00953546 00839492 00201342)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mangle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#mangle#mangle#mangle#mangle+ed#(1.5,00800581,00701861,00176090)(1.6,00953546,00839492,00201342)###EM ( :DEF_WORD "mangle" :CLASS "21.2.b" :WN_SENSE (("1.5" 00800581 00701861 00176090) ("1.6" 00953546 00839492 00201342)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mangle+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 41.2.2#1#_ag_th#manicure#manicure#manicure#manicure+ed#(1.5,00027450,00027363)(1.6,00029909,00029785)###EM ( :DEF_WORD "manicure" :CLASS "41.2.2" :WN_SENSE (("1.5" 00027450 00027363) ("1.6" 00029909 00029785)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (manicure+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#manifest#manifest#manifest#manifest+ingly#(1.5,00461529)(1.6,00557499)###EM ( :DEF_WORD "manifest" :CLASS "48.1.2" :WN_SENSE (("1.5" 00461529) ("1.6" 00557499)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (manifest+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#manipulate#manipulate#manipulate#manipulate+ingly#(1.5,01027034,01435960)(1.6,01230482,01729151)###BJDMAP ( :DEF_WORD "manipulate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01027034 01435960) ("1.6" 01230482 01729151)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (manipulate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#mantle#mantle#mantle#mantle+ed#(1.5,01194035)(1.6,01428543)###EM ( :DEF_WORD "mantle" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01194035) ("1.6" 01428543)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mantle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#manufacture#manufacture#manufacture#manufacture+ingly#(1.5,00946161)(1.6,01135771)###EM ( :DEF_WORD "manufacture" :CLASS "26.4" :WN_SENSE (("1.5" 00946161) ("1.6" 01135771)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (manufacture+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#marble#marble#marble#marble+ed#(1.5,00963083)(1.6,01154125)###BJDMAP ( :DEF_WORD "marble" :CLASS "9.8.b" :WN_SENSE (("1.5" 00963083) ("1.6" 01154125)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (marble+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#march#march#march#march+ingly#(1.5,01093148)(1.6,01309662)###EM ( :DEF_WORD "march" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093148) ("1.6" 01309662)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (march+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#march#march#march#march+ingly#(1.5,01093148)(1.6,01309662)###EM ( :DEF_WORD "march" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093148) ("1.6" 01309662)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (march+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#march#march#march#march+ingly#(1.5,01193365)(1.6,01427706)###EM ( :DEF_WORD "march" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01193365) ("1.6" 01427706)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (march+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#march#march#march#march+ingly#(1.5,01193365)(1.6,01427706)###EM ( :DEF_WORD "march" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01193365) ("1.6" 01427706)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (march+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#mark#mark#mark#mark+ingly#(1.5,00297919)(1.6,00353042)###EM ( :DEF_WORD "mark" :CLASS "25.1.a" :WN_SENSE (("1.5" 00297919) ("1.6" 00353042)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (mark+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#mark#mark#mark#mark+ed#(1.5,00297919)(1.6,00353042)###EM ( :DEF_WORD "mark" :CLASS "25.1.b" :WN_SENSE (("1.5" 00297919) ("1.6" 00353042)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mark+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#mark#mark#mark#mark+ingly#(1.5,00369202,01419981)(1.6,00443064,01709703)###EM ( :DEF_WORD "mark" :CLASS "29.1.a" :WN_SENSE (("1.5" 00369202 01419981) ("1.6" 00443064 01709703)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (mark+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#mark#mark#mark#mark+ed#(1.5,00369202,01419981)(1.6,00443064,01709703)###EM ( :DEF_WORD "mark" :CLASS "29.1.c" :WN_SENSE (("1.5" 00369202 01419981) ("1.6" 00443064 01709703)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (mark+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#mark#mark#mark#mark+ingly#(1.5,00369202,01419981)(1.6,00443064,01709703)###EM ( :DEF_WORD "mark" :CLASS "29.1.d" :WN_SENSE (("1.5" 00369202 01419981) ("1.6" 00443064 01709703)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (mark+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#mark#mark#mark#mark+ingly#(1.5,00914018,00344663)(1.6,01094485,00414631)###EM ( :DEF_WORD "mark" :CLASS "29.1.e" :WN_SENSE (("1.5" 00914018 00344663) ("1.6" 01094485 00414631)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (mark+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#market#market#market#market+ingly#(1.5,01307561)(1.6,01571759)###BJDMAP ( :DEF_WORD "market" :CLASS "13.6.a" :WN_SENSE (("1.5" 01307561) ("1.6" 01571759)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (market+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#mark_again#mark_again#mark_again#mark+ingly###(manner = again+/m)#EM ( :DEF_WORD "mark_again" :GLOSS_HEAD "mark" :CLASS "25.1.a" :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (mark+ingly 26) (again+/m)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#marry#marry#marry#marry+ingly#(1.5,01409227,01409596)(1.6,01696280,01696632)###EM ( :DEF_WORD "marry" :CLASS "22.2.b" :WN_SENSE (("1.5" 01409227 01409596) ("1.6" 01696280 01696632)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (marry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.2.a.ii#1#_th_goal#marry#marry#marry#marry+ingly#(1.5,01409227)(1.6,01696280)###EM ( :DEF_WORD "marry" :CLASS "36.2.a.ii" :WN_SENSE (("1.5" 01409227) ("1.6" 01696280)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (co loc (thing 2) (* thing 6))) (marry+ingly 26)) :VAR_SPEC ((2 (human +)) (6 (human +))) ) ;; Grid: 36.2.b.ii#1#,ag_th#marry#marry#marry#marry+ed#(1.5,01409227)(1.6,01696280)###EM ( :DEF_WORD "marry" :CLASS "36.2.b.ii" :WN_SENSE (("1.5" 01409227) ("1.6" 01696280)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (marry+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#marry#marry#marry#marry+ingly####EM ( :DEF_WORD "marry" :CLASS "36.3.a" :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (marry+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 29.7#1#_ag_th#martyr#martyr#martyr#martyr+ed#(1.5,00923238,00044906)(1.6,01105365,00050259)###EM ( :DEF_WORD "martyr" :CLASS "29.7" :WN_SENSE (("1.5" 00923238 00044906) ("1.6" 01105365 00050259)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (martyr+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#marvel#marvel#marvel#marvel+ingly#(1.5,00520506)(1.6,00626364)###EM ( :DEF_WORD "marvel" :CLASS "31.3.b" :WN_SENSE (("1.5" 00520506) ("1.6" 00626364)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (marvel+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#marvel#marvel#marvel#marvel+ingly#(1.5,00520506)(1.6,00626364)###EM ( :DEF_WORD "marvel" :CLASS "31.3.h" :WN_SENSE (("1.5" 00520506) ("1.6" 00626364)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (marvel+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#mash#mash#mash#mash+ed#(1.5,00916763,00200306)(1.6,01097909,00229305)###EM ( :DEF_WORD "mash" :CLASS "21.2.a" :WN_SENSE (("1.5" 00916763 00200306) ("1.6" 01097909 00229305)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mash+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#mash#mash#mash#mash+ed#(1.5,00916763,00200306)(1.6,01097909,00229305)###EM ( :DEF_WORD "mash" :CLASS "21.2.b" :WN_SENSE (("1.5" 00916763 00200306) ("1.6" 01097909 00229305)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#mash#mash#mash#mash+ed#(1.5,00200306)(1.6,00229305)###EM ( :DEF_WORD "mash" :CLASS "21.2.c" :WN_SENSE (("1.5" 00200306) ("1.6" 00229305)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (mash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 9.8.a#1#_mod-poss_th#mask#mask#mask#mask+ed#(1.5,01225267,00780646)(1.6,01469958,00930152)###EM ( :DEF_WORD "mask" :CLASS "9.8.a" :WN_SENSE (("1.5" 01225267 00780646) ("1.6" 01469958 00930152)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (mask+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#mask#mask#mask#mask+ed#(1.5,01225267,00780646)(1.6,01469958,00930152)###EM ( :DEF_WORD "mask" :CLASS "9.8.b" :WN_SENSE (("1.5" 01225267 00780646) ("1.6" 01469958 00930152)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (mask+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#masquerade#masquerade#masquerade#masquerade+ed#(1.5,01225464)(1.6,01470194)###EM ( :DEF_WORD "masquerade" :CLASS "29.6.b" :WN_SENSE (("1.5" 01225464) ("1.6" 01470194)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (masquerade+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#mass#mass#mass#mass+ingly#(1.5,01156989)(1.6,01382752)###EM ( :DEF_WORD "mass" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01156989) ("1.6" 01382752)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (mass+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#mass#mass#mass#mass+ingly#(1.5,01156989)(1.6,01382752)###EM ( :DEF_WORD "mass" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01156989) ("1.6" 01382752)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (mass+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.i#1#_th_mod-loc(together)#mass#mass#mass#mass+ingly#(1.5,01156989)(1.6,01382752)###EM ( :DEF_WORD "mass" :CLASS "22.3.d.i" :WN_SENSE (("1.5" 01156989) ("1.6" 01382752)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 2)) ((* together 23) loc (thing 2) (nil 24)) (mass+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#mass#mass#mass#mass+ed#(1.5,01156989)(1.6,01382752)###EM ( :DEF_WORD "mass" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01156989) ("1.6" 01382752)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mass+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#mass#mass#mass#mass+ingly#(1.5,01156989)(1.6,01382752)###EM ( :DEF_WORD "mass" :CLASS "47.5.2" :WN_SENSE (("1.5" 01156989) ("1.6" 01382752)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (mass+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 42.1.c#1#_ag_th#massacre#massacre#massacre#massacre+ed#(1.5,00283058)(1.6,00334002)###EM ( :DEF_WORD "massacre" :CLASS "42.1.c" :WN_SENSE (("1.5" 00283058) ("1.6" 00334002)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (massacre+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#massage#massage#massage#massage+ingly#(1.5,00040542,00702096)(1.6,00045066,00839727)###BJDMAP ( :DEF_WORD "massage" :CLASS "26.5.b" :WN_SENSE (("1.5" 00040542 00702096) ("1.6" 00045066 00839727)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (massage+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#master#master#master#master+ingly#(1.5,01437771)(1.6,01731370)###BJDMAP ( :DEF_WORD "master" :CLASS "29.8.b" :WN_SENSE (("1.5" 01437771) ("1.6" 01731370)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (master+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#masticate#masticate#masticate#masticate+ingly#(1.5,00683297)(1.6,00817247)###BJDMAP ( :DEF_WORD "masticate" :CLASS "39.2.a" :WN_SENSE (("1.5" 00683297) ("1.6" 00817247)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (masticate+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 45.4.c#1#_th#masturbate#masturbate#masturbate#masturbate+ed#(1.5,00822349)(1.6,00980523)###EM ( :DEF_WORD "masturbate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00822349) ("1.6" 00980523)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (masturbate+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#match#match#match#match+ed#(1.5,00271520,01503041)(1.6,00319306,01813355)###EM ( :DEF_WORD "match" :CLASS "22.2.a" :WN_SENSE (("1.5" 00271520 01503041) ("1.6" 00319306 01813355)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (match+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#match#match#match#match+ingly#(1.5,00271520,00740895)(1.6,00319306,00883027)###EM ( :DEF_WORD "match" :CLASS "22.2.b" :WN_SENSE (("1.5" 00271520 00740895) ("1.6" 00319306 00883027)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (match+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#mate#mate#mate#mate+ed#(1.5,00740895)(1.6,00883027)###EM ( :DEF_WORD "mate" :CLASS "22.2.a" :WN_SENSE (("1.5" 00740895) ("1.6" 00883027)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#mate#mate#mate#mate+ed#(1.5,00821271)(1.6,00979316)###EM ( :DEF_WORD "mate" :CLASS "22.2.c" :WN_SENSE (("1.5" 00821271) ("1.6" 00979316)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mate+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#mate#mate#mate#mate+ingly#(1.5,00821271)(1.6,00979316)###EM ( :DEF_WORD "mate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00821271) ("1.6" 00979316)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (mate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#mate#mate#mate#mate+ingly#(1.5,00821271)(1.6,00979316)###EM ( :DEF_WORD "mate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00821271) ("1.6" 00979316)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (mate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#materialize#materialize#materialize#materialize+ingly#(1.5,00206903)(1.6,00238500)###EM ( :DEF_WORD "materialize" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00206903) ("1.6" 00238500)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (materialize+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.4.c#1#_perc_goal(to)#matter#matter#matter#matter+ingly#(1.5,01497266)(1.6,01806524)###EM ( :DEF_WORD "matter" :CLASS "31.4.c" :WN_SENSE (("1.5" 01497266) ("1.6" 01806524)) :PROPBANK ("arg1 arg3(to)") :THETA_ROLES ((1 "_perc_goal(to)")) :LCS (go_ext perc (* thing 8) ((* to 5) perc (thing 8) (at perc (thing 8) (thing 6))) (matter+ingly 26)) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#mature#mature#mature#mature+ed#(1.5,00149663,00148390)(1.6,00170705,00169382)###EM ( :DEF_WORD "mature" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00149663 00148390) ("1.6" 00170705 00169382)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mature+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.2.b#1#,ag_th_goal(into)#mature#mature#mature#mature+ingly#(1.5,00149663,00148390)(1.6,00170705,00169382)###EM ( :DEF_WORD "mature" :CLASS "26.2.b" :WN_SENSE (("1.5" 00149663 00148390) ("1.6" 00170705 00169382)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (mature+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mature#mature#mature#mature+ed#(1.5,00149663)(1.6,00170705)###EM ( :DEF_WORD "mature" :CLASS "45.4.a" :WN_SENSE (("1.5" 00149663) ("1.6" 00170705)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mature+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#mature#mature#mature#mature+ed#(1.5,00927774)(1.6,01113133)###EM ( :DEF_WORD "mature" :CLASS "45.4.b" :WN_SENSE (("1.5" 00927774) ("1.6" 01113133)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mature+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#mature#mature#mature#mature+ed#(1.5,00149663,00148390)(1.6,00170705,00169382)###EM ( :DEF_WORD "mature" :CLASS "45.4.c" :WN_SENSE (("1.5" 00149663 00148390) ("1.6" 00170705 00169382)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mature+ed 9)))) ) ;; Grid: 005#1#_th_prop(to)#mean#mean#mean#mean+ingly#(1.5,00398655)(1.6,00479160)###BJDMAP ( :DEF_WORD "mean" :CLASS "005" :WN_SENSE (("1.5" 00398655) ("1.6" 00479160)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (mean+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#mean#mean#mean#mean+ingly#(1.5,00398655)(1.6,00479160)###EM ( :DEF_WORD "mean" :CLASS "29.5.a" :WN_SENSE (("1.5" 00398655) ("1.6" 00479160)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (mean+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#mean#mean#mean#mean+ingly#(1.5,00537777)(1.6,00646401)###EM ( :DEF_WORD "mean" :CLASS "29.5.b" :WN_SENSE (("1.5" 00537777) ("1.6" 00646401)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (mean+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#meander#meander#meander#meander+ingly#(1.5,01072711)(1.6,01285061)###EM ( :DEF_WORD "meander" :CLASS "47.7.a" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (meander+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#meander#meander#meander#meander+ingly#(1.5,01072711)(1.6,01285061)###EM ( :DEF_WORD "meander" :CLASS "47.7.b" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (meander+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#meander#meander#meander#meander+ingly#(1.5,01072711)(1.6,01285061)###EM ( :DEF_WORD "meander" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (meander+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#meander#meander#meander#meander+ingly#(1.5,01072711)(1.6,01285061)###EM ( :DEF_WORD "meander" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (meander+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 54.1.a#1#_th_pred#measure#measure#measure#measure+ingly#(1.5,00364156,01528409)(1.6,00436897,01845217)###EM ( :DEF_WORD "measure" :CLASS "54.1.a" :WN_SENSE (("1.5" 00364156 01528409) ("1.6" 00436897 01845217)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (measure+ingly 26)) ) ;; Grid: 54.1.b#1#_ag_th,instr(with)#measure#measure#measure#measure+ed#(1.5,00364156,01528409)(1.6,00436897,01845217)###EM ( :DEF_WORD "measure" :CLASS "54.1.b" :WN_SENSE (("1.5" 00364156 01528409) ("1.6" 00436897 01845217)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (measure+ed 9)))) ((* with 19) instr (*head*) (thing 20))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mechanize#mechanize#mechanize#mechanize+ed#(1.5,00283691,00283289,00283600)(1.6,00334944,00334352)###EM ( :DEF_WORD "mechanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00283691 00283289 00283600) ("1.6" 00334944 00334352)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mechanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#meddle#meddle#meddle#meddle+ingly#(1.5,01437669)(1.6,01731191)###EM ( :DEF_WORD "meddle" :CLASS "36.1.c" :WN_SENSE (("1.5" 01437669) ("1.6" 01731191)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (meddle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#meddle#meddle#meddle#meddle+ingly#(1.5,01437669)(1.6,01731191)###EM ( :DEF_WORD "meddle" :CLASS "36.1.d" :WN_SENSE (("1.5" 01437669) ("1.6" 01731191)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (meddle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(between)#mediate#mediate#mediate#mediate+ingly#(1.5,00427701)(1.6,00517197)###EM ( :DEF_WORD "mediate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00427701) ("1.6" 00517197)) :PROPBANK ("arg0 arg3(between)") :THETA_ROLES ((1 "_ag_mod-poss(between)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (mediate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 31.3.h#1#_exp,perc(over)#meditate#meditate#meditate#meditate+ingly#(1.5,00355285)(1.6,00427308)###BJDMAP ( :DEF_WORD "meditate" :CLASS "31.3.h" :WN_SENSE (("1.5" 00355285) ("1.6" 00427308)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp,perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (meditate+ingly 26)) :VAR_SPEC ((7 :optional) (2 (human +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#meet#meet#meet#meet+ingly#(1.5,01155844,01408129)(1.6,01381620,01694827)###EM ( :DEF_WORD "meet" :CLASS "36.3.a" :WN_SENSE (("1.5" 01155844 01408129) ("1.6" 01381620 01694827)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (meet+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#meet#meet#meet#meet+ingly#(1.5,01155844,01408129)(1.6,01381620,01694827)###EM ( :DEF_WORD "meet" :CLASS "36.3.a" :WN_SENSE (("1.5" 01155844 01408129) ("1.6" 01381620 01694827)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (meet+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#meet#meet#meet#meet+ingly#(1.5,01155844,01408129)(1.6,01381620,01694827)###EM ( :DEF_WORD "meet" :CLASS "36.3.b" :WN_SENSE (("1.5" 01155844 01408129) ("1.6" 01381620 01694827)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (meet+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 47.8.a#1#_th#meet#meet#meet#meet+ed#(1.5,01534055)(1.6,01851683)###EM ( :DEF_WORD "meet" :CLASS "47.8.a" :WN_SENSE (("1.5" 01534055) ("1.6" 01851683)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (meet+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.f#1#_th_loc#meet#meet#meet#meet+ingly#(1.5,00685874)(1.6,00820504)###EM ( :DEF_WORD "meet" :CLASS "47.8.f" :WN_SENSE (("1.5" 00685874) ("1.6" 00820504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (meet+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mellow#mellow#mellow#mellow+ed#(1.5,00152237,00119915)(1.6,00173827,00136156)###EM ( :DEF_WORD "mellow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00152237 00119915) ("1.6" 00173827 00136156)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mellow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#mellow#mellow#mellow#mellow+ed#(1.5,00152237,00119915)(1.6,00173827,00136156)###EM ( :DEF_WORD "mellow" :CLASS "45.4.b" :WN_SENSE (("1.5" 00152237 00119915) ("1.6" 00173827 00136156)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mellow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#mellow#mellow#mellow#mellow+ed#(1.5,00152102)(1.6,00173705)###EM ( :DEF_WORD "mellow" :CLASS "45.4.c" :WN_SENSE (("1.5" 00152102) ("1.6" 00173705)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mellow+ed 9)))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#melt#melt#melt#melt+#(1.5,00264907,00225726)(1.6,00310395,00262454)###EM ( :DEF_WORD "melt" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00264907 00225726) ("1.6" 00310395 00262454)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (melt+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#melt#melt#melt#melt+ingly#(1.5,00264907,00225726,00236148)(1.6,00310395,00262454,00274765)###EM ( :DEF_WORD "melt" :CLASS "26.5.b" :WN_SENSE (("1.5" 00264907 00225726 00236148) ("1.6" 00310395 00262454 00274765)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (melt+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#melt#melt#melt#melt+ed#(1.5,00264907,00225726)(1.6,00310395,00262454)###EM ( :DEF_WORD "melt" :CLASS "45.4.a" :WN_SENSE (("1.5" 00264907 00225726) ("1.6" 00310395 00262454)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (melt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#melt#melt#melt#melt+ed#(1.5,00264907,00225726)(1.6,00310395,00262454)###EM ( :DEF_WORD "melt" :CLASS "45.4.b" :WN_SENSE (("1.5" 00264907 00225726) ("1.6" 00310395 00262454)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (melt+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#melt#melt#melt#melt+ed#(1.5,00264907,00225726)(1.6,00310395,00262454)###EM ( :DEF_WORD "melt" :CLASS "45.4.c" :WN_SENSE (("1.5" 00264907 00225726) ("1.6" 00310395 00262454)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (melt+ed 9)))) ) ;; Grid: 14.a#1#_ag,info,src(from)#memorize#memorize#memorize#memorize+ingly#(1.5,00339436)(1.6,00408232)###EM ( :DEF_WORD "memorize" :CLASS "14.a" :WN_SENSE (("1.5" 00339436) ("1.6" 00408232)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (memorize+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#menace#menace#menace#menace+ingly#(1.5,--,01523791)(1.6,00724340,01839881)###BJDMAP ( :DEF_WORD "menace" :CLASS "31.1.a" :WN_SENSE (("1.5" -- 01523791) ("1.6" 00724340 01839881)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (menace+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mend#mend#mend#mend+ed#(1.5,00155240,00161244)(1.6,00177962,00184775)###EM ( :DEF_WORD "mend" :CLASS "45.4.a" :WN_SENSE (("1.5" 00155240 00161244) ("1.6" 00177962 00184775)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mend+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.c#1#_th#menstruate#menstruate#menstruate#menstruate+ed#(1.5,00039380)(1.6,00043683)###EM ( :DEF_WORD "menstruate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00039380) ("1.6" 00043683)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (menstruate+ed 9)))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#mention#mention#mention#mention+ingly#(1.5,00578336,00575843)(1.6,00692561,00689564)###EM ( :DEF_WORD "mention" :CLASS "37.7.a" :WN_SENSE (("1.5" 00578336 00575843) ("1.6" 00692561 00689564)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mention+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#mention#mention#mention#mention+ingly#(1.5,00578336,00575843)(1.6,00692561,00689564)###EM ( :DEF_WORD "mention" :CLASS "37.7.b" :WN_SENSE (("1.5" 00578336 00575843) ("1.6" 00692561 00689564)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mention+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#meow#meow#meow#meow+#(1.5,00595927)(1.6,00713414)###EM ( :DEF_WORD "meow" :CLASS "38" :WN_SENSE (("1.5" 00595927) ("1.6" 00713414)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (meow+ 2) ((* toward 5) comm (meow+ 2) (touching comm (meow+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#merge#merge#merge#merge+ed#(1.5,00146043)(1.6,00166362)###EM ( :DEF_WORD "merge" :CLASS "22.1.a" :WN_SENSE (("1.5" 00146043) ("1.6" 00166362)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (merge+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#merge#merge#merge#merge+ingly#(1.5,00221242,00235644,00146043)(1.6,00257011,00274169,00166362)###EM ( :DEF_WORD "merge" :CLASS "22.1.b" :WN_SENSE (("1.5" 00221242 00235644 00146043) ("1.6" 00257011 00274169 00166362)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (merge+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 54.2#1#_th_pred#merit#merit#merit#merit+ingly#(1.5,01497580)(1.6,01806876)###EM ( :DEF_WORD "merit" :CLASS "54.2" :WN_SENSE (("1.5" 01497580) ("1.6" 01806876)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (merit+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#mesmerize#mesmerize#mesmerize#mesmerize+ingly#(1.5,00436391)(1.6,00528182)###EM ( :DEF_WORD "mesmerize" :CLASS "31.1.a" :WN_SENSE (("1.5" 00436391) ("1.6" 00528182)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (mesmerize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#mesmerize#mesmerize#mesmerize#mesmerize+ingly#(1.5,00436391)(1.6,00528182)###EM ( :DEF_WORD "mesmerize" :CLASS "31.1.b" :WN_SENSE (("1.5" 00436391) ("1.6" 00528182)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (mesmerize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#mesmerize#mesmerize#mesmerize#mesmerize+ed#(1.5,00436391)(1.6,00528182)###EM ( :DEF_WORD "mesmerize" :CLASS "31.1.c" :WN_SENSE (("1.5" 00436391) ("1.6" 00528182)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mesmerize+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#metabolize#metabolize#metabolize#metabolize+ed#(1.5,00681363)(1.6,00814875)###EM ( :DEF_WORD "metabolize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00681363) ("1.6" 00814875)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (metabolize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#metamorphose#metamorphose#metamorphose#metamorphose+ingly#(1.5,00229835)(1.6,00267403)###EM ( :DEF_WORD "metamorphose" :CLASS "26.6" :WN_SENSE (("1.5" 00229835) ("1.6" 00267403)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (metamorphose+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 38#1#_ag,goal(at)#mew#mew#mew#mew+#(1.5,00600495)(1.6,00718430)###EM ( :DEF_WORD "mew" :CLASS "38" :WN_SENSE (("1.5" 00600495) ("1.6" 00718430)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (mew+ 2) ((* toward 5) comm (mew+ 2) (touching comm (mew+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#miaow#miaow#miaow#miaow+#(1.5,00530073)(1.6,00637874)###EM ( :DEF_WORD "miaow" :CLASS "38" :WN_SENSE (("1.5" 00530073) ("1.6" 00637874)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (miaow+ 2) ((* toward 5) comm (miaow+ 2) (touching comm (miaow+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#microfilm#microfilm#microfilm#microfilm+ed#(1.5,00980756)(1.6,01173639)###EM ( :DEF_WORD "microfilm" :CLASS "25.4" :WN_SENSE (("1.5" 00980756) ("1.6" 01173639)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (microfilm+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#microwave#microwave#microwave#microwave+ingly#(1.5,00195016)(1.6,00223220)###EM ( :DEF_WORD "microwave" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195016) ("1.6" 00223220)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (microwave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#microwave#microwave#microwave#microwave+ingly#(1.5,00195016)(1.6,00223220)###EM ( :DEF_WORD "microwave" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195016) ("1.6" 00223220)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (microwave+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#microwave#microwave#microwave#microwave+ed#(1.5,00195016)(1.6,00223220)###EM ( :DEF_WORD "microwave" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195016) ("1.6" 00223220)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (microwave+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#miff#miff#miff#miff+ingly####EM ( :DEF_WORD "miff" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (miff+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#miff#miff#miff#miff+ingly####EM ( :DEF_WORD "miff" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (miff+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#miff#miff#miff#miff+ed####EM ( :DEF_WORD "miff" :CLASS "31.1.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (miff+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,src(),goal(to)#migrate#migrate#migrate#migrate+ingly#(1.5,01059868)(1.6,01268253)###EM ( :DEF_WORD "migrate" :CLASS "11.2.c" :WN_SENSE (("1.5" 01059868) ("1.6" 01268253)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to)") :THETA_ROLES ((1 ",ag_th,src(),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (migrate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#milk#milk#milk#milk+ed#(1.5,00661662)(1.6,00792124)###EM ( :DEF_WORD "milk" :CLASS "10.6.a" :WN_SENSE (("1.5" 00661662) ("1.6" 00792124)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (milk+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#milk#milk#milk##(1.5,00117496)(1.6,00133336)#loc#(th = milk+)#EM ( :DEF_WORD "milk" :CLASS "10.7" :WN_SENSE (("1.5" 00117496) ("1.6" 00133336)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (milk+ 2) (from loc (milk+ 2) (at loc (milk+ 2) (* thing 4))))) ) ;; Grid: 22.1.a#1#,ag_th_goal(with)#pair#pair#pair#pair+ed#(1.5,01410103)(1.6,01697233)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#earth#earth#earth#earth+ed#(1.5,01224955,01089994)(1.6,01469356,01305436)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#couple#couple#couple#couple+ed#(1.5,00740895,00744216,01410103)(1.6,00883027,00886417,01697233)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#coordinate#coordinate#coordinate#coordinate+ed#(1.5,00276254,01379571,01379855)(1.6,00325225,01660070,01660339)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#ally#ally#ally#ally+ed#(1.5,01375628)(1.6,01654934)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#alloy#alloy#alloy#alloy+ed#(1.5,00236809)(1.6,00275650)###BJDMAP ! ;; Grid: 22.1.a#1#,ag_th_goal(with)#align#align#align#align+ed#(1.5,00275430,00276254,01504016)(1.6,00324261,00325225,01814585)###BJDMAP ! ;; Grid: 21.2.a#1#,ag_th,instr(with)#mill#mill#mill#mill+ed#(1.5,00200847)(1.6,00229919)###BJDMAP ( :DEF_WORD "mill" :CLASS "21.2.a" :WN_SENSE (("1.5" 00200847) ("1.6" 00229919)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mill+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#mince#mince#mince#mince+ed#(1.5,00899484)(1.6,01075383)###EM ( :DEF_WORD "mince" :CLASS "21.2.a" :WN_SENSE (("1.5" 00899484) ("1.6" 01075383)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mince+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#mince#mince#mince#mince+ed#(1.5,00899484)(1.6,01075383)###EM ( :DEF_WORD "mince" :CLASS "21.2.b" :WN_SENSE (("1.5" 00899484) ("1.6" 01075383)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mince+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#mince#mince#mince#mince+ed#(1.5,00899484)(1.6,01075383)###EM ( :DEF_WORD "mince" :CLASS "21.2.c" :WN_SENSE (("1.5" 00899484) ("1.6" 01075383)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (mince+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 51.3.2.a.i#1#_th#mince#mince#mince#mince+ingly#(1.5,01099776)(1.6,01316946)###EM ( :DEF_WORD "mince" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01099776) ("1.6" 01316946)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (mince+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#mince#mince#mince#mince+ingly#(1.5,01099776)(1.6,01316946)###EM ( :DEF_WORD "mince" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01099776) ("1.6" 01316946)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (mince+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 000#0#_ag_th_src(from)#mine#mine#mine###loc##EM ! ;; Grid: 10.9#1#_ag_th#mine#mine#mine##(1.5,00661132)(1.6,00791535)#loc#(src = mine+)#EM ! ;; Grid: 31.3.a.i#1#_exp_perc(about)#mind#mind#mind#mind+ingly#(1.5,00476074,00408776,01454684,00342336)(1.6,00575328,00491159,01753616,00412112)###EM ( :DEF_WORD "mind" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 00476074 00408776 01454684 00342336) ("1.6" 00575328 00491159 01753616 00412112)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (mind+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#mine#mine#mine#mine+ingly#(1.5,00661132)(1.6,00791535)###EM ( :DEF_WORD "mine" :CLASS "35.1.a" :WN_SENSE (("1.5" 00661132) ("1.6" 00791535)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (mine+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#mine#mine#mine#mine+ingly#(1.5,00661132)(1.6,00791535)###EM ( :DEF_WORD "mine" :CLASS "35.1.b" :WN_SENSE (("1.5" 00661132) ("1.6" 00791535)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (mine+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#mine#mine#mine#mine+ingly#(1.5,00661132)(1.6,00791535)###EM ( :DEF_WORD "mine" :CLASS "35.1.b" :WN_SENSE (("1.5" 00661132) ("1.6" 00791535)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (mine+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#mine#mine#mine#mine+ingly#(1.5,00661132)(1.6,00791535)###EM ( :DEF_WORD "mine" :CLASS "35.1.c" :WN_SENSE (("1.5" 00661132) ("1.6" 00791535)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (mine+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mineralize#mineralize#mineralize#mineralize+ed####EM ( :DEF_WORD "mineralize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mineralize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#mingle#mingle#mingle#mingle+ed#(1.5,00841249)(1.6,01003100)###EM ( :DEF_WORD "mingle" :CLASS "22.1.a" :WN_SENSE (("1.5" 00841249) ("1.6" 01003100)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mingle+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#mingle#mingle#mingle#mingle+ingly#(1.5,00841249,01555491)(1.6,01003100,01875885)###EM ( :DEF_WORD "mingle" :CLASS "22.1.b" :WN_SENSE (("1.5" 00841249 01555491) ("1.6" 01003100 01875885)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (mingle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#mingle#mingle#mingle#mingle+ingly#(1.5,00841249,01470037)(1.6,01003100,01771687)###EM ( :DEF_WORD "mingle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00841249 01470037) ("1.6" 01003100 01771687)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (mingle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#mingle#mingle#mingle#mingle+ingly#(1.5,00841249,01470037)(1.6,01003100,01771687)###EM ( :DEF_WORD "mingle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00841249 01470037) ("1.6" 01003100 01771687)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (mingle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#minister#minister#minister#minister+ed#(1.5,01384794)(1.6,01666961)###EM ( :DEF_WORD "minister" :CLASS "29.6.b" :WN_SENSE (("1.5" 01384794) ("1.6" 01666961)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (minister+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#mint#mint#mint#mint+ingly#(1.5,00937492)(1.6,01125549)###EM ( :DEF_WORD "mint" :CLASS "26.4" :WN_SENSE (("1.5" 00937492) ("1.6" 01125549)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (mint+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#mirror#mirror#mirror#mirror+ed#(1.5,01562931)(1.6,01890588)###EM ( :DEF_WORD "mirror" :CLASS "25.4" :WN_SENSE (("1.5" 01562931) ("1.6" 01890588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mirror+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#misappropriate#misappropriate#misappropriate#misappropriate+ingly#(1.5,01304563)(1.6,01567643)###EM ( :DEF_WORD "misappropriate" :CLASS "10.5" :WN_SENSE (("1.5" 01304563) ("1.6" 01567643)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (misappropriate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#miscarry#miscarry#miscarry#miscarry+ingly#(1.5,00347421,01431735)(1.6,01723893,01723893)###EM ( :DEF_WORD "miscarry" :CLASS "13.2" :WN_SENSE (("1.5" 00347421 01431735) ("1.6" 01723893 01723893)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (miscarry+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#mishandle#mishandle#mishandle#mishandle+ingly#(1.5,01380376)(1.6,01660883)###BJDMAP ( :DEF_WORD "mishandle" :CLASS "15.1.a" :WN_SENSE (("1.5" 01380376) ("1.6" 01660883)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (mishandle+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#mislead#mislead#mislead#mislead+ingly#(1.5,00468174)(1.6,00565489)###EM ( :DEF_WORD "mislead" :CLASS "002" :WN_SENSE (("1.5" 00468174) ("1.6" 00565489)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (mislead+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss#mismanage#mismanage#mismanage#mismanage+ingly####EM ( :DEF_WORD "mismanage" :CLASS "36.1.c" :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (mismanage+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#mispronounce#mispronounce#mispronounce#mispronounce+ingly#(1.5,00535843)(1.6,00644402)###EM ( :DEF_WORD "mispronounce" :CLASS "37.7.b" :WN_SENSE (("1.5" 00535843) ("1.6" 00644402)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mispronounce+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#misrepresent#misrepresent#misrepresent#misrepresent+ed#(1.5,00962105,01439153,01459811,00966090)(1.6,01157275,01732942,01759792,01157275)###EM ( :DEF_WORD "misrepresent" :CLASS "29.2.c" :WN_SENSE (("1.5" 00962105 01439153 01459811 00966090) ("1.6" 01157275 01732942 01759792 01157275)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (misrepresent+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#miss#miss#miss#miss+ingly#(1.5,01028018)(1.6,01231606)###EM ( :DEF_WORD "miss" :CLASS "31.2.a" :WN_SENSE (("1.5" 01028018) ("1.6" 01231606)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (miss+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#miss#miss#miss#miss+ingly#(1.5,01028018)(1.6,01231606)###EM ( :DEF_WORD "miss" :CLASS "31.2.b" :WN_SENSE (("1.5" 01028018) ("1.6" 01231606)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (miss+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#miss#miss#miss#miss+ingly#(1.5,01028018)(1.6,01231606)###EM ( :DEF_WORD "miss" :CLASS "31.2.c" :WN_SENSE (("1.5" 01028018) ("1.6" 01231606)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (miss+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#miss#miss#miss#miss+ingly#(1.5,--)(1.6,01456000)###EM ( :DEF_WORD "miss" :CLASS "31.2.g" :WN_SENSE (("1.5" --) ("1.6" 01456000)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (miss+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.8.g#1#_th_loc#miss#miss#miss#miss+ingly#(1.5,00705234)(1.6,00843365)###EM ( :DEF_WORD "miss" :CLASS "47.8.g" :WN_SENSE (("1.5" 00705234) ("1.6" 00843365)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (miss+ingly 26)) ) ;; Grid: 25.2#1#_ag_th,goal()#misspell#misspell#misspell#misspell+ingly#(1.5,00528072)(1.6,00635224)###EM ( :DEF_WORD "misspell" :CLASS "25.2" :WN_SENSE (("1.5" 00528072) ("1.6" 00635224)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (misspell+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 57.a#1##mist#mist#mist#mist+ingly#(1.5,01230614)(1.6,01476380)###EM ( :DEF_WORD "mist" :CLASS "57.a" :WN_SENSE (("1.5" 01230614) ("1.6" 01476380)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (mist+ingly 26)) ) ;; Grid: 002#1#_ag_th,prop(to)#mistake#mistake#mistake#mistake+ingly#(1.5,00347607)(1.6,00418110)###EM ( :DEF_WORD "mistake" :CLASS "002" :WN_SENSE (("1.5" 00347607) ("1.6" 00418110)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (mistake+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#mistreat#mistreat#mistreat#mistreat+ed#(1.5,01424945)(1.6,01715663)###EM ( :DEF_WORD "mistreat" :CLASS "29.2.c" :WN_SENSE (("1.5" 01424945) ("1.6" 01715663)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (mistreat+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#mitigate#mitigate#mitigate#mitigate+ingly#(1.5,00509743)(1.6,00613501)###BJDMAP ( :DEF_WORD "mitigate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00509743) ("1.6" 00613501)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (mitigate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#mix#mix#mix#mix+ed#(1.5,00111309,00841249)(1.6,00126217,01003100)###EM ( :DEF_WORD "mix" :CLASS "22.1.a" :WN_SENSE (("1.5" 00111309 00841249) ("1.6" 00126217 01003100)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mix+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#mix#mix#mix#mix+ingly#(1.5,00111309,00841249)(1.6,00126217,01003100)###EM ( :DEF_WORD "mix" :CLASS "22.1.b" :WN_SENSE (("1.5" 00111309 00841249) ("1.6" 00126217 01003100)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (mix+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 22.1.c#1#,ag_th_goal(into)#mix#mix#mix#mix+ingly#(1.5,00111309,00841249)(1.6,00126217,01003100)###EM ( :DEF_WORD "mix" :CLASS "22.1.c" :WN_SENSE (("1.5" 00111309 00841249) ("1.6" 00126217 01003100)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th_goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (mix+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#mix#mix#mix#mix+ed#(1.5,00111309,00841249)(1.6,00126217,01003100)###EM ( :DEF_WORD "mix" :CLASS "26.3" :WN_SENSE (("1.5" 00111309 00841249) ("1.6" 00126217 01003100)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mix+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#mix#mix#mix#mix+ed#(1.5,00111309,00841249)(1.6,00126217,01003100)###EM ( :DEF_WORD "mix" :CLASS "26.3" :WN_SENSE (("1.5" 00111309 00841249) ("1.6" 00126217 01003100)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mix+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#mix#mix#mix#mix+ingly#(1.5,00841249)(1.6,01003100)###EM ( :DEF_WORD "mix" :CLASS "36.1.c" :WN_SENSE (("1.5" 00841249) ("1.6" 01003100)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (mix+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#mix#mix#mix#mix+ingly#(1.5,00841249)(1.6,01003100)###EM ( :DEF_WORD "mix" :CLASS "36.1.d" :WN_SENSE (("1.5" 00841249) ("1.6" 01003100)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (mix+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 57.a#1##mizzle#mizzle#mizzle#mizzle+ingly#(1.5,01558555)(1.6,01884408)###EM ( :DEF_WORD "mizzle" :CLASS "57.a" :WN_SENSE (("1.5" 01558555) ("1.6" 01884408)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (mizzle+ingly 26)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (moan+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (moan+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#moan#moan#moan#moan+#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "37.3.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (moan+ 2) ((* toward 5) comm (moan+ 2) ((at 5) comm (moan+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#moan#moan#moan#moan+#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "37.3.c" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (moan+ 2) (toward comm (moan+ 2) (at comm (moan+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###BJDMAP ( :DEF_WORD "moan" :CLASS "40.2.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (moan+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "43.2.a" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (moan+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "43.2.b" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (moan+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###EM ( :DEF_WORD "moan" :CLASS "43.2.c" :WN_SENSE (("1.5" 00591507) ("1.6" 00708262)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (moan+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mobilize#mobilize#mobilize#mobilize+ed#(1.5,00614281)(1.6,00737150)###EM ( :DEF_WORD "mobilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00614281) ("1.6" 00737150)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mobilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#mock#mock#mock#mock+ingly#(1.5,00476439,00476656)(1.6,00575715,00575931)###EM ( :DEF_WORD "mock" :CLASS "33.b" :WN_SENSE (("1.5" 00476439 00476656) ("1.6" 00575715 00575931)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (mock+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#model#model#model#model+ingly#(1.5,00972282)(1.6,01164349)###EM ( :DEF_WORD "model" :CLASS "26.4" :WN_SENSE (("1.5" 00972282) ("1.6" 01164349)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (model+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#model#model#model#model+ingly#(1.5,01223100)(1.6,01466830)###EM ( :DEF_WORD "model" :CLASS "29.8.a" :WN_SENSE (("1.5" 01223100) ("1.6" 01466830)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (model+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#model#model#model#model+ingly#(1.5,00972206,00972282)(1.6,01164223,01164349)###EM ( :DEF_WORD "model" :CLASS "29.8.b" :WN_SENSE (("1.5" 00972206 00972282) ("1.6" 01164223 01164349)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (model+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#modem#modem#modem#modem+ingly####EM ( :DEF_WORD "modem" :CLASS "37.4.a" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (modem+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#modem#modem#modem#modem+ingly####EM ( :DEF_WORD "modem" :CLASS "37.4.a" :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (modem+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#modem#modem#modem#modem+ingly####EM ( :DEF_WORD "modem" :CLASS "37.4.a" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (modem+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#modem#modem#modem#modem+ingly####EM ( :DEF_WORD "modem" :CLASS "37.4.a" :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (modem+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#modem#modem#modem#modem+ingly####EM ( :DEF_WORD "modem" :CLASS "37.4.b" :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (modem+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#moderate#moderate#moderate#moderate+ed#(1.5,--)(1.6,00136265)###EM ( :DEF_WORD "moderate" :CLASS "45.4.a" :WN_SENSE (("1.5" --) ("1.6" 00136265)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moderate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#modernize#modernize#modernize#modernize+ed#(1.5,00155982,00243919)(1.6,00178848,00285583)###EM ( :DEF_WORD "modernize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00155982 00243919) ("1.6" 00178848 00285583)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (modernize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#modify#modify#modify#modify+ed#(1.5,00101940)(1.6,00116292)###EM ( :DEF_WORD "modify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00101940) ("1.6" 00116292)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (modify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#modulate#modulate#modulate#modulate+ed#(1.5,--,00180937,00988994)(1.6,00082603,00206759,01183497)###EM ( :DEF_WORD "modulate" :CLASS "45.4.a" :WN_SENSE (("1.5" -- 00180937 00988994) ("1.6" 00082603 00206759 01183497)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (modulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#moisten#moisten#moisten#moisten+ed#(1.5,00130309)(1.6,00148644)###EM ( :DEF_WORD "moisten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00130309) ("1.6" 00148644)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moisten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#moisten#moisten#moisten#moisten+ed#(1.5,00130309)(1.6,00148644)###EM ( :DEF_WORD "moisten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00130309) ("1.6" 00148644)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moisten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#moisten#moisten#moisten#moisten+ed#(1.5,00130309)(1.6,00148644)###EM ( :DEF_WORD "moisten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00130309) ("1.6" 00148644)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moisten+ed 9)))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#mold#mold#mold#mold+ed#(1.5,00951514,00949570)(1.6,01142037,01139594)###EM ( :DEF_WORD "mold" :CLASS "26.1.a" :WN_SENSE (("1.5" 00951514 00949570) ("1.6" 01142037 01139594)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mold+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#mold#mold#mold#mold+ed#(1.5,00951514,00949570)(1.6,01142037,01139594)###EM ( :DEF_WORD "mold" :CLASS "26.1.a" :WN_SENSE (("1.5" 00951514 00949570) ("1.6" 01142037 01139594)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mold+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#mold#mold#mold#mold+ingly#(1.5,00951514,00949570)(1.6,01142037,01139594)###EM ( :DEF_WORD "mold" :CLASS "26.1.b" :WN_SENSE (("1.5" 00951514 00949570) ("1.6" 01142037 01139594)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (mold+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#molder#molder#molder#molder+ed#(1.5,00125935)(1.6,00143411)###EM ( :DEF_WORD "molder" :CLASS "45.5" :WN_SENSE (("1.5" 00125935) ("1.6" 00143411)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (molder+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#molest#molest#molest#molest+ingly#(1.5,01019331)(1.6,01221988)###BJDMAP ( :DEF_WORD "molest" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019331) ("1.6" 01221988)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (molest+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#mollify#mollify#mollify#mollify+ingly#(1.5,01005913)(1.6,01204852)###EM ( :DEF_WORD "mollify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (mollify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#mollify#mollify#mollify#mollify+ingly#(1.5,01005913)(1.6,01204852)###EM ( :DEF_WORD "mollify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (mollify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.5#1#_th#molt#molt#molt#molt+ed#(1.5,00006249)(1.6,00006226)###EM ( :DEF_WORD "molt" :CLASS "45.5" :WN_SENSE (("1.5" 00006249) ("1.6" 00006226)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (molt+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#monitor#monitor#monitor#monitor+ingly#(1.5,01234217)(1.6,01481005)###EM ( :DEF_WORD "monitor" :CLASS "35.4" :WN_SENSE (("1.5" 01234217) ("1.6" 01481005)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (monitor+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#monogram#monogram#monogram#monogram+ed####EM ( :DEF_WORD "monogram" :CLASS "25.3" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (monogram+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#monopolize#monopolize#monopolize#monopolize+ed#(1.5,01382653)(1.6,01663920)###EM ( :DEF_WORD "monopolize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01382653) ("1.6" 01663920)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (monopolize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#moo#moo#moo#moo+#(1.5,00597615)(1.6,00715048)###EM ( :DEF_WORD "moo" :CLASS "38" :WN_SENSE (("1.5" 00597615) ("1.6" 00715048)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (moo+ 2) ((* toward 5) comm (moo+ 2) (touching comm (moo+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#moon#moon#moon#moon+ingly#(1.5,01368824)(1.6,01646459)###EM ( :DEF_WORD "moon" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 01368824) ("1.6" 01646459)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (moon+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#moon#moon#moon#moon+ingly#(1.5,01368824)(1.6,01646459)###EM ( :DEF_WORD "moon" :CLASS "31.3.h" :WN_SENSE (("1.5" 01368824) ("1.6" 01646459)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (moon+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#moor#moor#moor#moor+ingly#(1.5,00748786)(1.6,00891971)###EM ( :DEF_WORD "moor" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00748786) ("1.6" 00891971)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (moor+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#moor#moor#moor#moor+ed#(1.5,00748786)(1.6,00891971)###EM ( :DEF_WORD "moor" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00748786) ("1.6" 00891971)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moor+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#moor#moor#moor#moor+ingly#(1.5,00748786)(1.6,00891971)###EM ( :DEF_WORD "moor" :CLASS "22.4.a" :WN_SENSE (("1.5" 00748786) ("1.6" 00891971)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (moor+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#moor#moor#moor#moor+ed#(1.5,00748786)(1.6,00891971)###EM ( :DEF_WORD "moor" :CLASS "22.4.b" :WN_SENSE (("1.5" 00748786) ("1.6" 00891971)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moor+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#mop#mop#mop#mop+ingly#(1.5,00709552,00802515)(1.6,00848250,00955629)###EM ( :DEF_WORD "mop" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00709552 00802515) ("1.6" 00848250 00955629)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (mop+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#mop#mop#mop#mop+ed#(1.5,00709552,00802515)(1.6,00848250,00955629)###EM ( :DEF_WORD "mop" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00709552 00802515) ("1.6" 00848250 00955629)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mop+ed 9))))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#mope#mope#mope#mope+ingly#(1.5,01027768)(1.6,01231359)###EM ( :DEF_WORD "mope" :CLASS "31.3.h" :WN_SENSE (("1.5" 01027768) ("1.6" 01231359)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (mope+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#moped#moped#moped#moped+ingly####EM ( :DEF_WORD "moped" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (moped+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#moped#moped#moped#moped+ingly####EM ( :DEF_WORD "moped" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (moped+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#moroccanize#moroccanize#moroccanize#moroccanize+ed####EM ( :DEF_WORD "moroccanize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (moroccanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#mortgage#mortgage#mortgage#mortgage+ingly#(1.5,01337082)(1.6,01606101)###EM ( :DEF_WORD "mortgage" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01337082) ("1.6" 01606101)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (mortgage+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#mortify#mortify#mortify#mortify+ingly#(1.5,01024949,01018552)(1.6,01228249,01221002)###EM ( :DEF_WORD "mortify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01024949 01018552) ("1.6" 01228249 01221002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (mortify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#mortify#mortify#mortify#mortify+ingly#(1.5,01024949)(1.6,01228249)###EM ( :DEF_WORD "mortify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (mortify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#mortify#mortify#mortify#mortify+ed#(1.5,01024949)(1.6,01228249)###EM ( :DEF_WORD "mortify" :CLASS "31.1.c" :WN_SENSE (("1.5" 01024949) ("1.6" 01228249)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mortify+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#mosey#mosey#mosey#mosey+ingly#(1.5,01092412)(1.6,01308960)###EM ( :DEF_WORD "mosey" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092412) ("1.6" 01308960)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (mosey+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#mosey#mosey#mosey#mosey+ingly#(1.5,01092412)(1.6,01308960)###EM ( :DEF_WORD "mosey" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092412) ("1.6" 01308960)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (mosey+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#mother#mother#mother#mother+ingly#(1.5,01444008)(1.6,01739162)###EM ( :DEF_WORD "mother" :CLASS "29.8.a" :WN_SENSE (("1.5" 01444008) ("1.6" 01739162)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (mother+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#mother#mother#mother#mother+ingly#(1.5,01444008)(1.6,01739162)###EM ( :DEF_WORD "mother" :CLASS "29.8.b" :WN_SENSE (("1.5" 01444008) ("1.6" 01739162)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (mother+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#motion#motion#motion#motion+ingly#(1.5,00559482)(1.6,00671307)###EM ( :DEF_WORD "motion" :CLASS "36.1.c" :WN_SENSE (("1.5" 00559482) ("1.6" 00671307)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (motion+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#motion#motion#motion#motion+ingly#(1.5,00559482)(1.6,00671307)###EM ( :DEF_WORD "motion" :CLASS "36.1.d" :WN_SENSE (("1.5" 00559482) ("1.6" 00671307)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (motion+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 002#1#_ag_th,prop(to)#motivate#motivate#motivate#motivate+ingly#(1.5,00944051)(1.6,01133437)###EM ( :DEF_WORD "motivate" :CLASS "002" :WN_SENSE (("1.5" 00944051) ("1.6" 01133437)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (motivate+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#motor#motor#motor#motor+ingly#(1.5,01099937)(1.6,01317106)###EM ( :DEF_WORD "motor" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01099937) ("1.6" 01317106)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (motor+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#motor#motor#motor#motor+ingly#(1.5,01099937)(1.6,01317106)###EM ( :DEF_WORD "motor" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01099937) ("1.6" 01317106)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (motor+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#motorbike#motorbike#motorbike#motorbike+ingly####EM ( :DEF_WORD "motorbike" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (motorbike+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#motorbike#motorbike#motorbike#motorbike+ingly####EM ( :DEF_WORD "motorbike" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (motorbike+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#motorcycle#motorcycle#motorcycle#motorcycle+ingly#(1.5,01102945)(1.6,01320261)###EM ( :DEF_WORD "motorcycle" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01102945) ("1.6" 01320261)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (motorcycle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#motorcycle#motorcycle#motorcycle#motorcycle+ingly#(1.5,01102945)(1.6,01320261)###EM ( :DEF_WORD "motorcycle" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01102945) ("1.6" 01320261)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (motorcycle+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#motorize#motorize#motorize#motorize+ed#(1.5,00283691)(1.6,00334944)###EM ( :DEF_WORD "motorize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00283691) ("1.6" 00334944)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (motorize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#mottle#mottle#mottle#mottle+ed#(1.5,00971723,00299482)(1.6,01163661,00354825)###EM ( :DEF_WORD "mottle" :CLASS "9.8.a" :WN_SENSE (("1.5" 00971723 00299482) ("1.6" 01163661 00354825)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (mottle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#mottle#mottle#mottle#mottle+ed#(1.5,00971723,00299482)(1.6,01163661,00354825)###EM ( :DEF_WORD "mottle" :CLASS "9.8.b" :WN_SENSE (("1.5" 00971723 00299482) ("1.6" 01163661 00354825)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (mottle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#moult#moult#moult#moult+ingly#(1.5,00006249)(1.6,00006226)###EM ( :DEF_WORD "moult" :CLASS "47.2.b" :WN_SENSE (("1.5" 00006249) ("1.6" 00006226)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (moult+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#mound#mound#mound#mound+ingly#(1.5,00949957)(1.6,01140101)###EM ( :DEF_WORD "mound" :CLASS "9.7.a" :WN_SENSE (("1.5" 00949957) ("1.6" 01140101)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (mound+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#mound#mound#mound#mound+ed#(1.5,00949957)(1.6,01140101)###EM ( :DEF_WORD "mound" :CLASS "9.7.d" :WN_SENSE (("1.5" 00949957) ("1.6" 01140101)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mound+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#mount#mount#mount#mount+ingly#(1.5,00771173)(1.6,00918452)#loc##EM ( :DEF_WORD "mount" :CLASS "9.1" :WN_SENSE (("1.5" 00771173) ("1.6" 00918452)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (mount+ingly 26)) ) ;; Grid: 51.1.e#1#_th_goal#mount#mount#mount#mount+ingly#(1.5,00771173)(1.6,00918452)###EM ( :DEF_WORD "mount" :CLASS "51.1.e" :WN_SENSE (("1.5" 00771173) ("1.6" 00918452)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (up loc (thing 2) (* thing 6))) (mount+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.a" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.b" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.c" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.d" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.e" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.2.f" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.3.c" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#mourn#mourn#mourn#mourn+ingly#(1.5,01023078)(1.6,01226222)###EM ( :DEF_WORD "mourn" :CLASS "31.3.h" :WN_SENSE (("1.5" 01023078) ("1.6" 01226222)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (mourn+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 11.2.a#1#_th#move#move#move#move+ingly#(1.5,01046072,01043075)(1.6,01253107,01267341)###EM ( :DEF_WORD "move" :CLASS "11.2.a" :WN_SENSE (("1.5" 01046072 01043075) ("1.6" 01253107 01267341)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (move+ingly 26)) ) ;; Grid: 11.2.b#1#_ag_th#move#move#move#move+ingly#(1.5,01055491)(1.6,01263706)###EM ( :DEF_WORD "move" :CLASS "11.2.b" :WN_SENSE (("1.5" 01055491) ("1.6" 01263706)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (move+ingly 26)) ) ;; Grid: 11.2.c#2#_ag_goal_th,src()#move#move#move#move+ingly#(1.5,01055491)(1.6,01263706)###EM ( :DEF_WORD "move" :CLASS "11.2.c" :WN_SENSE (("1.5" 01055491) ("1.6" 01263706)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_goal_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (move+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,goal(to),src()#move#move#move#move+ingly#(1.5,01055491)(1.6,01263706)###EM ( :DEF_WORD "move" :CLASS "11.2.c" :WN_SENSE (("1.5" 01055491) ("1.6" 01263706)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from - up.)") :THETA_ROLES ((1 ",ag_th,goal(to),src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (move+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#move#move#move#move+ingly#(1.5,01008653,01007544)(1.6,01208947,01206630)###EM ( :DEF_WORD "move" :CLASS "31.1.a" :WN_SENSE (("1.5" 01008653 01007544) ("1.6" 01208947 01206630)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (move+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#move#move#move#move+ingly#(1.5,01007544,01008653)(1.6,01206630,01208947)###EM ( :DEF_WORD "move" :CLASS "31.1.b" :WN_SENSE (("1.5" 01007544 01008653) ("1.6" 01206630 01208947)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (move+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#move#move#move#move+ed#(1.5,01008653)(1.6,01208947)###EM ( :DEF_WORD "move" :CLASS "31.1.c" :WN_SENSE (("1.5" 01008653) ("1.6" 01208947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (move+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#mow#mow#mow#mow+ed#(1.5,00756325)(1.6,00901083)###EM ( :DEF_WORD "mow" :CLASS "21.2.a" :WN_SENSE (("1.5" 00756325) ("1.6" 00901083)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#mow#mow#mow#mow+ed#(1.5,00756325)(1.6,00901083)###EM ( :DEF_WORD "mow" :CLASS "21.2.b" :WN_SENSE (("1.5" 00756325) ("1.6" 00901083)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#mow#mow#mow#mow+ed#(1.5,00756325)(1.6,00901083)###EM ( :DEF_WORD "mow" :CLASS "21.2.c" :WN_SENSE (("1.5" 00756325) ("1.6" 00901083)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (mow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 51.3.2.a.i#1#_th#muck_about#muck_about#muck_about#muck-about+ingly####EM ( :DEF_WORD "muck_about" :CLASS "51.3.2.a.i" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (muck-about+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#muck_about#muck_about#muck_about#muck-about+ingly####EM ( :DEF_WORD "muck_about" :CLASS "51.3.2.a.ii" :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (muck-about+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#muddle#muddle#muddle#muddle+ed#(1.5,00817079)(1.6,00973405)###EM ( :DEF_WORD "muddle" :CLASS "22.2.a" :WN_SENSE (("1.5" 00817079) ("1.6" 00973405)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muddle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#muddle#muddle#muddle#muddle+ed#(1.5,00817079)(1.6,00973405)###EM ( :DEF_WORD "muddle" :CLASS "22.2.c" :WN_SENSE (("1.5" 00817079) ("1.6" 00973405)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muddle+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#muddle#muddle#muddle#muddle+ingly#(1.5,00817079,00348909)(1.6,00973405,00419883)###EM ( :DEF_WORD "muddle" :CLASS "31.1.a" :WN_SENSE (("1.5" 00817079 00348909) ("1.6" 00973405 00419883)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (muddle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#muddle#muddle#muddle#muddle+ingly#(1.5,00348909)(1.6,00419883)###EM ( :DEF_WORD "muddle" :CLASS "31.1.b" :WN_SENSE (("1.5" 00348909) ("1.6" 00419883)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (muddle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#muddy#muddy#muddy#muddy+ed#(1.5,00715290,00321025)(1.6,00854595,00380326)###EM ( :DEF_WORD "muddy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00715290 00321025) ("1.6" 00854595 00380326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muddy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#muddy#muddy#muddy#muddy+ed#(1.5,00715290,00321025)(1.6,00854595,00380326)###EM ( :DEF_WORD "muddy" :CLASS "45.4.b" :WN_SENSE (("1.5" 00715290 00321025) ("1.6" 00854595 00380326)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muddy+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#muddy#muddy#muddy#muddy+ed#(1.5,00715290)(1.6,00854595)###EM ( :DEF_WORD "muddy" :CLASS "45.4.c" :WN_SENSE (("1.5" 00715290) ("1.6" 00854595)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muddy+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#muffle#muffle#muffle#muffle+ed#(1.5,00232766)(1.6,00270847)###EM ( :DEF_WORD "muffle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00232766) ("1.6" 00270847)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muffle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#mulch#mulch#mulch#mulch+ed#(1.5,00703096)(1.6,00840799)###EM ( :DEF_WORD "mulch" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00703096) ("1.6" 00840799)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mulch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#mulct#mulct#mulct#mulct+ed#(1.5,01454789)(1.6,01753780)###EM ( :DEF_WORD "mulct" :CLASS "10.6.a" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mulct+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#mulct#mulct#mulct#mulct+ingly#(1.5,01312489)(1.6,01577409)###EM ( :DEF_WORD "mulct" :CLASS "54.5.a" :WN_SENSE (("1.5" 01312489) ("1.6" 01577409)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (mulct+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#multiply#multiply#multiply#multiply+ed#(1.5,00360750,00147907)(1.6,00433261,00168890)###EM ( :DEF_WORD "multiply" :CLASS "45.4.a" :WN_SENSE (("1.5" 00360750 00147907) ("1.6" 00433261 00168890)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (multiply+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#multiply#multiply#multiply#multiply+ed#(1.5,00360750,00147907)(1.6,00433261,00168890)###EM ( :DEF_WORD "multiply" :CLASS "45.4.b" :WN_SENSE (("1.5" 00360750 00147907) ("1.6" 00433261 00168890)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (multiply+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#multiply#multiply#multiply#multiply+ed#(1.5,00147907,00035711)(1.6,00168890,00039524)###EM ( :DEF_WORD "multiply" :CLASS "45.4.c" :WN_SENSE (("1.5" 00147907 00035711) ("1.6" 00168890 00039524)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (multiply+ed 9)))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#mumble#mumble#mumble#mumble+ingly#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mumble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#mumble#mumble#mumble#mumble+ingly#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mumble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#mumble#mumble#mumble#mumble+#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mumble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (mumble+ 2) ((* toward 5) comm (mumble+ 2) ((at 5) comm (mumble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#mumble#mumble#mumble#mumble+#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mumble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (mumble+ 2) (toward comm (mumble+ 2) (at comm (mumble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 39.2.a#1#_ag,th#munch#munch#munch#munch+ingly#(1.5,00666955)(1.6,00798372)###EM ( :DEF_WORD "munch" :CLASS "39.2.a" :WN_SENSE (("1.5" 00666955) ("1.6" 00798372)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (munch+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#munch#munch#munch#munch+ingly#(1.5,00666955)(1.6,00798372)###EM ( :DEF_WORD "munch" :CLASS "39.2.c" :WN_SENSE (("1.5" 00666955) ("1.6" 00798372)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (munch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#murder#murder#murder#murder+ed#(1.5,01405259)(1.6,01691743)###EM ( :DEF_WORD "murder" :CLASS "42.1.c" :WN_SENSE (("1.5" 01405259) ("1.6" 01691743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (murder+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#murmur#murmur#murmur#murmur+ingly#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (murmur+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#murmur#murmur#murmur#murmur+ingly#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (murmur+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#murmur#murmur#murmur#murmur+#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "37.3.b" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (murmur+ 2) ((* toward 5) comm (murmur+ 2) ((at 5) comm (murmur+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#murmur#murmur#murmur#murmur+#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "37.3.c" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (murmur+ 2) (toward comm (murmur+ 2) (at comm (murmur+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#murmur#murmur#murmur#murmur+ingly#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "43.2.a" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (murmur+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#murmur#murmur#murmur#murmur+ingly#(1.5,00590722)(1.6,00707393)###EM ( :DEF_WORD "murmur" :CLASS "43.2.b" :WN_SENSE (("1.5" 00590722) ("1.6" 00707393)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (murmur+ingly 26)) ) ;; Grid: 31.3.h#1#_exp,perc(over)#muse#muse#muse#muse+ingly#(1.5,00355285)(1.6,00427308)###BJDMAP ( :DEF_WORD "muse" :CLASS "31.3.h" :WN_SENSE (("1.5" 00355285) ("1.6" 00427308)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp,perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (muse+ingly 26)) :VAR_SPEC ((7 :optional) (2 (human +))) ) ;; Grid: 13.7#1#_ag#mushroom#mushroom#mushroom#mushroom+ingly#(1.5,00795434)(1.6,00947743)###EM ( :DEF_WORD "mushroom" :CLASS "13.7" :WN_SENSE (("1.5" 00795434) ("1.6" 00947743)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (mushroom+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.6#1#_th#mushroom#mushroom#mushroom#mushroom+ed#(1.5,00138909)(1.6,00158605)###EM ( :DEF_WORD "mushroom" :CLASS "45.6" :WN_SENSE (("1.5" 00138909) ("1.6" 00158605)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mushroom+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#mutate#mutate#mutate#mutate+ingly#(1.5,00069008,00069105)(1.6,00079593,00079689)###EM ( :DEF_WORD "mutate" :CLASS "26.6" :WN_SENSE (("1.5" 00069008 00069105) ("1.6" 00079593 00079689)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (mutate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#mute#mute#mute#mute+ed#(1.5,00232766)(1.6,00270847)###EM ( :DEF_WORD "mute" :CLASS "45.4.a" :WN_SENSE (("1.5" 00232766) ("1.6" 00270847)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (mute+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#mutilate#mutilate#mutilate#mutilate+ingly#(1.5,00054364,00176090)(1.6,00061518,00201342)###BJDMAP ( :DEF_WORD "mutilate" :CLASS "44.a" :WN_SENSE (("1.5" 00054364 00176090) ("1.6" 00061518 00201342)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (mutilate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#mutter#mutter#mutter#mutter+ingly#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mutter+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#mutter#mutter#mutter#mutter+ingly#(1.5,00590957)(1.6,00707668)###EM ( :DEF_WORD "mutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590957) ("1.6" 00707668)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (mutter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#mutter#mutter#mutter#mutter+#(1.5,00590957,00511736)(1.6,00707668,00615688)###EM ( :DEF_WORD "mutter" :CLASS "37.3.b" :WN_SENSE (("1.5" 00590957 00511736) ("1.6" 00707668 00615688)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (mutter+ 2) ((* toward 5) comm (mutter+ 2) ((at 5) comm (mutter+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#mutter#mutter#mutter#mutter+#(1.5,00590957,00511736)(1.6,00707668,00615688)###EM ( :DEF_WORD "mutter" :CLASS "37.3.c" :WN_SENSE (("1.5" 00590957 00511736) ("1.6" 00707668 00615688)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (mutter+ 2) (toward comm (mutter+ 2) (at comm (mutter+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#muzzle#muzzle#muzzle#muzzle+ed#(1.5,01250053)(1.6,01500258)###EM ( :DEF_WORD "muzzle" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01250053) ("1.6" 01500258)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muzzle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#muzzle#muzzle#muzzle#muzzle+ingly#(1.5,01250053)(1.6,01500258)###EM ( :DEF_WORD "muzzle" :CLASS "22.4.a" :WN_SENSE (("1.5" 01250053) ("1.6" 01500258)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (muzzle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#muzzle#muzzle#muzzle#muzzle+ed#(1.5,01250053)(1.6,01500258)###EM ( :DEF_WORD "muzzle" :CLASS "22.4.b" :WN_SENSE (("1.5" 01250053) ("1.6" 01500258)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (muzzle+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#mystify#mystify#mystify#mystify+ingly#(1.5,00349716)(1.6,00421500)###EM ( :DEF_WORD "mystify" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (mystify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#mystify#mystify#mystify#mystify+ingly#(1.5,00349716)(1.6,00421500)###EM ( :DEF_WORD "mystify" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (mystify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#nab#nab#nab#nab+ingly#(1.5,00691956,00690333)(1.6,00827485,00825871)###NR ( :DEF_WORD "nab" :CLASS "10.5" :WN_SENSE (("1.5" 00691956 00690333) ("1.6" 00827485 00825871)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (nab+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#nail#nail#nail#nail+ingly#(1.5,00780272)(1.6,00929765)###NR ( :DEF_WORD "nail" :CLASS "22.4.a" :WN_SENSE (("1.5" 00780272) ("1.6" 00929765)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (nail+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#nail#nail#nail#nail+ed#(1.5,00780272)(1.6,00929765)###NR ( :DEF_WORD "nail" :CLASS "22.4.b" :WN_SENSE (("1.5" 00780272) ("1.6" 00929765)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nail+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.3#1#_ag_th_pred#name#name#name#name+ingly#(1.5,00581359,01356399,01356031)(1.6,00696267,01632536,01632168)###NR ( :DEF_WORD "name" :CLASS "29.3" :WN_SENSE (("1.5" 00581359 01356399 01356031) ("1.6" 00696267 01632536 01632168)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (name+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.4#1#_ag#nap#nap#nap#nap+ingly#(1.5,00009913)(1.6,00010381)###NR ( :DEF_WORD "nap" :CLASS "40.4" :WN_SENSE (("1.5" 00009913) ("1.6" 00010381)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (nap+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#narcoticize#narcoticize#narcoticize#narcoticize+ed####NR ( :DEF_WORD "narcoticize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (narcoticize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#narcotize#narcotize#narcotize#narcotize+ed#(1.5,00051759)(1.6,00058235)###NR ( :DEF_WORD "narcotize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00051759) ("1.6" 00058235)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (narcotize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#narrate#narrate#narrate#narrate+ingly#(1.5,00536799)(1.6,00645379)###NR ( :DEF_WORD "narrate" :CLASS "37.1.b" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (narrate+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#narrate#narrate#narrate#narrate+ingly#(1.5,00536799)(1.6,00645379)###NR ( :DEF_WORD "narrate" :CLASS "37.1.c" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (narrate+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#narrow#narrow#narrow#narrow+ed#(1.5,00184404,00184067)(1.6,00210830,00210399)###NR ( :DEF_WORD "narrow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00184404 00184067) ("1.6" 00210830 00210399)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (narrow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#narrow#narrow#narrow#narrow+ed#(1.5,00184404,00184067)(1.6,00210830,00210399)###NR ( :DEF_WORD "narrow" :CLASS "45.4.b" :WN_SENSE (("1.5" 00184404 00184067) ("1.6" 00210830 00210399)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (narrow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#narrow#narrow#narrow#narrow+ed#(1.5,00184404,00184067)(1.6,00210830,00210399)###NR ( :DEF_WORD "narrow" :CLASS "45.4.c" :WN_SENSE (("1.5" 00184404 00184067) ("1.6" 00210830 00210399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (narrow+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#nasalize#nasalize#nasalize#nasalize+ed#(1.5,00535736)(1.6,00644295)###NR ( :DEF_WORD "nasalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00535736) ("1.6" 00644295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nasalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#nationalize#nationalize#nationalize#nationalize+ed#(1.5,00244097)(1.6,00285796)###NR ( :DEF_WORD "nationalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00244097) ("1.6" 00285796)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nationalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#naturalize#naturalize#naturalize#naturalize+ed#(1.5,00244551,00244854)(1.6,00286340,00286680)###NR ( :DEF_WORD "naturalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00244551 00244854) ("1.6" 00286340 00286680)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (naturalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#nauseate#nauseate#nauseate#nauseate+ingly#(1.5,01252477,01029931)(1.6,01502875,01233868)###NR ( :DEF_WORD "nauseate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01252477 01029931) ("1.6" 01502875 01233868)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (nauseate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#nauseate#nauseate#nauseate#nauseate+ingly#(1.5,01029931,01252477)(1.6,01233868,01502875)###NR ( :DEF_WORD "nauseate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029931 01252477) ("1.6" 01233868 01502875)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (nauseate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#nauseate#nauseate#nauseate#nauseate+ed#(1.5,01029931)(1.6,01233868)###NR ( :DEF_WORD "nauseate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nauseate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag,th,goal#navigate#navigate#navigate#navigate+ingly#(1.5,01053250)(1.6,01260993)###BJDMAP ( :DEF_WORD "navigate" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01053250) ("1.6" 01260993)) :PROPBANK ("arg0 arg1 arg2") :THETA_ROLES ((1 ",ag,th,goal")) :LCS (cause (* thing 1) (go loc (* thing 2) ((from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((to 5) loc (thing 2) ([at] loc (thing 2) (* thing 6)))) (navigate+ingly 26)) :VAR_SPEC ((6 :optional) (2 :optional) (1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#neaten#neaten#neaten#neaten+ed#(1.5,00164443,00026120)(1.6,00188537,00028289)###NR ( :DEF_WORD "neaten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00164443 00026120) ("1.6" 00188537 00028289)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neaten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#neaten#neaten#neaten#neaten+ed#(1.5,00164443,00026120)(1.6,00188537,00028289)###NR ( :DEF_WORD "neaten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00164443 00026120) ("1.6" 00188537 00028289)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neaten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#neaten#neaten#neaten#neaten+ed#(1.5,00026120)(1.6,00028289)###NR ( :DEF_WORD "neaten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00026120) ("1.6" 00028289)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neaten+ed 9)))) ) ;; Grid: 29.5.e#1#_ag_info(that)#necessitate#necessitate#necessitate#necessitate+ingly#(1.5,01486168)(1.6,01792695)###NR ( :DEF_WORD "necessitate" :CLASS "29.5.e" :WN_SENSE (("1.5" 01486168) ("1.6" 01792695)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (necessitate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#neck#neck#neck#neck+ingly#(1.5,00819956)(1.6,00977352)###NR ( :DEF_WORD "neck" :CLASS "36.1.c" :WN_SENSE (("1.5" 00819956) ("1.6" 00977352)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (neck+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#neck#neck#neck#neck+ingly#(1.5,00819956)(1.6,00977352)###NR ( :DEF_WORD "neck" :CLASS "36.1.d" :WN_SENSE (("1.5" 00819956) ("1.6" 00977352)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (neck+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 015#1#_ag_prop(to)#need#need#need#need+ingly#(1.5,01539308,01539895)(1.6,01857688,01858275)###NR ! ;; Grid: 002#1#_ag_th,prop(to)#need#need#need#need+ingly#(1.5,00675532)(1.6,00808096)###NR ( :DEF_WORD "need" :CLASS "002" :WN_SENSE (("1.5" 00675532) ("1.6" 00808096)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (need+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 005#1#_th_prop(to)#need#need#need#need+ingly####BJDMAP ( :DEF_WORD "need" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (need+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#need#need#need#need+ingly#(1.5,00675532,01539895)(1.6,00808096,01858275)###NR ( :DEF_WORD "need" :CLASS "29.1.a" :WN_SENSE (("1.5" 00675532 01539895) ("1.6" 00808096 01858275)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (need+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#need#need#need#need+ingly#(1.5,00675532,01539895)(1.6,00808096,01858275)###NR ( :DEF_WORD "need" :CLASS "29.1.a" :WN_SENSE (("1.5" 00675532 01539895) ("1.6" 00808096 01858275)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (need+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#need#need#need#need+ingly#(1.5,00675532,01486168)(1.6,00808096,01792695)###NR ( :DEF_WORD "need" :CLASS "29.1.b" :WN_SENSE (("1.5" 00675532 01486168) ("1.6" 00808096 01792695)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (need+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#need#need#need#need+ingly#(1.5,01042292,01539895,00675686)(1.6,01247815,01858275,00808394)###NR ( :DEF_WORD "need" :CLASS "32.1" :WN_SENSE (("1.5" 01042292 01539895 00675686) ("1.6" 01247815 01858275 00808394)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (need+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 16#1#_ag_th#neglect#neglect#neglect#neglect+ed#(1.5,00346936)(1.6,00417522)###NR ( :DEF_WORD "neglect" :CLASS "16" :WN_SENSE (("1.5" 00346936) ("1.6" 00417522)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (neglect+ed 9))) (([in] 23) loc (*head*) (thing 24)) ((not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#negotiate#negotiate#negotiate#negotiate+ingly#(1.5,00428057)(1.6,00517734)###NR ( :DEF_WORD "negotiate" :CLASS "36.1.c" :WN_SENSE (("1.5" 00428057) ("1.6" 00517734)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (negotiate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#negotiate#negotiate#negotiate#negotiate+ingly#(1.5,00428057)(1.6,00517734)###NR ( :DEF_WORD "negotiate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00428057) ("1.6" 00517734)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (negotiate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 38#1#_ag,goal(at)#neigh#neigh#neigh#neigh+#(1.5,00600158)(1.6,00718098)###NR ( :DEF_WORD "neigh" :CLASS "38" :WN_SENSE (("1.5" 00600158) ("1.6" 00718098)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (neigh+ 2) ((* toward 5) comm (neigh+ 2) (touching comm (neigh+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.7#1#_ag#nest#nest#nest#nest+ingly#(1.5,00796115)(1.6,00948443)###NR ( :DEF_WORD "nest" :CLASS "13.7" :WN_SENSE (("1.5" 00796115) ("1.6" 00948443)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (nest+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.6.a#1#_th,loc()#nestle#nestle#nestle#nestle+ingly#(1.5,00819554)(1.6,00976586)###NR ( :DEF_WORD "nestle" :CLASS "47.6.a" :WN_SENSE (("1.5" 00819554) ("1.6" 00976586)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (nestle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#nestle#nestle#nestle#nestle+ingly#(1.5,00819554)(1.6,00976586)###NR ( :DEF_WORD "nestle" :CLASS "47.6.b" :WN_SENSE (("1.5" 00819554) ("1.6" 00976586)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (nestle+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#netmail#netmail#netmail#netmail+ingly#(1.5,00583616)(1.6,00698898)###NR ( :DEF_WORD "netmail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (netmail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#netmail#netmail#netmail#netmail+ingly#(1.5,00583616)(1.6,00698898)###NR ( :DEF_WORD "netmail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (netmail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#netmail#netmail#netmail#netmail+ingly#(1.5,00583616)(1.6,00698898)###NR ( :DEF_WORD "netmail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (netmail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#netmail#netmail#netmail#netmail+ingly#(1.5,00583616)(1.6,00698898)###NR ( :DEF_WORD "netmail" :CLASS "37.4.a" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (netmail+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#netmail#netmail#netmail#netmail+ingly#(1.5,00583616)(1.6,00698898)###NR ( :DEF_WORD "netmail" :CLASS "37.4.b" :WN_SENSE (("1.5" 00583616) ("1.6" 00698898)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (netmail+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#nettle#nettle#nettle#nettle+ingly#(1.5,01018552)(1.6,01221002)###NR ( :DEF_WORD "nettle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (nettle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#nettle#nettle#nettle#nettle+ingly#(1.5,01018552)(1.6,01221002)###NR ( :DEF_WORD "nettle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (nettle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#nettle#nettle#nettle#nettle+ed#(1.5,01018552)(1.6,01221002)###NR ( :DEF_WORD "nettle" :CLASS "31.1.c" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nettle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#network#network#network#network+ed#(1.5,00583734)(1.6,00699089)###NR ( :DEF_WORD "network" :CLASS "22.1.a" :WN_SENSE (("1.5" 00583734) ("1.6" 00699089)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (network+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.d#1#,ag_th_goal(to)#network#network#network#network+ingly#(1.5,00583734)(1.6,00699089)###NR ( :DEF_WORD "network" :CLASS "22.1.d" :WN_SENSE (("1.5" 00583734) ("1.6" 00699089)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (network+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#neutralize#neutralize#neutralize#neutralize+ed#(1.5,00278424,01440561,00278321)(1.6,00328042,01734760,01729051)###NR ( :DEF_WORD "neutralize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00278424 01440561 00278321) ("1.6" 00328042 01734760 01729051)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neutralize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#neutralize#neutralize#neutralize#neutralize+ed#(1.5,00278424,01440561,00278321)(1.6,00328042,01734760,01729051)###NR ( :DEF_WORD "neutralize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00278424 01440561 00278321) ("1.6" 00328042 01734760 01729051)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neutralize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#neutralize#neutralize#neutralize#neutralize+ed#(1.5,--)(1.6,00327911)###NR ( :DEF_WORD "neutralize" :CLASS "45.4.c" :WN_SENSE (("1.5" --) ("1.6" 00327911)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (neutralize+ed 9)))) ) ;; Grid: 39.2.a#1#_ag,th#nibble#nibble#nibble#nibble+ingly#(1.5,00831685,00667064)(1.6,00992094,00798513)###NR ( :DEF_WORD "nibble" :CLASS "39.2.a" :WN_SENSE (("1.5" 00831685 00667064) ("1.6" 00992094 00798513)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (nibble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#nibble#nibble#nibble#nibble+ingly#(1.5,00831685,00667064)(1.6,00992094,00798513)###NR ( :DEF_WORD "nibble" :CLASS "39.2.b" :WN_SENSE (("1.5" 00831685 00667064) ("1.6" 00992094 00798513)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (nibble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#nibble#nibble#nibble#nibble+ingly#(1.5,00831685,00666955)(1.6,00992094,00798372)###NR ( :DEF_WORD "nibble" :CLASS "39.2.c" :WN_SENSE (("1.5" 00831685 00666955) ("1.6" 00992094 00798372)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (nibble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#nick#nick#nick#nick+ed#(1.5,00718870,00718770)(1.6,00858422,00858322)###NR ( :DEF_WORD "nick" :CLASS "21.2.a" :WN_SENSE (("1.5" 00718870 00718770) ("1.6" 00858422 00858322)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nick+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#nick#nick#nick#nick+ed#(1.5,00718870,00718770)(1.6,00858422,00858322)###NR ( :DEF_WORD "nick" :CLASS "21.2.b" :WN_SENSE (("1.5" 00718870 00718770) ("1.6" 00858422 00858322)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nick+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 40.8.3#1#_ag_th#nick#nick#nick#nick+ed#(1.5,00718870,00718770)(1.6,00858422,00858322)###NR ( :DEF_WORD "nick" :CLASS "40.8.3" :WN_SENSE (("1.5" 00718870 00718770) ("1.6" 00858422 00858322)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nick+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#nickel#nickel#nickel#nickel+ed#(1.5,00803884)(1.6,00957306)###NR ( :DEF_WORD "nickel" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00803884) ("1.6" 00957306)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nickel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th#nickel-plate#nickel-plate#nickel-plate#nickel-plate+ed###(mod-poss = nickel+)#BJDMAP ( :DEF_WORD "nickel-plate" :CLASS "9.8.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (nickel-plate+ed 9))) ((with 15) poss (*head*) (nickel+ 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#nickname#nickname#nickname#nickname+ingly#(1.5,00581269)(1.6,00696177)###NR ( :DEF_WORD "nickname" :CLASS "29.3" :WN_SENSE (("1.5" 00581269) ("1.6" 00696177)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (nickname+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.4.a#1#_perc_exp(at)#niggle#niggle#niggle#niggle+ingly#(1.5,01021237)(1.6,01224409)###BJDMAP ( :DEF_WORD "niggle" :CLASS "31.4.a" :WN_SENSE (("1.5" 01021237) ("1.6" 01224409)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_perc_exp(at)")) :LCS (act_on perc (* thing 2) (* thing 8) (niggle+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#nip#nip#nip#nip+ingly#(1.5,00838518)(1.6,00999780)###NR ( :DEF_WORD "nip" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (nip+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#nip#nip#nip#nip+ingly#(1.5,00838518)(1.6,00999780)###NR ( :DEF_WORD "nip" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (nip+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#nip#nip#nip#nip+ingly#(1.5,00838518)(1.6,00999780)###NR ( :DEF_WORD "nip" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (nip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#nip#nip#nip#nip+ingly#(1.5,00838518)(1.6,00999780)###NR ( :DEF_WORD "nip" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (nip+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#nitrify#nitrify#nitrify#nitrify+ed#(1.5,00296099,00295913,00295020)(1.6,00350877,00350784,00349857)###NR ( :DEF_WORD "nitrify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00296099 00295913 00295020) ("1.6" 00350877 00350784 00349857)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nitrify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#nitrify#nitrify#nitrify#nitrify+ed#(1.5,00296099,00295913,00295020)(1.6,00350877,00350784,00349857)###NR ( :DEF_WORD "nitrify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00296099 00295913 00295020) ("1.6" 00350877 00350784 00349857)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nitrify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#nitrify#nitrify#nitrify#nitrify+ed#(1.5,00296099)(1.6,00350877)###NR ( :DEF_WORD "nitrify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00296099) ("1.6" 00350877)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nitrify+ed 9)))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#nod#nod#nod#nod+#(1.5,01070565)(1.6,01282403)###NR ( :DEF_WORD "nod" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 01070565) ("1.6" 01282403)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (nod+ 2) ((* toward 5) comm (nod+ 2) (touching comm (nod+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#nod#nod#nod#nod+ingly#(1.5,00505281)(1.6,00608770)###NR ( :DEF_WORD "nod" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00505281) ("1.6" 00608770)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (nod+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#nominate#nominate#nominate#nominate+ingly#(1.5,00493865,01359557,01356031)(1.6,00596010,01636187,01632168)###NR ( :DEF_WORD "nominate" :CLASS "29.1.a" :WN_SENSE (("1.5" 00493865 01359557 01356031) ("1.6" 00596010 01636187 01632168)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (nominate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#nominate#nominate#nominate#nominate+ed#(1.5,00493865,01359557,01356031)(1.6,00596010,01636187,01632168)###NR ( :DEF_WORD "nominate" :CLASS "29.1.c" :WN_SENSE (("1.5" 00493865 01359557 01356031) ("1.6" 00596010 01636187 01632168)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (nominate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#nominate#nominate#nominate#nominate+ingly#(1.5,00493865,01359557,01356031)(1.6,00596010,01636187,01632168)###NR ( :DEF_WORD "nominate" :CLASS "29.1.d" :WN_SENSE (("1.5" 00493865 01359557 01356031) ("1.6" 00596010 01636187 01632168)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (nominate+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#nominate#nominate#nominate#nominate+ingly#(1.5,01359557)(1.6,01636187)###NR ( :DEF_WORD "nominate" :CLASS "29.1.e" :WN_SENSE (("1.5" 01359557) ("1.6" 01636187)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (nominate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#normalize#normalize#normalize#normalize+ed#(1.5,00277196,00277055)(1.6,00326513,00326361)###NR ( :DEF_WORD "normalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00277196 00277055) ("1.6" 00326513 00326361)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (normalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.6.ii#1#_ag_th_src(out_of)#nose#nose#nose#nose+ingly#(1.5,01237757)(1.6,01485292)###NR ( :DEF_WORD "nose" :CLASS "35.6.ii" :WN_SENSE (("1.5" 01237757) ("1.6" 01485292)) :PROPBANK ("arg0 arg1 arg2(out_of)") :THETA_ROLES ((1 "_ag_th_src(out_of)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* away_from 3) poss (thing 2) (of poss (thing 2) (thing 4)))) (nose+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#nosedive#nosedive#nosedive#nosedive+ingly#(1.5,01120793)(1.6,01339455)###NR ( :DEF_WORD "nosedive" :CLASS "35.2.a" :WN_SENSE (("1.5" 01120793) ("1.6" 01339455)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (nosedive+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 39.5.a#1#_ag#nosh#nosh#nosh#nosh+ingly#(1.5,00666426)(1.6,00797767)###NR ( :DEF_WORD "nosh" :CLASS "39.5.a" :WN_SENSE (("1.5" 00666426) ("1.6" 00797767)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (nosh+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#notch#notch#notch#notch+ed#(1.5,00730861)(1.6,00871694)###NR ( :DEF_WORD "notch" :CLASS "21.2.a" :WN_SENSE (("1.5" 00730861) ("1.6" 00871694)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (notch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#notch#notch#notch#notch+ed#(1.5,00730861)(1.6,00871694)###NR ( :DEF_WORD "notch" :CLASS "21.2.b" :WN_SENSE (("1.5" 00730861) ("1.6" 00871694)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (notch+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 30.2.a.i#1#_exp_perc#note#note#note#note+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "note" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (note+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#note#note#note#note+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "note" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (note+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#note#note#note#note+ingly#(1.5,01209396)(1.6,01449939)###NR ( :DEF_WORD "note" :CLASS "30.2.b" :WN_SENSE (("1.5" 01209396) ("1.6" 01449939)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (note+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#note#note#note#note+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "note" :CLASS "37.7.a" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (note+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#note#note#note#note+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "note" :CLASS "37.7.b" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (note+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 30.1.a.ii#1#_exp_perc#notice#notice#notice#notice+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "notice" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (notice+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#notice#notice#notice#notice+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "notice" :CLASS "30.1.b" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (notice+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.c#1#_exp_perc#notice#notice#notice#notice+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "notice" :CLASS "30.1.c" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (notice+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#notice#notice#notice#notice+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "notice" :CLASS "30.1.d" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (notice+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#notice#notice#notice#notice+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "notice" :CLASS "30.1.e" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (notice+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that)#notify#notify#notify#notify+ingly#(1.5,00490035)(1.6,00591857)###NR ( :DEF_WORD "notify" :CLASS "37.9.a" :WN_SENSE (("1.5" 00490035) ("1.6" 00591857)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal,info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (notify+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#notify#notify#notify#notify+ingly#(1.5,00490035)(1.6,00591857)###NR ( :DEF_WORD "notify" :CLASS "37.9.c" :WN_SENSE (("1.5" 00490035) ("1.6" 00591857)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (notify+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#nourish#nourish#nourish#nourish+ed#(1.5,00684182)(1.6,00818436)###NR ( :DEF_WORD "nourish" :CLASS "45.4.a" :WN_SENSE (("1.5" 00684182) ("1.6" 00818436)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nourish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#nudge#nudge#nudge#nudge+ingly#(1.5,00701321,00706359)(1.6,00838894,00844663)###NR ( :DEF_WORD "nudge" :CLASS "17.1" :WN_SENSE (("1.5" 00701321 00706359) ("1.6" 00838894 00844663)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (nudge+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#nudge#nudge#nudge#nudge+ingly#(1.5,00701321,00706359)(1.6,00838894,00844663)###NR ( :DEF_WORD "nudge" :CLASS "17.1" :WN_SENSE (("1.5" 00701321 00706359) ("1.6" 00838894 00844663)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (nudge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#nudge#nudge#nudge#nudge+ingly#(1.5,00701321)(1.6,00838894)###NR ( :DEF_WORD "nudge" :CLASS "20.a" :WN_SENSE (("1.5" 00701321) ("1.6" 00838894)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (nudge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss()#nullify#nullify#nullify#nullify+ed#(1.5,01402858)(1.6,01688749)###NR ( :DEF_WORD "nullify" :CLASS "10.6.a" :WN_SENSE (("1.5" 01402858) ("1.6" 01688749)) :PROPBANK ("arg0 arg1 arg2(? - up.)") :THETA_ROLES ((1 "_ag_th,mod-poss()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nullify+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#numb#numb#numb#numb+ingly#(1.5,01207625)(1.6,01447667)###NR ( :DEF_WORD "numb" :CLASS "31.1.a" :WN_SENSE (("1.5" 01207625) ("1.6" 01447667)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (numb+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#numb#numb#numb#numb+ingly#(1.5,01207625)(1.6,01447667)###NR ( :DEF_WORD "numb" :CLASS "31.1.b" :WN_SENSE (("1.5" 01207625) ("1.6" 01447667)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (numb+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#numb#numb#numb#numb+ed#(1.5,01207625)(1.6,01447667)###NR ( :DEF_WORD "numb" :CLASS "31.1.c" :WN_SENSE (("1.5" 01207625) ("1.6" 01447667)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (numb+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#number#number#number#number+ed#(1.5,01549077)(1.6,01868923)###NR ( :DEF_WORD "number" :CLASS "29.2.c" :WN_SENSE (("1.5" 01549077) ("1.6" 01868923)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (number+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#number_off#number_off#number_off#number-off+ingly####NR ( :DEF_WORD "number_off" :CLASS "29.2.d" :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (number-off+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#numerate#numerate#numerate#numerate+ingly####NR ( :DEF_WORD "numerate" :CLASS "29.2.d" :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (numerate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#nurse#nurse#nurse#nurse+ingly#(1.5,01444120)(1.6,01739308)###NR ( :DEF_WORD "nurse" :CLASS "29.8.a" :WN_SENSE (("1.5" 01444120) ("1.6" 01739308)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (nurse+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#nurse#nurse#nurse#nurse+ingly#(1.5,01444120)(1.6,01739308)###NR ( :DEF_WORD "nurse" :CLASS "29.8.b" :WN_SENSE (("1.5" 01444120) ("1.6" 01739308)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (nurse+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#nurture#nurture#nurture#nurture+ed#(1.5,00511249)(1.6,00615168)###NR ( :DEF_WORD "nurture" :CLASS "45.4.a" :WN_SENSE (("1.5" 00511249) ("1.6" 00615168)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (nurture+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#nut#nut#nut#nut+ingly#(1.5,00795654)(1.6,00947953)###NR ( :DEF_WORD "nut" :CLASS "13.7" :WN_SENSE (("1.5" 00795654) ("1.6" 00947953)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (nut+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.2.a.i#1#,ag_th#nuzzle#nuzzle#nuzzle#nuzzle+ingly#(1.5,00819554)(1.6,00976586)###BJDMAP ( :DEF_WORD "nuzzle" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00819554) ("1.6" 00976586)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (nuzzle+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 36.2.b.i#1#,ag_th#nuzzle#nuzzle#nuzzle#nuzzle+ingly#(1.5,00819554)(1.6,00976586)###NR ( :DEF_WORD "nuzzle" :CLASS "36.2.b.i" :WN_SENSE (("1.5" 00819554) ("1.6" 00976586)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (nuzzle+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#oar#oar#oar#oar+ingly####NR ( :DEF_WORD "oar" :CLASS "51.4.2.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (oar+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#oar#oar#oar#oar+ingly####NR ( :DEF_WORD "oar" :CLASS "51.4.2.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (oar+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#oar#oar#oar#oar+ingly####NR ( :DEF_WORD "oar" :CLASS "51.4.2.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (oar+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 30.3.c#1#_exp_perc#obey#obey#obey#obey+ingly#(1.5,01439969)(1.6,01733968)###BJDMAP ( :DEF_WORD "obey" :CLASS "30.3.c" :WN_SENSE (("1.5" 01439969) ("1.6" 01733968)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act perc (* thing 2) ((toward 7) perc (thing 2) (at perc (thing 2) (* thing 8))) (obey+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#obfuscate#obfuscate#obfuscate#obfuscate+ed#(1.5,00529286)(1.6,00636600)###NR ( :DEF_WORD "obfuscate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00529286) ("1.6" 00636600)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (obfuscate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.8.b#3#_ag_info(about),goal(to)#object#object#object#object+ingly#(1.5,00454271)(1.6,00548744)###BJDMAP ( :DEF_WORD "object" :CLASS "37.8.b" :WN_SENSE (("1.5" 00454271) ("1.6" 00548744)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((3 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (object+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.8.b#4#_ag_goal(to)_info(about)#object#object#object#object+ingly#(1.5,00454271)(1.6,00548744)###BJDMAP ( :DEF_WORD "object" :CLASS "37.8.b" :WN_SENSE (("1.5" 00454271) ("1.6" 00548744)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((4 "_ag_goal(to)_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (object+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#objectify#objectify#objectify#objectify+ed####NR ( :DEF_WORD "objectify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (objectify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#objectivate#objectivate#objectivate#objectivate+ed####NR ( :DEF_WORD "objectivate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (objectivate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#obligate#obligate#obligate#obligate+ingly#(1.5,01419159)(1.6,01708245)###NR ( :DEF_WORD "obligate" :CLASS "002" :WN_SENSE (("1.5" 01419159) ("1.6" 01708245)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (obligate+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 002#1#_ag_th,prop(to)#oblige#oblige#oblige#oblige+ingly#(1.5,01419159)(1.6,01708245)###NR ( :DEF_WORD "oblige" :CLASS "002" :WN_SENSE (("1.5" 01419159) ("1.6" 01708245)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (oblige+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 44.a#1#_ag_th,instr(with)#obliterate#obliterate#obliterate#obliterate+ingly#(1.5,00282836,00188183,01560425)(1.6,00333717,00215208,01887307)###NR ( :DEF_WORD "obliterate" :CLASS "44.a" :WN_SENSE (("1.5" 00282836 00188183 01560425) ("1.6" 00333717 00215208 01887307)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (obliterate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#obliterate#obliterate#obliterate#obliterate+ingly#(1.5,00282836,00188183,01560425)(1.6,00333717,00215208,01887307)###NR ( :DEF_WORD "obliterate" :CLASS "44.b" :WN_SENSE (("1.5" 00282836 00188183 01560425) ("1.6" 00333717 00215208 01887307)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (obliterate+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#obscure#obscure#obscure#obscure+ed#(1.5,01230614,00349013,00190199,00190550)(1.6,01476380,00420006,00217336,00217744)###NR ( :DEF_WORD "obscure" :CLASS "45.4.a" :WN_SENSE (("1.5" 01230614 00349013 00190199 00190550) ("1.6" 01476380 00420006 00217336 00217744)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (obscure+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#observe#observe#observe#observe+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "observe" :CLASS "29.5.d" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (observe+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#observe#observe#observe#observe+ingly#(1.5,01237874,01390177)(1.6,01485469,01673353)###NR ( :DEF_WORD "observe" :CLASS "29.5.e" :WN_SENSE (("1.5" 01237874 01390177) ("1.6" 01485469 01673353)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (observe+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 30.2.a.i#1#_exp_perc#observe#observe#observe#observe+ingly#(1.5,01237874,01390177)(1.6,01485469,01673353)###NR ( :DEF_WORD "observe" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01237874 01390177) ("1.6" 01485469 01673353)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (observe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#observe#observe#observe#observe+ingly#(1.5,01237874,01390177)(1.6,01485469,01673353)###NR ( :DEF_WORD "observe" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01237874 01390177) ("1.6" 01485469 01673353)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (observe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#observe#observe#observe#observe+ingly#(1.5,01229613)(1.6,01474694)###NR ( :DEF_WORD "observe" :CLASS "30.2.b" :WN_SENSE (("1.5" 01229613) ("1.6" 01474694)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (observe+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.c#1#_exp_perc#observe#observe#observe#observe+ingly#(1.5,01237874,01390177)(1.6,01485469,01673353)###NR ( :DEF_WORD "observe" :CLASS "30.2.c" :WN_SENSE (("1.5" 01237874 01390177) ("1.6" 01485469 01673353)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (observe+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#observe#observe#observe#observe+ingly#(1.5,01237874,01390177)(1.6,01485469,01673353)###NR ( :DEF_WORD "observe" :CLASS "35.4" :WN_SENSE (("1.5" 01237874 01390177) ("1.6" 01485469 01673353)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (observe+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#observe#observe#observe#observe+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "observe" :CLASS "37.7.a" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (observe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#observe#observe#observe#observe+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "observe" :CLASS "37.7.b" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (observe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#obsess#obsess#obsess#obsess+ingly#(1.5,01015778)(1.6,01217847)###NR ( :DEF_WORD "obsess" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (obsess+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#obsess#obsess#obsess#obsess+ingly#(1.5,01015778)(1.6,01217847)###NR ( :DEF_WORD "obsess" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (obsess+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#obsess#obsess#obsess#obsess+ed#(1.5,01015778)(1.6,01217847)###NR ( :DEF_WORD "obsess" :CLASS "31.1.c" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (obsess+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#obsess#obsess#obsess#obsess+ingly#(1.5,01015778)(1.6,01217847)###NR ( :DEF_WORD "obsess" :CLASS "31.3.h" :WN_SENSE (("1.5" 01015778) ("1.6" 01217847)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (obsess+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 16#1#_ag_th#obstruct#obstruct#obstruct#obstruct+ed#(1.5,01447000)(1.6,01743494)###NR ( :DEF_WORD "obstruct" :CLASS "16" :WN_SENSE (("1.5" 01447000) ("1.6" 01743494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (obstruct+ed 9))) (([in] 23) loc (*head*) (thing 24)) ((not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 13.5.2.b#1#_ag_th,src(from),ben(for)#obtain#obtain#obtain#obtain+ingly#(1.5,01274713)(1.6,01531769)###NR ( :DEF_WORD "obtain" :CLASS "13.5.2.b" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (obtain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 059#1#_ag_th,src(from)#obviate#obviate#obviate#obviate+ingly#(1.5,01388895)(1.6,01671878)###BJDMAP ( :DEF_WORD "obviate" :CLASS "059" :WN_SENSE (("1.5" 01388895) ("1.6" 01671878)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (obviate+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#occupy#occupy#occupy#occupy+ingly#(1.5,01514238)(1.6,01827420)###BJDMAP ( :DEF_WORD "occupy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01514238) ("1.6" 01827420)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (occupy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 46.a#1#_th_loc#occupy#occupy#occupy#occupy+ingly#(1.5,01501333,01498811)(1.6,01811429,01808347)###NR ( :DEF_WORD "occupy" :CLASS "46.a" :WN_SENSE (("1.5" 01501333 01498811) ("1.6" 01811429 01808347)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (([at] 10) loc (thing 2) (* thing 11)) (occupy+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.3.a#1#_th#occur#occur#occur#occur+ingly#(1.5,00204516,01476675)(1.6,00235191,01781222)###NR ( :DEF_WORD "occur" :CLASS "48.3.a" :WN_SENSE (("1.5" 00204516 01476675) ("1.6" 00235191 01781222)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (occur+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#offend#offend#offend#offend+ingly#(1.5,01019038,01031463,01021077)(1.6,01221816,01235670,01224189)###NR ( :DEF_WORD "offend" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019038 01031463 01021077) ("1.6" 01221816 01235670 01224189)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (offend+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#offend#offend#offend#offend+ingly#(1.5,01019038,01021077,01031463)(1.6,01221816,01224189,01235670)###NR ( :DEF_WORD "offend" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019038 01021077 01031463) ("1.6" 01221816 01224189 01235670)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (offend+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#offer#offer#offer#offer+ingly#(1.5,01306930,01307151,00439025,01307439,01307317)(1.6,01570696,01571054,01571395,01571395,01571251)###NR ( :DEF_WORD "offer" :CLASS "13.3" :WN_SENSE (("1.5" 01306930 01307151 00439025 01307439 01307317) ("1.6" 01570696 01571054 01571395 01571395 01571251)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (offer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#offer#offer#offer#offer+ingly#(1.5,01306930,01307151,00439025,01307439,01307317)(1.6,01570696,01571054,01571395,01571395,01571251)###NR ( :DEF_WORD "offer" :CLASS "13.3" :WN_SENSE (("1.5" 01306930 01307151 00439025 01307439 01307317) ("1.6" 01570696 01571054 01571395 01571395 01571251)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (offer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#offer#offer#offer#offer+ed#(1.5,01306930)(1.6,01570696)###NR ( :DEF_WORD "offer" :CLASS "29.2.c" :WN_SENSE (("1.5" 01306930) ("1.6" 01570696)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (offer+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#offer#offer#offer#offer+ingly#(1.5,01306930)(1.6,01570696)###NR ( :DEF_WORD "offer" :CLASS "29.2.d" :WN_SENSE (("1.5" 01306930) ("1.6" 01570696)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (offer+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#offer#offer#offer#offer+ingly#(1.5,01307151,00439025,01372583,01307439)(1.6,01571054,01571395,01650890,01571395)###NR ( :DEF_WORD "offer" :CLASS "48.1.2" :WN_SENSE (("1.5" 01307151 00439025 01372583 01307439) ("1.6" 01571054 01571395 01650890 01571395)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (offer+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#officiate#officiate#officiate#officiate+ed#(1.5,00618633)(1.6,00741990)###NR ( :DEF_WORD "officiate" :CLASS "29.6.b" :WN_SENSE (("1.5" 00618633) ("1.6" 00741990)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (officiate+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#ogle#ogle#ogle#ogle+ingly#(1.5,01234538)(1.6,01481380)###NR ( :DEF_WORD "ogle" :CLASS "30.3.a" :WN_SENSE (("1.5" 01234538) ("1.6" 01481380)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (ogle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#ogle#ogle#ogle#ogle+ingly#(1.5,01234538)(1.6,01481380)###NR ( :DEF_WORD "ogle" :CLASS "30.3.b" :WN_SENSE (("1.5" 01234538) ("1.6" 01481380)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (ogle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#oil#oil#oil#oil+ed#(1.5,00725276,00283778)(1.6,00865480,00335085)###NR ( :DEF_WORD "oil" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00725276 00283778) ("1.6" 00865480 00335085)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oil+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#oink#oink#oink#oink+#(1.5,00597375)(1.6,00714796)###NR ( :DEF_WORD "oink" :CLASS "38" :WN_SENSE (("1.5" 00597375) ("1.6" 00714796)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (oink+ 2) ((* toward 5) comm (oink+ 2) (touching comm (oink+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 005#1#_th_prop#omit#omit#omit#omit+ingly#(1.5,00346220)(1.6,00416622)###NR ( :DEF_WORD "omit" :CLASS "005" :WN_SENSE (("1.5" 00346220) ("1.6" 00416622)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (omit+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 10.1#1#_ag_th,src()#omit#omit#omit#omit+ingly#(1.5,00346220)(1.6,00416622)#loc##NR ( :DEF_WORD "omit" :CLASS "10.1" :WN_SENSE (("1.5" 00346220) ("1.6" 00416622)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (omit+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#ooze#ooze#ooze#ooze+ingly#(1.5,01185525)(1.6,01417934)###NR ( :DEF_WORD "ooze" :CLASS "43.4.a" :WN_SENSE (("1.5" 01185525) ("1.6" 01417934)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (ooze+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#ooze#ooze#ooze#ooze+ingly#(1.5,01185525,00042334)(1.6,01417934,00047530)###NR ( :DEF_WORD "ooze" :CLASS "43.4.b" :WN_SENSE (("1.5" 01185525 00042334) ("1.6" 01417934 00047530)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (ooze+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#ooze#ooze#ooze#ooze+ingly#(1.5,00042334)(1.6,00047530)###NR ( :DEF_WORD "ooze" :CLASS "43.4.c" :WN_SENSE (("1.5" 00042334) ("1.6" 00047530)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (ooze+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#ooze#ooze#ooze#ooze+ingly#(1.5,01185525,00042334)(1.6,01417934,00047530)###NR ( :DEF_WORD "ooze" :CLASS "43.4.d" :WN_SENSE (("1.5" 01185525 00042334) ("1.6" 01417934 00047530)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (ooze+ingly 26)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#open#open#open#open+ingly#(1.5,00908083)(1.6,01087519)###NR ( :DEF_WORD "open" :CLASS "40.3.2" :WN_SENSE (("1.5" 00908083) ("1.6" 01087519)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (open+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#open#open#open#open+ed#(1.5,00772933)(1.6,00920424)###NR ( :DEF_WORD "open" :CLASS "45.4.a" :WN_SENSE (("1.5" 00772933) ("1.6" 00920424)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (open+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#open#open#open#open+ed#(1.5,00772933)(1.6,00920424)###NR ( :DEF_WORD "open" :CLASS "45.4.b" :WN_SENSE (("1.5" 00772933) ("1.6" 00920424)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (open+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#open#open#open#open+ed#(1.5,00773597)(1.6,00921157)###NR ( :DEF_WORD "open" :CLASS "45.4.c" :WN_SENSE (("1.5" 00773597) ("1.6" 00921157)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (open+ed 9)))) ) ;; Grid: 47.6.a#1#_th,loc()#open#open#open#open+ingly#(1.5,00773597)(1.6,00921157)###NR ( :DEF_WORD "open" :CLASS "47.6.a" :WN_SENSE (("1.5" 00773597) ("1.6" 00921157)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (open+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#open#open#open#open+ingly#(1.5,00772933)(1.6,00920424)###NR ( :DEF_WORD "open" :CLASS "47.6.b" :WN_SENSE (("1.5" 00772933) ("1.6" 00920424)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (open+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#open#open#open#open+ingly#(1.5,00773597,00908083,00318874,00319008)(1.6,00921157,01087519,00377600,00377769)###NR ( :DEF_WORD "open" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00773597 00908083 00318874 00319008) ("1.6" 00921157 01087519 00377600 00377769)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (open+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#operate#operate#operate#operate+ed#(1.5,01383244,00698176)(1.6,01664787,00834531)###NR ( :DEF_WORD "operate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01383244 00698176) ("1.6" 01664787 00834531)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (operate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#operate#operate#operate#operate+ed#(1.5,01383244,00698176)(1.6,01664787,00834531)###NR ( :DEF_WORD "operate" :CLASS "45.4.b" :WN_SENSE (("1.5" 01383244 00698176) ("1.6" 01664787 00834531)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (operate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#operate#operate#operate#operate+ed#(1.5,00877616)(1.6,01048914)###NR ( :DEF_WORD "operate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00877616) ("1.6" 01048914)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (operate+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#oppose#oppose#oppose#oppose+ed#(1.5,01507958)(1.6,01819172)###NR ( :DEF_WORD "oppose" :CLASS "22.2.a" :WN_SENSE (("1.5" 01507958) ("1.6" 01819172)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oppose+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#oppose#oppose#oppose#oppose+ingly#(1.5,01507958)(1.6,01819172)###NR ( :DEF_WORD "oppose" :CLASS "22.2.b" :WN_SENSE (("1.5" 01507958) ("1.6" 01819172)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (oppose+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#oppose#oppose#oppose#oppose+ed#(1.5,01507958)(1.6,01819172)###NR ( :DEF_WORD "oppose" :CLASS "22.2.c" :WN_SENSE (("1.5" 01507958) ("1.6" 01819172)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oppose+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#oppose#oppose#oppose#oppose+ingly#(1.5,00435454,00616148)(1.6,00527047,00738369)###NR ( :DEF_WORD "oppose" :CLASS "29.2.a" :WN_SENSE (("1.5" 00435454 00616148) ("1.6" 00527047 00738369)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (oppose+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#oppose#oppose#oppose#oppose+ed#(1.5,00435454,00616148)(1.6,00527047,00738369)###NR ( :DEF_WORD "oppose" :CLASS "29.2.c" :WN_SENSE (("1.5" 00435454 00616148) ("1.6" 00527047 00738369)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (oppose+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#oppose#oppose#oppose#oppose+ingly#(1.5,00435454,00616148)(1.6,00527047,00738369)###NR ( :DEF_WORD "oppose" :CLASS "29.2.d" :WN_SENSE (("1.5" 00435454 00616148) ("1.6" 00527047 00738369)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (oppose+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#oppress#oppress#oppress#oppress+ingly#(1.5,01372357)(1.6,01650638)###NR ( :DEF_WORD "oppress" :CLASS "33.b" :WN_SENSE (("1.5" 01372357) ("1.6" 01650638)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (oppress+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#ordain#ordain#ordain#ordain+ingly#(1.5,01351020,00419365)(1.6,01625416,00505872)###NR ( :DEF_WORD "ordain" :CLASS "29.1.a" :WN_SENSE (("1.5" 01351020 00419365) ("1.6" 01625416 00505872)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (ordain+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#ordain#ordain#ordain#ordain+ed#(1.5,01351020,00419365)(1.6,01625416,00505872)###NR ( :DEF_WORD "ordain" :CLASS "29.1.c" :WN_SENSE (("1.5" 01351020 00419365) ("1.6" 01625416 00505872)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ordain+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#ordain#ordain#ordain#ordain+ingly#(1.5,01351020,00419365)(1.6,01625416,00505872)###NR ( :DEF_WORD "ordain" :CLASS "29.1.d" :WN_SENSE (("1.5" 01351020 00419365) ("1.6" 01625416 00505872)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (ordain+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#ordain#ordain#ordain#ordain+ingly#(1.5,01351020,--,--)(1.6,01625416,01652914,01653086)###NR ( :DEF_WORD "ordain" :CLASS "29.1.e" :WN_SENSE (("1.5" 01351020 -- --) ("1.6" 01625416 01652914 01653086)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (ordain+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 002#1#_ag_th,prop(to)#order#order#order#order+ingly#(1.5,00419793)(1.6,00506398)###NR ( :DEF_WORD "order" :CLASS "002" :WN_SENSE (("1.5" 00419793) ("1.6" 00506398)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (order+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#order#order#order#order+ingly#(1.5,00419119)(1.6,00505537)###NR ( :DEF_WORD "order" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00419119) ("1.6" 00505537)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (order+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#order#order#order#order+ingly#(1.5,00419119)(1.6,00505537)###NR ( :DEF_WORD "order" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00419119) ("1.6" 00505537)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (order+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#organize#organize#organize#organize+ingly#(1.5,00399858,00944729)(1.6,00480481,01134235)###NR ( :DEF_WORD "organize" :CLASS "26.4" :WN_SENSE (("1.5" 00399858 00944729) ("1.6" 00480481 01134235)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (organize+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#originate#originate#originate#originate+ingly#(1.5,01484404)(1.6,01790203)###BJDMAP ( :DEF_WORD "originate" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01484404) ("1.6" 01790203)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (originate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.8.a#1#_mod-poss_th#ornament#ornament#ornament#ornament+ed#(1.5,00959417)(1.6,01150345)###NR ( :DEF_WORD "ornament" :CLASS "9.8.a" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (ornament+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#ornament#ornament#ornament#ornament+ed#(1.5,00959417)(1.6,01150345)###NR ( :DEF_WORD "ornament" :CLASS "9.8.b" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ornament+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#ornament#ornament#ornament#ornament+ed#(1.5,00959417)(1.6,01150345)###NR ( :DEF_WORD "ornament" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ornament+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#ornament#ornament#ornament#ornament+ed#(1.5,00959417)(1.6,01150345)###NR ( :DEF_WORD "ornament" :CLASS "25.3" :WN_SENSE (("1.5" 00959417) ("1.6" 01150345)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ornament+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.7#1#_ag_th#orphan#orphan#orphan#orphan+ed#(1.5,01317219)(1.6,01582315)###NR ( :DEF_WORD "orphan" :CLASS "29.7" :WN_SENSE (("1.5" 01317219) ("1.6" 01582315)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (orphan+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#oscillate#oscillate#oscillate#oscillate+ingly#(1.5,01070825)(1.6,01282650)###NR ( :DEF_WORD "oscillate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01070825) ("1.6" 01282650)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (oscillate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ossify#ossify#ossify#ossify+ed#(1.5,00158979)(1.6,00182146)###NR ( :DEF_WORD "ossify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00158979) ("1.6" 00182146)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ossify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ossify#ossify#ossify#ossify+ed#(1.5,00158979)(1.6,00182146)###NR ( :DEF_WORD "ossify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00158979) ("1.6" 00182146)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ossify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ossify#ossify#ossify#ossify+ed#(1.5,00158979)(1.6,00182146)###NR ( :DEF_WORD "ossify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00158979) ("1.6" 00182146)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ossify+ed 9)))) ) ;; Grid: 10.1#1#_ag_th,src()#ostracize#ostracize#ostracize#ostracize+ingly#(1.5,01417758,01395808)(1.6,01706651,01679924)#loc##NR ( :DEF_WORD "ostracize" :CLASS "10.1" :WN_SENSE (("1.5" 01417758 01395808) ("1.6" 01706651 01679924)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (ostracize+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.1#1#_ag_th,src()#oust#oust#oust#oust+ingly#(1.5,01359779)(1.6,01636409)#loc##NR ( :DEF_WORD "oust" :CLASS "10.1" :WN_SENSE (("1.5" 01359779) ("1.6" 01636409)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (oust+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 007#1#_exp_perc#outbid#outbid#outbid#outbid+ingly#(1.5,01308463)(1.6,01572717)###BJDMAP ( :DEF_WORD "outbid" :CLASS "007" :WN_SENSE (("1.5" 01308463) ("1.6" 01572717)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outbid+ingly 26)) ) ;; Grid: 29.7#1#_ag_th#outlaw#outlaw#outlaw#outlaw+ed#(1.5,01404504)(1.6,01690845)###NR ( :DEF_WORD "outlaw" :CLASS "29.7" :WN_SENSE (("1.5" 01404504) ("1.6" 01690845)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (outlaw+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#outline#outline#outline#outline+ed#(1.5,00567977)(1.6,00680510)###NR ( :DEF_WORD "outline" :CLASS "29.2.c" :WN_SENSE (("1.5" 00567977) ("1.6" 00680510)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (outline+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 007#1#_exp_perc#outnumber#outnumber#outnumber#outnumber+ingly#(1.5,01496776)(1.6,01805867)###BJDMAP ( :DEF_WORD "outnumber" :CLASS "007" :WN_SENSE (("1.5" 01496776) ("1.6" 01805867)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outnumber+ingly 26)) ) ;; Grid: 007#1#_exp_perc#outrace#outrace#outrace#outrace+ingly####BJDMAP ( :DEF_WORD "outrace" :CLASS "007" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outrace+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#outrage#outrage#outrage#outrage+ingly#(1.5,01031463,01017836)(1.6,01235670,01220279)###NR ( :DEF_WORD "outrage" :CLASS "31.1.a" :WN_SENSE (("1.5" 01031463 01017836) ("1.6" 01235670 01220279)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (outrage+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#outrage#outrage#outrage#outrage+ingly#(1.5,01017836,01031463)(1.6,01220279,01235670)###NR ( :DEF_WORD "outrage" :CLASS "31.1.b" :WN_SENSE (("1.5" 01017836 01031463) ("1.6" 01220279 01235670)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (outrage+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 007#1#_exp_perc#outsmart#outsmart#outsmart#outsmart+ingly#(1.5,00624157)(1.6,00747749)###BJDMAP ( :DEF_WORD "outsmart" :CLASS "007" :WN_SENSE (("1.5" 00624157) ("1.6" 00747749)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outsmart+ingly 26)) ) ;; Grid: 007#1#_exp_perc#outweigh#outweigh#outweigh#outweigh+ingly#(1.5,00625712)(1.6,00749901)###BJDMAP ( :DEF_WORD "outweigh" :CLASS "007" :WN_SENSE (("1.5" 00625712) ("1.6" 00749901)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outweigh+ingly 26)) ) ;; Grid: 007#1#_exp_perc#outwit#outwit#outwit#outwit+ingly#(1.5,00624157)(1.6,00747749)###BJDMAP ( :DEF_WORD "outwit" :CLASS "007" :WN_SENSE (("1.5" 00624157) ("1.6" 00747749)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (outwit+ingly 26)) ) ;; Grid: 45.3.a#1#_ag_th#oven-fry#oven-fry#oven-fry#oven-fry+ingly####NR ( :DEF_WORD "oven-fry" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (oven-fry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#oven-fry#oven-fry#oven-fry#oven-fry+ingly####NR ( :DEF_WORD "oven-fry" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (oven-fry+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#oven-fry#oven-fry#oven-fry#oven-fry+ed####NR ( :DEF_WORD "oven-fry" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oven-fry+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#oven-poach#oven-poach#oven-poach#oven-poach+ingly####NR ( :DEF_WORD "oven-poach" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (oven-poach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#oven-poach#oven-poach#oven-poach#oven-poach+ingly####NR ( :DEF_WORD "oven-poach" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (oven-poach+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#oven-poach#oven-poach#oven-poach#oven-poach+ed####NR ( :DEF_WORD "oven-poach" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oven-poach+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#overawe#overawe#overawe#overawe+ingly#(1.5,01013848)(1.6,01215095)###NR ( :DEF_WORD "overawe" :CLASS "31.1.a" :WN_SENSE (("1.5" 01013848) ("1.6" 01215095)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (overawe+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#overawe#overawe#overawe#overawe+ingly#(1.5,01013848)(1.6,01215095)###NR ( :DEF_WORD "overawe" :CLASS "31.1.b" :WN_SENSE (("1.5" 01013848) ("1.6" 01215095)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (overawe+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#overbake#overbake#overbake#overbake+ed####NR ( :DEF_WORD "overbake" :CLASS "26.3" :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overbake+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#overburden#overburden#overburden#overburden+ed#(1.5,00421833)(1.6,00509569)###NR ( :DEF_WORD "overburden" :CLASS "13.4.2" :WN_SENSE (("1.5" 00421833) ("1.6" 00509569)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overburden+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#overcast#overcast#overcast#overcast+ingly#(1.5,00761698,00761566)(1.6,00907822,00907690)###NR ( :DEF_WORD "overcast" :CLASS "47.8.c" :WN_SENSE (("1.5" 00761698 00761566) ("1.6" 00907822 00907690)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (overcast+ingly 26)) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#overcharge#overcharge#overcharge1#overcharge1+ingly#(1.5,01318941)(1.6,01584659)###NR ( :DEF_WORD "overcharge" :CLASS "54.5.a" :WN_SENSE (("1.5" 01318941) ("1.6" 01584659)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (overcharge1+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 007#1#_exp_perc#overcome#overcome#overcome#overcome+ingly####BJDMAP ( :DEF_WORD "overcome" :CLASS "007" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (overcome+ingly 26)) ) ;; Grid: 45.3.a#1#_ag_th#overcook#overcook#overcook#overcook+ingly#(1.5,00195976)(1.6,00224364)###NR ( :DEF_WORD "overcook" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195976) ("1.6" 00224364)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (overcook+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#overcook#overcook#overcook#overcook+ingly#(1.5,00195976)(1.6,00224364)###NR ( :DEF_WORD "overcook" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195976) ("1.6" 00224364)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (overcook+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#overcook#overcook#overcook#overcook+ed#(1.5,00195976)(1.6,00224364)###NR ( :DEF_WORD "overcook" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195976) ("1.6" 00224364)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overcook+ed 9)))) ) ;; Grid: 49.b#1#_ag_th#overdo#overdo#overdo#overdo+ingly#(1.5,01453130)(1.6,01751567)###BJDMAP ( :DEF_WORD "overdo" :CLASS "49.b" :WN_SENSE (("1.5" 01453130) ("1.6" 01751567)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (overdo+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#overfill#overfill#overfill#overfill+ed#(1.5,00269614)(1.6,00316638)###BJDMAP ( :DEF_WORD "overfill" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00269614) ("1.6" 00316638)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overfill+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#overflow#overflow#overflow#overflow+ingly#(1.5,01185592)(1.6,01418065)###NR ( :DEF_WORD "overflow" :CLASS "47.8.c" :WN_SENSE (("1.5" 01185592) ("1.6" 01418065)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (overflow+ingly 26)) ) ;; Grid: 47.8.i#1#_th_loc#overhang#overhang#overhang#overhang+ingly#(1.5,01535862,01523978)(1.6,01853641,01840093)###NR ( :DEF_WORD "overhang" :CLASS "47.8.i" :WN_SENSE (("1.5" 01535862 01523978) ("1.6" 01853641 01840093)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (above loc (thing 2) (* thing 11)) (overhang+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#overhaul#overhaul#overhaul#overhaul+ed#(1.5,00155982)(1.6,00178848)###NR ( :DEF_WORD "overhaul" :CLASS "45.4.a" :WN_SENSE (("1.5" 00155982) ("1.6" 00178848)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overhaul+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#overhear#overhear#overhear#overhear+ingly#(1.5,01248887)(1.6,01498845)###NR ( :DEF_WORD "overhear" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01248887) ("1.6" 01498845)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (overhear+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#overhear#overhear#overhear#overhear+ingly#(1.5,01248887)(1.6,01498845)###NR ( :DEF_WORD "overhear" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01248887) ("1.6" 01498845)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (overhear+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#overhear#overhear#overhear#overhear+ingly#(1.5,01248887)(1.6,01498845)###NR ( :DEF_WORD "overhear" :CLASS "30.2.b" :WN_SENSE (("1.5" 01248887) ("1.6" 01498845)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (overhear+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.c#1#_exp_perc#overhear#overhear#overhear#overhear+ingly#(1.5,01248887)(1.6,01498845)###NR ( :DEF_WORD "overhear" :CLASS "30.2.c" :WN_SENSE (("1.5" 01248887) ("1.6" 01498845)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (overhear+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 45.3.a#1#_ag_th#overheat#overheat#overheat#overheat+ingly#(1.5,00197567,00198973,00223590)(1.6,00226243,00227848,00259713)###BJDMAP ( :DEF_WORD "overheat" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197567 00198973 00223590) ("1.6" 00226243 00227848 00259713)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (overheat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#overlap#overlap#overlap#overlap+ed#(1.5,00207678,01505231,01519363,01538446)(1.6,00239591,01815891,01834846,01856772)###NR ( :DEF_WORD "overlap" :CLASS "22.2.a" :WN_SENSE (("1.5" 00207678 01505231 01519363 01538446) ("1.6" 00239591 01815891 01834846 01856772)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overlap+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#overload#overload#overload#overload+ed#(1.5,00110107,00855668)(1.6,00124971,01021688)###BJDMAP ( :DEF_WORD "overload" :CLASS "9.7.d" :WN_SENSE (("1.5" 00110107 00855668) ("1.6" 00124971 01021688)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overload+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#overlook#overlook#overlook#overlook+ingly#(1.5,01236106,01236178)(1.6,01483141,01483225)###NR ( :DEF_WORD "overlook" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01236106 01236178) ("1.6" 01483141 01483225)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (overlook+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 56.b#1#_th,loc()#overnight#overnight#overnight#overnight+####BJDMAP ( :DEF_WORD "overnight" :CLASS "56.b" :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (overnight+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#overpay#overpay#overpay#overpay+ingly#(1.5,01280826)(1.6,01539888)###NR ( :DEF_WORD "overpay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01280826) ("1.6" 01539888)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (overpay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#overpower#overpower#overpower#overpower+ingly#(1.5,01030582)(1.6,01234562)###BJDMAP ( :DEF_WORD "overpower" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030582) ("1.6" 01234562)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (overpower+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#overpraise#overpraise#overpraise#overpraise+ed#(1.5,00480928)(1.6,00581725)###NR ( :DEF_WORD "overpraise" :CLASS "29.2.c" :WN_SENSE (("1.5" 00480928) ("1.6" 00581725)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (overpraise+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#overrule#overrule#overrule#overrule+ingly#(1.5,00403217)(1.6,00484604)###BJDMAP ( :DEF_WORD "overrule" :CLASS "31.1.a" :WN_SENSE (("1.5" 00403217) ("1.6" 00484604)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (overrule+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss#oversee#oversee#oversee#oversee+ingly#(1.5,01383017)(1.6,01664310)###NR ( :DEF_WORD "oversee" :CLASS "36.1.c" :WN_SENSE (("1.5" 01383017) ("1.6" 01664310)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (oversee+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#overshadow#overshadow#overshadow#overshadow+ed#(1.5,01230840)(1.6,01476725)###NR ( :DEF_WORD "overshadow" :CLASS "45.4.a" :WN_SENSE (("1.5" 01230840) ("1.6" 01476725)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overshadow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#overspread#overspread#overspread#overspread+ingly#(1.5,01519515)(1.6,01834998)###NR ( :DEF_WORD "overspread" :CLASS "47.1" :WN_SENSE (("1.5" 01519515) ("1.6" 01834998)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (overspread+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 007#1#_exp_perc#overstep#overstep#overstep#overstep+ingly#(1.5,01509366)(1.6,01820991)###BJDMAP ( :DEF_WORD "overstep" :CLASS "007" :WN_SENSE (("1.5" 01509366) ("1.6" 01820991)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (overstep+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#overstock#overstock#overstock#overstock+ed#(1.5,01321277)(1.6,01588313)###BJDMAP ( :DEF_WORD "overstock" :CLASS "9.7.d" :WN_SENSE (("1.5" 01321277) ("1.6" 01588313)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overstock+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#overstuff#overstuff#overstuff#overstuff+ed#(1.5,00877188)(1.6,01048331)###BJDMAP ( :DEF_WORD "overstuff" :CLASS "9.7.d" :WN_SENSE (("1.5" 00877188) ("1.6" 01048331)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overstuff+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.c#1#_th_goal#overtake#overtake#overtake#overtake+ingly#(1.5,01171782)(1.6,01400792)###NR ( :DEF_WORD "overtake" :CLASS "51.3.2.c" :WN_SENSE (("1.5" 01171782) ("1.6" 01400792)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (to loc (thing 2) (above loc (thing 2) (* thing 6))) (overtake+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#overthrow#overthrow#overthrow#overthrow+ed#(1.5,01360062)(1.6,01636706)###NR ( :DEF_WORD "overthrow" :CLASS "45.4.a" :WN_SENSE (("1.5" 01360062) ("1.6" 01636706)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overthrow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#overturn#overturn#overturn#overturn+ed#(1.5,01088299)(1.6,01303191)###NR ( :DEF_WORD "overturn" :CLASS "45.4.a" :WN_SENSE (("1.5" 01088299) ("1.6" 01303191)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overturn+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#overturn#overturn#overturn#overturn+ed#(1.5,01088299)(1.6,01303191)###NR ( :DEF_WORD "overturn" :CLASS "45.4.b" :WN_SENSE (("1.5" 01088299) ("1.6" 01303191)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overturn+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#overturn#overturn#overturn#overturn+ed#(1.5,01088070)(1.6,01302894)###NR ( :DEF_WORD "overturn" :CLASS "45.4.c" :WN_SENSE (("1.5" 01088070) ("1.6" 01302894)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overturn+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#overweigh#overweigh#overweigh#overweigh+ingly####NR ( :DEF_WORD "overweigh" :CLASS "33.b" :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (overweigh+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#overwhelm#overwhelm#overwhelm#overwhelm+ingly#(1.5,01030582)(1.6,01234562)###NR ( :DEF_WORD "overwhelm" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030582) ("1.6" 01234562)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (overwhelm+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#overwhelm#overwhelm#overwhelm#overwhelm+ingly#(1.5,01030582)(1.6,01234562)###NR ( :DEF_WORD "overwhelm" :CLASS "31.1.b" :WN_SENSE (("1.5" 01030582) ("1.6" 01234562)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (overwhelm+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#overwork#overwork#overwork#overwork+ed#(1.5,01363660)(1.6,01640852)###NR ( :DEF_WORD "overwork" :CLASS "45.4.a" :WN_SENSE (("1.5" 01363660) ("1.6" 01640852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (overwork+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#owe#owe#owe#owe+ingly#(1.5,01283168)(1.6,01542552)###NR ( :DEF_WORD "owe" :CLASS "13.3" :WN_SENSE (("1.5" 01283168) ("1.6" 01542552)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (owe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#owe#owe#owe#owe+ingly#(1.5,01283168)(1.6,01542552)###NR ( :DEF_WORD "owe" :CLASS "13.3" :WN_SENSE (("1.5" 01283168) ("1.6" 01542552)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (owe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#own#own#own#own+ingly#(1.5,01257491)(1.6,01509295)###NR ( :DEF_WORD "own" :CLASS "47.8.c" :WN_SENSE (("1.5" 01257491) ("1.6" 01509295)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (own+ingly 26)) ) ;; Grid: 058#1#_poss_th#own#own#own#own+ingly#(1.5,01257491)(1.6,01509295)###NR ( :DEF_WORD "own" :CLASS "058" :WN_SENSE (("1.5" 01257491) ("1.6" 01509295)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_poss_th")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (own+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#oxidize#oxidize#oxidize#oxidize+ed#(1.5,00143728)(1.6,00163821)###NR ( :DEF_WORD "oxidize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00143728) ("1.6" 00163821)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oxidize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#oxidize#oxidize#oxidize#oxidize+ed#(1.5,00143728)(1.6,00163821)###NR ( :DEF_WORD "oxidize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00143728) ("1.6" 00163821)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oxidize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#oxidize#oxidize#oxidize#oxidize+ed#(1.5,00143728)(1.6,00163821)###NR ( :DEF_WORD "oxidize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00143728) ("1.6" 00163821)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oxidize+ed 9)))) ) ;; Grid: 45.4.c#1#_th#oxygenate#oxygenate#oxygenate#oxygenate+ed#(1.5,00111954,01447728)(1.6,00127256,01744783)###NR ( :DEF_WORD "oxygenate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00111954 01447728) ("1.6" 00127256 01744783)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (oxygenate+ed 9)))) ) ;; Grid: 13.7#1#_ag#oyster#oyster#oyster#oyster+ingly#(1.5,00796197)(1.6,00948525)###NR ( :DEF_WORD "oyster" :CLASS "13.7" :WN_SENSE (("1.5" 00796197) ("1.6" 00948525)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (oyster+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#pacify#pacify#pacify#pacify+ingly#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "pacify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pacify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#pacify#pacify#pacify#pacify+ingly#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "pacify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (pacify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#pacify#pacify#pacify#pacify+ed#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "pacify" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pacify+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#pack#pack#pack#pack+ingly#(1.5,00851881,00853155,00852688,00876771,00853235)(1.6,01016822,01018589,01017942,01047721,01018687)###NR ( :DEF_WORD "pack" :CLASS "9.7.a" :WN_SENSE (("1.5" 00851881 00853155 00852688 00876771 00853235) ("1.6" 01016822 01018589 01017942 01047721 01018687)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pack+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#pack#pack#pack#pack+ed#(1.5,00851881,00853155,00852688,00876771,00853235)(1.6,01016822,01018589,01017942,01047721,01018687)###NR ( :DEF_WORD "pack" :CLASS "9.7.d" :WN_SENSE (("1.5" 00851881 00853155 00852688 00876771 00853235) ("1.6" 01016822 01018589 01017942 01047721 01018687)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pack+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#package#package#package#package+ingly#(1.5,00853324)(1.6,01018832)###NR ( :DEF_WORD "package" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00853324) ("1.6" 01018832)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (package+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#package#package#package#package+ed#(1.5,00853324)(1.6,01018832)###NR ( :DEF_WORD "package" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00853324) ("1.6" 01018832)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (package+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.8.a#1#_mod-poss_th#pad#pad#pad#pad+ed#(1.5,00538565,00194706)(1.6,00647197,00222862)###NR ( :DEF_WORD "pad" :CLASS "9.8.a" :WN_SENSE (("1.5" 00538565 00194706) ("1.6" 00647197 00222862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (pad+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#pad#pad#pad#pad+ed#(1.5,00538565,00194706)(1.6,00647197,00222862)###NR ( :DEF_WORD "pad" :CLASS "9.8.b" :WN_SENSE (("1.5" 00538565 00194706) ("1.6" 00647197 00222862)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (pad+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#pad#pad#pad#pad+ed#(1.5,00538565,00194706)(1.6,00647197,00222862)###NR ( :DEF_WORD "pad" :CLASS "9.8.e" :WN_SENSE (("1.5" 00538565 00194706) ("1.6" 00647197 00222862)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (pad+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 51.3.2.a.i#1#_th#pad#pad#pad#pad+ingly#(1.5,01093073)(1.6,01310919)###NR ( :DEF_WORD "pad" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093073) ("1.6" 01310919)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (pad+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#pad#pad#pad#pad+ingly#(1.5,01093073)(1.6,01310919)###NR ( :DEF_WORD "pad" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093073) ("1.6" 01310919)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (pad+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#paddle#paddle#paddle#paddle+ingly#(1.5,00817767)(1.6,00974161)###NR ( :DEF_WORD "paddle" :CLASS "18.3" :WN_SENSE (("1.5" 00817767) ("1.6" 00974161)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (paddle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#paddle#paddle#paddle#paddle+ingly#(1.5,01109256)(1.6,01326973)###NR ( :DEF_WORD "paddle" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01109256) ("1.6" 01326973)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (paddle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#paddle#paddle#paddle#paddle+ingly#(1.5,01109256)(1.6,01326973)###NR ( :DEF_WORD "paddle" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01109256) ("1.6" 01326973)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (paddle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#paddle#paddle#paddle#paddle+ingly#(1.5,01109256)(1.6,01326973)###NR ( :DEF_WORD "paddle" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01109256) ("1.6" 01326973)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (paddle+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#paddywhack#paddywhack#paddywhack#paddywhack+ingly####NR ( :DEF_WORD "paddywhack" :CLASS "18.3" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (paddywhack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#padlock#padlock#padlock#padlock+ingly#(1.5,00770073)(1.6,00917315)###NR ( :DEF_WORD "padlock" :CLASS "22.4.a" :WN_SENSE (("1.5" 00770073) ("1.6" 00917315)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (padlock+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#padlock#padlock#padlock#padlock+ed#(1.5,00770073)(1.6,00917315)###NR ( :DEF_WORD "padlock" :CLASS "22.4.b" :WN_SENSE (("1.5" 00770073) ("1.6" 00917315)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (padlock+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#page#page#page#page+ingly#(1.5,00423891)(1.6,00512368)###NR ( :DEF_WORD "page" :CLASS "35.5" :WN_SENSE (("1.5" 00423891) ("1.6" 00512368)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (page+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#page#page#page#page+ingly#(1.5,00423891)(1.6,00512368)###NR ( :DEF_WORD "page" :CLASS "35.5" :WN_SENSE (("1.5" 00423891) ("1.6" 00512368)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (page+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#paginate#paginate#paginate#paginate+ed#(1.5,00534410)(1.6,00642727)###NR ( :DEF_WORD "paginate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00534410) ("1.6" 00642727)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paginate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#pain#pain#pain#pain+ingly#(1.5,01020896)(1.6,01224008)###NR ( :DEF_WORD "pain" :CLASS "31.1.a" :WN_SENSE (("1.5" 01020896) ("1.6" 01224008)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pain+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#pain#pain#pain#pain+ingly#(1.5,01020896)(1.6,01224008)###NR ( :DEF_WORD "pain" :CLASS "31.1.b" :WN_SENSE (("1.5" 01020896) ("1.6" 01224008)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (pain+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.8.1#1#_exp,goal,src(from)#pain#pain#pain#pain+ingly#(1.5,01020896,00044410)(1.6,01224008,00049733)###BJDMAP ( :DEF_WORD "pain" :CLASS "40.8.1" :WN_SENSE (("1.5" 01020896 00044410) ("1.6" 01224008 00049733)) :PROPBANK ("arg0 arg1-REC arg2(from)") :THETA_ROLES ((1 "_exp,goal,src(from)")) :LCS (go_ext perc (* thing 2) (to perc (thing 2) (at perc (thing 2) (* thing 6))) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (pain+ingly 26)) :VAR_SPEC ((3 :optional) (6 :optional)) ) ;; Grid: 24#1#,ag_th,instr(with)#paint#paint#paint#paint+ed#(1.5,00783105)(1.6,00932708)###NR ( :DEF_WORD "paint" :CLASS "24" :WN_SENSE (("1.5" 00783105) ("1.6" 00932708)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paint+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 25.1.a#1#_ag_th,goal()#paint#paint#paint#paint+ingly#(1.5,00965279,00965134)(1.6,01156290,01156145)###NR ( :DEF_WORD "paint" :CLASS "25.1.a" :WN_SENSE (("1.5" 00965279 00965134) ("1.6" 01156290 01156145)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (paint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#paint#paint#paint#paint+ed#(1.5,00965279,00965134)(1.6,01156290,01156145)###NR ( :DEF_WORD "paint" :CLASS "25.1.b" :WN_SENSE (("1.5" 00965279 00965134) ("1.6" 01156290 01156145)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paint+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.2#1#_ag_th,goal()#paint#paint#paint#paint+ingly#(1.5,00965279,00965134)(1.6,01156290,01156145)###NR ( :DEF_WORD "paint" :CLASS "25.2" :WN_SENSE (("1.5" 00965279 00965134) ("1.6" 01156290 01156145)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (paint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 26.7.i#1#_ag#paint#paint#paint#paint+ingly#(1.5,00965279)(1.6,01156290)###NR ( :DEF_WORD "paint" :CLASS "26.7.i" :WN_SENSE (("1.5" 00965279) ("1.6" 01156290)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (paint+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#paint#paint#paint#paint+ingly#(1.5,00965279,00965134)(1.6,01156290,01156145)###NR ( :DEF_WORD "paint" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00965279 00965134) ("1.6" 01156290 01156145)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (paint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#paint#paint#paint#paint+ingly#(1.5,00965279,00965134)(1.6,01156290,01156145)###NR ( :DEF_WORD "paint" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00965279 00965134) ("1.6" 01156290 01156145)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (paint+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#paint#paint#paint#paint+ed#(1.5,00965134)(1.6,01156145)###NR ( :DEF_WORD "paint" :CLASS "29.2.c" :WN_SENSE (("1.5" 00965134) ("1.6" 01156145)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (paint+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#paint#paint#paint#paint+ingly#(1.5,00965134)(1.6,01156145)###NR ( :DEF_WORD "paint" :CLASS "29.2.d" :WN_SENSE (("1.5" 00965134) ("1.6" 01156145)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (paint+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#pair#pair#pair#pair+ed#(1.5,00740895)(1.6,00883027)###NR ( :DEF_WORD "pair" :CLASS "22.2.a" :WN_SENSE (("1.5" 00740895) ("1.6" 00883027)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pair+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#pair#pair#pair#pair+ed#(1.5,01410103)(1.6,01697233)###NR ( :DEF_WORD "pair" :CLASS "22.2.c" :WN_SENSE (("1.5" 01410103) ("1.6" 01697233)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pair+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#pair#pair#pair#pair+ingly#(1.5,01410103,00821271)(1.6,01697233,00979316)###NR ( :DEF_WORD "pair" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01410103 00821271) ("1.6" 01697233 00979316)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (pair+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#pair#pair#pair#pair+ingly#(1.5,01410103)(1.6,01697233)###NR ( :DEF_WORD "pair" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01410103) ("1.6" 01697233)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (pair+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#pair#pair#pair#pair+ed#(1.5,01410103)(1.6,01697233)###NR ( :DEF_WORD "pair" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01410103) ("1.6" 01697233)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pair+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#pair#pair#pair#pair+ingly#(1.5,01410103)(1.6,01697233)###NR ( :DEF_WORD "pair" :CLASS "36.1.c" :WN_SENSE (("1.5" 01410103) ("1.6" 01697233)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (pair+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#pair#pair#pair#pair+ingly#(1.5,01410103)(1.6,01697233)###NR ( :DEF_WORD "pair" :CLASS "36.1.d" :WN_SENSE (("1.5" 01410103) ("1.6" 01697233)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (pair+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pale#pale#pale#pale+ed#(1.5,00061364)(1.6,00070283)###NR ( :DEF_WORD "pale" :CLASS "45.4.a" :WN_SENSE (("1.5" 00061364) ("1.6" 00070283)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pale+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#pale#pale#pale#pale+ed#(1.5,00061364)(1.6,00070283)###NR ( :DEF_WORD "pale" :CLASS "45.4.b" :WN_SENSE (("1.5" 00061364) ("1.6" 00070283)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pale+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#pale#pale#pale#pale+ed#(1.5,00061364)(1.6,00070283)###NR ( :DEF_WORD "pale" :CLASS "45.4.c" :WN_SENSE (("1.5" 00061364) ("1.6" 00070283)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pale+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#palliate#palliate#palliate#palliate+ed#(1.5,00040410)(1.6,00044854)###NR ( :DEF_WORD "palliate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00040410) ("1.6" 00044854)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (palliate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#palpate#palpate#palpate#palpate+ingly#(1.5,00688407)(1.6,00823811)###BJDMAP ( :DEF_WORD "palpate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00688407) ("1.6" 00823811)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (palpate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#palpitate#palpitate#palpitate#palpitate+ed#(1.5,01071405)(1.6,01283610)###NR ( :DEF_WORD "palpitate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01071405) ("1.6" 01283610)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (palpitate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#pamper#pamper#pamper#pamper+ingly#(1.5,01454027)(1.6,01752616)###NR ( :DEF_WORD "pamper" :CLASS "31.2.b" :WN_SENSE (("1.5" 01454027) ("1.6" 01752616)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (pamper+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 45.3.a#1#_ag_th#pan-broil#pan-broil#pan-broil#pan-broil+ingly#(1.5,00198973)(1.6,00227848)###NR ( :DEF_WORD "pan-broil" :CLASS "45.3.a" :WN_SENSE (("1.5" 00198973) ("1.6" 00227848)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pan-broil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#pan-broil#pan-broil#pan-broil#pan-broil+ingly#(1.5,00198973)(1.6,00227848)###NR ( :DEF_WORD "pan-broil" :CLASS "45.3.b" :WN_SENSE (("1.5" 00198973) ("1.6" 00227848)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pan-broil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#pan-broil#pan-broil#pan-broil#pan-broil+ed#(1.5,00198973)(1.6,00227848)###NR ( :DEF_WORD "pan-broil" :CLASS "45.3.c" :WN_SENSE (("1.5" 00198973) ("1.6" 00227848)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pan-broil+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#pan-fry#pan-fry#pan-fry#pan-fry+ingly#(1.5,00197567)(1.6,00226243)###NR ( :DEF_WORD "pan-fry" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197567) ("1.6" 00226243)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pan-fry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#pan-fry#pan-fry#pan-fry#pan-fry+ingly#(1.5,00197567)(1.6,00226243)###NR ( :DEF_WORD "pan-fry" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197567) ("1.6" 00226243)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pan-fry+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#pan-fry#pan-fry#pan-fry#pan-fry+ed#(1.5,00197567)(1.6,00226243)###NR ( :DEF_WORD "pan-fry" :CLASS "45.3.c" :WN_SENSE (("1.5" 00197567) ("1.6" 00226243)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pan-fry+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#panel#panel#panel#panel+ed#(1.5,00960958)(1.6,01152056)###NR ( :DEF_WORD "panel" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00960958) ("1.6" 01152056)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (panel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#panic#panic#panic#panic+ingly#(1.5,01015329)(1.6,01217265)###BJDMAP ( :DEF_WORD "panic" :CLASS "31.3.b" :WN_SENSE (("1.5" 01015329) ("1.6" 01217265)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (panic+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 40.1.1#1#_th#pant#pant#pant#pant+ingly#(1.5,00004262,00556065)(1.6,00004002,00667478)###BJDMAP ( :DEF_WORD "pant" :CLASS "40.1.1" :WN_SENSE (("1.5" 00004262 00556065) ("1.6" 00004002 00667478)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (pant+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#paper#paper#paper#paper+ed#(1.5,00725196,00725101)(1.6,00865289,00865289)###NR ( :DEF_WORD "paper" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00725196 00725101) ("1.6" 00865289 00865289)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paper+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#parachute#parachute#parachute#parachute+ingly#(1.5,01121237)(1.6,01339823)###NR ( :DEF_WORD "parachute" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01121237) ("1.6" 01339823)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (parachute+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#parachute#parachute#parachute#parachute+ingly#(1.5,01121237)(1.6,01339823)###NR ( :DEF_WORD "parachute" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01121237) ("1.6" 01339823)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (parachute+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#parade#parade#parade#parade+ingly#(1.5,01096375)(1.6,01313330)###NR ( :DEF_WORD "parade" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (parade+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#parade#parade#parade#parade+ingly#(1.5,01096375)(1.6,01313330)###NR ( :DEF_WORD "parade" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (parade+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#parade#parade#parade#parade+ingly#(1.5,01096375)(1.6,01313330)###NR ( :DEF_WORD "parade" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (parade+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#parade#parade#parade#parade+ingly#(1.5,01096375)(1.6,01313330)###NR ( :DEF_WORD "parade" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (parade+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#paralyze#paralyze#paralyze#paralyze+ed#(1.5,00160052,00159803)(1.6,00183364,00183081)###NR ( :DEF_WORD "paralyze" :CLASS "45.4.a" :WN_SENSE (("1.5" 00160052 00159803) ("1.6" 00183364 00183081)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paralyze+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#parboil#parboil#parboil#parboil+ingly#(1.5,00195322)(1.6,00223633)###NR ( :DEF_WORD "parboil" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (parboil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#parboil#parboil#parboil#parboil+ingly#(1.5,00195322)(1.6,00223633)###NR ( :DEF_WORD "parboil" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (parboil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#parboil#parboil#parboil#parboil+ed#(1.5,00195322)(1.6,00223633)###NR ( :DEF_WORD "parboil" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195322) ("1.6" 00223633)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (parboil+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#parch#parch#parch#parch+ingly#(1.5,00130553)(1.6,00148928)###NR ( :DEF_WORD "parch" :CLASS "45.3.a" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (parch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#parch#parch#parch#parch+ingly#(1.5,00130553)(1.6,00148928)###NR ( :DEF_WORD "parch" :CLASS "45.3.b" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (parch+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#parch#parch#parch#parch+ed#(1.5,00130553)(1.6,00148928)###NR ( :DEF_WORD "parch" :CLASS "45.3.c" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (parch+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#pardon#pardon#pardon#pardon+ed#(1.5,00509287)(1.6,00612955)###NR ( :DEF_WORD "pardon" :CLASS "10.6.a" :WN_SENSE (("1.5" 00509287) ("1.6" 00612955)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pardon+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#pardon#pardon#pardon#pardon+#(1.5,00509593,00509287)(1.6,00613352,00612955)###NR ( :DEF_WORD "pardon" :CLASS "33.a.ii" :WN_SENSE (("1.5" 00509593 00509287) ("1.6" 00613352 00612955)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (pardon+ 2) (toward comm (pardon+ 2) (at comm (pardon+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#park#park#park#park+ingly#(1.5,00858995,01102043)(1.6,01025543,01319179)#loc##NR ( :DEF_WORD "park" :CLASS "9.1" :WN_SENSE (("1.5" 00858995 01102043) ("1.6" 01025543 01319179)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (park+ingly 26)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#parley#parley#parley#parley+ingly#(1.5,00428403)(1.6,00518082)###NR ( :DEF_WORD "parley" :CLASS "36.1.c" :WN_SENSE (("1.5" 00428403) ("1.6" 00518082)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (parley+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#parley#parley#parley#parley+ingly#(1.5,00428403)(1.6,00518082)###NR ( :DEF_WORD "parley" :CLASS "36.1.d" :WN_SENSE (("1.5" 00428403) ("1.6" 00518082)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (parley+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#parquet#parquet#parquet#parquet+ed####NR ( :DEF_WORD "parquet" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (parquet+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#part#part#part#part+ingly#(1.5,00897572)(1.6,01073112)###NR ( :DEF_WORD "part" :CLASS "23.1.a" :WN_SENSE (("1.5" 00897572) ("1.6" 01073112)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (part+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#part#part#part#part+ed#(1.5,00897572)(1.6,01073112)###NR ( :DEF_WORD "part" :CLASS "23.1.b" :WN_SENSE (("1.5" 00897572) ("1.6" 01073112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (part+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 41.2.2#1#_ag_th#part#part#part#part+ed#(1.5,00897572)(1.6,01073112)###NR ( :DEF_WORD "part" :CLASS "41.2.2" :WN_SENSE (("1.5" 00897572) ("1.6" 01073112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (part+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#participate#participate#participate#participate+ingly#(1.5,01387083)(1.6,01669634)###NR ( :DEF_WORD "participate" :CLASS "36.1.c" :WN_SENSE (("1.5" 01387083) ("1.6" 01669634)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (participate+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#participate#participate#participate#participate+ingly#(1.5,00611517,01387083)(1.6,00733885,01669634)###NR ( :DEF_WORD "participate" :CLASS "36.1.d" :WN_SENSE (("1.5" 00611517 01387083) ("1.6" 00733885 01669634)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (participate+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 10.1#1#_ag_th,src()#partition#partition#partition#partition+ingly#(1.5,00900790)(1.6,01077267)#loc##NR ( :DEF_WORD "partition" :CLASS "10.1" :WN_SENSE (("1.5" 00900790) ("1.6" 01077267)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (partition+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#partition#partition#partition#partition+ingly#(1.5,00900790)(1.6,01077267)###NR ( :DEF_WORD "partition" :CLASS "23.3.a" :WN_SENSE (("1.5" 00900790) ("1.6" 01077267)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (partition+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#partition#partition#partition#partition+ed#(1.5,00900790)(1.6,01077267)###NR ( :DEF_WORD "partition" :CLASS "23.3.b" :WN_SENSE (("1.5" 00900790) ("1.6" 01077267)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (partition+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#partner#partner#partner#partner+ingly#(1.5,01343091)(1.6,01615020)###NR ( :DEF_WORD "partner" :CLASS "29.8.a" :WN_SENSE (("1.5" 01343091) ("1.6" 01615020)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (partner+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#partner#partner#partner#partner+ingly#(1.5,01325016,01343091)(1.6,01592263,01615020)###NR ( :DEF_WORD "partner" :CLASS "29.8.b" :WN_SENSE (("1.5" 01325016 01343091) ("1.6" 01592263 01615020)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (partner+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#pass#pass#pass#pass+ingly#(1.5,01517764,01271641,01173324,00868060,01271194,00417813)(1.6,01832891,01526925,01402976,01526925,01526289,00503459)###NR ( :DEF_WORD "pass" :CLASS "11.1" :WN_SENSE (("1.5" 01517764 01271641 01173324 00868060 01271194 00417813) ("1.6" 01832891 01526925 01402976 01526925 01526289 00503459)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (pass+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#pass#pass#pass#pass+ingly#(1.5,01517764,01271641,01173324,00868060,01271194,00417813)(1.6,01832891,01526925,01402976,01526925,01526289,00503459)###NR ( :DEF_WORD "pass" :CLASS "11.1" :WN_SENSE (("1.5" 01517764 01271641 01173324 00868060 01271194 00417813) ("1.6" 01832891 01526925 01402976 01526925 01526289 00503459)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (pass+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#pass#pass#pass#pass+ingly#(1.5,00868060,01271194)(1.6,01526925,01526289)###NR ( :DEF_WORD "pass" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00868060 01271194) ("1.6" 01526925 01526289)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (pass+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#pass#pass#pass#pass+ingly#(1.5,00868060,01271194)(1.6,01526925,01526289)###NR ( :DEF_WORD "pass" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00868060 01271194) ("1.6" 01526925 01526289)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (pass+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#pass#pass#pass#pass+ingly#(1.5,01271641,00868060)(1.6,01526925,01526925)###NR ( :DEF_WORD "pass" :CLASS "17.1" :WN_SENSE (("1.5" 01271641 00868060) ("1.6" 01526925 01526925)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (pass+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#pass#pass#pass#pass+ingly#(1.5,01271641,00868060)(1.6,01526925,01526925)###NR ( :DEF_WORD "pass" :CLASS "17.1" :WN_SENSE (("1.5" 01271641 00868060) ("1.6" 01526925 01526925)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (pass+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.2.a.ii#1#_th_goal#pass#pass#pass#pass+ingly#(1.5,01171964)(1.6,01401678)###NR ( :DEF_WORD "pass" :CLASS "36.2.a.ii" :WN_SENSE (("1.5" 01171964) ("1.6" 01401678)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (toward loc (thing 2) (co loc (thing 2) (* thing 6))) (pass+ingly 26)) :VAR_SPEC ((2 (human +)) (6 (human +))) ) ;; Grid: 36.2.b.ii#1#,ag_th#pass#pass#pass#pass+ed#(1.5,01171964)(1.6,01401678)###NR ( :DEF_WORD "pass" :CLASS "36.2.b.ii" :WN_SENSE (("1.5" 01171964) ("1.6" 01401678)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pass+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#pass_on#pass_on#pass_on#pass+ingly###(manner = on+/m)#NR ( :DEF_WORD "pass_on" :GLOSS_HEAD "pass" :CLASS "11.1" :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (pass+ingly 26) (on+/m)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_th,goal#pass_on#pass_on#pass_on#pass+ingly###(particle = on)#NR ( :DEF_WORD "pass_on" :GLOSS_HEAD "pass" :CLASS "17.1" :PROPBANK ("arg0 arg1 arg2") :THETA_ROLES ((2 "_ag_th,goal")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (pass+ingly 26)) :VAR_SPEC ((6 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal#pass_through#pass_through#pass_through#pass+ingly####NR ( :DEF_WORD "pass_through" :GLOSS_HEAD "pass" :CLASS "51.3.2.b.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2") :THETA_ROLES ((1 "_ag_th,src(),goal")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((to 5) loc (thing 2) ([at] loc (thing 2) (* thing 6)))) (pass+ingly 26)) :VAR_SPEC ((6 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#paste#paste#paste#paste+ingly#(1.5,00762986)(1.6,00909290)###NR ( :DEF_WORD "paste" :CLASS "22.4.a" :WN_SENSE (("1.5" 00762986) ("1.6" 00909290)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (paste+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#paste#paste#paste#paste+ed#(1.5,00762986)(1.6,00909290)###NR ( :DEF_WORD "paste" :CLASS "22.4.b" :WN_SENSE (("1.5" 00762986) ("1.6" 00909290)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (paste+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pasteurize#pasteurize#pasteurize#pasteurize+ed#(1.5,00220482)(1.6,00255269)###NR ( :DEF_WORD "pasteurize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00220482) ("1.6" 00255269)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pasteurize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#pasture#pasture#pasture#pasture+#(1.5,00906562)(1.6,01085489)###NR ( :DEF_WORD "pasture" :CLASS "9.10" :WN_SENSE (("1.5" 00906562) ("1.6" 01085489)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (pasture+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#pat#pat#pat#pat+ingly#(1.5,00702250)(1.6,00839881)###NR ( :DEF_WORD "pat" :CLASS "20.a" :WN_SENSE (("1.5" 00702250) ("1.6" 00839881)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (pat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#patch#patch#patch#patch+ed#(1.5,00156254)(1.6,00179152)###NR ( :DEF_WORD "patch" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00156254) ("1.6" 00179152)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (patch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#patrol#patrol#patrol#patrol+ingly#(1.5,01389843)(1.6,01672974)###NR ( :DEF_WORD "patrol" :CLASS "35.2.a" :WN_SENSE (("1.5" 01389843) ("1.6" 01672974)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (patrol+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#patrol#patrol#patrol#patrol+ingly#(1.5,01389843)(1.6,01672974)###NR ( :DEF_WORD "patrol" :CLASS "35.2.a" :WN_SENSE (("1.5" 01389843) ("1.6" 01672974)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (patrol+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#patrol#patrol#patrol#patrol+ingly#(1.5,01389843)(1.6,01672974)###NR ( :DEF_WORD "patrol" :CLASS "35.2.b" :WN_SENSE (("1.5" 01389843) ("1.6" 01672974)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (patrol+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#patter#patter#patter#patter+ingly#(1.5,01247131)(1.6,01496285)###NR ( :DEF_WORD "patter" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247131) ("1.6" 01496285)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (patter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#patter#patter#patter#patter+ingly#(1.5,01247131)(1.6,01496285)###NR ( :DEF_WORD "patter" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247131) ("1.6" 01496285)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (patter+ingly 26)) ) ;; Grid: 29.7#1#_ag_th#pauper#pauper#pauper#pauper+ed####NR ( :DEF_WORD "pauper" :CLASS "29.7" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pauper+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 53.1#1#_th,loc()#pause#pause#pause#pause+ingly#(1.5,01494652)(1.6,01803236)###NR ( :DEF_WORD "pause" :CLASS "53.1" :WN_SENSE (("1.5" 01494652) ("1.6" 01803236)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (pause+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#pave#pave#pave#pave+ed#(1.5,00724423)(1.6,00864543)###NR ( :DEF_WORD "pave" :CLASS "9.8.a" :WN_SENSE (("1.5" 00724423) ("1.6" 00864543)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (pave+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#pave#pave#pave#pave+ed#(1.5,00724423)(1.6,00864543)###NR ( :DEF_WORD "pave" :CLASS "9.8.b" :WN_SENSE (("1.5" 00724423) ("1.6" 00864543)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (pave+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#paw#paw#paw#paw+ingly#(1.5,00688933)(1.6,00824419)###NR ( :DEF_WORD "paw" :CLASS "18.2.a" :WN_SENSE (("1.5" 00688933) ("1.6" 00824419)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (paw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#paw#paw#paw#paw+ingly#(1.5,00688933)(1.6,00824419)###NR ( :DEF_WORD "paw" :CLASS "18.2.b" :WN_SENSE (("1.5" 00688933) ("1.6" 00824419)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (paw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#paw#paw#paw#paw+ingly#(1.5,00688831)(1.6,00824290)###NR ( :DEF_WORD "paw" :CLASS "35.5" :WN_SENSE (("1.5" 00688831) ("1.6" 00824290)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (paw+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#paw#paw#paw#paw+ingly#(1.5,00688831)(1.6,00824290)###NR ( :DEF_WORD "paw" :CLASS "35.5" :WN_SENSE (("1.5" 00688831) ("1.6" 00824290)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (paw+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 025#1#_ag_th_goal(on,for)#pay#pay#pay#pay+ingly#(1.5,01281885,01282681)(1.6,01540968,01542031)###NR ! ;; Grid: 13.1.b.ii#1#_ag_th,goal(to),ben(for),instr(for)#pawn#pawn#pawn#pawn+ingly#(1.5,01334375)(1.6,01602608)###NR ( :DEF_WORD "pawn" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01334375) ("1.6" 01602608)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (pawn+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#pay#pay#pay#pay+ingly#(1.5,01281885)(1.6,01540968)###NR ( :DEF_WORD "pay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01281885) ("1.6" 01540968)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (pay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#pay#pay#pay#pay+ingly#(1.5,01281885)(1.6,01540968)###NR ( :DEF_WORD "pay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01281885) ("1.6" 01540968)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (pay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#peal#peal#peal#peal+ingly#(1.5,01244880,01244553)(1.6,01493737,01493348)###NR ( :DEF_WORD "peal" :CLASS "43.2.a" :WN_SENSE (("1.5" 01244880 01244553) ("1.6" 01493737 01493348)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (peal+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#peal#peal#peal#peal+ingly#(1.5,01244880,01244553)(1.6,01493737,01493348)###NR ( :DEF_WORD "peal" :CLASS "43.2.b" :WN_SENSE (("1.5" 01244880 01244553) ("1.6" 01493737 01493348)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (peal+ingly 26)) ) ;; Grid: 13.7#1#_ag#pearl#pearl#pearl#pearl+ingly#(1.5,00796396)(1.6,00948724)###NR ( :DEF_WORD "pearl" :CLASS "13.7" :WN_SENSE (("1.5" 00796396) ("1.6" 00948724)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (pearl+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#peck#peck#peck#peck+ingly#(1.5,00822724)(1.6,00981318)###NR ( :DEF_WORD "peck" :CLASS "18.2.a" :WN_SENSE (("1.5" 00822724) ("1.6" 00981318)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (peck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#peck#peck#peck#peck+ingly#(1.5,00666660,00708982)(1.6,00798000,00847678)###NR ( :DEF_WORD "peck" :CLASS "18.2.b" :WN_SENSE (("1.5" 00666660 00708982) ("1.6" 00798000 00847678)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (peck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.b#1#_ag_th,mod-loc()#peck#peck#peck#peck+ingly#(1.5,00822724)(1.6,00981318)###NR ( :DEF_WORD "peck" :CLASS "20.b" :WN_SENSE (("1.5" 00822724) ("1.6" 00981318)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (peck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#peck#peck#peck#peck+ingly#(1.5,00666547)(1.6,00797887)###NR ( :DEF_WORD "peck" :CLASS "39.2.a" :WN_SENSE (("1.5" 00666547) ("1.6" 00797887)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (peck+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#peck#peck#peck#peck+ingly#(1.5,00666547)(1.6,00797887)###NR ( :DEF_WORD "peck" :CLASS "39.2.b" :WN_SENSE (("1.5" 00666547) ("1.6" 00797887)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (peck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#peck#peck#peck#peck+ingly#(1.5,00666547)(1.6,00797887)###NR ( :DEF_WORD "peck" :CLASS "39.2.c" :WN_SENSE (("1.5" 00666547) ("1.6" 00797887)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (peck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#pedal#pedal#pedal#pedal+ingly#(1.5,01102710)(1.6,01320026)###NR ( :DEF_WORD "pedal" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (pedal+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#pedal#pedal#pedal#pedal+ingly#(1.5,01102710)(1.6,01320026)###NR ( :DEF_WORD "pedal" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pedal+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#pedal#pedal#pedal#pedal+ingly#(1.5,01102710)(1.6,01320026)###NR ( :DEF_WORD "pedal" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01102710) ("1.6" 01320026)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (pedal+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#peddle#peddle#peddle#peddle+ingly#(1.5,01310172)(1.6,01574557)###NR ( :DEF_WORD "peddle" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01310172) ("1.6" 01574557)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (peddle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#peddle#peddle#peddle#peddle+ingly#(1.5,01310172)(1.6,01574557)###NR ( :DEF_WORD "peddle" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01310172) ("1.6" 01574557)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (peddle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#peek#peek#peek#peek+ingly#(1.5,01235180)(1.6,01482148)###NR ( :DEF_WORD "peek" :CLASS "30.3.a" :WN_SENSE (("1.5" 01235180) ("1.6" 01482148)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (peek+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#peek#peek#peek#peek+ingly#(1.5,01235180)(1.6,01482148)###NR ( :DEF_WORD "peek" :CLASS "30.3.b" :WN_SENSE (("1.5" 01235180) ("1.6" 01482148)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (peek+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.7#1#_ag_src#peel#peel#peel##(1.5,00721361,00719405)(1.6,00861277,00859073)#loc#(th = peel+)#NR ( :DEF_WORD "peel" :CLASS "10.7" :WN_SENSE (("1.5" 00721361 00719405) ("1.6" 00861277 00859073)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (peel+ 2) (from loc (peel+ 2) (at loc (peel+ 2) (* thing 4))))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#peep#peep#peep#peep+ingly#(1.5,01235180)(1.6,01482148)###NR ( :DEF_WORD "peep" :CLASS "30.3.a" :WN_SENSE (("1.5" 01235180) ("1.6" 01482148)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (peep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#peep#peep#peep#peep+ingly#(1.5,01235180)(1.6,01482148)###NR ( :DEF_WORD "peep" :CLASS "30.3.b" :WN_SENSE (("1.5" 01235180) ("1.6" 01482148)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (peep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#peep#peep#peep#peep+#(1.5,01235180)(1.6,01482148)###NR ( :DEF_WORD "peep" :CLASS "38" :WN_SENSE (("1.5" 01235180) ("1.6" 01482148)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (peep+ 2) ((* toward 5) comm (peep+ 2) (touching comm (peep+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#peer#peer#peer#peer+ingly#(1.5,01237678)(1.6,01485138)###NR ( :DEF_WORD "peer" :CLASS "30.3.a" :WN_SENSE (("1.5" 01237678) ("1.6" 01485138)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (peer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#peer#peer#peer#peer+ingly#(1.5,01237678)(1.6,01485138)###NR ( :DEF_WORD "peer" :CLASS "30.3.b" :WN_SENSE (("1.5" 01237678) ("1.6" 01485138)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (peer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#peeve#peeve#peeve#peeve+ingly#(1.5,01019248)(1.6,01221478)###NR ( :DEF_WORD "peeve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019248) ("1.6" 01221478)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (peeve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#peeve#peeve#peeve#peeve+ingly#(1.5,01019248)(1.6,01221478)###NR ( :DEF_WORD "peeve" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019248) ("1.6" 01221478)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (peeve+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#peg#peg#peg#peg+ingly#(1.5,00768501)(1.6,00915701)###NR ( :DEF_WORD "peg" :CLASS "22.4.a" :WN_SENSE (("1.5" 00768501) ("1.6" 00915701)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (peg+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#peg#peg#peg#peg+ed#(1.5,00768501)(1.6,00915701)###NR ( :DEF_WORD "peg" :CLASS "22.4.b" :WN_SENSE (("1.5" 00768501) ("1.6" 00915701)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (peg+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#peg#peg#peg#peg+ingly#(1.5,01429628)(1.6,01721618)###NR ( :DEF_WORD "peg" :CLASS "54.4" :WN_SENSE (("1.5" 01429628) ("1.6" 01721618)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (peg+ingly 26)) ) ;; Grid: 17.2.i#1#_ag_th,instr(with)#pelt#pelt#pelt#pelt+ingly#(1.5,00866849,00634298,01558837)(1.6,01035671,00760677,01884703)###BJDMAP ( :DEF_WORD "pelt" :CLASS "17.2.i" :WN_SENSE (("1.5" 00866849 00634298 01558837) ("1.6" 01035671 00760677 01884703)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pelt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 57.b#1#_mod-poss(with)#pelt#pelt#pelt#pelt+ingly#(1.5,01558837)(1.6,01884703)###NR ( :DEF_WORD "pelt" :CLASS "57.b" :WN_SENSE (("1.5" 01558837) ("1.6" 01884703)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (pelt+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 9.10#1#_ag_th#pen#pen#pen##(1.5,00972859)(1.6,01164896)#loc#(goal() = in pen+)#NR ( :DEF_WORD "pen" :CLASS "9.10" :WN_SENSE (("1.5" 00972859) ("1.6" 01164896)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (pen+ 6))))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#penalize#penalize#penalize#penalize+ingly#(1.5,01414994)(1.6,01703421)###NR ( :DEF_WORD "penalize" :CLASS "33.b" :WN_SENSE (("1.5" 01414994) ("1.6" 01703421)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (penalize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#pencil#pencil#pencil#pencil+ingly#(1.5,00967283)(1.6,01158924)###NR ( :DEF_WORD "pencil" :CLASS "25.2" :WN_SENSE (("1.5" 00967283) ("1.6" 01158924)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pencil+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pendulate#pendulate#pendulate#pendulate+ed####NR ( :DEF_WORD "pendulate" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pendulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 011#1#_th_goal(through)#penetrate#penetrate#penetrate#penetrate+ingly#(1.5,00699493)(1.6,00836413)###BJDMAP ( :DEF_WORD "penetrate" :CLASS "011" :WN_SENSE (("1.5" 00699493) ("1.6" 00836413)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (go loc (* thing 2) ((* via 5) loc (thing 2) (at loc (thing 2) (thing 6))) (penetrate+ingly 26)) ) ;; Grid: 011#1#_th_goal#penetrate#penetrate#penetrate#penetrate+ingly#(1.5,00699493)(1.6,00836413)###BJDMAP ( :DEF_WORD "penetrate" :CLASS "011" :WN_SENSE (("1.5" 00699493) ("1.6" 00836413)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) ((via 5) loc (thing 2) (at loc (thing 2) (* thing 6))) (penetrate+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#people#people#people#people+ed#(1.5,00268300)(1.6,00315029)###NR ( :DEF_WORD "people" :CLASS "45.4.a" :WN_SENSE (("1.5" 00268300) ("1.6" 00315029)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (people+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#pepper#pepper#pepper#pepper+ed#(1.5,01253043)(1.6,01503476)###NR ( :DEF_WORD "pepper" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01253043) ("1.6" 01503476)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pepper+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#perambulate#perambulate#perambulate#perambulate+ingly#(1.5,01088884)(1.6,01303950)###NR ( :DEF_WORD "perambulate" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01088884) ("1.6" 01303950)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (perambulate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 018.b#1#_exp_perc(to)#perceive#perceive#perceive#perceive+ingly#(1.5,--)(1.6,00399347)###NR ! ;; Grid: 018.a#1#_exp_perc(that)#perceive#perceive#perceive#perceive+ingly#(1.5,--)(1.6,00399347)###NR ! ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#perambulate#perambulate#perambulate#perambulate+ingly#(1.5,01088884)(1.6,01303950)###NR ( :DEF_WORD "perambulate" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01088884) ("1.6" 01303950)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (perambulate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 30.2.a.i#1#_exp_perc#perceive#perceive#perceive#perceive+ingly#(1.5,01202814)(1.6,01441871)###NR ( :DEF_WORD "perceive" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (perceive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#perceive#perceive#perceive#perceive+ingly#(1.5,01202814)(1.6,01441871)###NR ( :DEF_WORD "perceive" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (perceive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#perceive#perceive#perceive#perceive+ingly#(1.5,01202814)(1.6,01441871)###NR ( :DEF_WORD "perceive" :CLASS "30.2.b" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (perceive+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.c#1#_exp_perc#perceive#perceive#perceive#perceive+ingly#(1.5,01202814)(1.6,01441871)###NR ( :DEF_WORD "perceive" :CLASS "30.2.c" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (perceive+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 9.2.i#1#_th,loc()#perch#perch#perch#perch+ingly#(1.5,00888747,01128063)(1.6,01062411,01347698)###NR ( :DEF_WORD "perch" :CLASS "9.2.i" :WN_SENSE (("1.5" 00888747 01128063) ("1.6" 01062411 01347698)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (perch+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#perch#perch#perch#perch+ingly#(1.5,--)(1.6,01110059)###NR ( :DEF_WORD "perch" :CLASS "9.2.ii" :WN_SENSE (("1.5" --) ("1.6" 01110059)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (perch+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#perch#perch#perch#perch+ingly#(1.5,00888747,01128063)(1.6,01062411,01347698)###NR ( :DEF_WORD "perch" :CLASS "47.6.a" :WN_SENSE (("1.5" 00888747 01128063) ("1.6" 01062411 01347698)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (perch+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 45.3.a#1#_ag_th#percolate#percolate#percolate#percolate+ingly#(1.5,00839440)(1.6,01000791)###NR ( :DEF_WORD "percolate" :CLASS "45.3.a" :WN_SENSE (("1.5" 00839440) ("1.6" 01000791)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (percolate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#percolate#percolate#percolate#percolate+ingly#(1.5,00839440)(1.6,01000791)###NR ( :DEF_WORD "percolate" :CLASS "45.3.b" :WN_SENSE (("1.5" 00839440) ("1.6" 01000791)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (percolate+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#percolate#percolate#percolate#percolate+ed#(1.5,00839440)(1.6,01000791)###NR ( :DEF_WORD "percolate" :CLASS "45.3.c" :WN_SENSE (("1.5" 00839440) ("1.6" 01000791)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (percolate+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#perfect#perfect#perfect#perfect+ed#(1.5,00279738,00938882)(1.6,00329781,01127377)###NR ( :DEF_WORD "perfect" :CLASS "45.4.a" :WN_SENSE (("1.5" 00279738 00938882) ("1.6" 00329781 01127377)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perfect+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#perforate#perforate#perforate#perforate+ed#(1.5,00829878)(1.6,00989536)###NR ( :DEF_WORD "perforate" :CLASS "21.2.a" :WN_SENSE (("1.5" 00829878) ("1.6" 00989536)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perforate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#perforate#perforate#perforate#perforate+ed#(1.5,00829878)(1.6,00989536)###NR ( :DEF_WORD "perforate" :CLASS "21.2.b" :WN_SENSE (("1.5" 00829878) ("1.6" 00989536)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perforate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 26.7.i#1#_ag#perform#perform#perform#perform+ingly#(1.5,00981680)(1.6,01174962)###NR ( :DEF_WORD "perform" :CLASS "26.7.i" :WN_SENSE (("1.5" 00981680) ("1.6" 01174962)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (perform+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#perform#perform#perform#perform+ingly#(1.5,00981680)(1.6,01174962)###NR ( :DEF_WORD "perform" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00981680) ("1.6" 01174962)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (perform+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#perform#perform#perform#perform+ingly#(1.5,00981680)(1.6,01174962)###NR ( :DEF_WORD "perform" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00981680) ("1.6" 01174962)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (perform+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#perfume#perfume#perfume#perfume+ed#(1.5,00028039)(1.6,00030664)###NR ( :DEF_WORD "perfume" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00028039) ("1.6" 00030664)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perfume+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.2#1#_th#perish#perish#perish#perish+ingly#(1.5,00216283)(1.6,00250254)###NR ( :DEF_WORD "perish" :CLASS "48.2" :WN_SENSE (("1.5" 00216283) ("1.6" 00250254)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (perish+ingly 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#perjure#perjure#perjure#perjure+ed#(1.5,--)(1.6,00566099)###NR ( :DEF_WORD "perjure" :CLASS "29.2.c" :WN_SENSE (("1.5" --) ("1.6" 00566099)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (perjure+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#perk#perk#perk#perk+ingly#(1.5,00197850)(1.6,00226602)###NR ( :DEF_WORD "perk" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197850) ("1.6" 00226602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (perk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#perk#perk#perk#perk+ingly#(1.5,00197747,00198973,00197567)(1.6,00226472,00227848,00226243)###NR ( :DEF_WORD "perk" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197747 00198973 00197567) ("1.6" 00226472 00227848 00226243)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (perk+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#perk#perk#perk#perk+ed#(1.5,00015249)(1.6,00016307)###NR ( :DEF_WORD "perk" :CLASS "45.3.c" :WN_SENSE (("1.5" 00015249) ("1.6" 00016307)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perk+ed 9)))) ) ;; Grid: 41.2.2#1#_ag_th#perm#perm#perm#perm+ed#(1.5,00025763)(1.6,00027861)###NR ( :DEF_WORD "perm" :CLASS "41.2.2" :WN_SENSE (("1.5" 00025763) ("1.6" 00027861)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perm+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 011#1#_th_goal(through)#permeate#permeate#permeate#permeate+ingly#(1.5,00700296,00839088)(1.6,00837730,01000439)###BJDMAP ( :DEF_WORD "permeate" :CLASS "011" :WN_SENSE (("1.5" 00700296 00839088) ("1.6" 00837730 01000439)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (go loc (* thing 2) ((* via 5) loc (thing 2) (at loc (thing 2) (thing 6))) (permeate+ingly 26)) ) ;; Grid: 011#1#_th_goal#permeate#permeate#permeate#permeate+ingly#(1.5,00700296,00839088)(1.6,00837730,01000439)###BJDMAP ( :DEF_WORD "permeate" :CLASS "011" :WN_SENSE (("1.5" 00700296 00839088) ("1.6" 00837730 01000439)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) ((via 5) loc (thing 2) (at loc (thing 2) (* thing 6))) (permeate+ingly 26)) ) ;; Grid: 002#1#_ag_th,prop(to)#permit#permit#permit#permit+ingly#(1.5,00451248)(1.6,00545347)###NR ( :DEF_WORD "permit" :CLASS "002" :WN_SENSE (("1.5" 00451248) ("1.6" 00545347)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (permit+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 024#1#_th_prop#permit#permit#permit#permit+ingly#(1.5,00451248,01371393)(1.6,00545347,01649126)###NR ( :DEF_WORD "permit" :CLASS "024" :WN_SENSE (("1.5" 00451248 01371393) ("1.6" 00545347 01649126)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (be circ (* thing 2) (at circ (thing 2) (* nil 27)) (permit+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 55.2.a#1#_th_prop#perpetrate#perpetrate#perpetrate#perpetrate+ingly####NR ( :DEF_WORD "perpetrate" :CLASS "55.2.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (perpetrate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.c#1#_th_prop#perpetrate#perpetrate#perpetrate#perpetrate+ingly#(1.5,01460325)(1.6,01760253)###NR ( :DEF_WORD "perpetrate" :CLASS "55.2.c" :WN_SENSE (("1.5" 01460325) ("1.6" 01760253)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (perpetrate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.1.a#1#_th,prop#perpetuate#perpetuate#perpetuate#perpetuate+ingly#(1.5,01498490)(1.6,01807979)###NR ( :DEF_WORD "perpetuate" :CLASS "55.1.a" :WN_SENSE (("1.5" 01498490) ("1.6" 01807979)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (perpetuate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#perpetuate#perpetuate#perpetuate#perpetuate+ingly#(1.5,01498490)(1.6,01807979)###NR ( :DEF_WORD "perpetuate" :CLASS "55.1.b" :WN_SENSE (("1.5" 01498490) ("1.6" 01807979)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (perpetuate+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#perplex#perplex#perplex#perplex+ingly#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "perplex" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (perplex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#perplex#perplex#perplex#perplex+ingly#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "perplex" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (perplex+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#persecute#persecute#persecute#persecute+ingly#(1.5,01462192)(1.6,01762305)###NR ( :DEF_WORD "persecute" :CLASS "33.b" :WN_SENSE (("1.5" 01462192) ("1.6" 01762305)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (persecute+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#persevere#persevere#persevere#persevere+ingly#(1.5,00211442)(1.6,00243513)###NR ( :DEF_WORD "persevere" :CLASS "47.1" :WN_SENSE (("1.5" 00211442) ("1.6" 00243513)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (persevere+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#persist#persist#persist#persist+ingly#(1.5,01498253,01548592)(1.6,01807646,01868387)###NR ( :DEF_WORD "persist" :CLASS "47.1" :WN_SENSE (("1.5" 01498253 01548592) ("1.6" 01807646 01868387)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (persist+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#personify#personify#personify#personify+ingly#(1.5,01524215)(1.6,01840295)###NR ( :DEF_WORD "personify" :CLASS "29.2.a" :WN_SENSE (("1.5" 01524215) ("1.6" 01840295)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (personify+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#personify#personify#personify#personify+ed#(1.5,01524215)(1.6,01840295)###NR ( :DEF_WORD "personify" :CLASS "29.2.c" :WN_SENSE (("1.5" 01524215) ("1.6" 01840295)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (personify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.2.a#1#_ag,instr,goal(at)#yawn#yawn#yawn#yawn+ingly#(1.5,00005369)(1.6,00005197)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#whistle#whistle#whistle#whistle+ingly#(1.5,01246195)(1.6,01495196)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#weep#weep#weep#weep+ingly#(1.5,00041693)(1.6,00046397)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#titter#titter#titter#titter+ingly#(1.5,00019651)(1.6,00021067)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#sob#sob#sob#sob+ingly#(1.5,00041971)(1.6,00047059)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#snort#snort#snort#snort+ingly#(1.5,00682831,00004885)(1.6,00816767,00004767)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#snore#snore#snore#snore+ingly#(1.5,00011104)(1.6,00011570)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#snivel#snivel#snivel#snivel+ingly#(1.5,00042081)(1.6,00047168)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#snigger#snigger#snigger#snigger+ingly#(1.5,00019555)(1.6,00020971)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#sniff#sniff#sniff#sniff+ingly#(1.5,00005489)(1.6,00005316)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#snicker#snicker#snicker#snicker+ingly#(1.5,00019555)(1.6,00020971)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#sneeze#sneeze#sneeze#sneeze+ingly#(1.5,00003880)(1.6,00003595)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#smirk#smirk#smirk#smirk+ingly#(1.5,00019152)(1.6,00020571)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#smile#smile#smile#smile+ingly#(1.5,00018548)(1.6,00019944)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#simper#simper#simper#simper+ingly#(1.5,00019152)(1.6,00020571)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#sigh#sigh#sigh#sigh+ingly#(1.5,00003475)(1.6,00003011)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#scowl#scowl#scowl#scowl+ingly#(1.5,00022011)(1.6,00023538)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#pout#pout#pout#pout+ingly#(1.5,01539066)(1.6,01857366)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#moan#moan#moan#moan+ingly#(1.5,00591507)(1.6,00708262)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#laugh#laugh#laugh#laugh+ingly#(1.5,00020446)(1.6,00022011)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#jeer#jeer#jeer#jeer+ingly#(1.5,00477230)(1.6,00576593)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#howl#howl#howl#howl+ingly#(1.5,00591794)(1.6,00708694)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#guffaw#guffaw#guffaw#guffaw+ingly#(1.5,00020220)(1.6,00021785)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#growl#growl#growl#growl+ingly#(1.5,00591612)(1.6,00708498)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#groan#groan#groan#groan+ingly#(1.5,00591507)(1.6,00708262)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#grin#grin#grin#grin+ingly#(1.5,00018926)(1.6,00020314)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#grimace#grimace#grimace#grimace+ingly#(1.5,00022396)(1.6,00023902)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#goggle#goggle#goggle#goggle+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#glower#glower#glower#glower+ingly#(1.5,00021543,00021374)(1.6,00022963,00022810)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#glare#glare#glare#glare+ingly#(1.5,00021543)(1.6,00022963)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#giggle#giggle#giggle#giggle+ingly#(1.5,00019651)(1.6,00021067)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#gawk#gawk#gawk#gawk+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#gasp#gasp#gasp#gasp+ingly#(1.5,00004262)(1.6,00004002)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#gape#gape#gape#gape+ingly#(1.5,01234817)(1.6,01481785)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#frown#frown#frown#frown+ingly#(1.5,00021374)(1.6,00022810)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#cry#cry#cry#cry+ingly#(1.5,00513550)(1.6,00618000)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#cough#cough#cough#cough+ingly#(1.5,00004379)(1.6,00004183)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#chuckle#chuckle#chuckle#chuckle+ingly#(1.5,00020325)(1.6,00021890)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#chortle#chortle#chortle#chortle+ingly#(1.5,00020325)(1.6,00021890)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#cackle#cackle#cackle#cackle+ingly#(1.5,00598643,00020105)(1.6,00716351,00021681)###BJDMAP ! ;; Grid: 40.2.a#1#_ag,instr,goal(at)#beam#beam#beam#beam+ingly#(1.5,00019029)(1.6,00020449)###BJDMAP ! ;; Grid: 40.1.3.a#1#_src#perspire#perspire#perspire#perspire+ingly#(1.5,00042226)(1.6,00047342)###BJDMAP ( :DEF_WORD "perspire" :CLASS "40.1.3.a" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_src")) :LCS (go loc (air 2) (away_from loc (air 2) (at loc (air 2) (* thing 4))) (perspire+ingly 26)) :VAR_SPEC ((4 (animate +)) (2 :type)) ) ;; Grid: 40.1.3.c#1#_ag#perspire#perspire#perspire#perspire+ingly#(1.5,00042226)(1.6,00047342)###NR ( :DEF_WORD "perspire" :CLASS "40.1.3.c" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (perspire+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#persuade#persuade#persuade#persuade+ingly#(1.5,00430180)(1.6,00520277)###NR ( :DEF_WORD "persuade" :CLASS "002" :WN_SENSE (("1.5" 00430180) ("1.6" 00520277)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (persuade+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 47.8.b#1#_loc_th(to)#pertain#pertain#pertain#pertain+ingly#(1.5,01513147,01500983)(1.6,01825574,01811079)###NR ( :DEF_WORD "pertain" :CLASS "47.8.b" :WN_SENSE (("1.5" 01513147 01500983) ("1.6" 01825574 01811079)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th(to)")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (pertain+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#perturb#perturb#perturb#perturb+ingly#(1.5,01005393)(1.6,01203947)###NR ( :DEF_WORD "perturb" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (perturb+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#perturb#perturb#perturb#perturb+ingly#(1.5,01005393)(1.6,01203947)###NR ( :DEF_WORD "perturb" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (perturb+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#perturb#perturb#perturb#perturb+ed#(1.5,01005393)(1.6,01203947)###NR ( :DEF_WORD "perturb" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005393) ("1.6" 01203947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (perturb+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#peruse#peruse#peruse#peruse+ingly#(1.5,01228757)(1.6,01473651)###NR ( :DEF_WORD "peruse" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01228757) ("1.6" 01473651)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (peruse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 011#1#_th_goal#pervade#pervade#pervade#pervade+ingly#(1.5,00700296)(1.6,00837730)###BJDMAP ( :DEF_WORD "pervade" :CLASS "011" :WN_SENSE (("1.5" 00700296) ("1.6" 00837730)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) ((via 5) loc (thing 2) (at loc (thing 2) (* thing 6))) (pervade+ingly 26)) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#pervert#pervert#pervert#pervert+ingly#(1.5,00525040)(1.6,00631462)###BJDMAP ( :DEF_WORD "pervert" :CLASS "26.5.b" :WN_SENSE (("1.5" 00525040) ("1.6" 00631462)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (pervert+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#pester#pester#pester#pester+ingly#(1.5,01026736)(1.6,01230185)###BJDMAP ( :DEF_WORD "pester" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026736) ("1.6" 01230185)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pester+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp(in),instr(with)#pestle#pestle#pestle#pestle+ingly#(1.5,00200631)(1.6,00229691)###BJDMAP ( :DEF_WORD "pestle" :CLASS "31.1.a" :WN_SENSE (("1.5" 00200631) ("1.6" 00229691)) :PROPBANK ("arg0 arg1(in) arg2(with)") :THETA_ROLES ((1 "_ag_exp(in),instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pestle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 36.2.a.i#1#,ag_th#pet#pet#pet#pet+ingly#(1.5,00819772)(1.6,00977109)###BJDMAP ( :DEF_WORD "pet" :CLASS "36.2.a.i" :WN_SENSE (("1.5" 00819772) ("1.6" 00977109)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pet+ingly 26)) :VAR_SPEC ((2 (human +)) (1 (human +) :optional)) ) ;; Grid: 32.2.a#1#_exp_perc(for)#petition#petition#petition#petition+ingly#(1.5,00423996)(1.6,00512473)###NR ! ;; Grid: 36.2.b.i#1#,ag_th#pet#pet#pet#pet+ingly####NR ( :DEF_WORD "pet" :CLASS "36.2.b.i" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pet+ingly 26)) :VAR_SPEC ((1 (human +) :optional) (2 (num plur) (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#petrify#petrify#petrify#petrify+ed#(1.5,00116474,00297628)(1.6,00132229,00352633)###NR ( :DEF_WORD "petrify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00116474 00297628) ("1.6" 00132229 00352633)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (petrify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#petrify#petrify#petrify#petrify+ed#(1.5,00116474,00297628)(1.6,00132229,00352633)###NR ( :DEF_WORD "petrify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00116474 00297628) ("1.6" 00132229 00352633)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (petrify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#petrify#petrify#petrify#petrify+ed#(1.5,00297628)(1.6,00352633)###NR ( :DEF_WORD "petrify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00297628) ("1.6" 00352633)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (petrify+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#philosophize#philosophize#philosophize#philosophize+ed#(1.5,00355031)(1.6,00427080)###NR ( :DEF_WORD "philosophize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00355031) ("1.6" 00427080)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (philosophize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (phone+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (phone+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (phone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (phone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (phone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (phone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#phone#phone#phone#phone+ingly#(1.5,00443123)(1.6,00536087)###NR ( :DEF_WORD "phone" :CLASS "37.4.b" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (phone+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 45.4.c#1#_th#phosphoresce#phosphoresce#phosphoresce#phosphoresce+ed####NR ( :DEF_WORD "phosphoresce" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (phosphoresce+ed 9)))) ) ;; Grid: 25.4#1#_ag_th#photo#photo#photo#photo+ed####NR ( :DEF_WORD "photo" :CLASS "25.4" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (photo+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.4#1#_ag_th#photocopy#photocopy#photocopy#photocopy+ed#(1.5,00992553)(1.6,01187102)###NR ( :DEF_WORD "photocopy" :CLASS "25.4" :WN_SENSE (("1.5" 00992553) ("1.6" 01187102)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (photocopy+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.4#1#_ag_th#photograph#photograph#photograph#photograph+ed#(1.5,00566082,01551210)(1.6,00678482,01871379)###NR ( :DEF_WORD "photograph" :CLASS "25.4" :WN_SENSE (("1.5" 00566082 01551210) ("1.6" 00678482 01871379)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (photograph+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#pick#pick#pick#pick+ingly#(1.5,00379713)(1.6,00456210)###NR ( :DEF_WORD "pick" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00379713) ("1.6" 00456210)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pick+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#pick#pick#pick#pick+ingly#(1.5,00379713)(1.6,00456210)###NR ( :DEF_WORD "pick" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00379713) ("1.6" 00456210)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (pick+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 39.2.a#1#_ag,th#pick#pick#pick#pick+ingly#(1.5,00106713,00667064)(1.6,00121492,00798513)###NR ( :DEF_WORD "pick" :CLASS "39.2.a" :WN_SENSE (("1.5" 00106713 00667064) ("1.6" 00121492 00798513)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (pick+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#pick#pick#pick#pick+ingly#(1.5,00106713,00667064)(1.6,00121492,00798513)###NR ( :DEF_WORD "pick" :CLASS "39.2.b" :WN_SENSE (("1.5" 00106713 00667064) ("1.6" 00121492 00798513)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (pick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#pick#pick#pick#pick+ingly#(1.5,00667064)(1.6,00798513)###NR ( :DEF_WORD "pick" :CLASS "39.2.c" :WN_SENSE (("1.5" 00667064) ("1.6" 00798513)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (pick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pickle#pickle#pickle#pickle+ed#(1.5,00127461)(1.6,00145474)###NR ( :DEF_WORD "pickle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00127461) ("1.6" 00145474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pickle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.a#1#_ag#picnic#picnic#picnic#picnic+ingly#(1.5,00663431)(1.6,00794477)###NR ( :DEF_WORD "picnic" :CLASS "39.5.a" :WN_SENSE (("1.5" 00663431) ("1.6" 00794477)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (picnic+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#picture#picture#picture#picture+ingly#(1.5,00936049)(1.6,01123901)###NR ( :DEF_WORD "picture" :CLASS "29.2.b" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (picture+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#picture#picture#picture#picture+ingly#(1.5,00936049)(1.6,01123901)###NR ( :DEF_WORD "picture" :CLASS "29.2.d" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (picture+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 19.a.ii#1#_ag_th,mod-loc()#pierce#pierce#pierce#pierce+ed#(1.5,00829647,00828892)(1.6,00989118,00988164)###NR ( :DEF_WORD "pierce" :CLASS "19.a.ii" :WN_SENSE (("1.5" 00829647 00828892) ("1.6" 00989118 00988164)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pierce+ed 9)))) ((* [on] 23) loc (*head*) (thing 24))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#pierce#pierce#pierce#pierce+ingly#(1.5,00829647,00828892)(1.6,00989118,00988164)###NR ( :DEF_WORD "pierce" :CLASS "19.b" :WN_SENSE (("1.5" 00829647 00828892) ("1.6" 00989118 00988164)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (pierce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#pierce#pierce#pierce#pierce+ingly#(1.5,00829647,00828892)(1.6,00989118,00988164)###NR ( :DEF_WORD "pierce" :CLASS "19.c.i" :WN_SENSE (("1.5" 00829647 00828892) ("1.6" 00989118 00988164)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (pierce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.ii#1#_ag_th,instr(with),mod-loc()#pierce#pierce#pierce#pierce+ed#(1.5,00829647,00828892)(1.6,00989118,00988164)###NR ( :DEF_WORD "pierce" :CLASS "19.c.ii" :WN_SENSE (("1.5" 00829647 00828892) ("1.6" 00989118 00988164)) :PROPBANK ("arg0 arg1 arg2(with) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,instr(with),mod-loc()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pierce+ed 9)))) ((* with 19) instr (*head*) (thing 20)) ((* [on] 23) loc (*head*) (thing 24))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#pile#pile#pile#pile+ingly#(1.5,00864583)(1.6,01032517)###NR ( :DEF_WORD "pile" :CLASS "9.7.a" :WN_SENSE (("1.5" 00864583) ("1.6" 01032517)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pile+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#pile#pile#pile#pile+ed#(1.5,00864583)(1.6,01032517)###NR ( :DEF_WORD "pile" :CLASS "9.7.d" :WN_SENSE (("1.5" 00864583) ("1.6" 01032517)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pile+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#pilfer#pilfer#pilfer#pilfer+ingly#(1.5,01295399)(1.6,01556315)###NR ( :DEF_WORD "pilfer" :CLASS "10.5" :WN_SENSE (("1.5" 01295399) ("1.6" 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pilfer+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#pillage#pillage#pillage#pillage+ed#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "pillage" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pillage+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#pillory#pillory#pillory#pillory+#(1.5,01405922)(1.6,01692556)###NR ( :DEF_WORD "pillory" :CLASS "9.10" :WN_SENSE (("1.5" 01405922) ("1.6" 01692556)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (pillory+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#pilot#pilot#pilot#pilot+ingly#(1.5,01101463)(1.6,01318647)###NR ( :DEF_WORD "pilot" :CLASS "29.8.a" :WN_SENSE (("1.5" 01101463) ("1.6" 01318647)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (pilot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#pilot#pilot#pilot#pilot+ingly#(1.5,01105315)(1.6,01322778)###NR ( :DEF_WORD "pilot" :CLASS "29.8.b" :WN_SENSE (("1.5" 01105315) ("1.6" 01322778)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pilot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#pin#pin#pin#pin+ingly#(1.5,00787044,00830730,00768381)(1.6,00936910,00990674,00915581)###NR ( :DEF_WORD "pin" :CLASS "22.4.a" :WN_SENSE (("1.5" 00787044 00830730 00768381) ("1.6" 00936910 00990674 00915581)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (pin+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#pin#pin#pin#pin+ed#(1.5,00787044,00830730,00768381)(1.6,00936910,00990674,00915581)###NR ( :DEF_WORD "pin" :CLASS "22.4.b" :WN_SENSE (("1.5" 00787044 00830730 00768381) ("1.6" 00936910 00990674 00915581)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pin+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#pinch#pinch#pinch#pinch+ingly#(1.5,01295399)(1.6,01556315)###NR ( :DEF_WORD "pinch" :CLASS "10.5" :WN_SENSE (("1.5" 01295399) ("1.6" 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pinch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#pinch#pinch#pinch#pinch+ingly#(1.5,00838518)(1.6,00999780)###NR ( :DEF_WORD "pinch" :CLASS "20.a" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (pinch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#pine#pine#pine#pine+#(1.5,01028208)(1.6,01231785)###NR ( :DEF_WORD "pine" :CLASS "32.2.b" :WN_SENSE (("1.5" 01028208) ("1.6" 01231785)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (pine+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#ping#ping#ping#ping+ingly#(1.5,01243394,01243270)(1.6,01492174,01492050)###NR ( :DEF_WORD "ping" :CLASS "43.2.a" :WN_SENSE (("1.5" 01243394 01243270) ("1.6" 01492174 01492050)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (ping+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#ping#ping#ping#ping+ingly#(1.5,01243394,01243270)(1.6,01492174,01492050)###NR ( :DEF_WORD "ping" :CLASS "43.2.b" :WN_SENSE (("1.5" 01243394 01243270) ("1.6" 01492174 01492050)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (ping+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#ping#ping#ping#ping+ingly#(1.5,--)(1.6,00842352)###NR ( :DEF_WORD "ping" :CLASS "43.2.d" :WN_SENSE (("1.5" --) ("1.6" 00842352)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (ping+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#pinion#pinion#pinion##(1.5,00301275)(1.6,00356985)#loc#(th = pinion+)#NR ( :DEF_WORD "pinion" :CLASS "10.7" :WN_SENSE (("1.5" 00301275) ("1.6" 00356985)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pinion+ 2) (from loc (pinion+ 2) (at loc (pinion+ 2) (* thing 4))))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#pink#pink#pink#pink+ingly#(1.5,01247229)(1.6,01496422)###NR ( :DEF_WORD "pink" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247229) ("1.6" 01496422)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (pink+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#pink#pink#pink#pink+ingly#(1.5,01247229)(1.6,01496422)###NR ( :DEF_WORD "pink" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247229) ("1.6" 01496422)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (pink+ingly 26)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#pioneer#pioneer#pioneer#pioneer+ingly#(1.5,00941277)(1.6,01130115)###NR ( :DEF_WORD "pioneer" :CLASS "29.8.a" :WN_SENSE (("1.5" 00941277) ("1.6" 01130115)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (pioneer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#pioneer#pioneer#pioneer#pioneer+ingly#(1.5,00941277,00939091)(1.6,01130115,01127586)###NR ( :DEF_WORD "pioneer" :CLASS "29.8.b" :WN_SENSE (("1.5" 00941277 00939091) ("1.6" 01130115 01127586)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pioneer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#pip#pip#pip##(1.5,00622343)(1.6,00746220)#loc#(th = pip+)#NR ( :DEF_WORD "pip" :CLASS "10.7" :WN_SENSE (("1.5" 00622343) ("1.6" 00746220)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pip+ 2) (from loc (pip+ 2) (at loc (pip+ 2) (* thing 4))))) ) ;; Grid: 38#1#_ag,goal(at)#pipe#pipe#pipe#pipe+#(1.5,00514575)(1.6,00618946)###NR ( :DEF_WORD "pipe" :CLASS "38" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (pipe+ 2) ((* toward 5) comm (pipe+ 2) (touching comm (pipe+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#pipe#pipe#pipe#pipe+ingly#(1.5,00514575)(1.6,00618946)###NR ( :DEF_WORD "pipe" :CLASS "43.2.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (pipe+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#pipe#pipe#pipe#pipe+ingly#(1.5,00514575)(1.6,00618946)###NR ( :DEF_WORD "pipe" :CLASS "43.2.b" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (pipe+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#pique#pique#pique#pique+ingly#(1.5,01019038)(1.6,01221816)###NR ( :DEF_WORD "pique" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019038) ("1.6" 01221816)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (pique+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#pique#pique#pique#pique+ingly#(1.5,01019038)(1.6,01221816)###NR ( :DEF_WORD "pique" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019038) ("1.6" 01221816)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (pique+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#pirate#pirate#pirate#pirate+ingly#(1.5,01296030,00845810)(1.6,01557033,01009142)###NR ( :DEF_WORD "pirate" :CLASS "10.5" :WN_SENSE (("1.5" 01296030 00845810) ("1.6" 01557033 01009142)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pirate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#pirouette#pirouette#pirouette#pirouette+ingly#(1.5,01171188)(1.6,01399895)###NR ( :DEF_WORD "pirouette" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01171188) ("1.6" 01399895)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (pirouette+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#pirouette#pirouette#pirouette#pirouette+ingly#(1.5,01171188)(1.6,01399895)###NR ( :DEF_WORD "pirouette" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01171188) ("1.6" 01399895)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pirouette+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#pirouette#pirouette#pirouette#pirouette+ingly#(1.5,01171188)(1.6,01399895)###NR ( :DEF_WORD "pirouette" :CLASS "51.5.b" :WN_SENSE (("1.5" 01171188) ("1.6" 01399895)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (pirouette+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#pit#pit#pit##(1.5,00108001)(1.6,00122860)#loc#(th = pit+)#NR ( :DEF_WORD "pit" :CLASS "10.7" :WN_SENSE (("1.5" 00108001) ("1.6" 00122860)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pit+ 2) (from loc (pit+ 2) (at loc (pit+ 2) (* thing 4))))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#pitch#pitch#pitch#pitch+ed#(1.5,00863620,00180066)(1.6,01031417,00205886)###NR ( :DEF_WORD "pitch" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00863620 00180066) ("1.6" 01031417 00205886)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pitch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#pitch#pitch#pitch#pitch+ingly#(1.5,00869508)(1.6,01039125)###NR ( :DEF_WORD "pitch" :CLASS "17.1" :WN_SENSE (("1.5" 00869508) ("1.6" 01039125)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (pitch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#pitch#pitch#pitch#pitch+ingly#(1.5,00869508)(1.6,01039125)###NR ( :DEF_WORD "pitch" :CLASS "17.1" :WN_SENSE (("1.5" 00869508) ("1.6" 01039125)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (pitch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#pith#pith#pith###loc#(th = pith+)#NR ( :DEF_WORD "pith" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pith+ 2) (from loc (pith+ 2) (at loc (pith+ 2) (* thing 4))))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.a" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.b" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.c" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.d" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.e" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#pity#pity#pity#pity+ingly#(1.5,01038137)(1.6,01243184)###NR ( :DEF_WORD "pity" :CLASS "31.2.f" :WN_SENSE (("1.5" 01038137) ("1.6" 01243184)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (pity+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#placate#placate#placate#placate+ingly#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "placate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (placate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#placate#placate#placate#placate+ingly#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "placate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (placate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#placate#placate#placate#placate+ed#(1.5,01005913)(1.6,01204852)###NR ( :DEF_WORD "placate" :CLASS "31.1.c" :WN_SENSE (("1.5" 01005913) ("1.6" 01204852)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (placate+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#place#place#place#place+ingly#(1.5,00859635)(1.6,01026409)#loc##NR ( :DEF_WORD "place" :CLASS "9.1" :WN_SENSE (("1.5" 00859635) ("1.6" 01026409)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (place+ingly 26)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#plagiarize#plagiarize#plagiarize#plagiarize+ingly#(1.5,01296140)(1.6,01557142)###NR ( :DEF_WORD "plagiarize" :CLASS "10.5" :WN_SENSE (("1.5" 01296140) ("1.6" 01557142)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (plagiarize+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#plague#plague#plague#plague+ingly#(1.5,01019331)(1.6,01221988)###NR ( :DEF_WORD "plague" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019331) ("1.6" 01221988)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (plague+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#plague#plague#plague#plague+ingly#(1.5,01019331)(1.6,01221988)###NR ( :DEF_WORD "plague" :CLASS "31.1.b" :WN_SENSE (("1.5" 01019331) ("1.6" 01221988)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (plague+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#plait#plait#plait#plait+ed#(1.5,00958679,00798935)(1.6,01149581,00951710)###NR ( :DEF_WORD "plait" :CLASS "41.2.2" :WN_SENSE (("1.5" 00958679 00798935) ("1.6" 01149581 00951710)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plait+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 005#1#_th_prop#plan#plan#plan#plan+ingly#(1.5,00396871,00937201)(1.6,00476992,01125184)###NR ( :DEF_WORD "plan" :CLASS "005" :WN_SENSE (("1.5" 00396871 00937201) ("1.6" 00476992 01125184)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (plan+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#plan#plan#plan#plan+ingly#(1.5,00937201,00937922)(1.6,01125184,01125984)###NR ( :DEF_WORD "plan" :CLASS "26.4" :WN_SENSE (("1.5" 00937201 00937922) ("1.6" 01125184 01125984)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (plan+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.c#1#_th_prop(to)#plan#plan#plan#plan+ingly#(1.5,00396871,00937201)(1.6,00476992,01125184)###NR ( :DEF_WORD "plan" :CLASS "55.1.c" :WN_SENSE (("1.5" 00396871 00937201) ("1.6" 00476992 01125184)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (plan+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#plank#plank#plank#plank+ed#(1.5,00765466)(1.6,00912398)###NR ( :DEF_WORD "plank" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00765466) ("1.6" 00912398)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plank+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#plank#plank#plank#plank+ingly#(1.5,00670648)(1.6,00802711)###NR ( :DEF_WORD "plank" :CLASS "45.3.a" :WN_SENSE (("1.5" 00670648) ("1.6" 00802711)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (plank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#plank#plank#plank#plank+ingly#(1.5,00670648)(1.6,00802711)###NR ( :DEF_WORD "plank" :CLASS "45.3.b" :WN_SENSE (("1.5" 00670648) ("1.6" 00802711)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (plank+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#plank#plank#plank#plank+ed#(1.5,00670648)(1.6,00802711)###NR ( :DEF_WORD "plank" :CLASS "45.3.c" :WN_SENSE (("1.5" 00670648) ("1.6" 00802711)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plank+ed 9)))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#plant#plant#plant#plant+ingly#(1.5,00902351)(1.6,01079342)###NR ( :DEF_WORD "plant" :CLASS "9.7.a" :WN_SENSE (("1.5" 00902351) ("1.6" 01079342)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (plant+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#plant#plant#plant#plant+ed#(1.5,00902351)(1.6,01079342)###NR ( :DEF_WORD "plant" :CLASS "9.7.d" :WN_SENSE (("1.5" 00902351) ("1.6" 01079342)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plant+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#plaster#plaster#plaster#plaster+ingly#(1.5,00782856,00782347)(1.6,00932474,00931962)###NR ( :DEF_WORD "plaster" :CLASS "9.7.a" :WN_SENSE (("1.5" 00782856 00782347) ("1.6" 00932474 00931962)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (plaster+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#plaster#plaster#plaster#plaster+ed#(1.5,00782856,00782347)(1.6,00932474,00931962)###NR ( :DEF_WORD "plaster" :CLASS "9.7.d" :WN_SENSE (("1.5" 00782856 00782347) ("1.6" 00932474 00931962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plaster+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#plaster#plaster#plaster#plaster+ed#(1.5,00782856,00782347)(1.6,00932474,00931962)###NR ( :DEF_WORD "plaster" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00782856 00782347) ("1.6" 00932474 00931962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plaster+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#plaster#plaster#plaster#plaster+ingly#(1.5,00782856,00782347)(1.6,00932474,00931962)###NR ( :DEF_WORD "plaster" :CLASS "22.4.a" :WN_SENSE (("1.5" 00782856 00782347) ("1.6" 00932474 00931962)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (plaster+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#plaster#plaster#plaster#plaster+ed#(1.5,00782856,00782347)(1.6,00932474,00931962)###NR ( :DEF_WORD "plaster" :CLASS "22.4.b" :WN_SENSE (("1.5" 00782856 00782347) ("1.6" 00932474 00931962)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plaster+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.8.a#1#_mod-poss_th#plate#plate#plate#plate+ed#(1.5,00803576)(1.6,00956975)###NR ( :DEF_WORD "plate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00803576) ("1.6" 00956975)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (plate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#plate#plate#plate#plate+ed#(1.5,00803576)(1.6,00956975)###NR ( :DEF_WORD "plate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00803576) ("1.6" 00956975)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (plate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#play#play#play#play+ingly#(1.5,00983496,00983780,00986807)(1.6,01177316,01177668,01181073)###NR ( :DEF_WORD "play" :CLASS "26.7.i" :WN_SENSE (("1.5" 00983496 00983780 00986807) ("1.6" 01177316 01177668 01181073)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (play+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#play#play#play#play+ingly#(1.5,00008579,00983496,00986444,00987477)(1.6,00008958,01177316,01180692,01181779)###NR ( :DEF_WORD "play" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00008579 00983496 00986444 00987477) ("1.6" 00008958 01177316 01180692 01181779)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (play+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#play#play#play#play+ingly#(1.5,00008579,00983496,00986444,00987477)(1.6,00008958,01177316,01180692,01181779)###NR ( :DEF_WORD "play" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00008579 00983496 00986444 00987477) ("1.6" 00008958 01177316 01180692 01181779)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (play+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#play#play#play#play+ingly#(1.5,00605818,01369076)(1.6,00727813,01646814)###NR ( :DEF_WORD "play" :CLASS "36.3.a" :WN_SENSE (("1.5" 00605818 01369076) ("1.6" 00727813 01646814)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (play+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#play#play#play#play+ingly#(1.5,00605818,01369076)(1.6,00727813,01646814)###NR ( :DEF_WORD "play" :CLASS "36.3.a" :WN_SENSE (("1.5" 00605818 01369076) ("1.6" 00727813 01646814)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (play+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#plead#plead#plead#plead+ingly#(1.5,00426737)(1.6,00516106)###NR ! ;; Grid: 36.3.b#1#_ag#play#play#play#play+ingly#(1.5,00605818,01369076)(1.6,00727813,01646814)###NR ( :DEF_WORD "play" :CLASS "36.3.b" :WN_SENSE (("1.5" 00605818 01369076) ("1.6" 00727813 01646814)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (play+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#please#please#please#please+ingly#(1.5,01034165)(1.6,01238865)###NR ( :DEF_WORD "please" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (please+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#please#please#please#please+ingly#(1.5,01034165)(1.6,01238865)###NR ( :DEF_WORD "please" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (please+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#please#please#please#please+ed#(1.5,01034165)(1.6,01238865)###NR ( :DEF_WORD "please" :CLASS "31.1.c" :WN_SENSE (("1.5" 01034165) ("1.6" 01238865)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (please+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#plink#plink#plink#plink+ingly####NR ( :DEF_WORD "plink" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (plink+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#plink#plink#plink#plink+ingly####NR ( :DEF_WORD "plink" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plink+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#plod#plod#plod#plod+ingly#(1.5,01093073,01094190)(1.6,01310919,01310919)###NR ( :DEF_WORD "plod" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093073 01094190) ("1.6" 01310919 01310919)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (plod+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#plod#plod#plod#plod+ingly#(1.5,01093073,01094190)(1.6,01310919,01310919)###NR ( :DEF_WORD "plod" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093073 01094190) ("1.6" 01310919 01310919)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (plod+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#plonk#plonk#plonk#plonk+ingly#(1.5,00862690)(1.6,01030410)###NR ( :DEF_WORD "plonk" :CLASS "43.2.a" :WN_SENSE (("1.5" 00862690) ("1.6" 01030410)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (plonk+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#plonk#plonk#plonk#plonk+ingly#(1.5,00862690)(1.6,01030410)###NR ( :DEF_WORD "plonk" :CLASS "43.2.b" :WN_SENSE (("1.5" 00862690) ("1.6" 01030410)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plonk+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#plop#plop#plop#plop+ingly#(1.5,01126750)(1.6,01346191)###NR ( :DEF_WORD "plop" :CLASS "43.2.a" :WN_SENSE (("1.5" 01126750) ("1.6" 01346191)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (plop+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#plop#plop#plop#plop+ingly#(1.5,01126750)(1.6,01346191)###NR ( :DEF_WORD "plop" :CLASS "43.2.b" :WN_SENSE (("1.5" 01126750) ("1.6" 01346191)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plop+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc()#plop#plop#plop#plop+ingly#(1.5,01126750)(1.6,01346191)###NR ( :DEF_WORD "plop" :CLASS "47.6.a" :WN_SENSE (("1.5" 01126750) ("1.6" 01346191)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (plop+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#plop#plop#plop#plop+ingly#(1.5,01127089,00862690)(1.6,01346645,01030410)###NR ( :DEF_WORD "plop" :CLASS "47.6.b" :WN_SENSE (("1.5" 01127089 00862690) ("1.6" 01346645 01030410)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (plop+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#plop#plop#plop#plop+ingly#(1.5,01127089,01126750,00862690)(1.6,01346645,01346191,01030410)###NR ( :DEF_WORD "plop" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01127089 01126750 00862690) ("1.6" 01346645 01346191 01030410)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (plop+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#plot#plot#plot#plot+ingly#(1.5,00970345)(1.6,01161936)###NR ( :DEF_WORD "plot" :CLASS "25.2" :WN_SENSE (("1.5" 00970345) ("1.6" 01161936)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (plot+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#plot#plot#plot#plot+ingly#(1.5,00398383)(1.6,00478840)###NR ( :DEF_WORD "plot" :CLASS "36.1.c" :WN_SENSE (("1.5" 00398383) ("1.6" 00478840)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (plot+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#plot#plot#plot#plot+ingly#(1.5,00398383)(1.6,00478840)###NR ( :DEF_WORD "plot" :CLASS "36.1.d" :WN_SENSE (("1.5" 00398383) ("1.6" 00478840)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (plot+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 55.1.c#1#_th_prop(to)#plot#plot#plot#plot+ingly#(1.5,00398383)(1.6,00478840)###NR ( :DEF_WORD "plot" :CLASS "55.1.c" :WN_SENSE (("1.5" 00398383) ("1.6" 00478840)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (plot+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#plough#plough#plough#plough+ingly#(1.5,00994996)(1.6,01190534)###BJDMAP ( :DEF_WORD "plough" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00994996) ("1.6" 01190534)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (plough+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#plow#plow#plow#plow+ingly#(1.5,00994996)(1.6,01190534)###NR ( :DEF_WORD "plow" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00994996) ("1.6" 01190534)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (plow+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#plow#plow#plow#plow+ed#(1.5,00994996)(1.6,01190534)###NR ( :DEF_WORD "plow" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00994996) ("1.6" 01190534)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plow+ed 9))))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#pluck#pluck#pluck#pluck+ingly#(1.5,00915958,00795189)(1.6,01096854,00947443)###NR ( :DEF_WORD "pluck" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00915958 00795189) ("1.6" 01096854 00947443)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (pluck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#pluck#pluck#pluck#pluck+ingly#(1.5,00915958)(1.6,01096854)###NR ( :DEF_WORD "pluck" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00915958) ("1.6" 01096854)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pluck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#pluck#pluck#pluck#pluck+ed#(1.5,00915958,00795189)(1.6,01096854,00947443)###NR ( :DEF_WORD "pluck" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00915958 00795189) ("1.6" 01096854 00947443)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pluck+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#pluck#pluck#pluck#pluck+ingly#(1.5,00835686,00915958)(1.6,00996507,01096854)###NR ( :DEF_WORD "pluck" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00835686 00915958) ("1.6" 00996507 01096854)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (pluck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#pluck#pluck#pluck#pluck+ingly#(1.5,00915958,00795189)(1.6,01096854,00947443)###NR ( :DEF_WORD "pluck" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00915958 00795189) ("1.6" 01096854 00947443)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pluck+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#pluck#pluck#pluck#pluck+ingly#(1.5,00915958,00795189)(1.6,01096854,00947443)###NR ( :DEF_WORD "pluck" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00915958 00795189) ("1.6" 01096854 00947443)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (pluck+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#pluck#pluck#pluck#pluck+ed#(1.5,00915958,00796754)(1.6,01096854,00949091)###NR ( :DEF_WORD "pluck" :CLASS "41.2.2" :WN_SENSE (("1.5" 00915958 00796754) ("1.6" 01096854 00949091)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pluck+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#plug#plug#plug#plug+ed#(1.5,00818496)(1.6,00975083)###NR ( :DEF_WORD "plug" :CLASS "9.8.a" :WN_SENSE (("1.5" 00818496) ("1.6" 00975083)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (plug+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#plug#plug#plug#plug+ed#(1.5,00818496)(1.6,00975083)###NR ( :DEF_WORD "plug" :CLASS "9.8.b" :WN_SENSE (("1.5" 00818496) ("1.6" 00975083)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (plug+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#plumb#plumb#plumb#plumb+ingly#(1.5,00412501)(1.6,00495451)###NR ( :DEF_WORD "plumb" :CLASS "35.2.a" :WN_SENSE (("1.5" 00412501) ("1.6" 00495451)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (plumb+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#plumb#plumb#plumb#plumb+ingly#(1.5,00412501)(1.6,00495451)###NR ( :DEF_WORD "plumb" :CLASS "35.2.a" :WN_SENSE (("1.5" 00412501) ("1.6" 00495451)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (plumb+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#plumb#plumb#plumb#plumb+ingly#(1.5,00412501)(1.6,00495451)###NR ( :DEF_WORD "plumb" :CLASS "35.2.b" :WN_SENSE (("1.5" 00412501) ("1.6" 00495451)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (plumb+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 45.6#1#_th#plummet#plummet#plummet#plummet+ed#(1.5,01127686)(1.6,01347279)###NR ( :DEF_WORD "plummet" :CLASS "45.6" :WN_SENSE (("1.5" 01127686) ("1.6" 01347279)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plummet+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#plunder#plunder#plunder#plunder+ed#(1.5,01333346,00901395)(1.6,01601331,01078168)###NR ( :DEF_WORD "plunder" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333346 00901395) ("1.6" 01601331 01078168)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plunder+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.6#1#_th#plunge#plunge#plunge#plunge+ed#(1.5,01120578,01126658)(1.6,01339230,01346059)###NR ( :DEF_WORD "plunge" :CLASS "45.6" :WN_SENSE (("1.5" 01120578 01126658) ("1.6" 01339230 01346059)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (plunge+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#plunge#plunge#plunge#plunge+ingly#(1.5,01120578,01126658)(1.6,01339230,01346059)###NR ( :DEF_WORD "plunge" :CLASS "47.7.a" :WN_SENSE (("1.5" 01120578 01126658) ("1.6" 01339230 01346059)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plunge+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#plunge#plunge#plunge#plunge+ingly#(1.5,01120578,01126658)(1.6,01339230,01346059)###NR ( :DEF_WORD "plunge" :CLASS "47.7.b" :WN_SENSE (("1.5" 01120578 01126658) ("1.6" 01339230 01346059)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plunge+ingly 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#plunge#plunge#plunge#plunge+ingly#(1.5,01120578,01126658)(1.6,01339230,01346059)###NR ( :DEF_WORD "plunge" :CLASS "51.1.a" :WN_SENSE (("1.5" 01120578 01126658) ("1.6" 01339230 01346059)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (plunge+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.b#1#_th,mod-loc(down)#plunge#plunge#plunge#plunge+ingly#(1.5,01120578,01126658)(1.6,01339230,01346059)###NR ( :DEF_WORD "plunge" :CLASS "51.1.b" :WN_SENSE (("1.5" 01120578 01126658) ("1.6" 01339230 01346059)) :PROPBANK ("arg1 argm-LOC(down)") :THETA_ROLES ((1 "_th,mod-loc(down)")) :LCS (act loc (* thing 2) ((* down 23) loc (*head*) (thing 24)) (plunge+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#plunk#plunk#plunk#plunk+ingly#(1.5,01247039,00835686)(1.6,01496117,00996507)###NR ( :DEF_WORD "plunk" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247039 00835686) ("1.6" 01496117 00996507)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (plunk+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#plunk#plunk#plunk#plunk+ingly#(1.5,01247039,00835686)(1.6,01496117,00996507)###NR ( :DEF_WORD "plunk" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247039 00835686) ("1.6" 01496117 00996507)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (plunk+ingly 26)) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#ply#ply#ply#ply+ed#(1.5,00671827)(1.6,00804159)###NR ( :DEF_WORD "ply" :CLASS "13.4.2" :WN_SENSE (("1.5" 00671827) ("1.6" 00804159)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ply+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#poach#poach#poach#poach+ed#(1.5,00321363)(1.6,00380794)###NR ( :DEF_WORD "poach" :CLASS "26.3" :WN_SENSE (("1.5" 00321363) ("1.6" 00380794)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poach+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#poach#poach#poach#poach+ed#(1.5,00321363)(1.6,00380794)###NR ( :DEF_WORD "poach" :CLASS "26.3" :WN_SENSE (("1.5" 00321363) ("1.6" 00380794)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poach+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#poach#poach#poach#poach+ingly#(1.5,00649172)(1.6,00776850)###NR ( :DEF_WORD "poach" :CLASS "35.1.a" :WN_SENSE (("1.5" 00649172) ("1.6" 00776850)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (poach+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#poach#poach#poach#poach+ingly#(1.5,00649172)(1.6,00776850)###NR ( :DEF_WORD "poach" :CLASS "35.1.b" :WN_SENSE (("1.5" 00649172) ("1.6" 00776850)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (poach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#poach#poach#poach#poach+ingly#(1.5,00649172)(1.6,00776850)###NR ( :DEF_WORD "poach" :CLASS "35.1.b" :WN_SENSE (("1.5" 00649172) ("1.6" 00776850)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (poach+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#poach#poach#poach#poach+ingly#(1.5,00649172)(1.6,00776850)###NR ( :DEF_WORD "poach" :CLASS "35.1.c" :WN_SENSE (("1.5" 00649172) ("1.6" 00776850)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (poach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#poach#poach#poach#poach+ingly#(1.5,00321363)(1.6,00380794)###NR ( :DEF_WORD "poach" :CLASS "45.3.a" :WN_SENSE (("1.5" 00321363) ("1.6" 00380794)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (poach+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#poach#poach#poach#poach+ingly#(1.5,00321363)(1.6,00380794)###NR ( :DEF_WORD "poach" :CLASS "45.3.b" :WN_SENSE (("1.5" 00321363) ("1.6" 00380794)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (poach+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#poach#poach#poach#poach+ed#(1.5,00321363)(1.6,00380794)###NR ( :DEF_WORD "poach" :CLASS "45.3.c" :WN_SENSE (("1.5" 00321363) ("1.6" 00380794)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poach+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#pocket#pocket#pocket##(1.5,01296426)(1.6,01557471)#loc#(goal() = in pocket+)#NR ( :DEF_WORD "pocket" :CLASS "9.10" :WN_SENSE (("1.5" 01296426) ("1.6" 01557471)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (pocket+ 6))))) ) ;; Grid: 10.7#1#_ag_src#pod#pod#pod##(1.5,00119360)(1.6,00135603)#loc#(th = pod+)#NR ( :DEF_WORD "pod" :CLASS "10.7" :WN_SENSE (("1.5" 00119360) ("1.6" 00135603)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pod+ 2) (from loc (pod+ 2) (at loc (pod+ 2) (* thing 4))))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#point#point#point#point+#(1.5,00519176)(1.6,00625042)###NR ( :DEF_WORD "point" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00519176) ("1.6" 00625042)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (point+ 2) ((* toward 5) comm (point+ 2) (touching comm (point+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#point#point#point#point+ingly#(1.5,00519176)(1.6,00625042)###NR ( :DEF_WORD "point" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00519176) ("1.6" 00625042)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (point+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#poison#poison#poison#poison+ed#(1.5,00313343,00053145)(1.6,00371607,00060019)###NR ( :DEF_WORD "poison" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00313343 00053145) ("1.6" 00371607 00060019)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poison+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#poison#poison#poison#poison+ed#(1.5,00758211,00313343,00758454,00053145)(1.6,00903614,00371607,00903614,00060019)###NR ( :DEF_WORD "poison" :CLASS "42.2" :WN_SENSE (("1.5" 00758211 00313343 00758454 00053145) ("1.6" 00903614 00371607 00903614 00060019)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poison+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#poke#poke#poke#poke+ingly#(1.5,00700790)(1.6,00838367)###NR ( :DEF_WORD "poke" :CLASS "19.a.i" :WN_SENSE (("1.5" 00700790) ("1.6" 00838367)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (poke+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#poke#poke#poke#poke+ingly#(1.5,01237757)(1.6,01485292)###NR ( :DEF_WORD "poke" :CLASS "19.b" :WN_SENSE (("1.5" 01237757) ("1.6" 01485292)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (poke+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#poke#poke#poke#poke+ingly#(1.5,01237757)(1.6,01485292)###NR ( :DEF_WORD "poke" :CLASS "19.c.i" :WN_SENSE (("1.5" 01237757) ("1.6" 01485292)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (poke+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.d#1#_ag_goal(at),instr(with)#poke#poke#poke#poke+ingly#(1.5,00700678)(1.6,00838192)###NR ( :DEF_WORD "poke" :CLASS "19.d" :WN_SENSE (("1.5" 00700678) ("1.6" 00838192)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (poke+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#poke#poke#poke#poke+ingly#(1.5,01237757)(1.6,01485292)###NR ( :DEF_WORD "poke" :CLASS "35.5" :WN_SENSE (("1.5" 01237757) ("1.6" 01485292)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (poke+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#poke#poke#poke#poke+ingly#(1.5,01237757)(1.6,01485292)###NR ( :DEF_WORD "poke" :CLASS "35.5" :WN_SENSE (("1.5" 01237757) ("1.6" 01485292)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (poke+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#polarize#polarize#polarize#polarize+ed#(1.5,00286495)(1.6,00339335)###NR ( :DEF_WORD "polarize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00286495) ("1.6" 00339335)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polarize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#polarize#polarize#polarize#polarize+ed#(1.5,00286495)(1.6,00339335)###NR ( :DEF_WORD "polarize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00286495) ("1.6" 00339335)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polarize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#polarize#polarize#polarize#polarize+ed#(1.5,00286412)(1.6,00339214)###NR ( :DEF_WORD "polarize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00286412) ("1.6" 00339214)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polarize+ed 9)))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#police#police#police#police+ingly#(1.5,01389843)(1.6,01672974)###NR ( :DEF_WORD "police" :CLASS "29.8.a" :WN_SENSE (("1.5" 01389843) ("1.6" 01672974)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (police+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#police#police#police#police+ingly#(1.5,01389843)(1.6,01672974)###NR ( :DEF_WORD "police" :CLASS "29.8.b" :WN_SENSE (("1.5" 01389843) ("1.6" 01672974)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (police+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#polish#polish#polish#polish+ingly#(1.5,00710708)(1.6,00849393)###NR ( :DEF_WORD "polish" :CLASS "9.9.i" :WN_SENSE (("1.5" 00710708) ("1.6" 00849393)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (polish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#polish#polish#polish#polish+ed#(1.5,00710708,00963785)(1.6,00849393,01154777)###BJDMAP ( :DEF_WORD "polish" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00710708 00963785) ("1.6" 00849393 01154777)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polish+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#polish#polish#polish#polish+ingly#(1.5,00710708,00963785)(1.6,00849393,01154777)###NR ( :DEF_WORD "polish" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00710708 00963785) ("1.6" 00849393 01154777)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (polish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#polish#polish#polish#polish+ingly#(1.5,00710708)(1.6,00849393)###NR ( :DEF_WORD "polish" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00710708) ("1.6" 00849393)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (polish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#polish#polish#polish#polish+ed#(1.5,00710708,00963785)(1.6,00849393,01154777)###NR ( :DEF_WORD "polish" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00710708 00963785) ("1.6" 00849393 01154777)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polish+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#polka#polka#polka#polka+ingly####NR ( :DEF_WORD "polka" :CLASS "51.5.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (polka+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#polka#polka#polka#polka+ingly####NR ( :DEF_WORD "polka" :CLASS "51.5.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (polka+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#polka#polka#polka#polka+ingly####NR ( :DEF_WORD "polka" :CLASS "51.5.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (polka+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#poll#poll#poll##(1.5,01389757)(1.6,01672888)#loc#(th = poll+)#NR ( :DEF_WORD "poll" :CLASS "10.7" :WN_SENSE (("1.5" 01389757) ("1.6" 01672888)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (poll+ 2) (from loc (poll+ 2) (at loc (poll+ 2) (* thing 4))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pollinate#pollinate#pollinate#pollinate+ed#(1.5,00034519)(1.6,00038161)###NR ( :DEF_WORD "pollinate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00034519) ("1.6" 00038161)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pollinate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#pollute#pollute#pollute#pollute+ed#(1.5,00289637)(1.6,00343123)###NR ( :DEF_WORD "pollute" :CLASS "9.8.a" :WN_SENSE (("1.5" 00289637) ("1.6" 00343123)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (pollute+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#pollute#pollute#pollute#pollute+ed#(1.5,00289637)(1.6,00343123)###NR ( :DEF_WORD "pollute" :CLASS "9.8.b" :WN_SENSE (("1.5" 00289637) ("1.6" 00343123)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (pollute+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#polymerize#polymerize#polymerize#polymerize+ed#(1.5,00158482,00158728)(1.6,00181629,00181884)###NR ( :DEF_WORD "polymerize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00158482 00158728) ("1.6" 00181629 00181884)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (polymerize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#pomade#pomade#pomade#pomade+ed#(1.5,00025954)(1.6,00028050)###NR ( :DEF_WORD "pomade" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00025954) ("1.6" 00028050)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pomade+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#ponder#ponder#ponder#ponder+ingly#(1.5,00355285)(1.6,00427308)###NR ( :DEF_WORD "ponder" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00355285) ("1.6" 00427308)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (ponder+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.1.a#1#,ag_th,mod-loc(together)#pool#pool#pool#pool+ed#(1.5,01306329,01313453)(1.6,01570058,01578333)###NR ( :DEF_WORD "pool" :CLASS "22.1.a" :WN_SENSE (("1.5" 01306329 01313453) ("1.6" 01570058 01578333)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pool+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 22.1.b#1#,ag_th_goal(with)#pool#pool#pool#pool+ingly#(1.5,01306329,01313453)(1.6,01570058,01578333)###NR ( :DEF_WORD "pool" :CLASS "22.1.b" :WN_SENSE (("1.5" 01306329 01313453) ("1.6" 01570058 01578333)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th_goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (pool+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 47.5.2#1#,ag_th,loc()#pool#pool#pool#pool+ingly#(1.5,01306329,01313453)(1.6,01570058,01578333)###NR ( :DEF_WORD "pool" :CLASS "47.5.2" :WN_SENSE (("1.5" 01306329 01313453) ("1.6" 01570058 01578333)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (pool+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#pop#pop#pop#pop+ingly#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (pop+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#pop#pop#pop#pop+ingly#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (pop+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#pop#pop#pop#pop+ingly#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (pop+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#pop#pop#pop#pop+ingly#(1.5,00682393)(1.6,00816099)###NR ( :DEF_WORD "pop" :CLASS "43.2.d" :WN_SENSE (("1.5" 00682393) ("1.6" 00816099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pop#pop#pop#pop+ed#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "45.4.a" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pop+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#pop#pop#pop#pop+ed#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "45.4.b" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pop+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#pop#pop#pop#pop+ed#(1.5,01247485)(1.6,01496814)###NR ( :DEF_WORD "pop" :CLASS "45.4.c" :WN_SENSE (("1.5" 01247485) ("1.6" 01496814)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pop+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#popularize#popularize#popularize#popularize+ed#(1.5,00547054)(1.6,00656960)###NR ( :DEF_WORD "popularize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00547054) ("1.6" 00656960)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (popularize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#populate#populate#populate#populate+ed#(1.5,01499405)(1.6,01809405)###NR ( :DEF_WORD "populate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01499405) ("1.6" 01809405)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (populate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.b#1#_th,mod-loc(on)#pop_up#pop#pop_up#pop-up+ingly####NR ( :DEF_WORD "pop_up" :ROMAN "pop" :CLASS "48.1.1.b" :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* on 23) loc (*head*) (thing 24)) (pop-up+ingly 26)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#port#port#port#port+ingly#(1.5,00706143)(1.6,00844438)###NR ( :DEF_WORD "port" :CLASS "11.1" :WN_SENSE (("1.5" 00706143) ("1.6" 00844438)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (port+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#port#port#port#port+ingly#(1.5,00706143)(1.6,00844438)###NR ( :DEF_WORD "port" :CLASS "11.1" :WN_SENSE (("1.5" 00706143) ("1.6" 00844438)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (port+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 55.1.b#1#_th,prop#portend#portend#portend#portend+ingly#(1.5,00489389)(1.6,00591090)###NR ( :DEF_WORD "portend" :CLASS "55.1.b" :WN_SENSE (("1.5" 00489389) ("1.6" 00591090)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (portend+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 13.3#1#_ag_th,goal(among)#portion#portion#portion#portion+ingly#(1.5,01270072)(1.6,01524852)###NR ( :DEF_WORD "portion" :CLASS "13.3" :WN_SENSE (("1.5" 01270072) ("1.6" 01524852)) :PROPBANK ("arg0 arg1 arg2(among)") :THETA_ROLES ((1 "_ag_th,goal(among)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (portion+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#portray#portray#portray#portray+ed#(1.5,00557521,00986072,00967176,00967459)(1.6,00668960,01180260,01158733,01159073)###NR ( :DEF_WORD "portray" :CLASS "29.2.c" :WN_SENSE (("1.5" 00557521 00986072 00967176 00967459) ("1.6" 00668960 01180260 01158733 01159073)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (portray+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#portray#portray#portray#portray+ingly#(1.5,00557521,00986072,00967176,00967459)(1.6,00668960,01180260,01158733,01159073)###NR ( :DEF_WORD "portray" :CLASS "29.2.d" :WN_SENSE (("1.5" 00557521 00986072 00967176 00967459) ("1.6" 00668960 01180260 01158733 01159073)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (portray+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#pose#pose#pose#pose+ed#(1.5,01223100,01426316)(1.6,01466830,01717259)###NR ( :DEF_WORD "pose" :CLASS "29.6.b" :WN_SENSE (("1.5" 01223100 01426316) ("1.6" 01466830 01717259)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (pose+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#pose#pose#pose#pose+ingly#(1.5,01542889,00440588)(1.6,01861884,00533091)###NR ( :DEF_WORD "pose" :CLASS "37.1.b" :WN_SENSE (("1.5" 01542889 00440588) ("1.6" 01861884 00533091)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (pose+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#pose#pose#pose#pose+ingly#(1.5,01542889,00440588)(1.6,01861884,00533091)###NR ( :DEF_WORD "pose" :CLASS "48.1.2" :WN_SENSE (("1.5" 01542889 00440588) ("1.6" 01861884 00533091)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (pose+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.1#1#_ag_th_goal()#position#position#position#position+ingly#(1.5,01133355,00859635)(1.6,01354457,01026409)#loc##NR ( :DEF_WORD "position" :CLASS "9.1" :WN_SENSE (("1.5" 01133355 00859635) ("1.6" 01354457 01026409)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (position+ingly 26)) ) ;; Grid: 47.8.c#1#_th_loc#possess#possess#possess#possess+ingly#(1.5,01257491)(1.6,01509295)###NR ( :DEF_WORD "possess" :CLASS "47.8.c" :WN_SENSE (("1.5" 01257491) ("1.6" 01509295)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (possess+ingly 26)) ) ;; Grid: 058#1#_poss_th#possess#possess#possess#possess+ingly#(1.5,01257491,01488525)(1.6,01509295,01795751)###NR ( :DEF_WORD "possess" :CLASS "058" :WN_SENSE (("1.5" 01257491 01488525) ("1.6" 01509295 01795751)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_poss_th")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (possess+ingly 26)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#post#post#post#post+ingly#(1.5,00915441,00559105,00614591,01400286,00904114,00583238)(1.6,01096237,00670930,00737527,01685223,01081422,00698485)###NR ( :DEF_WORD "post" :CLASS "11.1" :WN_SENSE (("1.5" 00915441 00559105 00614591 01400286 00904114 00583238) ("1.6" 01096237 00670930 00737527 01685223 01081422 00698485)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (post+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#post#post#post#post+ingly#(1.5,00915441,00559105,00614591,01400286,00904114,00583238)(1.6,01096237,00670930,00737527,01685223,01081422,00698485)###NR ( :DEF_WORD "post" :CLASS "11.1" :WN_SENSE (("1.5" 00915441 00559105 00614591 01400286 00904114 00583238) ("1.6" 01096237 00670930 00737527 01685223 01081422 00698485)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (post+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#poster#poster#poster#poster+ed####NR ( :DEF_WORD "poster" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (poster+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#postmark#postmark#postmark#postmark+ed#(1.5,00729083)(1.6,00869645)###NR ( :DEF_WORD "postmark" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00729083) ("1.6" 00869645)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (postmark+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#postpone#postpone#postpone#postpone+ingly#(1.5,01495560)(1.6,01804260)###NR ( :DEF_WORD "postpone" :CLASS "53.1" :WN_SENSE (("1.5" 01495560) ("1.6" 01804260)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (postpone+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#pot#pot#pot##(1.5,00879975)(1.6,01051958)#loc#(goal() = in pot+)#NR ( :DEF_WORD "pot" :CLASS "9.10" :WN_SENSE (("1.5" 00879975) ("1.6" 01051958)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (pot+ 6))))) ) ;; Grid: 45.3.a#1#_ag_th#pot-roast#pot-roast#pot-roast#pot-roast+ingly####NR ( :DEF_WORD "pot-roast" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pot-roast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#pot-roast#pot-roast#pot-roast#pot-roast+ingly####NR ( :DEF_WORD "pot-roast" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pot-roast+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#pot-roast#pot-roast#pot-roast#pot-roast+ed####NR ( :DEF_WORD "pot-roast" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pot-roast+ed 9)))) ) ;; Grid: 53.1#1#_th,loc()#potter#potter#potter#potter+ingly#(1.5,00846294,00846160,01367154)(1.6,01009942,01009808,01009808)###NR ( :DEF_WORD "potter" :CLASS "53.1" :WN_SENSE (("1.5" 00846294 00846160 01367154) ("1.6" 01009942 01009808 01009808)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (potter+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#pounce#pounce#pounce#pounce+ingly#(1.5,01181116)(1.6,01412150)###NR ( :DEF_WORD "pounce" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01181116) ("1.6" 01412150)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (pounce+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#pounce#pounce#pounce#pounce+ingly#(1.5,01181116)(1.6,01412150)###NR ( :DEF_WORD "pounce" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01181116) ("1.6" 01412150)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (pounce+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#pound#pound#pound#pound+ingly#(1.5,00906212)(1.6,01084918)###NR ( :DEF_WORD "pound" :CLASS "9.3.b" :WN_SENSE (("1.5" 00906212) ("1.6" 01084918)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (pound+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#pound#pound#pound#pound+ingly#(1.5,00813896,00906212)(1.6,00969423,01084918)###NR ( :DEF_WORD "pound" :CLASS "18.1.a" :WN_SENSE (("1.5" 00813896 00906212) ("1.6" 00969423 01084918)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (pound+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#pound#pound#pound#pound+ingly#(1.5,00813896)(1.6,00969423)###NR ( :DEF_WORD "pound" :CLASS "18.1.b" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (pound+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#pound#pound#pound#pound+ingly#(1.5,00813896)(1.6,00969423)###NR ( :DEF_WORD "pound" :CLASS "18.1.c" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (pound+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#pound#pound#pound#pound+ingly#(1.5,00906212)(1.6,01084918)###NR ( :DEF_WORD "pound" :CLASS "18.1.d" :WN_SENSE (("1.5" 00906212) ("1.6" 01084918)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (pound+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#pound#pound#pound#pound+ed#(1.5,00813896)(1.6,00969423)###NR ( :DEF_WORD "pound" :CLASS "18.1.e" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pound+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#pound#pound#pound#pound+ed#(1.5,00906212)(1.6,01084918)###NR ( :DEF_WORD "pound" :CLASS "26.1.a" :WN_SENSE (("1.5" 00906212) ("1.6" 01084918)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pound+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#pound#pound#pound#pound+ed#(1.5,00906212)(1.6,01084918)###NR ( :DEF_WORD "pound" :CLASS "26.1.a" :WN_SENSE (("1.5" 00906212) ("1.6" 01084918)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pound+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#pound#pound#pound#pound+ingly#(1.5,00906212)(1.6,01084918)###NR ( :DEF_WORD "pound" :CLASS "26.1.b" :WN_SENSE (("1.5" 00906212) ("1.6" 01084918)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (pound+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#pound#pound#pound#pound+ingly#(1.5,01211403)(1.6,01452454)###NR ( :DEF_WORD "pound" :CLASS "40.8.2" :WN_SENSE (("1.5" 01211403) ("1.6" 01452454)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (pound+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#pour#pour#pour#pour+ingly#(1.5,01184040)(1.6,01416151)###NR ( :DEF_WORD "pour" :CLASS "9.5" :WN_SENSE (("1.5" 01184040) ("1.6" 01416151)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (pour+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#pour#pour#pour#pour+ed#(1.5,01184040,01184552)(1.6,01416151,01416698)###NR ( :DEF_WORD "pour" :CLASS "26.3" :WN_SENSE (("1.5" 01184040 01184552) ("1.6" 01416151 01416698)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pour+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#pour#pour#pour#pour+ed#(1.5,01184040,01184552)(1.6,01416151,01416698)###NR ( :DEF_WORD "pour" :CLASS "26.3" :WN_SENSE (("1.5" 01184040 01184552) ("1.6" 01416151 01416698)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pour+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#pour#pour#pour#pour+ingly#(1.5,01159964)(1.6,01386122)###NR ( :DEF_WORD "pour" :CLASS "43.4.a" :WN_SENSE (("1.5" 01159964) ("1.6" 01386122)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (pour+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#pour#pour#pour#pour+ingly#(1.5,01183931)(1.6,01416044)###NR ( :DEF_WORD "pour" :CLASS "43.4.c" :WN_SENSE (("1.5" 01183931) ("1.6" 01416044)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (pour+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#pour#pour#pour#pour+ingly#(1.5,01184040,01184552)(1.6,01416151,01416698)###NR ( :DEF_WORD "pour" :CLASS "43.4.d" :WN_SENSE (("1.5" 01184040 01184552) ("1.6" 01416151 01416698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (pour+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#pour#pour#pour#pour+ed#(1.5,01184040,01184552)(1.6,01416151,01416698)###NR ( :DEF_WORD "pour" :CLASS "43.4.e" :WN_SENSE (("1.5" 01184040 01184552) ("1.6" 01416151 01416698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pour+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 57.b#1#_mod-poss(with)#pour#pour#pour#pour+ingly#(1.5,01558837)(1.6,01884703)###NR ( :DEF_WORD "pour" :CLASS "57.b" :WN_SENSE (("1.5" 01558837) ("1.6" 01884703)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (pour+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#pout#pout#pout#pout+ingly#(1.5,01539066)(1.6,01857366)###BJDMAP ( :DEF_WORD "pout" :CLASS "40.2.b" :WN_SENSE (("1.5" 01539066) ("1.6" 01857366)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (pout+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#powder#powder#powder#powder+ingly#(1.5,00027129)(1.6,00029552)###NR ( :DEF_WORD "powder" :CLASS "9.9.i" :WN_SENSE (("1.5" 00027129) ("1.6" 00029552)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (powder+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#powder#powder#powder#powder+ed#(1.5,00027129)(1.6,00029552)###BJDMAP ( :DEF_WORD "powder" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00027129) ("1.6" 00029552)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (powder+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#powder#powder#powder#powder+ed#(1.5,00027129)(1.6,00029552)###NR ( :DEF_WORD "powder" :CLASS "41.2.2" :WN_SENSE (("1.5" 00027129) ("1.6" 00029552)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (powder+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 14.a#1#_ag,info,src()#practice#practice#practice#practice+ingly#(1.5,00340233,00985868,00340233,00985868)(1.6,00409147,01180029,00409147,01180029)###NR ( :DEF_WORD "practice" :CLASS "14.a" :WN_SENSE (("1.5" 00340233 00985868 00340233 00985868) ("1.6" 00409147 01180029 00409147 01180029)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag,info,src()")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (practice+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 14.a#1#_ag,info,src()#practise#practise#practise#practise+ingly#(1.5,00340233,00985868,00340233,00985868)(1.6,00409147,01180029,00409147,01180029)###NR ( :DEF_WORD "practise" :CLASS "14.a" :WN_SENSE (("1.5" 00340233 00985868 00340233 00985868) ("1.6" 00409147 01180029 00409147 01180029)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag,info,src()")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (practise+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#praise#praise#praise#praise+ed#(1.5,00480440)(1.6,00581211)###NR ( :DEF_WORD "praise" :CLASS "29.2.c" :WN_SENSE (("1.5" 00480440) ("1.6" 00581211)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (praise+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#praise#praise#praise#praise+ingly#(1.5,00480440)(1.6,00581211)###NR ( :DEF_WORD "praise" :CLASS "29.2.d" :WN_SENSE (("1.5" 00480440) ("1.6" 00581211)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (praise+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#praise#praise#praise#praise+#(1.5,00480440)(1.6,00581211)###NR ( :DEF_WORD "praise" :CLASS "33.a.i" :WN_SENSE (("1.5" 00480440) ("1.6" 00581211)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (praise+ 2) (toward comm (praise+ 2) (at comm (praise+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#prance#prance#prance#prance+ingly#(1.5,01091650)(1.6,01307876)###NR ( :DEF_WORD "prance" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (prance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#prance#prance#prance#prance+ingly#(1.5,01091650)(1.6,01307876)###NR ( :DEF_WORD "prance" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (prance+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 37.3.a#2#_ag_info(about),goal(to)#prattle#prattle#prattle#prattle+ingly#(1.5,00586278)(1.6,00702218)###BJDMAP ( :DEF_WORD "prattle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00586278) ("1.6" 00702218)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((2 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (prattle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 015#1#_ag_prop(to)#pray#pray#pray#pray+ingly#(1.5,00426559)(1.6,00515892)###NR ! ;; Grid: 13.7#1#_ag#prawn#prawn#prawn#prawn+ingly#(1.5,00795576)(1.6,00947875)###NR ( :DEF_WORD "prawn" :CLASS "13.7" :WN_SENSE (("1.5" 00795576) ("1.6" 00947875)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (prawn+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#pray#pray#pray#pray+#(1.5,00426559)(1.6,00515892)###NR ( :DEF_WORD "pray" :CLASS "32.2.b" :WN_SENSE (("1.5" 00426559) ("1.6" 00515892)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (pray+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 37.1.a#1#_ag_goal_info#preach#preach#preach#preach+ingly#(1.5,00465159)(1.6,00561791)###NR ( :DEF_WORD "preach" :CLASS "37.1.a" :WN_SENSE (("1.5" 00465159) ("1.6" 00561791)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (preach+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#preach#preach#preach#preach+ingly#(1.5,00465042,00465159)(1.6,00561647,00561791)###NR ( :DEF_WORD "preach" :CLASS "37.1.b" :WN_SENSE (("1.5" 00465042 00465159) ("1.6" 00561647 00561791)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (preach+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#preach#preach#preach#preach+ingly#(1.5,00465042)(1.6,00561647)###NR ( :DEF_WORD "preach" :CLASS "37.1.c" :WN_SENSE (("1.5" 00465042) ("1.6" 00561647)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (preach+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 47.8.k#1#_th_loc#precede#precede#precede#precede+ingly#(1.5,01141459)(1.6,01364150)###NR ( :DEF_WORD "precede" :CLASS "47.8.k" :WN_SENSE (("1.5" 01141459) ("1.6" 01364150)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (before loc (thing 2) (* thing 11)) (precede+ingly 26)) ) ;; Grid: 57.b#1#_mod-poss(with)#precipitate#precipitate#precipitate#precipitate+ingly#(1.5,01558020)(1.6,01883959)###NR ( :DEF_WORD "precipitate" :CLASS "57.b" :WN_SENSE (("1.5" 01558020) ("1.6" 01883959)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (precipitate+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#predict#predict#predict#predict+ingly#(1.5,00516413)(1.6,00621460)###NR ( :DEF_WORD "predict" :CLASS "29.5.d" :WN_SENSE (("1.5" 00516413) ("1.6" 00621460)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (predict+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#predict#predict#predict#predict+ingly#(1.5,00516413)(1.6,00621460)###NR ( :DEF_WORD "predict" :CLASS "29.5.e" :WN_SENSE (("1.5" 00516413) ("1.6" 00621460)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (predict+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 29.5.e#1#_ag_info#predict#predict#predict#predict+ingly#(1.5,00516413)(1.6,00621460)###NR ( :DEF_WORD "predict" :CLASS "29.5.e" :WN_SENSE (("1.5" 00516413) ("1.6" 00621460)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (predict+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 47.1#1#_th,mod-loc()#predominate#predominate#predominate#predominate+ingly#(1.5,01496269)(1.6,01805360)###NR ( :DEF_WORD "predominate" :CLASS "47.1" :WN_SENSE (("1.5" 01496269) ("1.6" 01805360)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (predominate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#preen#preen#preen#preen+ed#(1.5,00028136)(1.6,00030795)###NR ( :DEF_WORD "preen" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00028136) ("1.6" 00030795)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (preen+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#preen#preen#preen#preen+ed#(1.5,00028136)(1.6,00030795)###NR ( :DEF_WORD "preen" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00028136) ("1.6" 00030795)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (preen+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#prefer#prefer#prefer#prefer+ingly#(1.5,01041008,01358550)(1.6,01246259,01635007)###NR ( :DEF_WORD "prefer" :CLASS "31.2.a" :WN_SENSE (("1.5" 01041008 01358550) ("1.6" 01246259 01635007)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (prefer+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#prefix#prefix#prefix#prefix+ingly#(1.5,00744428)(1.6,00886673)###NR ( :DEF_WORD "prefix" :CLASS "47.8.c" :WN_SENSE (("1.5" 00744428) ("1.6" 00886673)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (prefix+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#prejudice#prejudice#prejudice#prejudice+ingly#(1.5,00382028)(1.6,00458954)###BJDMAP ( :DEF_WORD "prejudice" :CLASS "31.1.a" :WN_SENSE (("1.5" 00382028) ("1.6" 00458954)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (prejudice+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#preoccupy#preoccupy#preoccupy#preoccupy+ingly#(1.5,01015905,01514356)(1.6,01218002,01827564)###NR ( :DEF_WORD "preoccupy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01015905 01514356) ("1.6" 01218002 01827564)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (preoccupy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#preoccupy#preoccupy#preoccupy#preoccupy+ingly#(1.5,01514356)(1.6,01827564)###NR ( :DEF_WORD "preoccupy" :CLASS "31.1.b" :WN_SENSE (("1.5" 01514356) ("1.6" 01827564)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (preoccupy+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#prepare#prepare#prepare#prepare+ed#(1.5,00952386,01002211,00127336)(1.6,01142893,01198518,00145339)###NR ( :DEF_WORD "prepare" :CLASS "26.3" :WN_SENSE (("1.5" 00952386 01002211 00127336) ("1.6" 01142893 01198518 00145339)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prepare+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#prepare#prepare#prepare#prepare+ed#(1.5,00952386,01002211,00127336)(1.6,01142893,01198518,00145339)###NR ( :DEF_WORD "prepare" :CLASS "26.3" :WN_SENSE (("1.5" 00952386 01002211 00127336) ("1.6" 01142893 01198518 00145339)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prepare+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#prepay#prepay#prepay#prepay+ingly#(1.5,01281037)(1.6,01540097)###NR ( :DEF_WORD "prepay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01281037) ("1.6" 01540097)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (prepay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#preponderate#preponderate#preponderate#preponderate+ingly#(1.5,01497140)(1.6,01806398)###NR ( :DEF_WORD "preponderate" :CLASS "47.1" :WN_SENSE (("1.5" 01497140) ("1.6" 01806398)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (preponderate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#prescribe#prescribe#prescribe#prescribe+ingly#(1.5,00420053)(1.6,00506658)###NR ( :DEF_WORD "prescribe" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00420053) ("1.6" 00506658)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (prescribe+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#present#present#present#present+ingly#(1.5,00433992,01287891,01542889)(1.6,00525080,01547940,01861884)###NR ( :DEF_WORD "present" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00433992 01287891 01542889) ("1.6" 00525080 01547940 01861884)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (present+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#present#present#present#present+ed#(1.5,00433992,01287891,01542889)(1.6,00525080,01547940,01861884)###NR ( :DEF_WORD "present" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00433992 01287891 01542889) ("1.6" 00525080 01547940 01861884)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (present+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#present#present#present#present+ingly#(1.5,00433992,01287891,01542889)(1.6,00525080,01547940,01861884)###NR ( :DEF_WORD "present" :CLASS "48.1.2" :WN_SENSE (("1.5" 00433992 01287891 01542889) ("1.6" 00525080 01547940 01861884)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (present+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#preserve#preserve#preserve#preserve+ingly#(1.5,01514891)(1.6,01828422)###BJDMAP ( :DEF_WORD "preserve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01514891) ("1.6" 01828422)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (preserve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#preserve#preserve#preserve#preserve+ed#(1.5,00127132)(1.6,00145116)###NR ( :DEF_WORD "preserve" :CLASS "45.4.a" :WN_SENSE (("1.5" 00127132) ("1.6" 00145116)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (preserve+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#preside#preside#preside#preside+ingly#(1.5,01375179)(1.6,01654488)###NR ( :DEF_WORD "preside" :CLASS "47.1" :WN_SENSE (("1.5" 01375179) ("1.6" 01654488)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (preside+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#press#press#press#press+ingly#(1.5,00832033)(1.6,00992533)###NR ( :DEF_WORD "press" :CLASS "12.a.i" :WN_SENSE (("1.5" 00832033) ("1.6" 00992533)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (press+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#press#press#press#press+ingly#(1.5,00832033)(1.6,00992533)###NR ( :DEF_WORD "press" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00832033) ("1.6" 00992533)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (press+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#press#press#press#press+ingly#(1.5,00832033,01157160)(1.6,00992533,01382952)###NR ( :DEF_WORD "press" :CLASS "12.b" :WN_SENSE (("1.5" 00832033 01157160) ("1.6" 00992533 01382952)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (press+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#pressure#pressure#pressure#pressure+ingly#(1.5,01418102,01459460)(1.6,01707058,01759411)###NR ( :DEF_WORD "pressure" :CLASS "002" :WN_SENSE (("1.5" 01418102 01459460) ("1.6" 01707058 01759411)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (pressure+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#presume#presume#presume#presume+ingly#(1.5,00356058)(1.6,00428091)###NR ( :DEF_WORD "presume" :CLASS "29.4.a" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (presume+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#presume#presume#presume#presume+ingly#(1.5,00356058)(1.6,00428091)###NR ( :DEF_WORD "presume" :CLASS "29.4.b" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (presume+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 017#1#_exp_perc(that)#pretend#pretend#pretend#pretend+ingly#(1.5,00470255,00470475)(1.6,00568049,00568049)###NR ! ;; Grid: 29.4.d#1#_exp_prop(that)#presume#presume#presume#presume+ingly#(1.5,00356058)(1.6,00428091)###NR ( :DEF_WORD "presume" :CLASS "29.4.d" :WN_SENSE (("1.5" 00356058) ("1.6" 00428091)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (presume+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 29.4.d#1#_exp_prop(that)#presuppose#presuppose#presuppose#presuppose+ingly#(1.5,00355753,00356375)(1.6,00427776,00428444)###BJDMAP ( :DEF_WORD "presuppose" :CLASS "29.4.d" :WN_SENSE (("1.5" 00355753 00356375) ("1.6" 00427776 00428444)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (presuppose+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 29.6.a#1#_th_pred#pretend#pretend#pretend#pretend+ingly#(1.5,00470255,--)(1.6,00568049,01178748)###NR ( :DEF_WORD "pretend" :CLASS "29.6.a" :WN_SENSE (("1.5" 00470255 --) ("1.6" 00568049 01178748)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (pretend+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 55.1.c#1#_th_prop(to)#pretend#pretend#pretend#pretend+ingly#(1.5,00470255)(1.6,00568049)###NR ( :DEF_WORD "pretend" :CLASS "55.1.c" :WN_SENSE (("1.5" 00470255) ("1.6" 00568049)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (pretend+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 47.1#1#_th,mod-loc()#prevail#prevail#prevail#prevail+ingly#(1.5,01498709,01498253,01496269)(1.6,01808210,01807646,01805360)###NR ( :DEF_WORD "prevail" :CLASS "47.1" :WN_SENSE (("1.5" 01498709 01498253 01496269) ("1.6" 01808210 01807646 01805360)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (prevail+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 023#1#_ag_th_pred(from)#prevent#prevent#prevent#prevent+ingly#(1.5,01388675)(1.6,01671583)###NR ( :DEF_WORD "prevent" :CLASS "023" :WN_SENSE (("1.5" 01388675) ("1.6" 01671583)) :PROPBANK ("arg0 arg1 arg3(from)") :THETA_ROLES ((1 "_ag_th_pred(from)")) :LCS (cause (* thing 1) (stay ident (* thing 2) (not_at ident (thing 2) (* nil 9))) (prevent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 059#1#_ag_th,src(from)#prevent#prevent#prevent#prevent+ingly#(1.5,01387332)(1.6,01669882)###BJDMAP ( :DEF_WORD "prevent" :CLASS "059" :WN_SENSE (("1.5" 01387332) ("1.6" 01669882)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (prevent+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 059#1#_ag_th_prop(from)#prevent#prevent#prevent#prevent+ingly#(1.5,01387332)(1.6,01669882)###NR ( :DEF_WORD "prevent" :CLASS "059" :WN_SENSE (("1.5" 01387332) ("1.6" 01669882)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (prevent+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#price#price#price#price+ingly#(1.5,01336482)(1.6,01605484)###NR ( :DEF_WORD "price" :CLASS "54.4" :WN_SENSE (("1.5" 01336482) ("1.6" 01605484)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (price+ingly 26)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#prick#prick#prick#prick+ingly#(1.5,00828780)(1.6,00987993)###NR ( :DEF_WORD "prick" :CLASS "9.7.a" :WN_SENSE (("1.5" 00828780) ("1.6" 00987993)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (prick+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#prick#prick#prick#prick+ed#(1.5,00828780)(1.6,00987993)###NR ( :DEF_WORD "prick" :CLASS "9.7.d" :WN_SENSE (("1.5" 00828780) ("1.6" 00987993)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prick+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#prick#prick#prick#prick+ingly#(1.5,00828780)(1.6,00987993)###NR ( :DEF_WORD "prick" :CLASS "19.a.i" :WN_SENSE (("1.5" 00828780) ("1.6" 00987993)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (prick+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#prick#prick#prick#prick+ingly#(1.5,00828780)(1.6,00987993)###NR ( :DEF_WORD "prick" :CLASS "19.b" :WN_SENSE (("1.5" 00828780) ("1.6" 00987993)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (prick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#prick#prick#prick#prick+ingly#(1.5,00828780)(1.6,00987993)###NR ( :DEF_WORD "prick" :CLASS "19.c.i" :WN_SENSE (("1.5" 00828780) ("1.6" 00987993)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (prick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#prick#prick#prick#prick+ed#(1.5,01211893,00828780,01211785,00831054)(1.6,01453033,00987993,01452925,00991175)###NR ( :DEF_WORD "prick" :CLASS "40.8.3" :WN_SENSE (("1.5" 01211893 00828780 01211785 00831054) ("1.6" 01453033 00987993 01452925 00991175)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prick+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#prickle#prickle#prickle#prickle+ingly#(1.5,01211785,01211585)(1.6,01452925,01452725)###NR ( :DEF_WORD "prickle" :CLASS "40.8.2" :WN_SENSE (("1.5" 01211785 01211585) ("1.6" 01452925 01452725)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (prickle+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 41.1.1.ii#1#,ag_th#primp#primp#primp#primp+ed#(1.5,00028136)(1.6,00030795)###NR ( :DEF_WORD "primp" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00028136) ("1.6" 00030795)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (primp+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#primp#primp#primp#primp+ed#(1.5,00028136)(1.6,00030795)###NR ( :DEF_WORD "primp" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00028136) ("1.6" 00030795)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (primp+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#print#print#print#print+ingly#(1.5,00996988,00997374,00998009)(1.6,01193001,01193444,01194067)###NR ( :DEF_WORD "print" :CLASS "25.2" :WN_SENSE (("1.5" 00996988 00997374 00998009) ("1.6" 01193001 01193444 01194067)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (print+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#prize#prize#prize#prize+ingly#(1.5,01284370,00390535)(1.6,01544040,00469237)###NR ( :DEF_WORD "prize" :CLASS "31.2.a" :WN_SENSE (("1.5" 01284370 00390535) ("1.6" 01544040 00469237)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (prize+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#prize#prize#prize#prize+ingly#(1.5,01284370,00390535)(1.6,01544040,00469237)###NR ( :DEF_WORD "prize" :CLASS "31.2.b" :WN_SENSE (("1.5" 01284370 00390535) ("1.6" 01544040 00469237)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (prize+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#prize#prize#prize#prize+ingly#(1.5,00390535)(1.6,00469237)###NR ( :DEF_WORD "prize" :CLASS "31.2.g" :WN_SENSE (("1.5" 00390535) ("1.6" 00469237)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (prize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#probe#probe#probe#probe+ingly#(1.5,00699076)(1.6,00835779)###NR ( :DEF_WORD "probe" :CLASS "35.2.a" :WN_SENSE (("1.5" 00699076) ("1.6" 00835779)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (probe+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#probe#probe#probe#probe+ingly#(1.5,00699076)(1.6,00835779)###NR ( :DEF_WORD "probe" :CLASS "35.2.a" :WN_SENSE (("1.5" 00699076) ("1.6" 00835779)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (probe+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#probe#probe#probe#probe+ingly#(1.5,00699076)(1.6,00835779)###NR ( :DEF_WORD "probe" :CLASS "35.2.b" :WN_SENSE (("1.5" 00699076) ("1.6" 00835779)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (probe+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 55.1.a#1#_th,prop#proceed#proceed#proceed#proceed+ingly#(1.5,01138816,01517254)(1.6,01360914,01832078)###NR ( :DEF_WORD "proceed" :CLASS "55.1.a" :WN_SENSE (("1.5" 01138816 01517254) ("1.6" 01360914 01832078)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (proceed+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#proceed#proceed#proceed#proceed+ingly#(1.5,01138816,01517254)(1.6,01360914,01832078)###NR ( :DEF_WORD "proceed" :CLASS "55.1.b" :WN_SENSE (("1.5" 01138816 01517254) ("1.6" 01360914 01832078)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (proceed+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#proceed#proceed#proceed#proceed+ingly#(1.5,01138816,01517254)(1.6,01360914,01832078)###NR ( :DEF_WORD "proceed" :CLASS "55.1.c" :WN_SENSE (("1.5" 01138816 01517254) ("1.6" 01360914 01832078)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (proceed+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#proclaim#proclaim#proclaim#proclaim+ingly#(1.5,00482918)(1.6,00583913)###NR ( :DEF_WORD "proclaim" :CLASS "29.1.a" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (proclaim+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#proclaim#proclaim#proclaim#proclaim+ed#(1.5,00482918)(1.6,00583913)###NR ( :DEF_WORD "proclaim" :CLASS "29.1.c" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (proclaim+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#proclaim#proclaim#proclaim#proclaim+ingly#(1.5,00482918)(1.6,00583913)###NR ( :DEF_WORD "proclaim" :CLASS "29.1.d" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (proclaim+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#proclaim#proclaim#proclaim#proclaim+ingly#(1.5,00551709)(1.6,00662333)###NR ( :DEF_WORD "proclaim" :CLASS "29.1.e" :WN_SENSE (("1.5" 00551709) ("1.6" 00662333)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (proclaim+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#proclaim#proclaim#proclaim#proclaim+ingly#(1.5,00482918)(1.6,00583913)###NR ( :DEF_WORD "proclaim" :CLASS "37.7.a" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (proclaim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#proclaim#proclaim#proclaim#proclaim+ingly#(1.5,00482918)(1.6,00583913)###NR ( :DEF_WORD "proclaim" :CLASS "37.7.b" :WN_SENSE (("1.5" 00482918) ("1.6" 00583913)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (proclaim+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 53.1#1#_th,loc()#procrastinate#procrastinate#procrastinate#procrastinate+ingly#(1.5,01495384)(1.6,01804043)###NR ( :DEF_WORD "procrastinate" :CLASS "53.1" :WN_SENSE (("1.5" 01495384) ("1.6" 01804043)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (procrastinate+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#procreate#procreate#procreate#procreate+ed#(1.5,00035058)(1.6,00038872)###NR ( :DEF_WORD "procreate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00035058) ("1.6" 00038872)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (procreate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#procure#procure#procure#procure+ingly#(1.5,01274713)(1.6,01531769)###NR ( :DEF_WORD "procure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (procure+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),ben(for),mod-poss(for)#procure#procure#procure#procure+ingly#(1.5,01274713)(1.6,01531769)###NR ( :DEF_WORD "procure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (procure+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#2#_ag_ben_th,src(from),mod-poss(for)#procure#procure#procure#procure+ingly#(1.5,01274713)(1.6,01531769)###NR ( :DEF_WORD "procure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (procure+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#prod#prod#prod#prod+ingly#(1.5,00701321)(1.6,00838894)###NR ( :DEF_WORD "prod" :CLASS "20.a" :WN_SENSE (("1.5" 00701321) ("1.6" 00838894)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (prod+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#produce#produce#produce#produce+ingly#(1.5,00929175)(1.6,01114991)###NR ( :DEF_WORD "produce" :CLASS "26.4" :WN_SENSE (("1.5" 00929175) ("1.6" 01114991)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (produce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#produce#produce#produce#produce+ingly#(1.5,01230190)(1.6,01475713)###NR ( :DEF_WORD "produce" :CLASS "26.7.i" :WN_SENSE (("1.5" 01230190) ("1.6" 01475713)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (produce+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#produce#produce#produce#produce+ingly#(1.5,01230190)(1.6,01475713)###NR ( :DEF_WORD "produce" :CLASS "26.7.ii" :WN_SENSE (("1.5" 01230190) ("1.6" 01475713)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (produce+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#produce#produce#produce#produce+ingly#(1.5,01230190)(1.6,01475713)###NR ( :DEF_WORD "produce" :CLASS "26.7.ii" :WN_SENSE (("1.5" 01230190) ("1.6" 01475713)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (produce+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 29.4.e#1#_ag_th_pred#profess#profess#profess#profess+ingly#(1.5,00460267)(1.6,00555732)###NR ( :DEF_WORD "profess" :CLASS "29.4.e" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (profess+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#profess#profess#profess#profess+ingly#(1.5,00460267)(1.6,00555732)###NR ( :DEF_WORD "profess" :CLASS "29.4.f" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (profess+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#profess#profess#profess#profess+ingly#(1.5,00460267)(1.6,00555732)###NR ( :DEF_WORD "profess" :CLASS "29.4.g" :WN_SENSE (("1.5" 00460267) ("1.6" 00555732)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (profess+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#proffer#proffer#proffer#proffer+ingly#(1.5,01307151)(1.6,01571054)###NR ( :DEF_WORD "proffer" :CLASS "13.2" :WN_SENSE (("1.5" 01307151) ("1.6" 01571054)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (proffer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag,src(from,by),ben(for)#profit#profit#profit##(1.5,01303135)(1.6,01565865)##(th = profit+)#NR ! ;; Grid: 48.1.2#1#_ag_th,goal(to)#proffer#proffer#proffer#proffer+ingly#(1.5,01307151)(1.6,01571054)###NR ( :DEF_WORD "proffer" :CLASS "48.1.2" :WN_SENSE (("1.5" 01307151) ("1.6" 01571054)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (proffer+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#program#program#program#program+ingly#(1.5,00997876)(1.6,01193948)###NR ( :DEF_WORD "program" :CLASS "26.4" :WN_SENSE (("1.5" 00997876) ("1.6" 01193948)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (program+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.c#1#_th#progress#progress#progress#progress+ed#(1.5,00148709,00151111,01136714)(1.6,00169694,00172633,01358414)###NR ( :DEF_WORD "progress" :CLASS "45.4.c" :WN_SENSE (("1.5" 00148709 00151111 01136714) ("1.6" 00169694 00172633 01358414)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (progress+ed 9)))) ) ;; Grid: 55.2.a#1#_th_prop#prohibit#prohibit#prohibit#prohibit+ingly#(1.5,00447425)(1.6,00540739)###NR ( :DEF_WORD "prohibit" :CLASS "55.2.a" :WN_SENSE (("1.5" 00447425) ("1.6" 00540739)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (prohibit+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 059#1#_ag_th,src(from)#prohibit#prohibit#prohibit#prohibit+ingly#(1.5,00447425)(1.6,00540739)###BJDMAP ( :DEF_WORD "prohibit" :CLASS "059" :WN_SENSE (("1.5" 00447425) ("1.6" 00540739)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((* from 3) circ (thing 2) (at circ (thing 2) (nil 27)))) (prohibit+ingly 26)) :VAR_SPEC ((3 :optional) (27 (aspect prog))) ) ;; Grid: 059#1#_ag_th_prop(from)#prohibit#prohibit#prohibit#prohibit+ingly#(1.5,00447425)(1.6,00540739)###NR ( :DEF_WORD "prohibit" :CLASS "059" :WN_SENSE (("1.5" 00447425) ("1.6" 00540739)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (prohibit+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 47.6.a#1#_th,loc()#project#project#project#project+ingly#(1.5,01535686)(1.6,01853436)###NR ( :DEF_WORD "project" :CLASS "47.6.a" :WN_SENSE (("1.5" 01535686) ("1.6" 01853436)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (project+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#project#project#project#project+ingly#(1.5,01220497)(1.6,01463399)###NR ( :DEF_WORD "project" :CLASS "47.6.b" :WN_SENSE (("1.5" 01220497) ("1.6" 01463399)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (project+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#proliferate#proliferate#proliferate#proliferate+ed#(1.5,00187665)(1.6,00214613)###NR ( :DEF_WORD "proliferate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00187665) ("1.6" 00214613)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (proliferate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#proliferate#proliferate#proliferate#proliferate+ed#(1.5,00927774)(1.6,01113133)###NR ( :DEF_WORD "proliferate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00927774) ("1.6" 01113133)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (proliferate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#proliferate#proliferate#proliferate#proliferate+ed#(1.5,00187665,00148275)(1.6,00214613,00169240)###NR ( :DEF_WORD "proliferate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00187665 00148275) ("1.6" 00214613 00169240)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (proliferate+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#promenade#promenade#promenade#promenade+ingly#(1.5,01092986)(1.6,01309575)###NR ( :DEF_WORD "promenade" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092986) ("1.6" 01309575)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (promenade+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#promenade#promenade#promenade#promenade+ingly#(1.5,01092986)(1.6,01309575)###NR ( :DEF_WORD "promenade" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092986) ("1.6" 01309575)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (promenade+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 13.3#1#_ag_th,goal(to)#promise#promise#promise#promise+ingly#(1.5,00496684,00496882,01556258)(1.6,00598975,00599173,01876504)###NR ( :DEF_WORD "promise" :CLASS "13.3" :WN_SENSE (("1.5" 00496684 00496882 01556258) ("1.6" 00598975 00599173 01876504)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (promise+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#promise#promise#promise#promise+ingly#(1.5,00496684,00496882,01556258)(1.6,00598975,00599173,01876504)###NR ( :DEF_WORD "promise" :CLASS "13.3" :WN_SENSE (("1.5" 00496684 00496882 01556258) ("1.6" 00598975 00599173 01876504)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (promise+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(to)#promote#promote#promote#promote+ingly#(1.5,01446131)(1.6,01741671)###NR ( :DEF_WORD "promote" :CLASS "29.1.a" :WN_SENSE (("1.5" 01446131) ("1.6" 01741671)) :PROPBANK ("arg0 arg1 arg3(to)") :THETA_ROLES ((1 "_exp_perc,mod-pred(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (promote+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 002#1#_ag_th,prop(to)#prompt#prompt#prompt#prompt+ingly#(1.5,00433384,00944051)(1.6,00524434,01133437)###NR ( :DEF_WORD "prompt" :CLASS "002" :WN_SENSE (("1.5" 00433384 00944051) ("1.6" 00524434 01133437)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (prompt+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#promulgate#promulgate#promulgate#promulgate+ingly#(1.5,00483494,00551312)(1.6,00584514,00661842)###NR ( :DEF_WORD "promulgate" :CLASS "37.7.b" :WN_SENSE (("1.5" 00483494 00551312) ("1.6" 00584514 00661842)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (promulgate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 29.3#1#_ag_th_pred#pronounce#pronounce#pronounce#pronounce+ingly#(1.5,00547761)(1.6,00657821)###NR ( :DEF_WORD "pronounce" :CLASS "29.3" :WN_SENSE (("1.5" 00547761) ("1.6" 00657821)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (pronounce+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 30.1.a.ii#1#_exp_perc#proofread#proofread#proofread#proofread+ingly#(1.5,00354244)(1.6,00426161)###BJDMAP ( :DEF_WORD "proofread" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 00354244) ("1.6" 00426161)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (proofread+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.2.ii#1#_ag_th,loc(up)#prop#prop#prop#prop+ingly#(1.5,00694239)(1.6,00830295)###BJDMAP ( :DEF_WORD "prop" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00694239) ("1.6" 00830295)) :PROPBANK ("arg0 arg1 argm-LOC(up)") :THETA_ROLES ((1 "_ag_th,loc(up)")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (prop+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#propagate#propagate#propagate#propagate+ed#(1.5,01270932,00825868,00793364,00035495)(1.6,01525997,00984219,00945087,00039309)###NR ( :DEF_WORD "propagate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01270932 00825868 00793364 00035495) ("1.6" 01525997 00984219 00945087 00039309)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (propagate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#propagate#propagate#propagate#propagate+ed#(1.5,01270932,00825868,00793364,00035495)(1.6,01525997,00984219,00945087,00039309)###NR ( :DEF_WORD "propagate" :CLASS "45.4.b" :WN_SENSE (("1.5" 01270932 00825868 00793364 00035495) ("1.6" 01525997 00984219 00945087 00039309)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (propagate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#propagate#propagate#propagate#propagate+ed#(1.5,01194270,00035243)(1.6,01428778,00039057)###NR ( :DEF_WORD "propagate" :CLASS "45.4.c" :WN_SENSE (("1.5" 01194270 00035243) ("1.6" 01428778 00039057)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (propagate+ed 9)))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#propagate#propagate#propagate#propagate+ingly#(1.5,01270932,01194270,00825868,00793364,00035243)(1.6,01525997,01428778,00984219,00945087,00039057)###NR ( :DEF_WORD "propagate" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01270932 01194270 00825868 00793364 00035243) ("1.6" 01525997 01428778 00984219 00945087 00039057)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (propagate+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 29.5.e#1#_ag_info(that)#prophesy#prophesy#prophesy#prophesy+ingly#(1.5,00521067)(1.6,00626925)###NR ( :DEF_WORD "prophesy" :CLASS "29.5.e" :WN_SENSE (("1.5" 00521067) ("1.6" 00626925)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (prophesy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 29.5.e#1#_ag_info#prophesy#prophesy#prophesy#prophesy+ingly#(1.5,00521067)(1.6,00626925)###NR ( :DEF_WORD "prophesy" :CLASS "29.5.e" :WN_SENSE (("1.5" 00521067) ("1.6" 00626925)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (prophesy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#propitiate#propitiate#propitiate#propitiate+ingly#(1.5,00429603)(1.6,00519450)###BJDMAP ( :DEF_WORD "propitiate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00429603) ("1.6" 00519450)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (propitiate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#proportion#proportion#proportion#proportion+ed#(1.5,00284897)(1.6,00336566)###NR ( :DEF_WORD "proportion" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00284897) ("1.6" 00336566)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (proportion+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 005#1#_th_prop#propose#propose#propose#propose+ingly#(1.5,00399079)(1.6,00479584)###NR ( :DEF_WORD "propose" :CLASS "005" :WN_SENSE (("1.5" 00399079) ("1.6" 00479584)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (propose+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#propose#propose#propose#propose+ingly#(1.5,00493999)(1.6,00596144)###NR ( :DEF_WORD "propose" :CLASS "37.7.a" :WN_SENSE (("1.5" 00493999) ("1.6" 00596144)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (propose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#propose#propose#propose#propose+ingly#(1.5,00493999)(1.6,00596144)###NR ( :DEF_WORD "propose" :CLASS "37.7.b" :WN_SENSE (("1.5" 00493999) ("1.6" 00596144)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (propose+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#prosecute#prosecute#prosecute#prosecute+ingly#(1.5,01459678)(1.6,01759630)###NR ( :DEF_WORD "prosecute" :CLASS "33.b" :WN_SENSE (("1.5" 01459678) ("1.6" 01759630)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (prosecute+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#prospect#prospect#prospect#prospect+ingly#(1.5,00364700)(1.6,00437600)###NR ( :DEF_WORD "prospect" :CLASS "35.2.a" :WN_SENSE (("1.5" 00364700) ("1.6" 00437600)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (prospect+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#prospect#prospect#prospect#prospect+ingly#(1.5,00364700)(1.6,00437600)###NR ( :DEF_WORD "prospect" :CLASS "35.2.a" :WN_SENSE (("1.5" 00364700) ("1.6" 00437600)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (prospect+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#prospect#prospect#prospect#prospect+ingly#(1.5,00364700)(1.6,00437600)###NR ( :DEF_WORD "prospect" :CLASS "35.2.b" :WN_SENSE (("1.5" 00364700) ("1.6" 00437600)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (prospect+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 39.6.b#1#_th_instr(on)#prosper#prosper#prosper#prosper+ingly#(1.5,01332260)(1.6,01599732)###NR ( :DEF_WORD "prosper" :CLASS "39.6.b" :WN_SENSE (("1.5" 01332260) ("1.6" 01599732)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (prosper+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#prosper#prosper#prosper#prosper+ingly#(1.5,00187475,01332260)(1.6,00214424,01599732)###NR ( :DEF_WORD "prosper" :CLASS "47.1" :WN_SENSE (("1.5" 00187475 01332260) ("1.6" 00214424 01599732)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (prosper+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#prostitute#prostitute#prostitute#prostitute+ingly#(1.5,01445580)(1.6,01741056)###BJDMAP ( :DEF_WORD "prostitute" :CLASS "29.8.a" :WN_SENSE (("1.5" 01445580) ("1.6" 01741056)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (prostitute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 021#1#_ag_th(against)#protect#protect#protect#protect+ingly#(1.5,00639004)(1.6,00765817)###NR ! ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#prostrate#prostrate#prostrate#prostrate+ingly#(1.5,01180652)(1.6,01411654)###NR ( :DEF_WORD "prostrate" :CLASS "10.5" :WN_SENSE (("1.5" 01180652) ("1.6" 01411654)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (prostrate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 37.9.b#1#_ag_goal,info(against)#protect#protect#protect#protect+ingly#(1.5,00639004)(1.6,00765817)###BJDMAP ( :DEF_WORD "protect" :CLASS "37.9.b" :WN_SENSE (("1.5" 00639004) ("1.6" 00765817)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal,info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (protect+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog) :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#protrude#protrude#protrude#protrude+ingly#(1.5,01535686,00156627)(1.6,01853436,00179555)###NR ( :DEF_WORD "protrude" :CLASS "47.6.a" :WN_SENSE (("1.5" 01535686 00156627) ("1.6" 01853436 00179555)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (protrude+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 29.4.e#1#_ag_th_pred#prove#prove#prove#prove+ingly#(1.5,00373148,00573040,01489871)(1.6,00448230,00686544,01797447)###NR ( :DEF_WORD "prove" :CLASS "29.4.e" :WN_SENSE (("1.5" 00373148 00573040 01489871) ("1.6" 00448230 00686544 01797447)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (prove+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#prove#prove#prove#prove+ingly#(1.5,00373148,00573040)(1.6,00448230,00686544)###NR ( :DEF_WORD "prove" :CLASS "29.4.f" :WN_SENSE (("1.5" 00373148 00573040) ("1.6" 00448230 00686544)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (prove+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#prove#prove#prove#prove+ingly#(1.5,00373148)(1.6,00448230)###NR ( :DEF_WORD "prove" :CLASS "29.4.g" :WN_SENSE (("1.5" 00373148) ("1.6" 00448230)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (prove+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#provide#provide#provide#provide+ingly#(1.5,01323715,00671827)(1.6,01590833,00804159)###NR ( :DEF_WORD "provide" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01323715 00671827) ("1.6" 01590833 00804159)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (provide+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#provide#provide#provide#provide+ed#(1.5,01323715,00671827)(1.6,01590833,00804159)###NR ( :DEF_WORD "provide" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01323715 00671827) ("1.6" 01590833 00804159)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (provide+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#provoke#provoke#provoke#provoke+ingly#(1.5,01003070)(1.6,01200852)###NR ( :DEF_WORD "provoke" :CLASS "31.1.a" :WN_SENSE (("1.5" 01003070) ("1.6" 01200852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (provoke+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#provoke#provoke#provoke#provoke+ingly#(1.5,01003070)(1.6,01200852)###NR ( :DEF_WORD "provoke" :CLASS "31.1.b" :WN_SENSE (("1.5" 01003070) ("1.6" 01200852)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (provoke+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#prowl#prowl#prowl#prowl+ingly#(1.5,01092497)(1.6,01309045)###NR ( :DEF_WORD "prowl" :CLASS "35.2.a" :WN_SENSE (("1.5" 01092497) ("1.6" 01309045)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (prowl+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#prowl#prowl#prowl#prowl+ingly#(1.5,01092497)(1.6,01309045)###NR ( :DEF_WORD "prowl" :CLASS "35.2.a" :WN_SENSE (("1.5" 01092497) ("1.6" 01309045)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (prowl+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#prowl#prowl#prowl#prowl+ingly#(1.5,01092497)(1.6,01309045)###NR ( :DEF_WORD "prowl" :CLASS "35.2.b" :WN_SENSE (("1.5" 01092497) ("1.6" 01309045)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (prowl+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#prowl#prowl#prowl#prowl+ingly#(1.5,01092497,01493564)(1.6,01309045,01801944)###NR ( :DEF_WORD "prowl" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092497 01493564) ("1.6" 01309045 01801944)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (prowl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#prowl#prowl#prowl#prowl+ingly#(1.5,01092497,01493564)(1.6,01309045,01801944)###NR ( :DEF_WORD "prowl" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092497 01493564) ("1.6" 01309045 01801944)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (prowl+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#prune#prune#prune#prune+ingly#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (prune+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#prune#prune#prune#prune+ingly#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (prune+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#prune#prune#prune#prune+ed#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prune+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#prune#prune#prune#prune+ed#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "21.2.a" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prune+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#prune#prune#prune#prune+ed#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "21.2.b" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (prune+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#prune#prune#prune#prune+ed#(1.5,00756901)(1.6,00901990)###NR ( :DEF_WORD "prune" :CLASS "21.2.c" :WN_SENSE (("1.5" 00756901) ("1.6" 00901990)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (prune+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.1#1#_ag_th,src()#pry#pry#pry#pry+ingly#(1.5,00916462,00934010)(1.6,01097412,01121231)#loc##NR ( :DEF_WORD "pry" :CLASS "10.1" :WN_SENSE (("1.5" 00916462 00934010) ("1.6" 01097412 01121231)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (pry+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#pry#pry#pry#pry+ingly#(1.5,00916462)(1.6,01097412)###NR ( :DEF_WORD "pry" :CLASS "23.2.a" :WN_SENSE (("1.5" 00916462) ("1.6" 01097412)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (pry+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#pry#pry#pry#pry+ed#(1.5,00916462)(1.6,01097412)###NR ( :DEF_WORD "pry" :CLASS "23.2.b" :WN_SENSE (("1.5" 00916462) ("1.6" 01097412)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pry+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#publicize#publicize#publicize#publicize+ed#(1.5,00537452)(1.6,00646076)###NR ( :DEF_WORD "publicize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00537452) ("1.6" 00646076)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (publicize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#publish#publish#publish#publish+ingly#(1.5,00546081,00996988)(1.6,00655737,01193001)###NR ( :DEF_WORD "publish" :CLASS "26.4" :WN_SENSE (("1.5" 00546081 00996988) ("1.6" 00655737 01193001)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (publish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#pucker#pucker#pucker#pucker+ingly#(1.5,00732004)(1.6,00873019)###NR ( :DEF_WORD "pucker" :CLASS "40.3.2" :WN_SENSE (("1.5" 00732004) ("1.6" 00873019)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (pucker+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#pucker#pucker#pucker#pucker+ingly#(1.5,00732004,00732213)(1.6,00873019,00873266)###NR ( :DEF_WORD "pucker" :CLASS "40.8.2" :WN_SENSE (("1.5" 00732004 00732213) ("1.6" 00873019 00873266)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (pucker+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#puff#puff#puff#puff+ingly#(1.5,00156928)(1.6,00179925)###NR ( :DEF_WORD "puff" :CLASS "43.4.a" :WN_SENSE (("1.5" 00156928) ("1.6" 00179925)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (puff+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#puff#puff#puff#puff+ingly#(1.5,00156928)(1.6,00179925)###NR ( :DEF_WORD "puff" :CLASS "43.4.b" :WN_SENSE (("1.5" 00156928) ("1.6" 00179925)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (puff+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#puff#puff#puff#puff+ingly#(1.5,00156928)(1.6,00179925)###NR ( :DEF_WORD "puff" :CLASS "43.4.c" :WN_SENSE (("1.5" 00156928) ("1.6" 00179925)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (puff+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#puff#puff#puff#puff+ingly#(1.5,00681839)(1.6,00815460)###NR ( :DEF_WORD "puff" :CLASS "43.4.d" :WN_SENSE (("1.5" 00681839) ("1.6" 00815460)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (puff+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#puff#puff#puff#puff+ed#(1.5,00681839)(1.6,00815460)###NR ( :DEF_WORD "puff" :CLASS "43.4.e" :WN_SENSE (("1.5" 00681839) ("1.6" 00815460)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (puff+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#puke#puke#puke#puke+ingly#(1.5,00047185)(1.6,00053004)###BJDMAP ( :DEF_WORD "puke" :CLASS "40.1.2" :WN_SENSE (("1.5" 00047185) ("1.6" 00053004)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (puke+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "11.4.i" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pull+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (pull+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (pull+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "12.a.i" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (pull+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (pull+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#pull#pull#pull#pull+ingly#(1.5,00832458)(1.6,00993032)###NR ( :DEF_WORD "pull" :CLASS "12.b" :WN_SENSE (("1.5" 00832458) ("1.6" 00993032)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (pull+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#pull#pull#pull#pull+ingly#(1.5,00832458,01138659)(1.6,00993032,01360709)###NR ( :DEF_WORD "pull" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00832458 01138659) ("1.6" 00993032 01360709)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (pull+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#pull#pull#pull#pull+ingly#(1.5,00832458,01138659)(1.6,00993032,01360709)###NR ( :DEF_WORD "pull" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00832458 01138659) ("1.6" 00993032 01360709)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (pull+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 016#1#,ag_th,goal()#pull#pull#pull#pull+ingly#(1.5,00865744)(1.6,01034097)###NR ( :DEF_WORD "pull" :CLASS "016" :WN_SENSE (("1.5" 00865744) ("1.6" 01034097)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (pull+ingly 26)) :VAR_SPEC ((5 :optional) (1 :optional)) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#pull#pull#pull#pull+ingly#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "pull" :CLASS "23.2.a" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (pull+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#pull#pull#pull#pull+ed#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "pull" :CLASS "23.2.b" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pull+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 40.8.3#1#_ag_th#pull#pull#pull#pull+ed#(1.5,00796754,00045000)(1.6,00949091,00050353)###NR ( :DEF_WORD "pull" :CLASS "40.8.3" :WN_SENSE (("1.5" 00796754 00045000) ("1.6" 00949091 00050353)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pull+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.7#1#_ag_src#pulp#pulp#pulp##(1.5,00776541)(1.6,00925323)#loc#(th = pulp+)#NR ( :DEF_WORD "pulp" :CLASS "10.7" :WN_SENSE (("1.5" 00776541) ("1.6" 00925323)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (pulp+ 2) (from loc (pulp+ 2) (at loc (pulp+ 2) (* thing 4))))) ) ;; Grid: 47.3.a#1#_th,loc()#pulsate#pulsate#pulsate#pulsate+ingly#(1.5,01071326)(1.6,01283277)###NR ( :DEF_WORD "pulsate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01071326) ("1.6" 01283277)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (pulsate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200947,00200725)(1.6,00230020,00229785)###NR ( :DEF_WORD "pulverize" :CLASS "21.2.a" :WN_SENSE (("1.5" 00200947 00200725) ("1.6" 00230020 00229785)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200947,00200725)(1.6,00230020,00229785)###NR ( :DEF_WORD "pulverize" :CLASS "21.2.b" :WN_SENSE (("1.5" 00200947 00200725) ("1.6" 00230020 00229785)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200947)(1.6,00230020)###NR ( :DEF_WORD "pulverize" :CLASS "21.2.c" :WN_SENSE (("1.5" 00200947) ("1.6" 00230020)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200947,00200725)(1.6,00230020,00229785)###NR ( :DEF_WORD "pulverize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00200947 00200725) ("1.6" 00230020 00229785)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200947,00200725)(1.6,00230020,00229785)###NR ( :DEF_WORD "pulverize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00200947 00200725) ("1.6" 00230020 00229785)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#pulverize#pulverize#pulverize#pulverize+ed#(1.5,00200725,00200947)(1.6,00229785,00230020)###NR ( :DEF_WORD "pulverize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00200725 00200947) ("1.6" 00229785 00230020)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pulverize+ed 9)))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#pummel#pummel#pummel#pummel+ingly#(1.5,00814525)(1.6,00970246)###NR ( :DEF_WORD "pummel" :CLASS "18.3" :WN_SENSE (("1.5" 00814525) ("1.6" 00970246)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (pummel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#pump#pump#pump#pump+ingly#(1.5,01057719,01057518)(1.6,01266059,01265859)###NR ( :DEF_WORD "pump" :CLASS "9.7.a" :WN_SENSE (("1.5" 01057719 01057518) ("1.6" 01266059 01265859)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (pump+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#pump#pump#pump#pump+ingly#(1.5,01183335)(1.6,01415256)###NR ( :DEF_WORD "pump" :CLASS "9.7.b" :WN_SENSE (("1.5" 01183335) ("1.6" 01415256)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (pump+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#pump#pump#pump#pump+ingly#(1.5,01057719,01057518)(1.6,01266059,01265859)###NR ( :DEF_WORD "pump" :CLASS "9.7.c" :WN_SENSE (("1.5" 01057719 01057518) ("1.6" 01266059 01265859)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (pump+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#pump#pump#pump#pump+ed#(1.5,01057719,01057518)(1.6,01266059,01265859)###NR ( :DEF_WORD "pump" :CLASS "9.7.d" :WN_SENSE (("1.5" 01057719 01057518) ("1.6" 01266059 01265859)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pump+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#punch#punch#punch#punch+ingly#(1.5,00814167)(1.6,00969752)###NR ( :DEF_WORD "punch" :CLASS "18.2.a" :WN_SENSE (("1.5" 00814167) ("1.6" 00969752)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (punch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#punch#punch#punch#punch+ingly#(1.5,00814167)(1.6,00969752)###NR ( :DEF_WORD "punch" :CLASS "18.2.b" :WN_SENSE (("1.5" 00814167) ("1.6" 00969752)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (punch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#punch#punch#punch#punch+ed#(1.5,00829878)(1.6,00989536)###NR ( :DEF_WORD "punch" :CLASS "21.2.a" :WN_SENSE (("1.5" 00829878) ("1.6" 00989536)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (punch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#punch#punch#punch#punch+ed#(1.5,00829878)(1.6,00989536)###NR ( :DEF_WORD "punch" :CLASS "21.2.b" :WN_SENSE (("1.5" 00829878) ("1.6" 00989536)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (punch+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#punch#punch#punch#punch+ed#(1.5,--,00829878)(1.6,01085215,00989536)###NR ( :DEF_WORD "punch" :CLASS "21.2.c" :WN_SENSE (("1.5" -- 00829878) ("1.6" 01085215 00989536)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (punch+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#puncture#puncture#puncture#puncture+ed#(1.5,00240006,00729772)(1.6,00280361,00870386)###BJDMAP ( :DEF_WORD "puncture" :CLASS "45.1.a" :WN_SENSE (("1.5" 00240006 00729772) ("1.6" 00280361 00870386)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (puncture+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#punish#punish#punish#punish+ingly#(1.5,01414994)(1.6,01703421)###NR ( :DEF_WORD "punish" :CLASS "33.b" :WN_SENSE (("1.5" 01414994) ("1.6" 01703421)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (punish+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#punt#punt#punt#punt+ingly#(1.5,00789521)(1.6,00940107)###NR ( :DEF_WORD "punt" :CLASS "17.1" :WN_SENSE (("1.5" 00789521) ("1.6" 00940107)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (punt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#punt#punt#punt#punt+ingly#(1.5,00789521)(1.6,00940107)###NR ( :DEF_WORD "punt" :CLASS "17.1" :WN_SENSE (("1.5" 00789521) ("1.6" 00940107)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (punt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#punt#punt#punt#punt+ingly#(1.5,00789381)(1.6,00939968)###NR ( :DEF_WORD "punt" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 00789381) ("1.6" 00939968)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (punt+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#punt#punt#punt#punt+ingly#(1.5,00789381)(1.6,00939968)###NR ( :DEF_WORD "punt" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 00789381) ("1.6" 00939968)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (punt+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 28#1#_ag#pup#pup#pup#pup+#(1.5,00037265)(1.6,00041201)###NR ( :DEF_WORD "pup" :CLASS "28" :WN_SENSE (("1.5" 00037265) ("1.6" 00041201)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (pup+ 2) (toward exist (pup+ 2) (at exist (pup+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.2.d#1#_ag_th,src(from),ben(for),mod-poss(for)#purchase#purchase#purchase#purchase+ingly#(1.5,01259481)(1.6,01511279)###NR ( :DEF_WORD "purchase" :CLASS "13.5.2.d" :WN_SENSE (("1.5" 01259481) ("1.6" 01511279)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (purchase+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +)) (16 (money +))) ) ;; Grid: 13.5.2.d#2#_ag_ben_th,src(from),mod-poss(for)#purchase#purchase#purchase#purchase+ingly#(1.5,01259481)(1.6,01511279)###NR ( :DEF_WORD "purchase" :CLASS "13.5.2.d" :WN_SENSE (("1.5" 01259481) ("1.6" 01511279)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (purchase+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (animate +)) (16 (money +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#purge#purge#purge#purge+ingly#(1.5,00509207,00045781)(1.6,00612875,00051406)###NR ( :DEF_WORD "purge" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00509207 00045781) ("1.6" 00612875 00051406)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (purge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#purge#purge#purge#purge+ed#(1.5,00509207,00045781)(1.6,00612875,00051406)###NR ( :DEF_WORD "purge" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00509207 00045781) ("1.6" 00612875 00051406)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purge+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#purge#purge#purge#purge+ed#(1.5,00509207,00045781)(1.6,00612875,00051406)###NR ( :DEF_WORD "purge" :CLASS "10.6.a" :WN_SENSE (("1.5" 00509207 00045781) ("1.6" 00612875 00051406)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purge+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#purify#purify#purify#purify+ed#(1.5,00280739,00281003)(1.6,00331131,00331414)###NR ( :DEF_WORD "purify" :CLASS "10.6.a" :WN_SENSE (("1.5" 00280739 00281003) ("1.6" 00331131 00331414)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purify+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#purify#purify#purify#purify+ed#(1.5,00280739)(1.6,00331131)###NR ( :DEF_WORD "purify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00280739) ("1.6" 00331131)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#purify#purify#purify#purify+ed#(1.5,00280739)(1.6,00331131)###NR ( :DEF_WORD "purify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00280739) ("1.6" 00331131)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#purify#purify#purify#purify+ed#(1.5,00280739)(1.6,00331131)###NR ( :DEF_WORD "purify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00280739) ("1.6" 00331131)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purify+ed 9)))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#purloin#purloin#purloin#purloin+ingly#(1.5,01295399)(1.6,01556315)###NR ( :DEF_WORD "purloin" :CLASS "10.5" :WN_SENSE (("1.5" 01295399) ("1.6" 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (purloin+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#purple#purple#purple#purple+ed#(1.5,00170910)(1.6,00195747)###NR ( :DEF_WORD "purple" :CLASS "45.4.a" :WN_SENSE (("1.5" 00170910) ("1.6" 00195747)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#purple#purple#purple#purple+ed#(1.5,00170910)(1.6,00195747)###NR ( :DEF_WORD "purple" :CLASS "45.4.b" :WN_SENSE (("1.5" 00170910) ("1.6" 00195747)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#purple#purple#purple#purple+ed#(1.5,00173965)(1.6,00198985)###NR ( :DEF_WORD "purple" :CLASS "45.4.c" :WN_SENSE (("1.5" 00173965) ("1.6" 00198985)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (purple+ed 9)))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#purr#purr#purr#purr+ingly#(1.5,00596028)(1.6,00713508)###NR ( :DEF_WORD "purr" :CLASS "37.3.a" :WN_SENSE (("1.5" 00596028) ("1.6" 00713508)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (purr+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#purr#purr#purr#purr+ingly#(1.5,00596028)(1.6,00713508)###NR ( :DEF_WORD "purr" :CLASS "37.3.a" :WN_SENSE (("1.5" 00596028) ("1.6" 00713508)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (purr+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#purr#purr#purr#purr+#(1.5,00596028)(1.6,00713508)###NR ( :DEF_WORD "purr" :CLASS "37.3.b" :WN_SENSE (("1.5" 00596028) ("1.6" 00713508)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (purr+ 2) ((* toward 5) comm (purr+ 2) ((at 5) comm (purr+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#purr#purr#purr#purr+#(1.5,00596028)(1.6,00713508)###NR ( :DEF_WORD "purr" :CLASS "37.3.c" :WN_SENSE (("1.5" 00596028) ("1.6" 00713508)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (purr+ 2) (toward comm (purr+ 2) (at comm (purr+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#purr#purr#purr#purr+#(1.5,00596028)(1.6,00713508)###NR ( :DEF_WORD "purr" :CLASS "38" :WN_SENSE (("1.5" 00596028) ("1.6" 00713508)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (purr+ 2) ((* toward 5) comm (purr+ 2) (touching comm (purr+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#purr#purr#purr#purr+ingly#(1.5,01248685,00596028)(1.6,01498536,00713508)###NR ( :DEF_WORD "purr" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248685 00596028) ("1.6" 01498536 00713508)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (purr+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#purr#purr#purr#purr+ingly#(1.5,01248685,00596028)(1.6,01498536,00713508)###NR ( :DEF_WORD "purr" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248685 00596028) ("1.6" 01498536 00713508)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (purr+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#purr#purr#purr#purr+ingly#(1.5,01248685)(1.6,01498536)###NR ( :DEF_WORD "purr" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (purr+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#purse#purse#purse#purse+ingly#(1.5,00085779)(1.6,00098338)###NR ( :DEF_WORD "purse" :CLASS "40.3.2" :WN_SENSE (("1.5" 00085779) ("1.6" 00098338)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (purse+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#pursue#pursue#pursue#pursue+ingly#(1.5,01142398,00755254)(1.6,01365498,00899749)###NR ( :DEF_WORD "pursue" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142398 00755254) ("1.6" 01365498 00899749)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (pursue+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#push#push#push#push+ingly#(1.5,00430017)(1.6,00519945)###NR ( :DEF_WORD "push" :CLASS "002" :WN_SENSE (("1.5" 00430017) ("1.6" 00519945)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (push+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "9.3.a" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (push+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "11.4.i" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (push+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "11.4.ii" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (push+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "11.4.ii" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (push+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "12.a.i" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (push+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "12.a.ii" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (push+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "12.b" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (push+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#push#push#push#push+ingly#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "23.2.a" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (push+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#push#push#push#push+ed#(1.5,01067117)(1.6,01278717)###NR ( :DEF_WORD "push" :CLASS "23.2.b" :WN_SENSE (("1.5" 01067117) ("1.6" 01278717)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (push+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.c#1#_th#pustulate#pustulate#pustulate#pustulate+ed####NR ( :DEF_WORD "pustulate" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (pustulate+ed 9)))) ) ;; Grid: 9.1#1#_ag_th_goal()#put#put#put##(1.5,00859635,00859267,00416049)(1.6,01026409,01025850,00499281)#loc#(manner = 0)#NR ( :DEF_WORD "put" :CLASS "9.1" :WN_SENSE (("1.5" 00859635 00859267 00416049) ("1.6" 01026409 01025850 00499281)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#putrefy#putrefy#putrefy#putrefy+ed#(1.5,00238052)(1.6,00277320)###NR ( :DEF_WORD "putrefy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00238052) ("1.6" 00277320)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (putrefy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#putrefy#putrefy#putrefy#putrefy+ed#(1.5,00238052)(1.6,00277320)###NR ( :DEF_WORD "putrefy" :CLASS "45.4.b" :WN_SENSE (("1.5" 00238052) ("1.6" 00277320)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (putrefy+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#putrefy#putrefy#putrefy#putrefy+ed#(1.5,00238052)(1.6,00277320)###NR ( :DEF_WORD "putrefy" :CLASS "45.4.c" :WN_SENSE (("1.5" 00238052) ("1.6" 00277320)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (putrefy+ed 9)))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#putter#putter#putter#putter+ingly#(1.5,00846294)(1.6,01009942)###NR ( :DEF_WORD "putter" :CLASS "43.2.a" :WN_SENSE (("1.5" 00846294) ("1.6" 01009942)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (putter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#putter#putter#putter#putter+ingly#(1.5,00846294)(1.6,01009942)###NR ( :DEF_WORD "putter" :CLASS "43.2.b" :WN_SENSE (("1.5" 00846294) ("1.6" 01009942)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (putter+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#putty#putty#putty#putty+ed#(1.5,00784558)(1.6,00934225)###NR ( :DEF_WORD "putty" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00784558) ("1.6" 00934225)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (putty+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th#put_forward#put_forward#put_forward#put+ingly###(particle = forward)#NR ( :DEF_WORD "put_forward" :GLOSS_HEAD "put" :CLASS "9.1" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (put+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#puzzle#puzzle#puzzle#puzzle+ingly#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "puzzle" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (puzzle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#puzzle#puzzle#puzzle#puzzle+ingly#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "puzzle" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (puzzle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#puzzle#puzzle#puzzle#puzzle+ed#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "puzzle" :CLASS "31.1.c" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (puzzle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#puzzle#puzzle#puzzle#puzzle+ingly#(1.5,00349716)(1.6,00421500)###NR ( :DEF_WORD "puzzle" :CLASS "31.3.h" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (puzzle+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#quack#quack#quack#quack+#(1.5,00596172)(1.6,00713652)###NR ( :DEF_WORD "quack" :CLASS "38" :WN_SENSE (("1.5" 00596172) ("1.6" 00713652)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (quack+ 2) ((* toward 5) comm (quack+ 2) (touching comm (quack+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#quadruple#quadruple#quadruple#quadruple+ed#(1.5,00147806)(1.6,00168758)###NR ( :DEF_WORD "quadruple" :CLASS "45.4.a" :WN_SENSE (("1.5" 00147806) ("1.6" 00168758)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quadruple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#quadruple#quadruple#quadruple#quadruple+ed#(1.5,00147806)(1.6,00168758)###NR ( :DEF_WORD "quadruple" :CLASS "45.4.b" :WN_SENSE (("1.5" 00147806) ("1.6" 00168758)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quadruple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#quadruple#quadruple#quadruple#quadruple+ed#(1.5,00147806)(1.6,00168758)###NR ( :DEF_WORD "quadruple" :CLASS "45.4.c" :WN_SENSE (("1.5" 00147806) ("1.6" 00168758)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quadruple+ed 9)))) ) ;; Grid: 39.3.a.i#1#_ag_th#quaff#quaff#quaff#quaff+ingly#(1.5,00683843)(1.6,00817921)###BJDMAP ( :DEF_WORD "quaff" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00683843) ("1.6" 00817921)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (quaff+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#quaff#quaff#quaff#quaff+ingly#(1.5,00683843)(1.6,00817921)###BJDMAP ( :DEF_WORD "quaff" :CLASS "39.3.b" :WN_SENSE (("1.5" 00683843) ("1.6" 00817921)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (quaff+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#quake#quake#quake#quake+ingly#(1.5,01076611)(1.6,01289878)###NR ( :DEF_WORD "quake" :CLASS "47.3.a" :WN_SENSE (("1.5" 01076611) ("1.6" 01289878)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (quake+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#qualify#qualify#qualify#qualify+ingly#(1.5,00548152,00538726,00181877)(1.6,00658254,00647376,00207831)###NR ( :DEF_WORD "qualify" :CLASS "29.2.a" :WN_SENSE (("1.5" 00548152 00538726 00181877) ("1.6" 00658254 00647376 00207831)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (qualify+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#qualify#qualify#qualify#qualify+ed#(1.5,00548152,00538726,00181877)(1.6,00658254,00647376,00207831)###NR ( :DEF_WORD "qualify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00548152 00538726 00181877) ("1.6" 00658254 00647376 00207831)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (qualify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#qualify#qualify#qualify#qualify+ingly#(1.5,00548152,00538726,00181877)(1.6,00658254,00647376,00207831)###NR ( :DEF_WORD "qualify" :CLASS "29.2.d" :WN_SENSE (("1.5" 00548152 00538726 00181877) ("1.6" 00658254 00647376 00207831)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (qualify+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#qualify#qualify#qualify#qualify+ed#(1.5,01514668,00548152,00538726,00181877)(1.6,01828040,00658254,00647376,00207831)###NR ( :DEF_WORD "qualify" :CLASS "29.6.b" :WN_SENSE (("1.5" 01514668 00548152 00538726 00181877) ("1.6" 01828040 00658254 00647376 00207831)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (qualify+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 54.1.b#1#_ag_th#quantify#quantify#quantify#quantify+ed#(1.5,00287933)(1.6,00341143)###BJDMAP ( :DEF_WORD "quantify" :CLASS "54.1.b" :WN_SENSE (("1.5" 00287933) ("1.6" 00341143)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (quantify+ed 9)))) ((with 19) instr (*head*) (thing 20))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#quarantine#quarantine#quarantine#quarantine+ed#(1.5,00291701)(1.6,00345725)###NR ( :DEF_WORD "quarantine" :CLASS "16" :WN_SENSE (("1.5" 00291701) ("1.6" 00345725)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (quarantine+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#quarrel#quarrel#quarrel#quarrel+ingly#(1.5,00435122)(1.6,00526635)###NR ( :DEF_WORD "quarrel" :CLASS "36.1.c" :WN_SENSE (("1.5" 00435122) ("1.6" 00526635)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (quarrel+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 10.9#1#_ag_th,src(from)#quarry#quarry#quarry##(1.5,00661269)(1.6,00791671)#loc#(src = quarry)#NR ! ;; Grid: 36.1.d#1#_ag#quarrel#quarrel#quarrel#quarrel+ingly#(1.5,00435122)(1.6,00526635)###NR ( :DEF_WORD "quarrel" :CLASS "36.1.d" :WN_SENSE (("1.5" 00435122) ("1.6" 00526635)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (quarrel+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#quarry#quarry#quarry#quarry+ingly#(1.5,00661269)(1.6,00791671)###NR ( :DEF_WORD "quarry" :CLASS "35.2.a" :WN_SENSE (("1.5" 00661269) ("1.6" 00791671)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (quarry+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#quarry#quarry#quarry#quarry+ingly#(1.5,00661269)(1.6,00791671)###NR ( :DEF_WORD "quarry" :CLASS "35.2.a" :WN_SENSE (("1.5" 00661269) ("1.6" 00791671)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (quarry+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#quarry#quarry#quarry#quarry+ingly#(1.5,00661269)(1.6,00791671)###NR ( :DEF_WORD "quarry" :CLASS "35.2.b" :WN_SENSE (("1.5" 00661269) ("1.6" 00791671)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (quarry+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 46.b#1#,ag_th_loc()#quarter#quarter#quarter#quarter+ingly#(1.5,01500589)(1.6,01810648)###NR ( :DEF_WORD "quarter" :CLASS "46.b" :WN_SENSE (("1.5" 01500589) ("1.6" 01810648)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (quarter+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 37.3.a#2#_ag_info(about),goal(to)#quaver#quaver#quaver#quaver+ingly#(1.5,00594846)(1.6,00712211)###BJDMAP ( :DEF_WORD "quaver" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((2 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (quaver+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#quench#quench#quench#quench+ingly#(1.5,00685032)(1.6,00819436)###BJDMAP ( :DEF_WORD "quench" :CLASS "31.1.a" :WN_SENSE (("1.5" 00685032) ("1.6" 00819436)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (quench+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#question#question#question#question+ingly#(1.5,00442559,00455138)(1.6,00535464,00549731)###NR ( :DEF_WORD "question" :CLASS "37.9.c" :WN_SENSE (("1.5" 00442559 00455138) ("1.6" 00535464 00549731)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (question+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.9.d.i#1#_ag_goal#question#question#question#question+#(1.5,00440765,00442559,00455138)(1.6,00533379,00535464,00549731)###NR ( :DEF_WORD "question" :CLASS "37.9.d.i" :WN_SENSE (("1.5" 00440765 00442559 00455138) ("1.6" 00533379 00535464 00549731)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_goal")) :LCS (cause (* thing 1) (go comm (question+ 2) (to comm (thing 2) (at comm (thing 2) (* thing 6))))) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#quibble#quibble#quibble#quibble+ingly#(1.5,00434665)(1.6,00525851)###NR ( :DEF_WORD "quibble" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (quibble+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#quibble#quibble#quibble#quibble+ingly#(1.5,00434665)(1.6,00525851)###NR ( :DEF_WORD "quibble" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (quibble+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#quicken#quicken#quicken#quicken+ed#(1.5,00260897)(1.6,00305843)###NR ( :DEF_WORD "quicken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00260897) ("1.6" 00305843)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quicken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#quicken#quicken#quicken#quicken+ed#(1.5,00260897)(1.6,00305843)###NR ( :DEF_WORD "quicken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00260897) ("1.6" 00305843)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quicken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#quicken#quicken#quicken#quicken+ed#(1.5,00260897)(1.6,00305843)###NR ( :DEF_WORD "quicken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00260897) ("1.6" 00305843)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quicken+ed 9)))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#quickstep#quickstep#quickstep#quickstep+ingly#(1.5,01081932)(1.6,01296083)###NR ( :DEF_WORD "quickstep" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01081932) ("1.6" 01296083)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (quickstep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#quickstep#quickstep#quickstep#quickstep+ingly#(1.5,01081932)(1.6,01296083)###NR ( :DEF_WORD "quickstep" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01081932) ("1.6" 01296083)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (quickstep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#quickstep#quickstep#quickstep#quickstep+ingly#(1.5,01081932)(1.6,01296083)###NR ( :DEF_WORD "quickstep" :CLASS "51.5.b" :WN_SENSE (("1.5" 01081932) ("1.6" 01296083)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (quickstep+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#quiet#quiet#quiet#quiet+ed#(1.5,01249616)(1.6,01499743)###NR ( :DEF_WORD "quiet" :CLASS "45.4.a" :WN_SENSE (("1.5" 01249616) ("1.6" 01499743)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quiet+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#quiet#quiet#quiet#quiet+ed#(1.5,01249616)(1.6,01499743)###NR ( :DEF_WORD "quiet" :CLASS "45.4.b" :WN_SENSE (("1.5" 01249616) ("1.6" 01499743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quiet+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#quiet#quiet#quiet#quiet+ed#(1.5,01249616)(1.6,01499743)###NR ( :DEF_WORD "quiet" :CLASS "45.4.c" :WN_SENSE (("1.5" 01249616) ("1.6" 01499743)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quiet+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#quieten#quieten#quieten#quieten+ed#(1.5,01005713,00273884)(1.6,00015587,00322518)###NR ( :DEF_WORD "quieten" :CLASS "45.4.a" :WN_SENSE (("1.5" 01005713 00273884) ("1.6" 00015587 00322518)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quieten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#quieten#quieten#quieten#quieten+ed#(1.5,01005713,00273884)(1.6,00015587,00322518)###NR ( :DEF_WORD "quieten" :CLASS "45.4.b" :WN_SENSE (("1.5" 01005713 00273884) ("1.6" 00015587 00322518)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quieten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#quieten#quieten#quieten#quieten+ed#(1.5,01249616)(1.6,01499743)###NR ( :DEF_WORD "quieten" :CLASS "45.4.c" :WN_SENSE (("1.5" 01249616) ("1.6" 01499743)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (quieten+ed 9)))) ) ;; Grid: 22.3.c.ii#1#_ag_th,goal(to)#quilt#quilt#quilt#quilt+ingly#(1.5,00954131)(1.6,01144937)###BJDMAP ( :DEF_WORD "quilt" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00954131) ("1.6" 01144937)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (quilt+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 55.2.a#1#_th_prop#quit#quit#quit#quit+ingly#(1.5,01515268,00611702)(1.6,01829006,00734233)###NR ( :DEF_WORD "quit" :CLASS "55.2.a" :WN_SENSE (("1.5" 01515268 00611702) ("1.6" 01829006 00734233)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* nil 27))) (quit+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 55.2.b#1#_th_prop#quit#quit#quit#quit+ingly#(1.5,01515268)(1.6,01829006)###NR ( :DEF_WORD "quit" :CLASS "55.2.b" :WN_SENSE (("1.5" 01515268) ("1.6" 01829006)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (away_from circ (thing 2) (at circ (thing 2) (* event 27))) (quit+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 47.3.a#1#_th,loc()#quiver#quiver#quiver#quiver+ingly#(1.5,01076611,01071045)(1.6,01289878,01282944)###NR ( :DEF_WORD "quiver" :CLASS "47.3.a" :WN_SENSE (("1.5" 01076611 01071045) ("1.6" 01289878 01282944)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (quiver+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#quiz#quiz#quiz#quiz+ingly#(1.5,00441652)(1.6,00534224)###NR ( :DEF_WORD "quiz" :CLASS "35.4" :WN_SENSE (("1.5" 00441652) ("1.6" 00534224)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (quiz+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 37.1.a#1#_ag_goal_info#quote#quote#quote#quote+ingly#(1.5,00577882)(1.6,00692018)###NR ( :DEF_WORD "quote" :CLASS "37.1.a" :WN_SENSE (("1.5" 00577882) ("1.6" 00692018)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (quote+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#quote#quote#quote#quote+ingly#(1.5,00577882)(1.6,00692018)###NR ( :DEF_WORD "quote" :CLASS "37.1.b" :WN_SENSE (("1.5" 00577882) ("1.6" 00692018)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (quote+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#quote#quote#quote#quote+ingly#(1.5,00577882)(1.6,00692018)###NR ( :DEF_WORD "quote" :CLASS "37.1.c" :WN_SENSE (("1.5" 00577882) ("1.6" 00692018)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (quote+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 13.7#1#_ag#rabbit#rabbit#rabbit#rabbit+ingly#(1.5,00648709)(1.6,00776386)###NR ( :DEF_WORD "rabbit" :CLASS "13.7" :WN_SENSE (("1.5" 00648709) ("1.6" 00776386)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (rabbit+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#race#race#race#race+ingly#(1.5,01177978)(1.6,01408362)###NR ( :DEF_WORD "race" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01177978) ("1.6" 01408362)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (race+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#race#race#race#race+ingly#(1.5,01177978)(1.6,01408362)###NR ( :DEF_WORD "race" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01177978) ("1.6" 01408362)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (race+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#race#race#race#race+ingly#(1.5,01177978)(1.6,01408362)###NR ( :DEF_WORD "race" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01177978) ("1.6" 01408362)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (race+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#race#race#race#race+ingly#(1.5,01177978)(1.6,01408362)###NR ( :DEF_WORD "race" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01177978) ("1.6" 01408362)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (race+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#radiate#radiate#radiate#radiate+ingly#(1.5,01563028,00021039,01233014)(1.6,01890685,01479299,01479299)###NR ( :DEF_WORD "radiate" :CLASS "43.4.a" :WN_SENSE (("1.5" 01563028 00021039 01233014) ("1.6" 01890685 01479299 01479299)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (radiate+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#radiate#radiate#radiate#radiate+ingly#(1.5,01563028,00021039,01233014)(1.6,01890685,01479299,01479299)###NR ( :DEF_WORD "radiate" :CLASS "43.4.c" :WN_SENSE (("1.5" 01563028 00021039 01233014) ("1.6" 01890685 01479299 01479299)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (radiate+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#radiate#radiate#radiate#radiate+ingly#(1.5,01563028,01232610,00021039)(1.6,01890685,01478755,01479299)###NR ( :DEF_WORD "radiate" :CLASS "43.4.d" :WN_SENSE (("1.5" 01563028 01232610 00021039) ("1.6" 01890685 01478755 01479299)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (radiate+ingly 26)) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#radio#radio#radio#radio+ingly#(1.5,00568461)(1.6,00681254)###NR ( :DEF_WORD "radio" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568461) ("1.6" 00681254)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (radio+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#radio#radio#radio#radio+ingly#(1.5,00568461)(1.6,00681254)###NR ( :DEF_WORD "radio" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568461) ("1.6" 00681254)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (radio+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#radio#radio#radio#radio+ingly#(1.5,00568461)(1.6,00681254)###NR ( :DEF_WORD "radio" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568461) ("1.6" 00681254)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (radio+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#radio#radio#radio#radio+ingly#(1.5,00568461)(1.6,00681254)###NR ( :DEF_WORD "radio" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568461) ("1.6" 00681254)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (radio+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#radio#radio#radio#radio+ingly#(1.5,00568461)(1.6,00681254)###NR ( :DEF_WORD "radio" :CLASS "37.4.b" :WN_SENSE (("1.5" 00568461) ("1.6" 00681254)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (radio+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#raft#raft#raft#raft+ingly#(1.5,01050674)(1.6,01258290)###NR ( :DEF_WORD "raft" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01050674) ("1.6" 01258290)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (raft+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#raft#raft#raft#raft+ingly#(1.5,01050674)(1.6,01258290)###NR ( :DEF_WORD "raft" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01050674) ("1.6" 01258290)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (raft+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#rage#rage#rage#rage+ingly#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (rage+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#rage#rage#rage#rage+ingly#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "31.3.b" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (rage+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#rage#rage#rage#rage+ingly#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "31.3.h" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (rage+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#rage#rage#rage#rage+ingly#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "37.3.a" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rage+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#rage#rage#rage#rage+ingly#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "37.3.a" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rage+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#rage#rage#rage#rage+#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "37.3.b" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (rage+ 2) ((* toward 5) comm (rage+ 2) ((at 5) comm (rage+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#rage#rage#rage#rage+#(1.5,01022526)(1.6,01225618)###NR ( :DEF_WORD "rage" :CLASS "37.3.c" :WN_SENSE (("1.5" 01022526) ("1.6" 01225618)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (rage+ 2) (toward comm (rage+ 2) (at comm (rage+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#rage#rage#rage#rage+ingly#(1.5,01543099)(1.6,01862105)###NR ( :DEF_WORD "rage" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01543099) ("1.6" 01862105)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (rage+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#rage#rage#rage#rage+ingly#(1.5,01543099)(1.6,01862105)###NR ( :DEF_WORD "rage" :CLASS "47.2.c" :WN_SENSE (("1.5" 01543099) ("1.6" 01862105)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rage+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#raid#raid#raid#raid+ingly#(1.5,01412404,01154257)(1.6,01699971,01379729)###NR ( :DEF_WORD "raid" :CLASS "35.4" :WN_SENSE (("1.5" 01412404 01154257) ("1.6" 01699971 01379729)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (raid+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 57.a#1##rain#rain#rain#rain+ingly#(1.5,01557838)(1.6,01883756)###NR ( :DEF_WORD "rain" :CLASS "57.a" :WN_SENSE (("1.5" 01557838) ("1.6" 01883756)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (rain+ingly 26)) ) ;; Grid: 9.4.a#1#_ag_th,mod-loc(up),src(),goal()#raise#raise#raise#raise+ingly#(1.5,01124703)(1.6,01343923)###NR ( :DEF_WORD "raise" :CLASS "9.4.a" :WN_SENSE (("1.5" 01124703) ("1.6" 01343923)) :PROPBANK ("arg0 arg1 argm-LOC(up) arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(up),src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) ((* up 23) loc (*head*) (nil 24)) (raise+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 26.2.a.ii#1#,ag_th,src(from)#raise#raise#raise#raise+ed#(1.5,00950695,00993992)(1.6,01140839,01189395)###NR ( :DEF_WORD "raise" :CLASS "26.2.a.ii" :WN_SENSE (("1.5" 00950695 00993992) ("1.6" 01140839 01189395)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (raise+ed 9))) ((* from 3) ident (thing 2) (at ident (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#raise#raise#raise#raise+ingly#(1.5,01124510,01124703)(1.6,01343674,01343923)###NR ( :DEF_WORD "raise" :CLASS "40.3.2" :WN_SENSE (("1.5" 01124510 01124703) ("1.6" 01343674 01343923)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (raise+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#rake#rake#rake#rake+ingly#(1.5,00749857,00749696)(1.6,00893224,00893075)###NR ( :DEF_WORD "rake" :CLASS "9.3.a" :WN_SENSE (("1.5" 00749857 00749696) ("1.6" 00893224 00893075)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (rake+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#rake#rake#rake#rake+ingly#(1.5,01228418)(1.6,01473300)###NR ( :DEF_WORD "rake" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (rake+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#rake#rake#rake#rake+ed#(1.5,01228418)(1.6,01473300)###NR ( :DEF_WORD "rake" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rake+ed 9))))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#rake#rake#rake#rake+ingly#(1.5,01228418)(1.6,01473300)###NR ( :DEF_WORD "rake" :CLASS "35.2.a" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rake+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#rake#rake#rake#rake+ingly#(1.5,01228418)(1.6,01473300)###NR ( :DEF_WORD "rake" :CLASS "35.2.a" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rake+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#rake#rake#rake#rake+ingly#(1.5,01228418)(1.6,01473300)###NR ( :DEF_WORD "rake" :CLASS "35.2.b" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (rake+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 33.a.i#1#_ag_goal,purp(about),mod-pred(on)#rally#rally#rally#rally+#(1.5,00797600)(1.6,00949975)###BJDMAP ( :DEF_WORD "rally" :CLASS "33.a.i" :WN_SENSE (("1.5" 00797600) ("1.6" 00949975)) :PROPBANK ("arg0 arg1 arg3(about) arg3(on)") :THETA_ROLES ((1 "_ag_goal,purp(about),mod-pred(on)")) :LCS (cause (* thing 1) (go comm (rally+ 2) (toward comm (rally+ 2) (at comm (rally+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(around)#rally#rally#rally#rally+ingly#(1.5,00797600)(1.6,00949975)###BJDMAP ( :DEF_WORD "rally" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 00797600) ("1.6" 00949975)) :PROPBANK ("arg1 argm-LOC(around)") :THETA_ROLES ((1 "_th,mod-loc(around)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (rally+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th#rally#rally#rally#rally+ingly#(1.5,00797600)(1.6,00949975)##(goal() = around)#BJDMAP ( :DEF_WORD "rally" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 00797600) ("1.6" 00949975)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) ((along 23) loc (*head*) (thing 24)) (rally+ingly 26) (toward loc (*head*) (around loc (nil 2) (thing 6)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#ram#ram#ram#ram+ingly#(1.5,00906212,00876771)(1.6,01084918,01047721)###NR ( :DEF_WORD "ram" :CLASS "9.3.a" :WN_SENSE (("1.5" 00906212 00876771) ("1.6" 01084918 01047721)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (ram+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.4.a#1#_th_goal()#ram#ram#ram#ram+ingly#(1.5,00899983)(1.6,01076088)###NR ( :DEF_WORD "ram" :CLASS "18.4.a" :WN_SENSE (("1.5" 00899983) ("1.6" 01076088)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (ram+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#ramble#ramble#ramble#ramble+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "ramble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (ramble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#ramble#ramble#ramble#ramble+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "ramble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (ramble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#ramble#ramble#ramble#ramble+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "ramble" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (ramble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.d#1#_ag_loc#ramble#ramble#ramble#ramble+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "ramble" :CLASS "51.3.2.d" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_loc")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) (ramble+ingly 26)) ) ;; Grid: 23.1.b#1#,ag_th#ramify#ramify#ramify#ramify+ed#(1.5,00199142)(1.6,00228033)###BJDMAP ( :DEF_WORD "ramify" :CLASS "23.1.b" :WN_SENSE (("1.5" 00199142) ("1.6" 00228033)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ramify+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#range#range#range#range+ingly#(1.5,01072128)(1.6,01284430)###BJDMAP ( :DEF_WORD "range" :CLASS "47.7.a" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (range+ingly 26)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#rank#rank#rank#rank+ed#(1.5,00369298,01511763)(1.6,00443221,01824007)###NR ( :DEF_WORD "rank" :CLASS "29.2.c" :WN_SENSE (("1.5" 00369298 01511763) ("1.6" 00443221 01824007)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (rank+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#rank#rank#rank#rank+ingly#(1.5,00369298,01511763)(1.6,00443221,01824007)###NR ( :DEF_WORD "rank" :CLASS "29.2.d" :WN_SENSE (("1.5" 00369298 01511763) ("1.6" 00443221 01824007)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (rank+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#rank#rank#rank#rank+ed#(1.5,00369298,01511763)(1.6,00443221,01824007)###NR ( :DEF_WORD "rank" :CLASS "29.6.b" :WN_SENSE (("1.5" 00369298 01511763) ("1.6" 00443221 01824007)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (rank+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#rankle#rankle#rankle#rankle+ingly#(1.5,01010438)(1.6,01210930)###NR ( :DEF_WORD "rankle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (rankle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#rankle#rankle#rankle#rankle+ingly#(1.5,01010438)(1.6,01210930)###NR ( :DEF_WORD "rankle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (rankle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#rankle#rankle#rankle#rankle+ed#(1.5,01010438)(1.6,01210930)###NR ( :DEF_WORD "rankle" :CLASS "31.1.c" :WN_SENSE (("1.5" 01010438) ("1.6" 01210930)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rankle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#ransack#ransack#ransack#ransack+ed#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "ransack" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ransack+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#ransack#ransack#ransack#ransack+ingly#(1.5,00755840)(1.6,00900615)###NR ( :DEF_WORD "ransack" :CLASS "35.4" :WN_SENSE (("1.5" 00755840) ("1.6" 00900615)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (ransack+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#ransom#ransom#ransom#ransom+ingly#(1.5,01284821)(1.6,01544554)###NR ( :DEF_WORD "ransom" :CLASS "10.5" :WN_SENSE (("1.5" 01284821) ("1.6" 01544554)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (ransom+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#rap#rap#rap#rap+ingly#(1.5,00813694)(1.6,00969175)###NR ( :DEF_WORD "rap" :CLASS "18.1.a" :WN_SENSE (("1.5" 00813694) ("1.6" 00969175)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (rap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#rap#rap#rap#rap+ingly#(1.5,00813694)(1.6,00969175)###NR ( :DEF_WORD "rap" :CLASS "18.1.b" :WN_SENSE (("1.5" 00813694) ("1.6" 00969175)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (rap+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#rap#rap#rap#rap+ingly#(1.5,00813694)(1.6,00969175)###NR ( :DEF_WORD "rap" :CLASS "18.1.c" :WN_SENSE (("1.5" 00813694) ("1.6" 00969175)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (rap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#rap#rap#rap#rap+ingly#(1.5,00813694)(1.6,00969175)###NR ( :DEF_WORD "rap" :CLASS "18.1.d" :WN_SENSE (("1.5" 00813694) ("1.6" 00969175)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (rap+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#rap#rap#rap#rap+ed#(1.5,00813694)(1.6,00969175)###NR ( :DEF_WORD "rap" :CLASS "18.1.e" :WN_SENSE (("1.5" 00813694) ("1.6" 00969175)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rap+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 37.6.b#1#_exp#rap#rap#rap#rap+ingly#(1.5,00589689)(1.6,00706032)###BJDMAP ( :DEF_WORD "rap" :CLASS "37.6.b" :WN_SENSE (("1.5" 00589689) ("1.6" 00706032)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (rap+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#rap#rap#rap#rap+ingly#(1.5,00813694,01247229)(1.6,00969175,01496422)###NR ( :DEF_WORD "rap" :CLASS "43.2.a" :WN_SENSE (("1.5" 00813694 01247229) ("1.6" 00969175 01496422)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (rap+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#rap#rap#rap#rap+ingly#(1.5,00813694,01247229)(1.6,00969175,01496422)###NR ( :DEF_WORD "rap" :CLASS "43.2.b" :WN_SENSE (("1.5" 00813694 01247229) ("1.6" 00969175 01496422)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (rap+ingly 26)) ) ;; Grid: 36.3.a#2#_ag_mod-poss#rape#rape#rape#rape+ingly#(1.5,01452491)(1.6,01750864)###BJDMAP ( :DEF_WORD "rape" :CLASS "36.3.a" :WN_SENSE (("1.5" 01452491) ("1.6" 01750864)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (rape+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rarefy#rarefy#rarefy#rarefy+ed#(1.5,00135837)(1.6,00154952)###NR ( :DEF_WORD "rarefy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00135837) ("1.6" 00154952)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rarefy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#rasp#rasp#rasp#rasp+ingly#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rasp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#rasp#rasp#rasp#rasp+ingly#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rasp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#rasp#rasp#rasp#rasp+#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "37.3.b" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (rasp+ 2) ((* toward 5) comm (rasp+ 2) ((at 5) comm (rasp+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#rasp#rasp#rasp#rasp+#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "37.3.c" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (rasp+ 2) (toward comm (rasp+ 2) (at comm (rasp+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#rasp#rasp#rasp#rasp+ingly#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "43.2.a" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (rasp+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#rasp#rasp#rasp#rasp+ingly#(1.5,00553555)(1.6,00664433)###NR ( :DEF_WORD "rasp" :CLASS "43.2.b" :WN_SENSE (("1.5" 00553555) ("1.6" 00664433)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (rasp+ingly 26)) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#rate#rate#rate#rate+ingly#(1.5,00369298)(1.6,00443221)###NR ( :DEF_WORD "rate" :CLASS "29.1.a" :WN_SENSE (("1.5" 00369298) ("1.6" 00443221)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (rate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#rate#rate#rate#rate+ingly#(1.5,00369298)(1.6,00443221)###NR ( :DEF_WORD "rate" :CLASS "29.1.a" :WN_SENSE (("1.5" 00369298) ("1.6" 00443221)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (rate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#rate#rate#rate#rate+ingly#(1.5,00369298)(1.6,00443221)###NR ( :DEF_WORD "rate" :CLASS "29.1.b" :WN_SENSE (("1.5" 00369298) ("1.6" 00443221)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (rate+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#rate#rate#rate#rate+ingly#(1.5,00369298)(1.6,00443221)###NR ( :DEF_WORD "rate" :CLASS "29.1.d" :WN_SENSE (("1.5" 00369298) ("1.6" 00443221)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (rate+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#rate#rate#rate#rate+ed#(1.5,01497580)(1.6,01806876)###NR ( :DEF_WORD "rate" :CLASS "29.6.b" :WN_SENSE (("1.5" 01497580) ("1.6" 01806876)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (rate+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#rate#rate#rate#rate+ingly#(1.5,00369298,00370825)(1.6,00443221,00445269)###NR ( :DEF_WORD "rate" :CLASS "54.4" :WN_SENSE (("1.5" 00369298 00370825) ("1.6" 00443221 00445269)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (rate+ingly 26)) ) ;; Grid: 25.1.a#1#_ag_th,goal()#ratify#ratify#ratify#ratify+ingly#(1.5,01395332)(1.6,01679448)###NR ( :DEF_WORD "ratify" :CLASS "25.1.a" :WN_SENSE (("1.5" 01395332) ("1.6" 01679448)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (ratify+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(among)#ration#ration#ration#ration+ingly#(1.5,01272059)(1.6,01528789)###NR ( :DEF_WORD "ration" :CLASS "13.3" :WN_SENSE (("1.5" 01272059) ("1.6" 01528789)) :PROPBANK ("arg0 arg1 arg2(among)") :THETA_ROLES ((1 "_ag_th,goal(among)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (ration+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rationalize#rationalize#rationalize#rationalize+ed#(1.5,00279562)(1.6,00329545)###NR ( :DEF_WORD "rationalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00279562) ("1.6" 00329545)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rationalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#rattle#rattle#rattle#rattle+ingly#(1.5,01241279)(1.6,01489544)###NR ( :DEF_WORD "rattle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01241279) ("1.6" 01489544)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (rattle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#rattle#rattle#rattle#rattle+ingly#(1.5,01241279)(1.6,01489544)###NR ( :DEF_WORD "rattle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01241279) ("1.6" 01489544)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (rattle+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#rattle#rattle#rattle#rattle+ingly#(1.5,01241279)(1.6,01489544)###NR ( :DEF_WORD "rattle" :CLASS "43.2.c" :WN_SENSE (("1.5" 01241279) ("1.6" 01489544)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rattle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#rattle#rattle#rattle#rattle+ingly#(1.5,01077102)(1.6,01290427)###NR ( :DEF_WORD "rattle" :CLASS "43.2.d" :WN_SENSE (("1.5" 01077102) ("1.6" 01290427)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rattle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#ravage#ravage#ravage#ravage+ingly#(1.5,00231606)(1.6,00269459)###NR ( :DEF_WORD "ravage" :CLASS "44.a" :WN_SENSE (("1.5" 00231606) ("1.6" 00269459)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (ravage+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#ravage#ravage#ravage#ravage+ingly#(1.5,00231606)(1.6,00269459)###NR ( :DEF_WORD "ravage" :CLASS "44.b" :WN_SENSE (("1.5" 00231606) ("1.6" 00269459)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (ravage+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#rave#rave#rave#rave+ingly#(1.5,00495407)(1.6,00597745)###NR ( :DEF_WORD "rave" :CLASS "31.3.h" :WN_SENSE (("1.5" 00495407) ("1.6" 00597745)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (rave+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#ravish#ravish#ravish#ravish+ingly#(1.5,01035257)(1.6,01239874)###BJDMAP ( :DEF_WORD "ravish" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (ravish+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#raze#raze#raze#raze+ingly#(1.5,00951084)(1.6,01141322)###NR ( :DEF_WORD "raze" :CLASS "44.a" :WN_SENSE (("1.5" 00951084) ("1.6" 01141322)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (raze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 003#1#_th_prop#re-do#re-do#re-do#re-do+ingly####NR ! ;; Grid: 44.b#1#_ag_th#raze#raze#raze#raze+ingly#(1.5,00951084)(1.6,01141322)###NR ( :DEF_WORD "raze" :CLASS "44.b" :WN_SENSE (("1.5" 00951084) ("1.6" 01141322)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (raze+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 006#1#_th_prop#re-do#re-do#re-do#re-do+ingly#(1.5,00928523,00120125)(1.6,01113920,00136514)###NR ( :DEF_WORD "re-do" :CLASS "006" :WN_SENSE (("1.5" 00928523 00120125) ("1.6" 01113920 00136514)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (re-do+ingly 26)) :VAR_SPEC ((27 (:cat n))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#re-emerge#re-emerge#re-emerge#re-emerge+ingly#(1.5,00253483)(1.6,00296824)###BJDMAP ( :DEF_WORD "re-emerge" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00253483) ("1.6" 00296824)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (re-emerge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#reach#reach#reach#reach+ingly#(1.5,01517621,01271194)(1.6,01832678,01526289)###NR ( :DEF_WORD "reach" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01517621 01271194) ("1.6" 01832678 01526289)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (reach+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#reach#reach#reach#reach+ingly#(1.5,01517621,01271194)(1.6,01832678,01526289)###NR ( :DEF_WORD "reach" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01517621 01271194) ("1.6" 01832678 01526289)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (reach+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#react#react#react#react+ingly#(1.5,00403903)(1.6,00485595)###NR ( :DEF_WORD "react" :CLASS "31.3.i" :WN_SENSE (("1.5" 00403903) ("1.6" 00485595)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (react+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "14.a" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (read+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 14.b#1#_ag_info(of,about),src(from)#read#read#read#read+ingly#(1.5,00351672,00352808)(1.6,00423416,00424702)###NR ( :DEF_WORD "read" :CLASS "14.b" :WN_SENSE (("1.5" 00351672 00352808) ("1.6" 00423416 00424702)) :PROPBANK ("arg0 arg1(of/about) arg2(from)") :THETA_ROLES ((1 "_ag_info(of,about),src(from)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 1))) ((* from 3) comm (nil 2) (at comm (nil 2) (thing 4)))) (read+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 14.c#1#_ag_purp(for)#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "14.c" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1)))) ((* for 21) intent (*head*) (thing 22)) (read+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (read+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.1.a#1#_ag_goal_info#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "37.1.a" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (read+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "37.1.b" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (read+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#read#read#read#read+ingly#(1.5,00352808)(1.6,00424702)###NR ( :DEF_WORD "read" :CLASS "37.1.c" :WN_SENSE (("1.5" 00352808) ("1.6" 00424702)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (read+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 54.1.a#1#_th_pred#read#read#read#read+ingly#(1.5,00353179,00518467)(1.6,00425047,00624230)###NR ( :DEF_WORD "read" :CLASS "54.1.a" :WN_SENSE (("1.5" 00353179 00518467) ("1.6" 00425047 00624230)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (read+ingly 26)) ) ;; Grid: 54.1.b#1#_ag_th,instr(with)#read#read#read#read+ed#(1.5,00353179,00518467)(1.6,00425047,00624230)###NR ( :DEF_WORD "read" :CLASS "54.1.b" :WN_SENSE (("1.5" 00353179 00518467) ("1.6" 00425047 00624230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (read+ed 9)))) ((* with 19) instr (*head*) (thing 20))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#ready#ready#ready#ready+ed#(1.5,00241323,00952386)(1.6,00282202,01142893)###NR ( :DEF_WORD "ready" :CLASS "26.3" :WN_SENSE (("1.5" 00241323 00952386) ("1.6" 00282202 01142893)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ready+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#reaffirm#reaffirm#reaffirm#reaffirm+ingly#(1.5,00571333)(1.6,00684457)###NR ( :DEF_WORD "reaffirm" :CLASS "31.2.b" :WN_SENSE (("1.5" 00571333) ("1.6" 00684457)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (reaffirm+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 29.5.b#1#_exp_prop(that)#realize#realize#realize#realize+ingly#(1.5,00331061,00411077)(1.6,00399152,00493867)###NR ( :DEF_WORD "realize" :CLASS "29.5.b" :WN_SENSE (("1.5" 00331061 00411077) ("1.6" 00399152 00493867)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (realize+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reanimate#reanimate#reanimate#reanimate+ed#(1.5,00015932)(1.6,00016967)###NR ( :DEF_WORD "reanimate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00015932) ("1.6" 00016967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reanimate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#reap#reap#reap#reap+ingly#(1.5,00756525)(1.6,00901473)#loc##NR ( :DEF_WORD "reap" :CLASS "10.1" :WN_SENSE (("1.5" 00756525) ("1.6" 00901473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (reap+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 48.1.1.a#1#_th_particle(up),src(from),mod-loc(on)#turn#turn#turn#turn+ingly#(1.5,00251509)(1.6,00294626)###BJDMAP ! ;; Grid: 48.1.1.a#1#_th_particle(up),src(from),mod-loc(on)#spring#spring#spring#spring+ingly#(1.5,01484214)(1.6,01789981)###BJDMAP ! ;; Grid: 48.1.1.a#1#_th_particle(up),src(from),mod-loc(on)#show#show#show#show+ingly#(1.5,00251509,01221436)(1.6,00294626,01464347)###BJDMAP ! ;; Grid: 48.1.1.a#1#_th_particle(up),src(from),mod-loc(on)#pop#pop#pop#pop+ingly#(1.5,01230509)(1.6,01476275)###BJDMAP ! ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc(on)#reappear#reappear#reappear#reappear+ingly#(1.5,00253483)(1.6,00296824)##(manner = again+/m)#BJDMAP ( :DEF_WORD "reappear" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00253483) ("1.6" 00296824)) :PROPBANK ("arg1 arg2(from) argm-LOC(on)") :THETA_ROLES ((1 "_th,src(from),mod-loc(on)")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (reappear+ingly 26) (again+/m)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rear#rear#rear#rear+ed#(1.5,01438011,01131111,00950695)(1.6,01731610,01351052,01140839)###NR ( :DEF_WORD "rear" :CLASS "45.4.a" :WN_SENSE (("1.5" 01438011 01131111 00950695) ("1.6" 01731610 01351052 01140839)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rear+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#rearm#rearm#rearm#rearm+ed#(1.5,01327197)(1.6,01594490)###NR ( :DEF_WORD "rearm" :CLASS "13.4.2" :WN_SENSE (("1.5" 01327197) ("1.6" 01594490)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rearm+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#rearrange#rearrange#rearrange#rearrange+ingly#(1.5,00166216)(1.6,00190713)###NR ( :DEF_WORD "rearrange" :CLASS "26.4" :WN_SENSE (("1.5" 00166216) ("1.6" 00190713)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (rearrange+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#reassume#reassume#reassume#reassume+ingly####NR ( :DEF_WORD "reassume" :CLASS "55.1.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (reassume+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#reassume#reassume#reassume#reassume+ingly####NR ( :DEF_WORD "reassume" :CLASS "55.1.b" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (reassume+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#reassure#reassure#reassure#reassure+ingly#(1.5,01006376,00575681)(1.6,01205436,00689385)###NR ( :DEF_WORD "reassure" :CLASS "31.1.a" :WN_SENSE (("1.5" 01006376 00575681) ("1.6" 01205436 00689385)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (reassure+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#reassure#reassure#reassure#reassure+ingly#(1.5,00575681,01006376)(1.6,00689385,01205436)###NR ( :DEF_WORD "reassure" :CLASS "31.1.b" :WN_SENSE (("1.5" 00575681 01006376) ("1.6" 00689385 01205436)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (reassure+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 37.4.a#1#_ag_info,goal(to)#rebroadcast#rebroadcast#rebroadcast#rebroadcast+ingly###(manner = again+/m)#BJDMAP ( :DEF_WORD "rebroadcast" :CLASS "37.4.a" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rebroadcast+ingly 26) (again+/m)) :VAR_SPEC ((5 :optional) (1 (human +)) (2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#rebuff#rebuff#rebuff#rebuff+ed#(1.5,00449110)(1.6,00542706)###NR ( :DEF_WORD "rebuff" :CLASS "29.2.c" :WN_SENSE (("1.5" 00449110) ("1.6" 00542706)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (rebuff+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#rebuild#rebuild#rebuild#rebuild+ed####NR ( :DEF_WORD "rebuild" :CLASS "29.2.c" :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (rebuild+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#rebuke#rebuke#rebuke#rebuke+ingly#(1.5,00463111)(1.6,00559552)###NR ( :DEF_WORD "rebuke" :CLASS "33.b" :WN_SENSE (("1.5" 00463111) ("1.6" 00559552)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (rebuke+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#recall#recall#recall#recall+ingly#(1.5,00444216,01403863,01315458)(1.6,00537468,01690073,01580390)#loc##NR ! ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#rebut#rebut#rebut#rebut+ed#(1.5,00458306)(1.6,00553491)###NR ( :DEF_WORD "rebut" :CLASS "29.2.c" :WN_SENSE (("1.5" 00458306) ("1.6" 00553491)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (rebut+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#recall#recall#recall#recall+ingly#(1.5,00444216,01403863,01315458)(1.6,00537468,01690073,01580390)#loc##NR ( :DEF_WORD "recall" :CLASS "10.2.b" :WN_SENSE (("1.5" 00444216 01403863 01315458) ("1.6" 00537468 01690073 01580390)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (recall+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 13.2#1#_ag_th,goal(to)#recapitulate#recapitulate#recapitulate#recapitulate+ingly#(1.5,00569400)(1.6,00682271)###NR ( :DEF_WORD "recapitulate" :CLASS "13.2" :WN_SENSE (("1.5" 00569400) ("1.6" 00682271)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (recapitulate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#recast#recast#recast#recast+ed#(1.5,00979757)(1.6,01172555)###NR ( :DEF_WORD "recast" :CLASS "29.2.c" :WN_SENSE (("1.5" 00979757) ("1.6" 01172555)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (recast+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#recede#recede#recede#recede+ingly#(1.5,01138055,01084517)(1.6,01360050,01299128)###NR ( :DEF_WORD "recede" :CLASS "51.1.a" :WN_SENSE (("1.5" 01138055 01084517) ("1.6" 01360050 01299128)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (recede+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 13.5.2.c#1#_ag_th,src(from)#receive#receive#receive#receive+ingly#(1.5,01260836)(1.6,01513366)###NR ( :DEF_WORD "receive" :CLASS "13.5.2.c" :WN_SENSE (("1.5" 01260836) ("1.6" 01513366)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,src(from)")) :LCS (let (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) (receive+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#recharge#recharge#recharge#recharge+ingly#(1.5,00856936)(1.6,01023060)###BJDMAP ( :DEF_WORD "recharge" :CLASS "31.1.a" :WN_SENSE (("1.5" 00856936) ("1.6" 01023060)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (recharge+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 26.7.i#1#_ag#recite#recite#recite#recite+ingly#(1.5,00595169)(1.6,00712534)###NR ( :DEF_WORD "recite" :CLASS "26.7.i" :WN_SENSE (("1.5" 00595169) ("1.6" 00712534)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (recite+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#recite#recite#recite#recite+ingly#(1.5,00532232,00536799)(1.6,00640416,00645379)###NR ( :DEF_WORD "recite" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00532232 00536799) ("1.6" 00640416 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (recite+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#recite#recite#recite#recite+ingly#(1.5,00532232,00536799)(1.6,00640416,00645379)###NR ( :DEF_WORD "recite" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00532232 00536799) ("1.6" 00640416 00645379)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (recite+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#recite#recite#recite#recite+ingly#(1.5,00532232,00975602,00536799)(1.6,00640416,01168148,00645379)###NR ( :DEF_WORD "recite" :CLASS "37.1.b" :WN_SENSE (("1.5" 00532232 00975602 00536799) ("1.6" 00640416 01168148 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (recite+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#recite#recite#recite#recite+ingly#(1.5,00536799)(1.6,00645379)###NR ( :DEF_WORD "recite" :CLASS "37.1.c" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (recite+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#reckon#reckon#reckon#reckon+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "reckon" :CLASS "29.1.a" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (reckon+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#reckon#reckon#reckon#reckon+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "reckon" :CLASS "29.1.a" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (reckon+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#reckon#reckon#reckon#reckon+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "reckon" :CLASS "29.1.b" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (reckon+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#reckon#reckon#reckon#reckon+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "reckon" :CLASS "29.1.d" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (reckon+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#reclaim#reclaim#reclaim#reclaim+ingly#(1.5,01294882)(1.6,01555797)###NR ( :DEF_WORD "reclaim" :CLASS "10.5" :WN_SENSE (("1.5" 01294882) ("1.6" 01555797)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (reclaim+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#recline#recline#recline#recline+ingly#(1.5,01165412,00891199)(1.6,01393063,01065358)###NR ( :DEF_WORD "recline" :CLASS "47.6.a" :WN_SENSE (("1.5" 01165412 00891199) ("1.6" 01393063 01065358)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (recline+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#recline#recline#recline#recline+ingly#(1.5,00891199)(1.6,01065358)###NR ( :DEF_WORD "recline" :CLASS "47.6.b" :WN_SENSE (("1.5" 00891199) ("1.6" 01065358)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (recline+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#recognize#recognize#recognize#recognize+ingly#(1.5,00332083,00411077)(1.6,00400501,00493867)###NR ( :DEF_WORD "recognize" :CLASS "29.5.a" :WN_SENSE (("1.5" 00332083 00411077) ("1.6" 00400501 00493867)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (recognize+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#recognize#recognize#recognize#recognize+ingly#(1.5,00411077)(1.6,00493867)###NR ( :DEF_WORD "recognize" :CLASS "29.5.b" :WN_SENSE (("1.5" 00411077) ("1.6" 00493867)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (recognize+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#recognize#recognize#recognize#recognize+ingly#(1.5,01251230)(1.6,01501559)###NR ( :DEF_WORD "recognize" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (recognize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.b#1#_exp_prop(that)#recognize#recognize#recognize#recognize+ingly#(1.5,01251230)(1.6,01501559)###NR ( :DEF_WORD "recognize" :CLASS "30.2.b" :WN_SENSE (("1.5" 01251230) ("1.6" 01501559)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (* nil 27))) (recognize+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#recoil#recoil#recoil#recoil+ingly#(1.5,01179252)(1.6,01410062)###NR ( :DEF_WORD "recoil" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (recoil+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#recoil#recoil#recoil#recoil+ingly#(1.5,01179252)(1.6,01410062)###NR ( :DEF_WORD "recoil" :CLASS "40.5" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (recoil+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#recollect#recollect#recollect#recollect+ed#(1.5,00341396)(1.6,00410666)###NR ( :DEF_WORD "recollect" :CLASS "29.2.c" :WN_SENSE (("1.5" 00341396) ("1.6" 00410666)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (recollect+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#recollect#recollect#recollect#recollect+ingly#(1.5,00341396)(1.6,00410666)###NR ( :DEF_WORD "recollect" :CLASS "29.2.d" :WN_SENSE (("1.5" 00341396) ("1.6" 00410666)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (recollect+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 55.1.a#1#_th,prop#recommence#recommence#recommence#recommence+ingly####NR ( :DEF_WORD "recommence" :CLASS "55.1.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (recommence+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#recommence#recommence#recommence#recommence+ingly####NR ( :DEF_WORD "recommence" :CLASS "55.1.b" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (recommence+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#recommend#recommend#recommend#recommend+ed#(1.5,00490819,00495928)(1.6,00592685,00598264)###NR ( :DEF_WORD "recommend" :CLASS "29.2.c" :WN_SENSE (("1.5" 00490819 00495928) ("1.6" 00592685 00598264)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (recommend+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#recommend#recommend#recommend#recommend+ingly#(1.5,00490819,00495928)(1.6,00592685,00598264)###NR ( :DEF_WORD "recommend" :CLASS "29.2.d" :WN_SENSE (("1.5" 00490819 00495928) ("1.6" 00592685 00598264)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (recommend+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#recommend#recommend#recommend#recommend+ingly#(1.5,00490819,00495928)(1.6,00592685,00598264)###NR ( :DEF_WORD "recommend" :CLASS "48.1.2" :WN_SENSE (("1.5" 00490819 00495928) ("1.6" 00592685 00598264)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (recommend+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#recompense#recompense#recompense#recompense+#(1.5,01281163,01280716)(1.6,01540206,01539754)###NR ( :DEF_WORD "recompense" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01281163 01280716) ("1.6" 01540206 01539754)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (recompense+ 2) (toward comm (recompense+ 2) (at comm (recompense+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#reconcile#reconcile#reconcile#reconcile+ed#(1.5,00284431,00284554)(1.6,00335870,00336188)###NR ( :DEF_WORD "reconcile" :CLASS "22.2.a" :WN_SENSE (("1.5" 00284431 00284554) ("1.6" 00335870 00336188)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reconcile+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#reconcile#reconcile#reconcile#reconcile+ingly#(1.5,00429444)(1.6,00519247)###NR ( :DEF_WORD "reconcile" :CLASS "36.1.c" :WN_SENSE (("1.5" 00429444) ("1.6" 00519247)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (reconcile+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 30.1.a.ii#1#_exp_perc#reconnoiter#reconnoiter#reconnoiter#reconnoiter+ingly#(1.5,01236866)(1.6,01484230)###BJDMAP ( :DEF_WORD "reconnoiter" :CLASS "30.1.a.ii" :WN_SENSE (("1.5" 01236866) ("1.6" 01484230)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (reconnoiter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#reconstitute#reconstitute#reconstitute#reconstitute+ingly####NR ( :DEF_WORD "reconstitute" :CLASS "26.4" :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (reconstitute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#reconstruct#reconstruct#reconstruct#reconstruct+ed####NR ( :DEF_WORD "reconstruct" :CLASS "29.2.c" :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (reconstruct+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 25.4#1#_ag_th#record#record#record#record+ed#(1.5,00563886,00563010)(1.6,00676476,00675051)###NR ( :DEF_WORD "record" :CLASS "25.4" :WN_SENSE (("1.5" 00563886 00563010) ("1.6" 00676476 00675051)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (record+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#recount#recount#recount#recount+ingly#(1.5,00536799)(1.6,00645379)###NR ( :DEF_WORD "recount" :CLASS "37.7.a" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (recount+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#recount#recount#recount#recount+ingly#(1.5,00536799)(1.6,00645379)###NR ( :DEF_WORD "recount" :CLASS "37.7.b" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (recount+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#recover#recover#recover#recover+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "recover" :CLASS "10.5" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (recover+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#recover#recover#recover#recover+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "recover" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (recover+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 31.3.d#1#_exp_perc(from)#recover#recover#recover#recover+ingly#(1.5,00055228)(1.6,00062604)###BJDMAP ( :DEF_WORD "recover" :CLASS "31.3.d" :WN_SENSE (("1.5" 00055228) ("1.6" 00062604)) :PROPBANK ("arg0 arg1(from)") :THETA_ROLES ((1 "_exp_perc(from)")) :LCS (go_ext perc (* thing 2) ((* from 7) perc (thing 2) (at perc (thing 2) (thing 8))) (recover+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#recreate#recreate#recreate#recreate+ingly#(1.5,00928226)(1.6,01162166)###NR ( :DEF_WORD "recreate" :CLASS "26.4" :WN_SENSE (("1.5" 00928226) ("1.6" 01162166)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (recreate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.7#1#_ag_th#recruit#recruit#recruit#recruit+ed#(1.5,01399163,01275844)(1.6,01683922,01533484)###NR ( :DEF_WORD "recruit" :CLASS "29.7" :WN_SENSE (("1.5" 01399163 01275844) ("1.6" 01683922 01533484)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (recruit+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rectify#rectify#rectify#rectify+ed#(1.5,00120411)(1.6,00136863)###NR ( :DEF_WORD "rectify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00120411) ("1.6" 00136863)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rectify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.d#1#_exp_perc(from)#recuperate#recuperate#recuperate#recuperate+ingly#(1.5,00055228)(1.6,00062604)###BJDMAP ( :DEF_WORD "recuperate" :CLASS "31.3.d" :WN_SENSE (("1.5" 00055228) ("1.6" 00062604)) :PROPBANK ("arg0 arg1(from)") :THETA_ROLES ((1 "_exp_perc(from)")) :LCS (go_ext perc (* thing 2) ((* from 7) perc (thing 2) (at perc (thing 2) (thing 8))) (recuperate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 48.3.a#1#_th#recur#recur#recur#recur+ingly#(1.5,00206373)(1.6,00238005)###NR ( :DEF_WORD "recur" :CLASS "48.3.a" :WN_SENSE (("1.5" 00206373) ("1.6" 00238005)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (recur+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#redden#redden#redden#redden+ed#(1.5,00315027)(1.6,00373451)###NR ( :DEF_WORD "redden" :CLASS "45.4.a" :WN_SENSE (("1.5" 00315027) ("1.6" 00373451)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (redden+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#redden#redden#redden#redden+ed#(1.5,00315027)(1.6,00373451)###NR ( :DEF_WORD "redden" :CLASS "45.4.b" :WN_SENSE (("1.5" 00315027) ("1.6" 00373451)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (redden+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#redden#redden#redden#redden+ed#(1.5,00061241,00173840)(1.6,00070161,00198875)###NR ( :DEF_WORD "redden" :CLASS "45.4.c" :WN_SENSE (("1.5" 00061241 00173840) ("1.6" 00070161 00198875)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (redden+ed 9)))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#redeem#redeem#redeem#redeem+ingly#(1.5,01284821)(1.6,01544554)###NR ( :DEF_WORD "redeem" :CLASS "10.5" :WN_SENSE (("1.5" 01284821) ("1.6" 01544554)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (redeem+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#redraw#redraw#redraw#redraw+ed####NR ( :DEF_WORD "redraw" :CLASS "29.2.c" :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (redraw+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#redress#redress#redress#redress+ed#(1.5,01426877)(1.6,01717808)###NR ( :DEF_WORD "redress" :CLASS "13.4.2" :WN_SENSE (("1.5" 01426877) ("1.6" 01717808)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (redress+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reduce#reduce#reduce#reduce+ed#(1.5,00135691,00142918,00143080,00143469)(1.6,00154752,00162871,00163072,00163532)###NR ( :DEF_WORD "reduce" :CLASS "45.4.a" :WN_SENSE (("1.5" 00135691 00142918 00143080 00143469) ("1.6" 00154752 00162871 00163072 00163532)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reduce+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.3#1#_th,mod-poss(of)#reek#reek#reek#reek+ed#(1.5,01563467,01212316)(1.6,01891168,01453522)###BJDMAP ( :DEF_WORD "reek" :CLASS "43.3" :WN_SENSE (("1.5" 01563467 01212316) ("1.6" 01891168 01453522)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th,mod-poss(of)")) :LCS (be ident (* thing 2) (at ident (thing 2) (reek+ed 9)) ((* of 15) poss (*head*) (thing 16))) ) ;; Grid: 40.8.2#1#_exp,src(from)#reel#reel#reel#reel+ingly#(1.5,01096596)(1.6,01313595)###NR ( :DEF_WORD "reel" :CLASS "40.8.2" :WN_SENSE (("1.5" 01096596) ("1.6" 01313595)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (reel+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#reel#reel#reel#reel+ingly#(1.5,01096596,01066762)(1.6,01313595,01277972)###NR ( :DEF_WORD "reel" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096596 01066762) ("1.6" 01313595 01277972)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (reel+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#reel#reel#reel#reel+ingly#(1.5,01096596,01066762)(1.6,01313595,01277972)###NR ( :DEF_WORD "reel" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096596 01066762) ("1.6" 01313595 01277972)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (reel+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 29.1.d#1#_ag_th,pred#reelect#reelect#reelect#reelect+ingly#(1.5,01359383)(1.6,01635970)###NR ( :DEF_WORD "reelect" :CLASS "29.1.d" :WN_SENSE (("1.5" 01359383) ("1.6" 01635970)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (reelect+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#refer#refer#refer#refer+ingly#(1.5,01112000)(1.6,01329795)###NR ( :DEF_WORD "refer" :CLASS "13.2" :WN_SENSE (("1.5" 01112000) ("1.6" 01329795)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (refer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#referee#referee#referee#referee+ingly#(1.5,00612627)(1.6,00735408)###NR ( :DEF_WORD "referee" :CLASS "29.8.a" :WN_SENSE (("1.5" 00612627) ("1.6" 00735408)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (referee+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#referee#referee#referee#referee+ingly#(1.5,00612627,00479943)(1.6,00735408,00580448)###NR ( :DEF_WORD "referee" :CLASS "29.8.b" :WN_SENSE (("1.5" 00612627 00479943) ("1.6" 00735408 00580448)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (referee+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#refine#refine#refine#refine+ed#(1.5,00280112,--)(1.6,00330354,00330542)###NR ( :DEF_WORD "refine" :CLASS "45.4.a" :WN_SENSE (("1.5" 00280112 --) ("1.6" 00330354 00330542)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (refine+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.g#1#_exp_perc(on)#reflect#reflect#reflect#reflect+ingly#(1.5,00355285)(1.6,00427308)###BJDMAP ( :DEF_WORD "reflect" :CLASS "31.3.g" :WN_SENSE (("1.5" 00355285) ("1.6" 00427308)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (act perc (* thing 2) ((* on 7) perc (thing 2) (thing 8)) (reflect+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reform#reform#reform#reform+ed#(1.5,00100818,00158117,00158285,00158383)(1.6,00115067,00181274,00181429,00181531)###NR ( :DEF_WORD "reform" :CLASS "45.4.a" :WN_SENSE (("1.5" 00100818 00158117 00158285 00158383) ("1.6" 00115067 00181274 00181429 00181531)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reform+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#refract#refract#refract#refract+ed#(1.5,01205880)(1.6,01445852)###NR ( :DEF_WORD "refract" :CLASS "45.4.a" :WN_SENSE (("1.5" 01205880) ("1.6" 01445852)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (refract+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.b#1#_th,prop(from)#refrain#refrain#refrain#refrain+ingly#(1.5,00680236)(1.6,00813536)###NR ( :DEF_WORD "refrain" :CLASS "55.1.b" :WN_SENSE (("1.5" 00680236) ("1.6" 00813536)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th,prop(from)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (refrain+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#refresh#refresh#refresh#refresh+ingly#(1.5,00098967)(1.6,00113149)###NR ( :DEF_WORD "refresh" :CLASS "31.1.a" :WN_SENSE (("1.5" 00098967) ("1.6" 00113149)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (refresh+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#refresh#refresh#refresh#refresh+ingly#(1.5,00098967)(1.6,00113149)###NR ( :DEF_WORD "refresh" :CLASS "31.1.b" :WN_SENSE (("1.5" 00098967) ("1.6" 00113149)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (refresh+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#refrigerate#refrigerate#refrigerate#refrigerate+ed#(1.5,00222899)(1.6,00258963)###NR ( :DEF_WORD "refrigerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00222899) ("1.6" 00258963)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (refrigerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#refund#refund#refund#refund+ingly#(1.5,01299868)(1.6,01561557)###NR ( :DEF_WORD "refund" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01299868) ("1.6" 01561557)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (refund+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#refund#refund#refund#refund+ingly#(1.5,01299868)(1.6,01561557)###NR ( :DEF_WORD "refund" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01299868) ("1.6" 01561557)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (refund+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#refuse#refuse#refuse#refuse+ingly#(1.5,00448333)(1.6,00541774)###BJDMAP ( :DEF_WORD "refuse" :CLASS "005" :WN_SENSE (("1.5" 00448333) ("1.6" 00541774)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (refuse+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#refute#refute#refute#refute+ed#(1.5,00458306)(1.6,00553491)###NR ( :DEF_WORD "refute" :CLASS "29.2.c" :WN_SENSE (("1.5" 00458306) ("1.6" 00553491)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (refute+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#regain#regain#regain#regain+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "regain" :CLASS "10.5" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (regain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#regain#regain#regain#regain+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "regain" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (regain+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#regale#regale#regale#regale+ed#(1.5,00668091)(1.6,00799778)###NR ( :DEF_WORD "regale" :CLASS "13.4.2" :WN_SENSE (("1.5" 00668091) ("1.6" 00799778)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regale+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#regard#regard#regard#regard+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "regard" :CLASS "29.2.a" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (regard+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#regard#regard#regard#regard+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "regard" :CLASS "29.2.b" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (regard+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#regard#regard#regard#regard+ed#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "regard" :CLASS "29.2.c" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (regard+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#regard#regard#regard#regard+ingly#(1.5,00388394)(1.6,00466852)###NR ( :DEF_WORD "regard" :CLASS "29.2.d" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (regard+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.a.i#1#_exp_perc#regard#regard#regard#regard+ingly#(1.5,01217711)(1.6,01459903)###NR ( :DEF_WORD "regard" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01217711) ("1.6" 01459903)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (regard+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#regard#regard#regard#regard+ingly#(1.5,01217711)(1.6,01459903)###NR ( :DEF_WORD "regard" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01217711) ("1.6" 01459903)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (regard+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#regionalize#regionalize#regionalize#regionalize+ed####NR ( :DEF_WORD "regionalize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regionalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.1.a#1#_th_pred#register#register#register#register+ingly#(1.5,00518467)(1.6,00624230)###NR ( :DEF_WORD "register" :CLASS "54.1.a" :WN_SENSE (("1.5" 00518467) ("1.6" 00624230)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (register+ingly 26)) ) ;; Grid: 54.1.b#1#_ag_th,instr(with)#register#register#register#register+ed#(1.5,00518467)(1.6,00624230)###NR ( :DEF_WORD "register" :CLASS "54.1.b" :WN_SENSE (("1.5" 00518467) ("1.6" 00624230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (register+ed 9)))) ((* with 19) instr (*head*) (thing 20))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#regret#regret#regret#regret+ingly#(1.5,01022700,00512797)(1.6,01225879,00616908)###NR ( :DEF_WORD "regret" :CLASS "31.2.a" :WN_SENSE (("1.5" 01022700 00512797) ("1.6" 01225879 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#regret#regret#regret#regret+ingly#(1.5,01022700,00512797)(1.6,01225879,00616908)###NR ( :DEF_WORD "regret" :CLASS "31.2.b" :WN_SENSE (("1.5" 01022700 00512797) ("1.6" 01225879 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#regret#regret#regret#regret+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "regret" :CLASS "31.2.c" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#regret#regret#regret#regret+ingly#(1.5,01022700,00512797)(1.6,01225879,00616908)###NR ( :DEF_WORD "regret" :CLASS "31.2.d" :WN_SENSE (("1.5" 01022700 00512797) ("1.6" 01225879 00616908)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#regret#regret#regret#regret+ingly#(1.5,01022700,00512797)(1.6,01225879,00616908)###NR ( :DEF_WORD "regret" :CLASS "31.2.e" :WN_SENSE (("1.5" 01022700 00512797) ("1.6" 01225879 00616908)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#regret#regret#regret#regret+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "regret" :CLASS "31.2.f" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (regret+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#regularize#regularize#regularize#regularize+ed#(1.5,01421912,00164318)(1.6,01712330,00188350)###NR ( :DEF_WORD "regularize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01421912 00164318) ("1.6" 01712330 00188350)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regularize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#regularize#regularize#regularize#regularize+ed#(1.5,01421912,00164318)(1.6,01712330,00188350)###NR ( :DEF_WORD "regularize" :CLASS "45.4.b" :WN_SENSE (("1.5" 01421912 00164318) ("1.6" 01712330 00188350)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regularize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#regularize#regularize#regularize#regularize+ed#(1.5,00164318)(1.6,00188350)###NR ( :DEF_WORD "regularize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00164318) ("1.6" 00188350)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regularize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#regulate#regulate#regulate#regulate+ed#(1.5,00180937,01421912,00394265)(1.6,00206759,01712330,00474001)###NR ( :DEF_WORD "regulate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00180937 01421912 00394265) ("1.6" 00206759 01712330 00474001)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (regulate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#rehearse#rehearse#rehearse#rehearse+ed#(1.5,00985868)(1.6,01180029)###NR ( :DEF_WORD "rehearse" :CLASS "26.3" :WN_SENSE (("1.5" 00985868) ("1.6" 01180029)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rehearse+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#reheat#reheat#reheat#reheat+ingly#(1.5,--)(1.6,00380670)###BJDMAP ( :DEF_WORD "reheat" :CLASS "45.3.a" :WN_SENSE (("1.5" --) ("1.6" 00380670)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (reheat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#reify#reify#reify#reify+ed#(1.5,00389620)(1.6,00468256)###NR ( :DEF_WORD "reify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00389620) ("1.6" 00468256)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (reify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#reimburse#reimburse#reimburse#reimburse+ingly#(1.5,01300021)(1.6,01561739)###NR ( :DEF_WORD "reimburse" :CLASS "13.2" :WN_SENSE (("1.5" 01300021) ("1.6" 01561739)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (reimburse+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#reinforce#reinforce#reinforce#reinforce+ed#(1.5,00133275)(1.6,00151901)###NR ( :DEF_WORD "reinforce" :CLASS "13.4.2" :WN_SENSE (("1.5" 00133275) ("1.6" 00151901)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reinforce+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#reinstate#reinstate#reinstate#reinstate+ed#(1.5,01445222,01373587)(1.6,01740522,01652221)###NR ( :DEF_WORD "reinstate" :CLASS "29.2.c" :WN_SENSE (("1.5" 01445222 01373587) ("1.6" 01740522 01652221)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (reinstate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#reinstate#reinstate#reinstate#reinstate+ingly#(1.5,01445222,01373587)(1.6,01740522,01652221)###NR ( :DEF_WORD "reinstate" :CLASS "29.2.d" :WN_SENSE (("1.5" 01445222 01373587) ("1.6" 01740522 01652221)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (reinstate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#reiterate#reiterate#reiterate#reiterate+ingly#(1.5,00539747)(1.6,00648713)###NR ( :DEF_WORD "reiterate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00539747) ("1.6" 00648713)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (reiterate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#reiterate#reiterate#reiterate#reiterate+ingly#(1.5,00539747)(1.6,00648713)###NR ( :DEF_WORD "reiterate" :CLASS "37.7.b" :WN_SENSE (("1.5" 00539747) ("1.6" 00648713)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (reiterate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#reject#reject#reject#reject+ingly#(1.5,00384834,01274026,00448032)(1.6,00462716,01531148,00541445)###NR ( :DEF_WORD "reject" :CLASS "29.2.a" :WN_SENSE (("1.5" 00384834 01274026 00448032) ("1.6" 00462716 01531148 00541445)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (reject+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#reject#reject#reject#reject+ingly#(1.5,00384834,01274026,00448032)(1.6,00462716,01531148,00541445)###NR ( :DEF_WORD "reject" :CLASS "29.2.b" :WN_SENSE (("1.5" 00384834 01274026 00448032) ("1.6" 00462716 01531148 00541445)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (reject+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#reject#reject#reject#reject+ed#(1.5,00384834,01274026,00448032)(1.6,00462716,01531148,00541445)###NR ( :DEF_WORD "reject" :CLASS "29.2.c" :WN_SENSE (("1.5" 00384834 01274026 00448032) ("1.6" 00462716 01531148 00541445)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (reject+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#reject#reject#reject#reject+ingly#(1.5,00384834,01274026,00448032)(1.6,00462716,01531148,00541445)###NR ( :DEF_WORD "reject" :CLASS "29.2.d" :WN_SENSE (("1.5" 00384834 01274026 00448032) ("1.6" 00462716 01531148 00541445)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (reject+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#rejoice#rejoice#rejoice#rejoice+ingly#(1.5,01033054,00481222)(1.6,01237680,00582048)###NR ( :DEF_WORD "rejoice" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 01033054 00481222) ("1.6" 01237680 00582048)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (rejoice+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#rejoice#rejoice#rejoice#rejoice+ingly#(1.5,01033054,00481222)(1.6,01237680,00582048)###NR ( :DEF_WORD "rejoice" :CLASS "31.3.b" :WN_SENSE (("1.5" 01033054 00481222) ("1.6" 01237680 00582048)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (rejoice+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#rejoice#rejoice#rejoice#rejoice+ingly#(1.5,01033054,00481222)(1.6,01237680,00582048)###NR ( :DEF_WORD "rejoice" :CLASS "31.3.e" :WN_SENSE (("1.5" 01033054 00481222) ("1.6" 01237680 00582048)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (rejoice+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#rejoice#rejoice#rejoice#rejoice+ingly#(1.5,01033054,00481222)(1.6,01237680,00582048)###NR ( :DEF_WORD "rejoice" :CLASS "31.3.h" :WN_SENSE (("1.5" 01033054 00481222) ("1.6" 01237680 00582048)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (rejoice+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#rejuvenate#rejuvenate#rejuvenate#rejuvenate+ingly#(1.5,00149859)(1.6,00171286)###BJDMAP ( :DEF_WORD "rejuvenate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00149859) ("1.6" 00171286)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (rejuvenate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rekindle#rekindle#rekindle#rekindle+ed#(1.5,01560259)(1.6,01887142)###NR ( :DEF_WORD "rekindle" :CLASS "45.4.a" :WN_SENSE (("1.5" 01560259) ("1.6" 01887142)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rekindle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#rekindle#rekindle#rekindle#rekindle+ed#(1.5,01560259)(1.6,01887142)###NR ( :DEF_WORD "rekindle" :CLASS "45.4.b" :WN_SENSE (("1.5" 01560259) ("1.6" 01887142)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rekindle+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#rekindle#rekindle#rekindle#rekindle+ed#(1.5,01560259)(1.6,01887142)###NR ( :DEF_WORD "rekindle" :CLASS "45.4.c" :WN_SENSE (("1.5" 01560259) ("1.6" 01887142)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rekindle+ed 9)))) ) ;; Grid: 45.4.c#1#_th#relapse#relapse#relapse#relapse+ed#(1.5,00159594)(1.6,00182841)###NR ( :DEF_WORD "relapse" :CLASS "45.4.c" :WN_SENSE (("1.5" 00159594) ("1.6" 00182841)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (relapse+ed 9)))) ) ;; Grid: 37.7.a#1#_ag_goal(to)_info(that)#relate#relate#relate#relate+ingly#(1.5,00536658)(1.6,00645239)###NR ( :DEF_WORD "relate" :CLASS "37.7.a" :WN_SENSE (("1.5" 00536658) ("1.6" 00645239)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (relate+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#relate#relate#relate#relate+ingly#(1.5,00536658)(1.6,00645239)###NR ( :DEF_WORD "relate" :CLASS "37.7.b" :WN_SENSE (("1.5" 00536658) ("1.6" 00645239)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (relate+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#relax#relax#relax#relax+ingly#(1.5,00016876)(1.6,00018031)###NR ( :DEF_WORD "relax" :CLASS "31.1.a" :WN_SENSE (("1.5" 00016876) ("1.6" 00018031)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (relax+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#relax#relax#relax#relax+ingly#(1.5,00016876)(1.6,00018031)###NR ( :DEF_WORD "relax" :CLASS "31.1.b" :WN_SENSE (("1.5" 00016876) ("1.6" 00018031)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (relax+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#relax#relax#relax#relax+ed#(1.5,00017405)(1.6,00018644)###NR ( :DEF_WORD "relax" :CLASS "31.1.c" :WN_SENSE (("1.5" 00017405) ("1.6" 00018644)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (relax+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.1.b" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (relay+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.1.c" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (relay+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.4.a" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (relay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.4.a" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (relay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.4.a" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (relay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.4.a" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (relay+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#relay#relay#relay#relay+ingly#(1.5,00418081)(1.6,00503786)###NR ( :DEF_WORD "relay" :CLASS "37.4.b" :WN_SENSE (("1.5" 00418081) ("1.6" 00503786)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (relay+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#release#release#release#release+ingly#(1.5,00160643)(1.6,00184110)###NR ( :DEF_WORD "release" :CLASS "13.2" :WN_SENSE (("1.5" 00160643) ("1.6" 00184110)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (release+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#relieve#relieve#relieve#relieve+ed#(1.5,00040410,00502521,01450406,01033880,00050172,01315581)(1.6,00044854,00605518,01748417,01238553,00056406,01580514)###NR ( :DEF_WORD "relieve" :CLASS "10.6.a" :WN_SENSE (("1.5" 00040410 00502521 01450406 01033880 00050172 01315581) ("1.6" 00044854 00605518 01748417 01238553 00056406 01580514)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (relieve+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#relieve#relieve#relieve#relieve+ingly#(1.5,01033880)(1.6,01238553)###NR ( :DEF_WORD "relieve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033880) ("1.6" 01238553)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (relieve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#relieve#relieve#relieve#relieve+ingly#(1.5,01033880)(1.6,01238553)###NR ( :DEF_WORD "relieve" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033880) ("1.6" 01238553)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (relieve+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#relinquish#relinquish#relinquish#relinquish+ingly#(1.5,01317619)(1.6,01582774)###NR ( :DEF_WORD "relinquish" :CLASS "13.2" :WN_SENSE (("1.5" 01317619) ("1.6" 01582774)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (relinquish+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#relish#relish#relish#relish+ingly#(1.5,01037231)(1.6,01241953)###NR ( :DEF_WORD "relish" :CLASS "31.2.a" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (relish+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#relish#relish#relish#relish+ingly#(1.5,01037231)(1.6,01241953)###NR ( :DEF_WORD "relish" :CLASS "31.2.b" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (relish+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#relish#relish#relish#relish+ingly#(1.5,01037231)(1.6,01241953)###NR ( :DEF_WORD "relish" :CLASS "31.2.g" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (relish+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc(on),purp(for),mod-pred(as)#rely#rely#rely#rely+ingly###(particle = on)#NR ! ;; Grid: 069#1#_exp_perc(on),purp(for),mod-pred(as)#rely#rely#rely#rely+ingly#(1.5,00386671)(1.6,00464775)###NR ( :DEF_WORD "rely" :CLASS "069" :WN_SENSE (("1.5" 00386671) ("1.6" 00464775)) :PROPBANK ("arg0 arg1(on) arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc(on),purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) ((* on 7) perc (thing 2) (nil 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (rely+ingly 26)) ) ;; Grid: 47.1#1#_th,mod-loc()#remain#remain#remain#remain+ingly#(1.5,00068138,01546054,01548592)(1.6,00078446,01865371,01868387)###NR ( :DEF_WORD "remain" :CLASS "47.1" :WN_SENSE (("1.5" 00068138 01546054 01548592) ("1.6" 00078446 01865371 01868387)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (remain+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#remark#remark#remark#remark+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "remark" :CLASS "37.7.a" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (remark+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#remark#remark#remark#remark+ingly#(1.5,00575843)(1.6,00689564)###NR ( :DEF_WORD "remark" :CLASS "37.7.b" :WN_SENSE (("1.5" 00575843) ("1.6" 00689564)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (remark+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 54.1.b#1#_ag_th#remeasure#remeasure#remeasure#remeasure+ed###(manner = again+/m)#BJDMAP ( :DEF_WORD "remeasure" :CLASS "54.1.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (remeasure+ed 9)))) ((with 19) instr (*head*) (thing 20)) (again+/m)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss()#remedy#remedy#remedy#remedy+ed#(1.5,00120411)(1.6,00136863)###NR ( :DEF_WORD "remedy" :CLASS "10.6.a" :WN_SENSE (("1.5" 00120411) ("1.6" 00136863)) :PROPBANK ("arg0 arg1 arg2(? - up.)") :THETA_ROLES ((1 "_ag_th,mod-poss()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (remedy+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#remember#remember#remember#remember+ingly#(1.5,00341396,01340778,00495799,00495640)(1.6,00410666,01609936,00598135,00597976)###NR ( :DEF_WORD "remember" :CLASS "29.2.a" :WN_SENSE (("1.5" 00341396 01340778 00495799 00495640) ("1.6" 00410666 01609936 00598135 00597976)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (remember+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#remember#remember#remember#remember+ingly#(1.5,00341396,01340778,00495799,00495640)(1.6,00410666,01609936,00598135,00597976)###NR ( :DEF_WORD "remember" :CLASS "29.2.b" :WN_SENSE (("1.5" 00341396 01340778 00495799 00495640) ("1.6" 00410666 01609936 00598135 00597976)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (remember+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#remember#remember#remember#remember+ed#(1.5,00341396,01340778,00495799,00495640)(1.6,00410666,01609936,00598135,00597976)###NR ( :DEF_WORD "remember" :CLASS "29.2.c" :WN_SENSE (("1.5" 00341396 01340778 00495799 00495640) ("1.6" 00410666 01609936 00598135 00597976)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (remember+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#remember#remember#remember#remember+ingly#(1.5,00341396,01340778,00495799,00495640)(1.6,00410666,01609936,00598135,00597976)###NR ( :DEF_WORD "remember" :CLASS "29.2.d" :WN_SENSE (("1.5" 00341396 01340778 00495799 00495640) ("1.6" 00410666 01609936 00598135 00597976)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (remember+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#remind#remind#remind#remind+ingly#(1.5,00343126)(1.6,00412961)###NR ( :DEF_WORD "remind" :CLASS "37.9.c" :WN_SENSE (("1.5" 00343126) ("1.6" 00412961)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (remind+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.9.d.ii#1#_ag_goal_info(to)#remind#remind#remind#remind+ingly#(1.5,00343126)(1.6,00412961)###NR ( :DEF_WORD "remind" :CLASS "37.9.d.ii" :WN_SENSE (("1.5" 00343126) ("1.6" 00412961)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_goal_info(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (remind+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#remit#remit#remit#remit+ingly#(1.5,01283592)(1.6,01543212)###NR ( :DEF_WORD "remit" :CLASS "13.2" :WN_SENSE (("1.5" 01283592) ("1.6" 01543212)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (remit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#remonstrate#remonstrate#remonstrate#remonstrate+ingly#(1.5,00463111)(1.6,00559552)###BJDMAP ( :DEF_WORD "remonstrate" :CLASS "36.3.a" :WN_SENSE (("1.5" 00463111) ("1.6" 00559552)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (remonstrate+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#remount#remount#remount#remount+ingly#(1.5,01095444)(1.6,01312465)###NR ( :DEF_WORD "remount" :CLASS "10.5" :WN_SENSE (("1.5" 01095444) ("1.6" 01312465)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (remount+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#remove#remove#remove#remove+ingly#(1.5,01360902,01361498,01194965,00250656)(1.6,01637882,01638544,01429473,00293402)#loc##NR ! ;; Grid: 10.1#1#_ag_th,src()#remove#remove#remove##(1.5,00104355,01360902,01267839,01361498,01194965,01405259)(1.6,00118898,01637882,01522120,01638544,01429473,01691743)#loc#(manner = 0)#NR ( :DEF_WORD "remove" :CLASS "10.1" :WN_SENSE (("1.5" 00104355 01360902 01267839 01361498 01194965 01405259) ("1.6" 00118898 01637882 01522120 01638544 01429473 01691743)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))))) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.2.b#1#_ag_th,goal(to)#remove#remove#remove#remove+ingly#(1.5,01360902,01361498,01194965,00250656)(1.6,01637882,01638544,01429473,00293402)#loc##NR ( :DEF_WORD "remove" :CLASS "10.2.b" :WN_SENSE (("1.5" 01360902 01361498 01194965 00250656) ("1.6" 01637882 01638544 01429473 00293402)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (remove+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#remunerate#remunerate#remunerate#remunerate+#(1.5,01280716)(1.6,01539754)###NR ( :DEF_WORD "remunerate" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01280716) ("1.6" 01539754)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (remunerate+ 2) (toward comm (remunerate+ 2) (at comm (remunerate+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#rend#rend#rend#rend+ingly#(1.5,00905580)(1.6,01083698)###BJDMAP ( :DEF_WORD "rend" :CLASS "12.a.i" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rend+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#render#render#render#render+ed#(1.5,00069686,01314243,01310378,01305002)(1.6,00080274,01579009,01574799,01568149)###NR ( :DEF_WORD "render" :CLASS "10.6.a" :WN_SENSE (("1.5" 00069686 01314243 01310378 01305002) ("1.6" 00080274 01579009 01574799 01568149)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (render+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#render#render#render#render+ingly#(1.5,00069686,01323715,01314493,01314243,01305002)(1.6,00080274,01590833,01579272,01579009,01568149)###NR ( :DEF_WORD "render" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00069686 01323715 01314493 01314243 01305002) ("1.6" 00080274 01590833 01579272 01579009 01568149)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (render+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#render#render#render#render+ingly#(1.5,00069686,01323715,01314493,01314243,01305002)(1.6,00080274,01590833,01579272,01579009,01568149)###NR ( :DEF_WORD "render" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00069686 01323715 01314493 01314243 01305002) ("1.6" 00080274 01590833 01579272 01579009 01568149)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (render+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#rendezvous#rendezvous#rendezvous#rendezvous+ingly#(1.5,01408351)(1.6,01695031)###NR ( :DEF_WORD "rendezvous" :CLASS "36.1.c" :WN_SENSE (("1.5" 01408351) ("1.6" 01695031)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (rendezvous+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#rendezvous#rendezvous#rendezvous#rendezvous+ingly#(1.5,01408351)(1.6,01695031)###NR ( :DEF_WORD "rendezvous" :CLASS "36.1.d" :WN_SENSE (("1.5" 01408351) ("1.6" 01695031)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (rendezvous+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#renew#renew#renew#renew+ingly#(1.5,00934118)(1.6,01121382)###NR ( :DEF_WORD "renew" :CLASS "26.6" :WN_SENSE (("1.5" 00934118) ("1.6" 01121382)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (renew+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#renounce#renounce#renounce#renounce+ed#(1.5,01347938,01341543,00425703)(1.6,01621026,01612615,00514894)###NR ( :DEF_WORD "renounce" :CLASS "29.2.c" :WN_SENSE (("1.5" 01347938 01341543 00425703) ("1.6" 01621026 01612615 00514894)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (renounce+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#renovate#renovate#renovate#renovate+ed#(1.5,00098154,00098860)(1.6,00112290,00113042)###NR ( :DEF_WORD "renovate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00098154 00098860) ("1.6" 00112290 00113042)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (renovate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.i#1#_ag_th_goal(to)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (rent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.i#2#_ag_goal_th#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.a.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (rent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (rent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.b.i#1#_ag_th,goal(to),ben(for),instr(for)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.b.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (rent+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.1.b.i#2#_ag_goal_th,ben(for),instr(for)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.b.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg2 arg1 arg3(for) arg4(for)") :THETA_ROLES ((2 "_ag_goal_th,ben(for),instr(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (rent+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.b.ii#1#_ag_th,goal(to),ben(for),instr(for)#rent#rent#rent#rent+ingly#(1.5,01392841,01260191,01259942,01393019)(1.6,01676348,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01392841 01260191 01259942 01393019) ("1.6" 01676348 01512393 01512144 01676541)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (rent+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 13.5.1.b.i#1#_ag_th,src(from),ben(for),mod-poss(for)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.5.1.b.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (rent+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.i#2#_ag_ben_th,src(from),mod-poss(for)#rent#rent#rent#rent+ingly#(1.5,01260191,01259942,01393019)(1.6,01512393,01512144,01676541)###NR ( :DEF_WORD "rent" :CLASS "13.5.1.b.i" :WN_SENSE (("1.5" 01260191 01259942 01393019) ("1.6" 01512393 01512144 01676541)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (rent+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#renumerate#renumerate#renumerate#renumerate+ingly####NR ( :DEF_WORD "renumerate" :CLASS "29.2.d" :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (renumerate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reopen#reopen#reopen#reopen+ed#(1.5,00773493)(1.6,00921046)###NR ( :DEF_WORD "reopen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00773493) ("1.6" 00921046)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reopen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#reopen#reopen#reopen#reopen+ed#(1.5,00773493)(1.6,00921046)###NR ( :DEF_WORD "reopen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00773493) ("1.6" 00921046)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reopen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#reopen#reopen#reopen#reopen+ed#(1.5,00773493)(1.6,00921046)###NR ( :DEF_WORD "reopen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00773493) ("1.6" 00921046)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reopen+ed 9)))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#reorganize#reorganize#reorganize#reorganize+ingly#(1.5,01377018)(1.6,01656726)###NR ( :DEF_WORD "reorganize" :CLASS "26.4" :WN_SENSE (("1.5" 01377018) ("1.6" 01656726)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (reorganize+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#repaint#repaint#repaint#repaint+ed#(1.5,00783419,00783789,00965799)(1.6,00933020,00933388,01157006)###NR ( :DEF_WORD "repaint" :CLASS "24" :WN_SENSE (("1.5" 00783419 00783789 00965799) ("1.6" 00933020 00933388 01157006)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (repaint+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#repair#repair#repair#repair+ed#(1.5,00155240)(1.6,00177962)###NR ( :DEF_WORD "repair" :CLASS "45.4.a" :WN_SENSE (("1.5" 00155240) ("1.6" 00177962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (repair+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#repay#repay#repay#repay+ingly#(1.5,01299868,01332867,01332958)(1.6,01561557,01600518,01600785)###NR ( :DEF_WORD "repay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01299868 01332867 01332958) ("1.6" 01561557 01600518 01600785)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (repay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#repay#repay#repay#repay+ingly#(1.5,01299868,01332867,01332958)(1.6,01561557,01600518,01600785)###NR ( :DEF_WORD "repay" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01299868 01332867 01332958) ("1.6" 01561557 01600518 01600785)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (repay+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#repay#repay#repay#repay+#(1.5,01332867,01332958)(1.6,01600518,01600785)###NR ( :DEF_WORD "repay" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01332867 01332958) ("1.6" 01600518 01600785)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (repay+ 2) (toward comm (repay+ 2) (at comm (repay+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#repeal#repeal#repeal#repeal+ingly#(1.5,00449774)(1.6,00543473)#loc##NR ( :DEF_WORD "repeal" :CLASS "10.1" :WN_SENSE (("1.5" 00449774) ("1.6" 00543473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (repeal+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#repeat#repeat#repeat#repeat+ingly#(1.5,00539747,00539218)(1.6,00648713,00648110)###NR ( :DEF_WORD "repeat" :CLASS "37.7.a" :WN_SENSE (("1.5" 00539747 00539218) ("1.6" 00648713 00648110)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (repeat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#repeat#repeat#repeat#repeat+ingly#(1.5,00539747,00539218)(1.6,00648713,00648110)###NR ( :DEF_WORD "repeat" :CLASS "37.7.b" :WN_SENSE (("1.5" 00539747 00539218) ("1.6" 00648713 00648110)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (repeat+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 55.1.a#1#_th,prop#repeat#repeat#repeat#repeat+ingly#(1.5,01469043,00988092)(1.6,01770650,01182584)###NR ( :DEF_WORD "repeat" :CLASS "55.1.a" :WN_SENSE (("1.5" 01469043 00988092) ("1.6" 01770650 01182584)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (repeat+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#repeat#repeat#repeat#repeat+ingly#(1.5,00992036)(1.6,01186514)###NR ( :DEF_WORD "repeat" :CLASS "55.1.b" :WN_SENSE (("1.5" 00992036) ("1.6" 01186514)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (repeat+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#repel#repel#repel#repel+ingly#(1.5,01030199,01252339)(1.6,01234179,01502738)###NR ( :DEF_WORD "repel" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030199 01252339) ("1.6" 01234179 01502738)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (repel+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#repel#repel#repel#repel+ingly#(1.5,01030199,01252339)(1.6,01234179,01502738)###NR ( :DEF_WORD "repel" :CLASS "31.1.b" :WN_SENSE (("1.5" 01030199 01252339) ("1.6" 01234179 01502738)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (repel+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.3.c#1#_exp_purp(for)#repent#repent#repent#repent+ingly#(1.5,01022700)(1.6,01225879)###BJDMAP ( :DEF_WORD "repent" :CLASS "31.3.c" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp_purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (repent+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n) :obligatory)) ) ;; Grid: 31.3.c#1#_exp_purp#repent#repent#repent#repent+ingly#(1.5,01022700)(1.6,01225879)###BJDMAP ( :DEF_WORD "repent" :CLASS "31.3.c" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_exp_purp")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((for 21) intent (*head*) (* nil 22)) (repent+ingly 26)) :VAR_SPEC ((22 :obligatory) (2 (human +)) (21 (:cat n))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#repent#repent#repent#repent+#(1.5,01022864)(1.6,01226025)###BJDMAP ( :DEF_WORD "repent" :CLASS "31.3.f" :WN_SENSE (("1.5" 01022864) ("1.6" 01226025)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (repent+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for,with),ben(for)#replace#replace#replace#replace+ingly#(1.5,01285323)(1.6,01545057)###BJDMAP ( :DEF_WORD "replace" :CLASS "13.6.a" :WN_SENSE (("1.5" 01285323) ("1.6" 01545057)) :PROPBANK ("arg0 arg1 arg2(for/with) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for,with),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (replace+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#replant#replant#replant#replant+ed#(1.5,00903074)(1.6,01080162)##(manner = again+/m)#BJDMAP ( :DEF_WORD "replant" :CLASS "9.7.d" :WN_SENSE (("1.5" 00903074) ("1.6" 01080162)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (replant+ed 9)))) ((* with 15) poss (*head*) (thing 16)) (again+/m)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#replenish#replenish#replenish#replenish+ed#(1.5,00269796)(1.6,00316851)###NR ( :DEF_WORD "replenish" :CLASS "9.8.a" :WN_SENSE (("1.5" 00269796) ("1.6" 00316851)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (replenish+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#replenish#replenish#replenish#replenish+ed#(1.5,00269796)(1.6,00316851)###NR ( :DEF_WORD "replenish" :CLASS "9.8.b" :WN_SENSE (("1.5" 00269796) ("1.6" 00316851)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (replenish+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#replicate#replicate#replicate#replicate+ed#(1.5,00992036)(1.6,01186514)###NR ( :DEF_WORD "replicate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00992036) ("1.6" 01186514)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (replicate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#reply#reply#reply#reply+ingly#(1.5,00458885)(1.6,00554194)###NR ( :DEF_WORD "reply" :CLASS "37.7.a" :WN_SENSE (("1.5" 00458885) ("1.6" 00554194)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (reply+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 10.4.1.a#1#_ag_th,mod-poss(with)#sieve#sieve#sieve#sieve+ingly#(1.5,00840424)(1.6,01001922)###BJDMAP ! ;; Grid: 10.4.1.a#1#_ag_th,mod-poss(with)#chafe#chafe#chafe#chafe+ingly#(1.5,00713838)(1.6,00852916)###BJDMAP ! ;; Grid: 10.4.1.a#1#_ag_th,mod-poss(with)#burnish#burnish#burnish#burnish+ingly#(1.5,00963785)(1.6,01154777)###BJDMAP ! ;; Grid: 10.4.1.b.ii#1#_ag_th,mod-poss(of)#repolish#repolish#repolish#repolish+ed####BJDMAP ( :DEF_WORD "repolish" :CLASS "10.4.1.b.ii" :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (repolish+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#repopulate#repopulate#repopulate#repopulate+ed####NR ( :DEF_WORD "repopulate" :CLASS "9.8.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (repopulate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#repopulate#repopulate#repopulate#repopulate+ed####NR ( :DEF_WORD "repopulate" :CLASS "9.8.b" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (repopulate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#report#report#report#report+ingly#(1.5,00544297,00544432,00544575)(1.6,00653371,00653609,00653772)###NR ( :DEF_WORD "report" :CLASS "29.1.a" :WN_SENSE (("1.5" 00544297 00544432 00544575) ("1.6" 00653371 00653609 00653772)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (report+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.c#1#_ag_th,mod-pred(as)#report#report#report#report+ed#(1.5,00544297,00544432,00544575)(1.6,00653371,00653609,00653772)###NR ( :DEF_WORD "report" :CLASS "29.1.c" :WN_SENSE (("1.5" 00544297 00544432 00544575) ("1.6" 00653371 00653609 00653772)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (report+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.1.d#1#_ag_th,pred#report#report#report#report+ingly#(1.5,00544297,00544432,00544575)(1.6,00653371,00653609,00653772)###NR ( :DEF_WORD "report" :CLASS "29.1.d" :WN_SENSE (("1.5" 00544297 00544432 00544575) ("1.6" 00653371 00653609 00653772)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (report+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 29.1.e#1#_ag_th_prop(to)#report#report#report#report+ingly#(1.5,00544575)(1.6,00653772)###NR ( :DEF_WORD "report" :CLASS "29.1.e" :WN_SENSE (("1.5" 00544575) ("1.6" 00653772)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (report+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#report#report#report#report+ingly#(1.5,00544297,00545650)(1.6,00653371,00655029)###NR ( :DEF_WORD "report" :CLASS "37.7.a" :WN_SENSE (("1.5" 00544297 00545650) ("1.6" 00653371 00655029)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (report+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#report#report#report#report+ingly#(1.5,00544297,00545650)(1.6,00653371,00655029)###NR ( :DEF_WORD "report" :CLASS "37.7.b" :WN_SENSE (("1.5" 00544297 00545650) ("1.6" 00653371 00655029)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (report+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 47.6.a#1#_th,loc()#repose#repose#repose#repose+ingly#(1.5,00891199)(1.6,01065358)###BJDMAP ( :DEF_WORD "repose" :CLASS "47.6.a" :WN_SENSE (("1.5" 00891199) ("1.6" 01065358)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (repose+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#repossess#repossess#repossess#repossess+ingly#(1.5,01294882,01258536)(1.6,01555797,01510294)###NR ( :DEF_WORD "repossess" :CLASS "10.5" :WN_SENSE (("1.5" 01294882 01258536) ("1.6" 01555797 01510294)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (repossess+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#represent#represent#represent#represent+ingly#(1.5,00962105,01439153,01459811,00966090)(1.6,01157275,01732942,01759792,01157275)###NR ( :DEF_WORD "represent" :CLASS "29.2.a" :WN_SENSE (("1.5" 00962105 01439153 01459811 00966090) ("1.6" 01157275 01732942 01759792 01157275)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (represent+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#represent#represent#represent#represent+ingly#(1.5,00962105,01439153,01459811,00966090)(1.6,01157275,01732942,01759792,01157275)###NR ( :DEF_WORD "represent" :CLASS "29.2.b" :WN_SENSE (("1.5" 00962105 01439153 01459811 00966090) ("1.6" 01157275 01732942 01759792 01157275)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (represent+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#represent#represent#represent#represent+ed#(1.5,00962105,01439153,01459811,00966090)(1.6,01157275,01732942,01759792,01157275)###NR ( :DEF_WORD "represent" :CLASS "29.2.c" :WN_SENSE (("1.5" 00962105 01439153 01459811 00966090) ("1.6" 01157275 01732942 01759792 01157275)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (represent+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#represent#represent#represent#represent+ingly#(1.5,00962105,01439153,01459811,00966090)(1.6,01157275,01732942,01759792,01157275)###NR ( :DEF_WORD "represent" :CLASS "29.2.d" :WN_SENSE (("1.5" 00962105 01439153 01459811 00966090) ("1.6" 01157275 01732942 01759792 01157275)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (represent+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 16#1#_ag_th#repress#repress#repress#repress+ed#(1.5,00344737)(1.6,00414743)###NR ( :DEF_WORD "repress" :CLASS "16" :WN_SENSE (("1.5" 00344737) ("1.6" 00414743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (repress+ed 9))) (([in] 23) loc (*head*) (thing 24)) ((not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#reprimand#reprimand#reprimand#reprimand+ingly#(1.5,00462465,00463111)(1.6,00558872,00559552)###NR ( :DEF_WORD "reprimand" :CLASS "33.b" :WN_SENSE (("1.5" 00462465 00463111) ("1.6" 00558872 00559552)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (reprimand+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#reproach#reproach#reproach#reproach+ingly#(1.5,00463794)(1.6,00560318)###NR ( :DEF_WORD "reproach" :CLASS "33.b" :WN_SENSE (("1.5" 00463794) ("1.6" 00560318)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (reproach+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reproduce#reproduce#reproduce#reproduce+ed#(1.5,00992955)(1.6,01187529)###NR ( :DEF_WORD "reproduce" :CLASS "45.4.a" :WN_SENSE (("1.5" 00992955) ("1.6" 01187529)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reproduce+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#reproduce#reproduce#reproduce#reproduce+ed#(1.5,00992955)(1.6,01187529)###NR ( :DEF_WORD "reproduce" :CLASS "45.4.b" :WN_SENSE (("1.5" 00992955) ("1.6" 01187529)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reproduce+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#reproduce#reproduce#reproduce#reproduce+ed#(1.5,00035058)(1.6,00038872)###NR ( :DEF_WORD "reproduce" :CLASS "45.4.c" :WN_SENSE (("1.5" 00035058) ("1.6" 00038872)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reproduce+ed 9)))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#reprove#reprove#reprove#reprove+ingly#(1.5,00462681)(1.6,00559117)###NR ( :DEF_WORD "reprove" :CLASS "33.b" :WN_SENSE (("1.5" 00462681) ("1.6" 00559117)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (reprove+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#repudiate#repudiate#repudiate#repudiate+ingly#(1.5,00425703)(1.6,00514894)###NR ( :DEF_WORD "repudiate" :CLASS "29.2.a" :WN_SENSE (("1.5" 00425703) ("1.6" 00514894)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (repudiate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#repudiate#repudiate#repudiate#repudiate+ingly#(1.5,00425703)(1.6,00514894)###NR ( :DEF_WORD "repudiate" :CLASS "29.2.b" :WN_SENSE (("1.5" 00425703) ("1.6" 00514894)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (repudiate+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#repudiate#repudiate#repudiate#repudiate+ed#(1.5,00425703)(1.6,00514894)###NR ( :DEF_WORD "repudiate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00425703) ("1.6" 00514894)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (repudiate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#repudiate#repudiate#repudiate#repudiate+ingly#(1.5,00425703)(1.6,00514894)###NR ( :DEF_WORD "repudiate" :CLASS "29.2.d" :WN_SENSE (("1.5" 00425703) ("1.6" 00514894)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (repudiate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#repulse#repulse#repulse#repulse+ingly#(1.5,01030199)(1.6,01234179)###NR ( :DEF_WORD "repulse" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030199) ("1.6" 01234179)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (repulse+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#repulse#repulse#repulse#repulse+ingly#(1.5,01030199)(1.6,01234179)###NR ( :DEF_WORD "repulse" :CLASS "31.1.b" :WN_SENSE (("1.5" 01030199) ("1.6" 01234179)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (repulse+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#repute#repute#repute#repute+ingly#(1.5,00387963)(1.6,00466313)###NR ( :DEF_WORD "repute" :CLASS "29.5.d" :WN_SENSE (("1.5" 00387963) ("1.6" 00466313)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (repute+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 017#1#_exp_perc(that)#request#request#request#request+ingly#(1.5,--)(1.6,00511577)###NR ! ;; Grid: 015#1#_ag_prop(to)#request#request#request#request+ingly####NR ! ;; Grid: 29.5.e#1#_ag_info(that)#repute#repute#repute#repute+ingly#(1.5,00387963)(1.6,00466313)###NR ( :DEF_WORD "repute" :CLASS "29.5.e" :WN_SENSE (("1.5" 00387963) ("1.6" 00466313)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (repute+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 14.a#1#_ag_info,src(from)#request#request#request#request+ingly####NR ( :DEF_WORD "request" :CLASS "14.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (request+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#require#require#require#require+ingly#(1.5,00422330,00424703)(1.6,00510062,00513425)###NR ( :DEF_WORD "require" :CLASS "29.5.a" :WN_SENSE (("1.5" 00422330 00424703) ("1.6" 00510062 00513425)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (require+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#require#require#require#require+ingly#(1.5,01486168)(1.6,01792695)###NR ( :DEF_WORD "require" :CLASS "29.5.b" :WN_SENSE (("1.5" 01486168) ("1.6" 01792695)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (require+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#requite#requite#requite#requite+ingly#(1.5,01332867)(1.6,01600518)###NR ( :DEF_WORD "requite" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01332867) ("1.6" 01600518)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (requite+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#reread#reread#reread#reread+ingly#(1.5,00352170)(1.6,00423896)###NR ( :DEF_WORD "reread" :CLASS "14.a" :WN_SENSE (("1.5" 00352170) ("1.6" 00423896)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (reread+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 10.1#1#_ag_th,src()#rescind#rescind#rescind#rescind+ingly#(1.5,00449774)(1.6,00543473)#loc##NR ( :DEF_WORD "rescind" :CLASS "10.1" :WN_SENSE (("1.5" 00449774) ("1.6" 00543473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (rescind+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#rescue#rescue#rescue#rescue+ingly#(1.5,01259234)(1.6,01511029)###NR ( :DEF_WORD "rescue" :CLASS "10.5" :WN_SENSE (("1.5" 01259234) ("1.6" 01511029)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (rescue+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#research#research#research#research+ingly#(1.5,00364796,00492392)(1.6,00437696,00594188)###NR ( :DEF_WORD "research" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00364796 00492392) ("1.6" 00437696 00594188)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (research+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 064#1#_th_pred#resemble#resemble#resemble#resemble+ingly#(1.5,01507091)(1.6,01818087)###BJDMAP ( :DEF_WORD "resemble" :CLASS "064" :WN_SENSE (("1.5" 01507091) ("1.6" 01818087)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* nil 2) (at ident (nil 2) (* nil 9)) (resemble+ingly 26)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.a" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.b" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.c" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.d" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.e" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#resent#resent#resent#resent+ingly#(1.5,01010086)(1.6,01210505)###NR ( :DEF_WORD "resent" :CLASS "31.2.f" :WN_SENSE (("1.5" 01010086) ("1.6" 01210505)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (resent+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#reserve#reserve#reserve#reserve+ingly#(1.5,01263163,01298964,00447243,01414319)(1.6,01516644,01560555,00540576,01702479)###NR ( :DEF_WORD "reserve" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01263163 01298964 00447243 01414319) ("1.6" 01516644 01560555 00540576 01702479)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (reserve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#reserve#reserve#reserve#reserve+ingly#(1.5,01263163,01298964,00447243,01414319)(1.6,01516644,01560555,00540576,01702479)###NR ( :DEF_WORD "reserve" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01263163 01298964 00447243 01414319) ("1.6" 01516644 01560555 00540576 01702479)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (reserve+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reshape#reshape#reshape#reshape+ed#(1.5,00950319)(1.6,01140463)###NR ( :DEF_WORD "reshape" :CLASS "45.4.a" :WN_SENSE (("1.5" 00950319) ("1.6" 01140463)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reshape+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.a#1#_th,loc()#reside#reside#reside#reside+ingly#(1.5,01499405,01498811)(1.6,01809405,01808347)###NR ( :DEF_WORD "reside" :CLASS "46.a" :WN_SENSE (("1.5" 01499405 01498811) ("1.6" 01809405 01808347)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (reside+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#reside#reside#reside#reside+ingly#(1.5,01499405,01498811)(1.6,01809405,01808347)###NR ( :DEF_WORD "reside" :CLASS "47.1" :WN_SENSE (("1.5" 01499405 01498811) ("1.6" 01809405 01808347)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (reside+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#resign#resign#resign#resign+ingly#(1.5,00413586)(1.6,00496653)###NR ( :DEF_WORD "resign" :CLASS "13.2" :WN_SENSE (("1.5" 00413586) ("1.6" 00496653)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (resign+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#resist#resist#resist#resist+ed#(1.5,00631049,01427604)(1.6,00757252,01718881)###NR ( :DEF_WORD "resist" :CLASS "29.2.c" :WN_SENSE (("1.5" 00631049 01427604) ("1.6" 00757252 01718881)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (resist+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#resolve#resolve#resolve#resolve+ed#(1.5,00393343)(1.6,00472610)###NR ( :DEF_WORD "resolve" :CLASS "22.2.a" :WN_SENSE (("1.5" 00393343) ("1.6" 00472610)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (resolve+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.4.a#1#_th_loc(through,in)#resonate#resonate#resonate#resonate+ingly#(1.5,01241864,00331492)(1.6,01490259,00399709)###BJDMAP ( :DEF_WORD "resonate" :CLASS "47.4.a" :WN_SENSE (("1.5" 01241864 00331492) ("1.6" 01490259 00399709)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (resonate+ingly 26)) ) ;; Grid: 071#1#_th_prop(to)#resort#resort#resort#resort+ingly#(1.5,--)(1.6,01765626)###NR ( :DEF_WORD "resort" :CLASS "071" :WN_SENSE (("1.5" --) ("1.6" 01765626)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (resort+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -))) ) ;; Grid: 47.4.a#1#_th_loc(through,in)#resound#resound#resound#resound+ingly#(1.5,01246321,01239839)(1.6,01495321,01487855)###BJDMAP ( :DEF_WORD "resound" :CLASS "47.4.a" :WN_SENSE (("1.5" 01246321 01239839) ("1.6" 01495321 01487855)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (resound+ingly 26)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#respect#respect#respect#respect+ingly#(1.5,00390535,01390888)(1.6,00469237,01674231)###NR ( :DEF_WORD "respect" :CLASS "31.2.a" :WN_SENSE (("1.5" 00390535 01390888) ("1.6" 00469237 01674231)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (respect+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#respect#respect#respect#respect+ingly#(1.5,00390535,01390888)(1.6,00469237,01674231)###NR ( :DEF_WORD "respect" :CLASS "31.2.b" :WN_SENSE (("1.5" 00390535 01390888) ("1.6" 00469237 01674231)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (respect+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#respect#respect#respect#respect+ingly#(1.5,00390535)(1.6,00469237)###NR ( :DEF_WORD "respect" :CLASS "31.2.c" :WN_SENSE (("1.5" 00390535) ("1.6" 00469237)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (respect+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#respect#respect#respect#respect+ingly#(1.5,00390535,01390888)(1.6,00469237,01674231)###NR ( :DEF_WORD "respect" :CLASS "31.2.g" :WN_SENSE (("1.5" 00390535 01390888) ("1.6" 00469237 01674231)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (respect+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#respire#respire#respire#respire+ingly#(1.5,00002403)(1.6,00001740)###BJDMAP ( :DEF_WORD "respire" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00002403) ("1.6" 00001740)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (respire+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#respond#respond#respond#respond+ingly#(1.5,00458885)(1.6,00554194)###NR ( :DEF_WORD "respond" :CLASS "37.7.a" :WN_SENSE (("1.5" 00458885) ("1.6" 00554194)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (respond+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 9.2.i#1#_th,loc()#rest#rest#rest#rest+ingly#(1.5,00889896,00888747)(1.6,01063950,01062411)###NR ( :DEF_WORD "rest" :CLASS "9.2.i" :WN_SENSE (("1.5" 00889896 00888747) ("1.6" 01063950 01062411)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (rest+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#rest#rest#rest#rest+ingly#(1.5,00864392)(1.6,01032236)###NR ( :DEF_WORD "rest" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00864392) ("1.6" 01032236)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (rest+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#rest#rest#rest#rest+ingly#(1.5,00889896,00437587,01548871,00864392)(1.6,01063950,00529679,01868717,01032236)###NR ( :DEF_WORD "rest" :CLASS "47.6.a" :WN_SENSE (("1.5" 00889896 00437587 01548871 00864392) ("1.6" 01063950 00529679 01868717 01032236)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (rest+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 10.2.a#1#_ag_th,src(from)#restrain#restrain#restrain#restrain+ingly#(1.5,00746711)(1.6,00889308)#loc##NR ! ;; Grid: 13.2#1#_ag_th,goal(to)#restore#restore#restore#restore+ingly#(1.5,01445065,01314590)(1.6,01740365,01579369)###NR ( :DEF_WORD "restore" :CLASS "13.2" :WN_SENSE (("1.5" 01445065 01314590) ("1.6" 01740365 01579369)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (restore+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 47.8.b#1#_loc_th#restrict#restrict#restrict#restrict+ingly#(1.5,00142769)(1.6,00162692)###NR ( :DEF_WORD "restrict" :CLASS "47.8.b" :WN_SENSE (("1.5" 00142769) ("1.6" 00162692)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (restrict+ingly 26)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#result#result#result#result+ingly#(1.5,01490118)(1.6,01797749)###NR ( :DEF_WORD "result" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01490118) ("1.6" 01797749)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (result+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 55.1.a#1#_th,prop#resume#resume#resume#resume+ingly#(1.5,00210943)(1.6,00243167)###NR ( :DEF_WORD "resume" :CLASS "55.1.a" :WN_SENSE (("1.5" 00210943) ("1.6" 00243167)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (resume+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#resume#resume#resume#resume+ingly#(1.5,00210943)(1.6,00243167)###NR ( :DEF_WORD "resume" :CLASS "55.1.b" :WN_SENSE (("1.5" 00210943) ("1.6" 00243167)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (resume+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#resurface#resurface#resurface#resurface+ed#(1.5,00723361)(1.6,00863481)###NR ( :DEF_WORD "resurface" :CLASS "45.4.a" :WN_SENSE (("1.5" 00723361) ("1.6" 00863481)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (resurface+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#resurge#resurge#resurge#resurge+ed####NR ( :DEF_WORD "resurge" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (resurge+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#resurrect#resurrect#resurrect#resurrect+ingly#(1.5,00058848)(1.6,00066831)###NR ( :DEF_WORD "resurrect" :CLASS "26.6" :WN_SENSE (("1.5" 00058848) ("1.6" 00066831)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (resurrect+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#resuscitate#resuscitate#resuscitate#resuscitate+ingly#(1.5,00058561)(1.6,00066451)###NR ( :DEF_WORD "resuscitate" :CLASS "26.6" :WN_SENSE (("1.5" 00058561) ("1.6" 00066451)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (resuscitate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#retain#retain#retain#retain+ed#(1.5,01359468)(1.6,01636055)###NR ( :DEF_WORD "retain" :CLASS "29.2.c" :WN_SENSE (("1.5" 01359468) ("1.6" 01636055)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (retain+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#retard#retard#retard#retard+ed#(1.5,00261216,00262074)(1.6,00306237,00307210)###NR ( :DEF_WORD "retard" :CLASS "45.4.a" :WN_SENSE (("1.5" 00261216 00262074) ("1.6" 00306237 00307210)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (retard+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#retch#retch#retch#retch+ingly#(1.5,00047185)(1.6,00053004)###BJDMAP ( :DEF_WORD "retch" :CLASS "40.1.2" :WN_SENSE (("1.5" 00047185) ("1.6" 00053004)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (retch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#retort#retort#retort#retort+ingly#(1.5,00459203)(1.6,00554494)###NR ( :DEF_WORD "retort" :CLASS "37.7.a" :WN_SENSE (("1.5" 00459203) ("1.6" 00554494)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (retort+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 10.1#1#_ag_th,src(from)#retract#retract#retract#retract+ingly#(1.5,00449236,00866270)(1.6,00542832,01034889)#loc##NR ! ;; Grid: 45.4.a#1#_ag_th,instr(with)#retouch#retouch#retouch#retouch+ed#(1.5,00138271,00173447)(1.6,00157916,00198423)###NR ( :DEF_WORD "retouch" :CLASS "45.4.a" :WN_SENSE (("1.5" 00138271 00173447) ("1.6" 00157916 00198423)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (retouch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.6#1#_exp_perc(at,from)#writhe#writhe#writhe#writhe+ingly#(1.5,01065051)(1.6,01275761)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#tremble#tremble#tremble#tremble+ingly#(1.5,00008871,01076219)(1.6,00009323,01289618)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#shudder#shudder#shudder#shudder+ingly#(1.5,00008979,01076399)(1.6,00009431,01289759)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#shiver#shiver#shiver#shiver+ingly#(1.5,01076399,00008979)(1.6,01289759,00009431)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#shake#shake#shake#shake+ingly#(1.5,01076689,00008871,01004175)(1.6,01289996,00009323,01202395)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#quiver#quiver#quiver#quiver+ingly#(1.5,01076611)(1.6,01289878)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#quake#quake#quake#quake+ingly#(1.5,01076611,01076219)(1.6,01289878,01289618)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#cower#cower#cower#cower+ingly#(1.5,01180904,01180777)(1.6,01411906,01411779)###BJDMAP ! ;; Grid: 40.6#1#_exp_perc(at,from)#convulse#convulse#convulse#convulse+ingly#(1.5,00482380,00020833,01077214,00799471)(1.6,00583375,00022398,01290539,00952341)###BJDMAP ! ;; Grid: 10.2.a#1#_ag_src(from)_th#retract#retract#retract#retract+ingly####BJDMAP ( :DEF_WORD "retract" :CLASS "10.2.a" :PROPBANK ("arg0 arg2(from) arg1") :THETA_ROLES ((1 "_ag_src(from)_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (retract+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.1.a#1#,ag_th,src(from)#retreat#retreat#retreat#retreat+ingly#(1.5,00449617,01138055)(1.6,00543260,01360050)###BJDMAP ( :DEF_WORD "retreat" :CLASS "23.1.a" :WN_SENSE (("1.5" 00449617 01138055) ("1.6" 00543260 01360050)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (retreat+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#retrieve#retrieve#retrieve#retrieve+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "retrieve" :CLASS "10.5" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (retrieve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#retrieve#retrieve#retrieve#retrieve+ingly#(1.5,01279807)(1.6,01538351)###NR ( :DEF_WORD "retrieve" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01279807) ("1.6" 01538351)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (retrieve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 45.4.c#1#_th#retrogress#retrogress#retrogress#retrogress+ed#(1.5,00149022)(1.6,00170039)###NR ( :DEF_WORD "retrogress" :CLASS "45.4.c" :WN_SENSE (("1.5" 00149022) ("1.6" 00170039)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (retrogress+ed 9)))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#return#return#return#return+ingly#(1.5,01314243,00824457,01341094,01299868)(1.6,01579009,01422854,01610316,01561557)###NR ( :DEF_WORD "return" :CLASS "11.1" :WN_SENSE (("1.5" 01314243 00824457 01341094 01299868) ("1.6" 01579009 01422854 01610316 01561557)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (return+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#return#return#return#return+ingly#(1.5,01314243,00824457,01341094,01299868)(1.6,01579009,01422854,01610316,01561557)###NR ( :DEF_WORD "return" :CLASS "11.1" :WN_SENSE (("1.5" 01314243 00824457 01341094 01299868) ("1.6" 01579009 01422854 01610316 01561557)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (return+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#return#return#return#return+ingly#(1.5,01314243,01299868)(1.6,01579009,01561557)###NR ( :DEF_WORD "return" :CLASS "13.2" :WN_SENSE (("1.5" 01314243 01299868) ("1.6" 01579009 01561557)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (return+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#return#return#return#return+ingly#(1.5,01143893)(1.6,01367732)###NR ( :DEF_WORD "return" :CLASS "51.1.a" :WN_SENSE (("1.5" 01143893) ("1.6" 01367732)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (return+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 37.1.b#1#_ag,goal(to)#lecture#lecture#lecture##(1.5,00466513)(1.6,00563537)##(perc = lecture+)#BJDMAP ! ;; Grid: 36.3.a#2#_ag_mod-poss(with)#reunite#reunite#reunite#reunite+ingly#(1.5,01407892)(1.6,01694612)###BJDMAP ( :DEF_WORD "reunite" :CLASS "36.3.a" :WN_SENSE (("1.5" 01407892) ("1.6" 01694612)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((2 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (reunite+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reupholster#reupholster#reupholster#reupholster+ed####NR ( :DEF_WORD "reupholster" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reupholster+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#reveal#reveal#reveal#reveal+ed#(1.5,00525638)(1.6,00632077)###NR ( :DEF_WORD "reveal" :CLASS "29.2.c" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (reveal+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#reveal#reveal#reveal#reveal+ingly#(1.5,00525638)(1.6,00632077)###NR ( :DEF_WORD "reveal" :CLASS "29.2.d" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (reveal+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#reveal#reveal#reveal#reveal+ingly#(1.5,00525638)(1.6,00632077)###NR ( :DEF_WORD "reveal" :CLASS "37.7.a" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (reveal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#reveal#reveal#reveal#reveal+ingly#(1.5,00525638)(1.6,00632077)###NR ( :DEF_WORD "reveal" :CLASS "37.7.b" :WN_SENSE (("1.5" 00525638) ("1.6" 00632077)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (reveal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#revel#revel#revel#revel+ingly#(1.5,01410707)(1.6,01697997)###NR ( :DEF_WORD "revel" :CLASS "31.3.e" :WN_SENSE (("1.5" 01410707) ("1.6" 01697997)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (revel+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#revenge#revenge#revenge#revenge+ingly#(1.5,00655094)(1.6,00784203)###NR ( :DEF_WORD "revenge" :CLASS "31.2.b" :WN_SENSE (("1.5" 00655094) ("1.6" 00784203)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (revenge+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 47.4.a#1#_th_loc(through,in)#reverberate#reverberate#reverberate#reverberate+ingly#(1.5,01246321)(1.6,01495321)###BJDMAP ( :DEF_WORD "reverberate" :CLASS "47.4.a" :WN_SENSE (("1.5" 01246321) ("1.6" 01495321)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (reverberate+ingly 26)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#revere#revere#revere#revere+ingly#(1.5,01013009,01013171)(1.6,01214144,01214306)###NR ( :DEF_WORD "revere" :CLASS "31.2.a" :WN_SENSE (("1.5" 01013009 01013171) ("1.6" 01214144 01214306)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (revere+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#revere#revere#revere#revere+ingly#(1.5,01013009,01013171)(1.6,01214144,01214306)###NR ( :DEF_WORD "revere" :CLASS "31.2.b" :WN_SENSE (("1.5" 01013009 01013171) ("1.6" 01214144 01214306)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (revere+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#revere#revere#revere#revere+ingly#(1.5,01013009)(1.6,01214144)###NR ( :DEF_WORD "revere" :CLASS "31.2.g" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (revere+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#reverse#reverse#reverse#reverse+ed#(1.5,00080617)(1.6,00092585)###NR ( :DEF_WORD "reverse" :CLASS "45.4.a" :WN_SENSE (("1.5" 00080617) ("1.6" 00092585)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reverse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.1.g#1#_th,goal(upon)#infringe#infringe#infringe#infringe+ingly#(1.5,01137225)(1.6,01358938)###BJDMAP ! ;; Grid: 51.1.g#1#_th,goal(upon)#encroach#encroach#encroach#encroach+ingly#(1.5,01137225)(1.6,01358938)###BJDMAP ! ;; Grid: 51.4.2.c#1#_ag,mod-loc(upon)#embark#embark#embark#embark+ingly#(1.5,--)(1.6,00241905)###BJDMAP ! ;; Grid: 062#1#_th,goal(to)#revert#revert#revert#revert+ingly#(1.5,00230895)(1.6,00268771)###BJDMAP ( :DEF_WORD "revert" :CLASS "062" :WN_SENSE (("1.5" 00230895) ("1.6" 00268771)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th,goal(to)")) :LCS (go_ext ident (* thing 2) ((* to 5) ident (thing 2) (([with] 10) ident (thing 2) (thing 6))) (revert+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 34.ii#1#_exp_perc,purp(for)#review#review#review#review+ingly#(1.5,00391859,00479809)(1.6,00470717,00580256)###NR ( :DEF_WORD "review" :CLASS "34.ii" :WN_SENSE (("1.5" 00391859 00479809) ("1.6" 00470717 00580256)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) ((* for 21) intent (*head*) (nil 22)) (review+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#revile#revile#revile#revile+ingly#(1.5,00475658)(1.6,00574815)###NR ( :DEF_WORD "revile" :CLASS "33.b" :WN_SENSE (("1.5" 00475658) ("1.6" 00574815)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (revile+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#revise#revise#revise#revise+ingly#(1.5,00561609)(1.6,00673530)###NR ( :DEF_WORD "revise" :CLASS "14.a" :WN_SENSE (("1.5" 00561609) ("1.6" 00673530)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (revise+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#revitalize#revitalize#revitalize#revitalize+ingly#(1.5,00058079,00099118)(1.6,00065919,00113309)###NR ( :DEF_WORD "revitalize" :CLASS "31.1.a" :WN_SENSE (("1.5" 00058079 00099118) ("1.6" 00065919 00113309)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (revitalize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#revitalize#revitalize#revitalize#revitalize+ingly#(1.5,00099118)(1.6,00113309)###NR ( :DEF_WORD "revitalize" :CLASS "31.1.b" :WN_SENSE (("1.5" 00099118) ("1.6" 00113309)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (revitalize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#revitalize#revitalize#revitalize#revitalize+ed#(1.5,00099118)(1.6,00113309)###NR ( :DEF_WORD "revitalize" :CLASS "31.1.c" :WN_SENSE (("1.5" 00099118) ("1.6" 00113309)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (revitalize+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#revive#revive#revive#revive+ed#(1.5,00015763,00015932,00101554)(1.6,00016821,00016967,00115819)###NR ( :DEF_WORD "revive" :CLASS "45.4.a" :WN_SENSE (("1.5" 00015763 00015932 00101554) ("1.6" 00016821 00016967 00115819)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (revive+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#revoke#revoke#revoke#revoke+ingly#(1.5,00449774)(1.6,00543473)#loc##NR ( :DEF_WORD "revoke" :CLASS "10.1" :WN_SENSE (("1.5" 00449774) ("1.6" 00543473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (revoke+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#revolt#revolt#revolt#revolt+ingly#(1.5,01252339,01029931)(1.6,01502738,01233868)###NR ( :DEF_WORD "revolt" :CLASS "31.1.a" :WN_SENSE (("1.5" 01252339 01029931) ("1.6" 01502738 01233868)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (revolt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#revolt#revolt#revolt#revolt+ingly#(1.5,01029931,01252339)(1.6,01233868,01502738)###NR ( :DEF_WORD "revolt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029931 01252339) ("1.6" 01233868 01502738)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (revolt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#revolutionize#revolutionize#revolutionize#revolutionize+ed#(1.5,00072157)(1.6,00083483)###NR ( :DEF_WORD "revolutionize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00072157) ("1.6" 00083483)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (revolutionize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#revolve#revolve#revolve#revolve+ingly#(1.5,01064354)(1.6,01274944)###NR ( :DEF_WORD "revolve" :CLASS "47.3.a" :WN_SENSE (("1.5" 01064354) ("1.6" 01274944)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (revolve+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#revolve#revolve#revolve#revolve+ingly#(1.5,01168410,01064354)(1.6,01396655,01274944)###NR ( :DEF_WORD "revolve" :CLASS "47.3.b" :WN_SENSE (("1.5" 01168410 01064354) ("1.6" 01396655 01274944)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (revolve+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.1.c#1#_th,mod-loc(around)#revolve#revolve#revolve#revolve+ingly#(1.5,01169102,01064354)(1.6,01397433,01274944)###NR ( :DEF_WORD "revolve" :CLASS "51.3.1.c" :WN_SENSE (("1.5" 01169102 01064354) ("1.6" 01397433 01274944)) :PROPBANK ("arg1 argm-LOC(around)") :THETA_ROLES ((1 "_th,mod-loc(around)")) :LCS (act loc (* thing 2) ((* around 23) loc (*head*) (thing 24)) (revolve+ingly 26)) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#reward#reward#reward#reward+ed#(1.5,01415679,01332958)(1.6,01704207,01600785)###NR ( :DEF_WORD "reward" :CLASS "13.4.2" :WN_SENSE (("1.5" 01415679 01332958) ("1.6" 01704207 01600785)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (reward+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#reward#reward#reward#reward+#(1.5,01441460,01415679,01340778,01332958)(1.6,01736108,01704207,01609936,01600785)###NR ( :DEF_WORD "reward" :CLASS "33.a.i" :WN_SENSE (("1.5" 01441460 01415679 01340778 01332958) ("1.6" 01736108 01704207 01609936 01600785)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (reward+ 2) (toward comm (reward+ 2) (at comm (reward+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#reward#reward#reward#reward+#(1.5,01441460,01415679,01340778,01332958)(1.6,01736108,01704207,01609936,01600785)###NR ( :DEF_WORD "reward" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01441460 01415679 01340778 01332958) ("1.6" 01736108 01704207 01609936 01600785)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (reward+ 2) (toward comm (reward+ 2) (at comm (reward+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.1.b#1#_ag_th#reweigh#reweigh#reweigh#reweigh+ed#(1.5,01528708,01528587)(1.6,01845550,01845395)##(manner = again+/m)#BJDMAP ( :DEF_WORD "reweigh" :CLASS "54.1.b" :WN_SENSE (("1.5" 01528708 01528587) ("1.6" 01845550 01845395)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (reweigh+ed 9)))) ((with 19) instr (*head*) (thing 20)) (again+/m)) ) ;; Grid: 31.3.a.ii#1#_exp_perc(about)#rhapsodize#rhapsodize#rhapsodize#rhapsodize+ingly#(1.5,00515637)(1.6,00620652)###NR ( :DEF_WORD "rhapsodize" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 00515637) ("1.6" 00620652)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (act perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (rhapsodize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#rhapsodize#rhapsodize#rhapsodize#rhapsodize+ingly#(1.5,00515637)(1.6,00620652)###NR ( :DEF_WORD "rhapsodize" :CLASS "31.3.h" :WN_SENSE (("1.5" 00515637) ("1.6" 00620652)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (rhapsodize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#rhyme#rhyme#rhyme#rhyme+ed#(1.5,00974854)(1.6,01167351)###NR ( :DEF_WORD "rhyme" :CLASS "22.2.a" :WN_SENSE (("1.5" 00974854) ("1.6" 01167351)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rhyme+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#rhyme#rhyme#rhyme#rhyme+ed#(1.5,00974854)(1.6,01167351)###NR ( :DEF_WORD "rhyme" :CLASS "22.2.c" :WN_SENSE (("1.5" 00974854) ("1.6" 01167351)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rhyme+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#rickshaw#rickshaw#rickshaw#rickshaw+ingly####NR ( :DEF_WORD "rickshaw" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (rickshaw+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#rickshaw#rickshaw#rickshaw#rickshaw+ingly####NR ( :DEF_WORD "rickshaw" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (rickshaw+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#rid#rid#rid#rid+ed#(1.5,01335931)(1.6,01604753)###NR ( :DEF_WORD "rid" :CLASS "10.6.a" :WN_SENSE (("1.5" 01335931) ("1.6" 01604753)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rid+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#riddle#riddle#riddle#riddle+ed#(1.5,00729911,00350312)(1.6,00870644,00422037)###NR ( :DEF_WORD "riddle" :CLASS "9.8.a" :WN_SENSE (("1.5" 00729911 00350312) ("1.6" 00870644 00422037)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (riddle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#riddle#riddle#riddle#riddle+ed#(1.5,00729911,00350312)(1.6,00870644,00422037)###NR ( :DEF_WORD "riddle" :CLASS "9.8.b" :WN_SENSE (("1.5" 00729911 00350312) ("1.6" 00870644 00422037)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (riddle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#ride#ride#ride#ride+ingly#(1.5,01115339,01114042)(1.6,01333288,01331981)###NR ( :DEF_WORD "ride" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01115339 01114042) ("1.6" 01333288 01331981)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (ride+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#ride#ride#ride#ride+ingly#(1.5,01115339,01114042)(1.6,01333288,01331981)###NR ( :DEF_WORD "ride" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01115339 01114042) ("1.6" 01333288 01331981)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (ride+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#ride#ride#ride#ride+ingly#(1.5,01115339,01114042)(1.6,01333288,01331981)###NR ( :DEF_WORD "ride" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01115339 01114042) ("1.6" 01333288 01331981)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (ride+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#ridicule#ridicule#ridicule#ridicule+ingly#(1.5,00478005)(1.6,00577669)###NR ( :DEF_WORD "ridicule" :CLASS "33.b" :WN_SENSE (("1.5" 00478005) ("1.6" 00577669)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (ridicule+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#riffle#riffle#riffle#riffle+ingly#(1.5,00915228)(1.6,01096008)###NR ( :DEF_WORD "riffle" :CLASS "35.4" :WN_SENSE (("1.5" 00915228) ("1.6" 01096008)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (riffle+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#rifle#rifle#rifle#rifle+ed#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "10.6.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rifle+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#rifle#rifle#rifle#rifle+ingly#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "35.2.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rifle+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#rifle#rifle#rifle#rifle+ingly#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "35.2.a" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rifle+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#rifle#rifle#rifle#rifle+ingly#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "35.2.b" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (rifle+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#rifle#rifle#rifle#rifle+ingly#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "35.5" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rifle+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#rifle#rifle#rifle#rifle+ingly#(1.5,01333115)(1.6,01600942)###NR ( :DEF_WORD "rifle" :CLASS "35.5" :WN_SENSE (("1.5" 01333115) ("1.6" 01600942)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rifle+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#rile#rile#rile#rile+ingly#(1.5,01018552)(1.6,01221002)###NR ( :DEF_WORD "rile" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (rile+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#rile#rile#rile#rile+ingly#(1.5,01018552)(1.6,01221002)###NR ( :DEF_WORD "rile" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (rile+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 47.8.j#1#_th_loc#rim#rim#rim#rim+ingly#(1.5,01518890)(1.6,01834207)###NR ( :DEF_WORD "rim" :CLASS "47.8.j" :WN_SENSE (("1.5" 01518890) ("1.6" 01834207)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (on loc (thing 2) (* thing 11)) (rim+ingly 26)) ) ;; Grid: 10.7#1#_ag_src#rind#rind#rind###loc#(th = rind+)#NR ( :DEF_WORD "rind" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (rind+ 2) (from loc (rind+ 2) (at loc (rind+ 2) (* thing 4))))) ) ;; Grid: 9.8.a#1#_mod-poss_th#ring#ring#ring#ring+ed#(1.5,01531353)(1.6,01848681)###NR ( :DEF_WORD "ring" :CLASS "9.8.a" :WN_SENSE (("1.5" 01531353) ("1.6" 01848681)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (ring+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#ring#ring#ring#ring+ed#(1.5,01531353)(1.6,01848681)###NR ( :DEF_WORD "ring" :CLASS "9.8.b" :WN_SENSE (("1.5" 01531353) ("1.6" 01848681)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ring+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#ring#ring#ring#ring+ingly#(1.5,01244553,01246321)(1.6,01493348,01495321)###NR ( :DEF_WORD "ring" :CLASS "43.2.a" :WN_SENSE (("1.5" 01244553 01246321) ("1.6" 01493348 01495321)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (ring+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#ring#ring#ring#ring+ingly#(1.5,01244553,01246321)(1.6,01493348,01495321)###NR ( :DEF_WORD "ring" :CLASS "43.2.b" :WN_SENSE (("1.5" 01244553 01246321) ("1.6" 01493348 01495321)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (ring+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#ring#ring#ring#ring+ingly#(1.5,01244976)(1.6,01493832)###NR ( :DEF_WORD "ring" :CLASS "43.2.d" :WN_SENSE (("1.5" 01244976) ("1.6" 01493832)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (ring+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.d#1#_th_loc#ring#ring#ring#ring+ingly#(1.5,01531353)(1.6,01848681)###NR ( :DEF_WORD "ring" :CLASS "47.8.d" :WN_SENSE (("1.5" 01531353) ("1.6" 01848681)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (ring+ingly 26)) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#rinse#rinse#rinse#rinse+ingly#(1.5,00884254)(1.6,01056979)###NR ( :DEF_WORD "rinse" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00884254) ("1.6" 01056979)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (rinse+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#rinse#rinse#rinse#rinse+ingly#(1.5,00884254)(1.6,01056979)###NR ( :DEF_WORD "rinse" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00884254) ("1.6" 01056979)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rinse+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#rinse#rinse#rinse#rinse+ed#(1.5,00884254)(1.6,01056979)###NR ( :DEF_WORD "rinse" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00884254) ("1.6" 01056979)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rinse+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#rinse#rinse#rinse#rinse+ed#(1.5,00884254,00024224)(1.6,01056979,00026214)###NR ( :DEF_WORD "rinse" :CLASS "41.2.2" :WN_SENSE (("1.5" 00884254 00024224) ("1.6" 01056979 00026214)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rinse+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#rip#rip#rip#rip+ingly#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "rip" :CLASS "23.2.a" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (rip+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#rip#rip#rip#rip+ed#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "rip" :CLASS "23.2.b" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rip+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#rip#rip#rip#rip+ed#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "rip" :CLASS "45.1.a" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rip+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#rip#rip#rip#rip+ed#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "rip" :CLASS "45.1.b" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rip+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#rip#rip#rip#rip+ed#(1.5,00905580)(1.6,01083698)###NR ( :DEF_WORD "rip" :CLASS "45.1.c" :WN_SENSE (("1.5" 00905580) ("1.6" 01083698)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rip+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ripen#ripen#ripen#ripen+ed#(1.5,00149544)(1.6,00170582)###NR ( :DEF_WORD "ripen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00149544) ("1.6" 00170582)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ripen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ripen#ripen#ripen#ripen+ed#(1.5,00149544)(1.6,00170582)###NR ( :DEF_WORD "ripen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00149544) ("1.6" 00170582)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ripen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ripen#ripen#ripen#ripen+ed#(1.5,00149444)(1.6,00170483)###NR ( :DEF_WORD "ripen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00149444) ("1.6" 00170483)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ripen+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#ripple#ripple#ripple#ripple+ed#(1.5,01166002)(1.6,01393713)###NR ( :DEF_WORD "ripple" :CLASS "9.8.a" :WN_SENSE (("1.5" 01166002) ("1.6" 01393713)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (ripple+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#ripple#ripple#ripple#ripple+ed#(1.5,01166002)(1.6,01393713)###NR ( :DEF_WORD "ripple" :CLASS "9.8.b" :WN_SENSE (("1.5" 01166002) ("1.6" 01393713)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (ripple+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#ripple#ripple#ripple#ripple+ingly#(1.5,01248385)(1.6,01498085)###NR ( :DEF_WORD "ripple" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01248385) ("1.6" 01498085)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (ripple+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 45.6#1#_th#rise#rise#rise#rise+ed#(1.5,00092545,01121367,00257753)(1.6,00106108,01340005,00301917)###NR ( :DEF_WORD "rise" :CLASS "45.6" :WN_SENSE (("1.5" 00092545 01121367 00257753) ("1.6" 00106108 01340005 00301917)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rise+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.6.a#1#_th,loc()#rise#rise#rise#rise+ingly#(1.5,00011915,01122222,01121367,01131455,01523463,01135204,01484404)(1.6,00012545,01341057,01340005,01351432,01839580,01356820,01790203)###NR ( :DEF_WORD "rise" :CLASS "47.6.a" :WN_SENSE (("1.5" 00011915 01122222 01121367 01131455 01523463 01135204 01484404) ("1.6" 00012545 01341057 01340005 01351432 01839580 01356820 01790203)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (rise+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#rise#rise#rise#rise+ingly#(1.5,01121367,01131455)(1.6,01340005,01351432)###NR ( :DEF_WORD "rise" :CLASS "47.6.b" :WN_SENSE (("1.5" 01121367 01131455) ("1.6" 01340005 01351432)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (rise+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#rise#rise#rise#rise+ingly#(1.5,00011915,01122222,01121367,01131455,01523463,01135204,01484404)(1.6,00012545,01341057,01340005,01351432,01839580,01356820,01790203)###NR ( :DEF_WORD "rise" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00011915 01122222 01121367 01131455 01523463 01135204 01484404) ("1.6" 00012545 01341057 01340005 01351432 01839580 01356820 01790203)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (rise+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#rise#rise#rise#rise+ingly#(1.5,01460621,01121367,01131455)(1.6,01760687,01340005,01351432)###NR ( :DEF_WORD "rise" :CLASS "51.1.a" :WN_SENSE (("1.5" 01460621 01121367 01131455) ("1.6" 01760687 01340005 01351432)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (rise+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.c#1#_th,loc(up)#rise#rise#rise#rise+ingly#(1.5,01460621,01121367,01131455)(1.6,01760687,01340005,01351432)###NR ( :DEF_WORD "rise" :CLASS "51.1.c" :WN_SENSE (("1.5" 01460621 01121367 01131455) ("1.6" 01760687 01340005 01351432)) :PROPBANK ("arg1 argm-LOC(up)") :THETA_ROLES ((1 "_th,loc(up)")) :LCS (act loc (* thing 2) ((* up 10) loc (thing 2) (thing 11)) (rise+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 009#1#_th,goal(on)#gamble#gamble#gamble#gamble+ingly#(1.5,01440671)(1.6,01734987)###BJDMAP ! ;; Grid: 008#1#_ag_th,goal(on)#risk#risk#risk#risk+ingly#(1.5,01441168)(1.6,01735720)###BJDMAP ( :DEF_WORD "risk" :CLASS "008" :WN_SENSE (("1.5" 01441168) ("1.6" 01735720)) :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (risk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#rissole#rissole#rissole#rissole+ingly####NR ( :DEF_WORD "rissole" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rissole+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#rissole#rissole#rissole#rissole+ingly####NR ( :DEF_WORD "rissole" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rissole+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#rissole#rissole#rissole#rissole+ed####NR ( :DEF_WORD "rissole" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rissole+ed 9)))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#rivet#rivet#rivet#rivet+ingly#(1.5,00786312)(1.6,00936056)###NR ( :DEF_WORD "rivet" :CLASS "22.4.a" :WN_SENSE (("1.5" 00786312) ("1.6" 00936056)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (rivet+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#rivet#rivet#rivet#rivet+ed#(1.5,00786312)(1.6,00936056)###NR ( :DEF_WORD "rivet" :CLASS "22.4.b" :WN_SENSE (("1.5" 00786312) ("1.6" 00936056)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rivet+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#roam#roam#roam#roam+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "roam" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (roam+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#roam#roam#roam#roam+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "roam" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (roam+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#roam#roam#roam#roam+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "roam" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roam+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.d#1#_ag_loc#roam#roam#roam#roam+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "roam" :CLASS "51.3.2.d" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_loc")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) (roam+ingly 26)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#roar#roar#roar#roar+ingly#(1.5,00514943)(1.6,00619708)###NR ( :DEF_WORD "roar" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514943) ("1.6" 00619708)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (roar+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#roar#roar#roar#roar+ingly#(1.5,00514943)(1.6,00619708)###NR ( :DEF_WORD "roar" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514943) ("1.6" 00619708)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (roar+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#roar#roar#roar#roar+#(1.5,00591700,00515068,00019453)(1.6,00710694,00619854,00020869)###NR ( :DEF_WORD "roar" :CLASS "37.3.b" :WN_SENSE (("1.5" 00591700 00515068 00019453) ("1.6" 00710694 00619854 00020869)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (roar+ 2) ((* toward 5) comm (roar+ 2) ((at 5) comm (roar+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#roar#roar#roar#roar+#(1.5,00591700,00515068,00019453)(1.6,00710694,00619854,00020869)###NR ( :DEF_WORD "roar" :CLASS "37.3.c" :WN_SENSE (("1.5" 00591700 00515068 00019453) ("1.6" 00710694 00619854 00020869)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (roar+ 2) (toward comm (roar+ 2) (at comm (roar+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#roar#roar#roar#roar+#(1.5,00591700,00514943,00593490)(1.6,00710694,00619708,00710694)###NR ( :DEF_WORD "roar" :CLASS "38" :WN_SENSE (("1.5" 00591700 00514943 00593490) ("1.6" 00710694 00619708 00710694)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (roar+ 2) ((* toward 5) comm (roar+ 2) (touching comm (roar+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#roar#roar#roar#roar+ingly#(1.5,00591794,00591700,00515068,00593490,00019453)(1.6,00708694,00710694,00619854,00710694,00020869)###NR ( :DEF_WORD "roar" :CLASS "43.2.a" :WN_SENSE (("1.5" 00591794 00591700 00515068 00593490 00019453) ("1.6" 00708694 00710694 00619854 00710694 00020869)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (roar+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#roar#roar#roar#roar+ingly#(1.5,00591794,00591700,00515068,00593490,00019453)(1.6,00708694,00710694,00619854,00710694,00020869)###NR ( :DEF_WORD "roar" :CLASS "43.2.b" :WN_SENSE (("1.5" 00591794 00591700 00515068 00593490 00019453) ("1.6" 00708694 00710694 00619854 00710694 00020869)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (roar+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#roar#roar#roar#roar+ingly#(1.5,00591794)(1.6,00708694)###NR ( :DEF_WORD "roar" :CLASS "43.2.c" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (roar+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 57.b#1#_mod-poss(with)#roar#roar#roar#roar+ingly#(1.5,00591794)(1.6,00708694)###NR ( :DEF_WORD "roar" :CLASS "57.b" :WN_SENSE (("1.5" 00591794) ("1.6" 00708694)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (roar+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 26.3#1#_ag_th,ben(for)#roast#roast#roast#roast+ed#(1.5,00196625)(1.6,00225132)###NR ( :DEF_WORD "roast" :CLASS "26.3" :WN_SENSE (("1.5" 00196625) ("1.6" 00225132)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roast+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#roast#roast#roast#roast+ed#(1.5,00196625)(1.6,00225132)###NR ( :DEF_WORD "roast" :CLASS "26.3" :WN_SENSE (("1.5" 00196625) ("1.6" 00225132)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roast+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#roast#roast#roast#roast+ingly#(1.5,00196625)(1.6,00225132)###NR ( :DEF_WORD "roast" :CLASS "45.3.a" :WN_SENSE (("1.5" 00196625) ("1.6" 00225132)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#roast#roast#roast#roast+ingly#(1.5,00196625)(1.6,00225132)###NR ( :DEF_WORD "roast" :CLASS "45.3.b" :WN_SENSE (("1.5" 00196625) ("1.6" 00225132)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roast+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#roast#roast#roast#roast+ed#(1.5,00196625)(1.6,00225132)###NR ( :DEF_WORD "roast" :CLASS "45.3.c" :WN_SENSE (("1.5" 00196625) ("1.6" 00225132)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roast+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#rob#rob#rob#rob+ed#(1.5,01320281,01318941)(1.6,01586504,01584659)###NR ( :DEF_WORD "rob" :CLASS "10.6.a" :WN_SENSE (("1.5" 01320281 01318941) ("1.6" 01586504 01584659)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rob+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#robe#robe#robe#robe+ed#(1.5,00033583)(1.6,00037183)###NR ( :DEF_WORD "robe" :CLASS "9.8.a" :WN_SENSE (("1.5" 00033583) ("1.6" 00037183)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (robe+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#robe#robe#robe#robe+ed#(1.5,00033583)(1.6,00037183)###NR ( :DEF_WORD "robe" :CLASS "9.8.b" :WN_SENSE (("1.5" 00033583) ("1.6" 00037183)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (robe+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#robe#robe#robe#robe+ed#(1.5,00033583)(1.6,00037183)###NR ( :DEF_WORD "robe" :CLASS "9.8.d" :WN_SENSE (("1.5" 00033583) ("1.6" 00037183)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (robe+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#robe#robe#robe#robe+ed#(1.5,00033583)(1.6,00037183)###NR ( :DEF_WORD "robe" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00033583) ("1.6" 00037183)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (robe+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.3.3#1#_ag_mod-poss(in)#robe#robe#robe#robe+ed#(1.5,00033583)(1.6,00037183)###BJDMAP ( :DEF_WORD "robe" :CLASS "41.3.3" :WN_SENSE (("1.5" 00033583) ("1.6" 00037183)) :PROPBANK ("arg0 arg3(in)") :THETA_ROLES ((1 "_ag_mod-poss(in)")) :LCS (be ident (* thing 1) (at ident (thing 1) (robe+ed 9)) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#rock#rock#rock#rock+ingly#(1.5,01069583)(1.6,01281178)###NR ( :DEF_WORD "rock" :CLASS "47.3.a" :WN_SENSE (("1.5" 01069583) ("1.6" 01281178)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (rock+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#rock#rock#rock#rock+ingly#(1.5,01069583)(1.6,01281178)###NR ( :DEF_WORD "rock" :CLASS "47.3.b" :WN_SENSE (("1.5" 01069583) ("1.6" 01281178)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (rock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.i#1#_ag#rock#rock#rock#rock+ingly#(1.5,01069583)(1.6,01281178)###NR ( :DEF_WORD "rock" :CLASS "49.a.i" :WN_SENSE (("1.5" 01069583) ("1.6" 01281178)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (rock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#rock#rock#rock#rock+ingly#(1.5,01069583)(1.6,01281178)###NR ( :DEF_WORD "rock" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01069583) ("1.6" 01281178)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (rock+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#rock#rock#rock#rock+ingly#(1.5,01069583)(1.6,01281178)###NR ( :DEF_WORD "rock" :CLASS "49.b" :WN_SENSE (("1.5" 01069583) ("1.6" 01281178)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.6#1#_th#rocket#rocket#rocket#rocket+ed#(1.5,01107381)(1.6,01324944)###NR ( :DEF_WORD "rocket" :CLASS "45.6" :WN_SENSE (("1.5" 01107381) ("1.6" 01324944)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rocket+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#rocket#rocket#rocket#rocket+ingly#(1.5,01107381)(1.6,01324944)###NR ( :DEF_WORD "rocket" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01107381) ("1.6" 01324944)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (rocket+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#rocket#rocket#rocket#rocket+ingly#(1.5,01107381)(1.6,01324944)###NR ( :DEF_WORD "rocket" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01107381) ("1.6" 01324944)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (rocket+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#roil#roil#roil#roil+ingly#(1.5,01074167)(1.6,01287022)###NR ( :DEF_WORD "roil" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01074167) ("1.6" 01287022)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (roil+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 9.6#1#,ag_th_goal(around)#roll#roll#roll#roll+ingly#(1.5,01064354,00875459)(1.6,01274944,01046121)###NR ( :DEF_WORD "roll" :CLASS "9.6" :WN_SENSE (("1.5" 01064354 00875459) ("1.6" 01274944 01046121)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (roll+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 11.2.a#1#_th#roll#roll#roll#roll+ingly#(1.5,01064354)(1.6,01274944)###NR ( :DEF_WORD "roll" :CLASS "11.2.a" :WN_SENSE (("1.5" 01064354) ("1.6" 01274944)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (roll+ingly 26)) ) ;; Grid: 11.2.b#1#_ag_th#roll#roll#roll#roll+ingly#(1.5,01064354)(1.6,01274944)###NR ( :DEF_WORD "roll" :CLASS "11.2.b" :WN_SENSE (("1.5" 01064354) ("1.6" 01274944)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roll+ingly 26)) ) ;; Grid: 11.2.c#2#_ag_goal_th,src()#roll#roll#roll#roll+ingly#(1.5,01064354)(1.6,01274944)###NR ( :DEF_WORD "roll" :CLASS "11.2.c" :WN_SENSE (("1.5" 01064354) ("1.6" 01274944)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_goal_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (roll+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,goal(to),src()#roll#roll#roll#roll+ingly#(1.5,01064354)(1.6,01274944)###NR ( :DEF_WORD "roll" :CLASS "11.2.c" :WN_SENSE (("1.5" 01064354) ("1.6" 01274944)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from - up.)") :THETA_ROLES ((1 ",ag_th,goal(to),src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (roll+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#roll#roll#roll#roll+ingly#(1.5,01064354,01075262,01518655,--)(1.6,01274944,01288265,01833942,00068252)###NR ( :DEF_WORD "roll" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01064354 01075262 01518655 --) ("1.6" 01274944 01288265 01833942 00068252)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (roll+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#roll#roll#roll#roll+ingly#(1.5,01075262)(1.6,01288265)###NR ( :DEF_WORD "roll" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01075262) ("1.6" 01288265)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (roll+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#roll#roll#roll#roll+ed#(1.5,01075262)(1.6,01288265)###NR ( :DEF_WORD "roll" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01075262) ("1.6" 01288265)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#roll#roll#roll#roll+ingly#(1.5,01075262)(1.6,01288265)###NR ( :DEF_WORD "roll" :CLASS "23.2.a" :WN_SENSE (("1.5" 01075262) ("1.6" 01288265)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (roll+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#roll#roll#roll#roll+ed#(1.5,01075262)(1.6,01288265)###NR ( :DEF_WORD "roll" :CLASS "23.2.b" :WN_SENSE (("1.5" 01075262) ("1.6" 01288265)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#roll#roll#roll#roll+ed#(1.5,00801140)(1.6,00954183)###NR ( :DEF_WORD "roll" :CLASS "26.1.a" :WN_SENSE (("1.5" 00801140) ("1.6" 00954183)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#roll#roll#roll#roll+ed#(1.5,00801140)(1.6,00954183)###NR ( :DEF_WORD "roll" :CLASS "26.1.a" :WN_SENSE (("1.5" 00801140) ("1.6" 00954183)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#roll#roll#roll#roll+ingly#(1.5,00801140)(1.6,00954183)###NR ( :DEF_WORD "roll" :CLASS "26.1.b" :WN_SENSE (("1.5" 00801140) ("1.6" 00954183)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (roll+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#roll#roll#roll#roll+ed#(1.5,00801140,00875459,00196539)(1.6,00954183,01046121,00225019)###NR ( :DEF_WORD "roll" :CLASS "26.3" :WN_SENSE (("1.5" 00801140 00875459 00196539) ("1.6" 00954183 01046121 00225019)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#roll#roll#roll#roll+ed#(1.5,00801140,00875459,00196539)(1.6,00954183,01046121,00225019)###NR ( :DEF_WORD "roll" :CLASS "26.3" :WN_SENSE (("1.5" 00801140 00875459 00196539) ("1.6" 00954183 01046121 00225019)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roll+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#roll#roll#roll#roll+ingly#(1.5,01064354,00875459)(1.6,01274944,01046121)###NR ( :DEF_WORD "roll" :CLASS "40.3.2" :WN_SENSE (("1.5" 01064354 00875459) ("1.6" 01274944 01046121)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (roll+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#roll#roll#roll#roll+ingly#(1.5,00598317)(1.6,00715865)###NR ( :DEF_WORD "roll" :CLASS "43.2.a" :WN_SENSE (("1.5" 00598317) ("1.6" 00715865)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (roll+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#roll#roll#roll#roll+ingly#(1.5,00598317)(1.6,00715865)###NR ( :DEF_WORD "roll" :CLASS "43.2.b" :WN_SENSE (("1.5" 00598317) ("1.6" 00715865)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (roll+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#roll#roll#roll#roll+ingly#(1.5,00598317)(1.6,00715865)###NR ( :DEF_WORD "roll" :CLASS "43.2.d" :WN_SENSE (("1.5" 00598317) ("1.6" 00715865)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roll+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.1.a.i#1#_th#roll#roll#roll#roll+ingly#(1.5,01064354,00875459)(1.6,01274944,01046121)###NR ( :DEF_WORD "roll" :CLASS "51.3.1.a.i" :WN_SENSE (("1.5" 01064354 00875459) ("1.6" 01274944 01046121)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (roll+ingly 26)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#roll#roll#roll#roll+ingly#(1.5,01064354,00875459)(1.6,01274944,01046121)###NR ( :DEF_WORD "roll" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01064354 00875459) ("1.6" 01274944 01046121)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (roll+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#roll#roll#roll#roll+ingly#(1.5,01075262)(1.6,01288265)###NR ( :DEF_WORD "roll" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01075262) ("1.6" 01288265)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (roll+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#roll#roll#roll#roll+ingly#(1.5,01064354,01075262)(1.6,01274944,01288265)###NR ( :DEF_WORD "roll" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01064354 01075262) ("1.6" 01274944 01288265)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (roll+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#roll#roll#roll#roll+ingly#(1.5,01064354,01320815)(1.6,01274944,01587559)###NR ( :DEF_WORD "roll" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01064354 01320815) ("1.6" 01274944 01587559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (roll+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#roll#roll#roll#roll+ingly#(1.5,01064354,01320815)(1.6,01274944,01587559)###NR ( :DEF_WORD "roll" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01064354 01320815) ("1.6" 01274944 01587559)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (roll+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#romp#romp#romp#romp+ingly#(1.5,01073091)(1.6,01285748)###NR ( :DEF_WORD "romp" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (romp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#romp#romp#romp#romp+ingly#(1.5,01073091)(1.6,01285748)###NR ( :DEF_WORD "romp" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01073091) ("1.6" 01285748)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (romp+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#roof#roof#roof#roof+ed#(1.5,00702835)(1.6,00840521)###NR ( :DEF_WORD "roof" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00702835) ("1.6" 00840521)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roof+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#roost#roost#roost#roost+ingly#(1.5,00888747,00246648)(1.6,01062411,00288610)###NR ( :DEF_WORD "roost" :CLASS "47.6.a" :WN_SENSE (("1.5" 00888747 00246648) ("1.6" 01062411 00288610)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (roost+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#root#root#root#root+ingly#(1.5,00734414)(1.6,00875761)###NR ( :DEF_WORD "root" :CLASS "35.5" :WN_SENSE (("1.5" 00734414) ("1.6" 00875761)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (root+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#root#root#root#root+ingly#(1.5,00734414)(1.6,00875761)###NR ( :DEF_WORD "root" :CLASS "35.5" :WN_SENSE (("1.5" 00734414) ("1.6" 00875761)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (root+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#rope#rope#rope#rope+ingly#(1.5,00738748)(1.6,00880720)###NR ( :DEF_WORD "rope" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738748) ("1.6" 00880720)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (rope+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#rope#rope#rope#rope+ed#(1.5,00738748)(1.6,00880720)###NR ( :DEF_WORD "rope" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738748) ("1.6" 00880720)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rope+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#rosin#rosin#rosin#rosin+ed#(1.5,00713629)(1.6,00852707)###NR ( :DEF_WORD "rosin" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00713629) ("1.6" 00852707)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rosin+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#rot#rot#rot#rot+ed#(1.5,00125935,00055658)(1.6,00143411,00063052)###NR ( :DEF_WORD "rot" :CLASS "45.5" :WN_SENSE (("1.5" 00125935 00055658) ("1.6" 00143411 00063052)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rot+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#rot#rot#rot#rot+ingly#(1.5,00125935,00055658)(1.6,00143411,00063052)###NR ( :DEF_WORD "rot" :CLASS "47.2.b" :WN_SENSE (("1.5" 00125935 00055658) ("1.6" 00143411 00063052)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (rot+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.3.a#1#_th,loc()#rotate#rotate#rotate#rotate+ingly#(1.5,01169102)(1.6,01397433)###NR ( :DEF_WORD "rotate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01169102) ("1.6" 01397433)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (rotate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#rotate#rotate#rotate#rotate+ingly#(1.5,01169618)(1.6,01398059)###NR ( :DEF_WORD "rotate" :CLASS "47.3.b" :WN_SENSE (("1.5" 01169618) ("1.6" 01398059)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (rotate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.1.c#1#_th,mod-loc(around)#rotate#rotate#rotate#rotate+ingly#(1.5,01169102,01169618)(1.6,01397433,01398059)###NR ( :DEF_WORD "rotate" :CLASS "51.3.1.c" :WN_SENSE (("1.5" 01169102 01169618) ("1.6" 01397433 01398059)) :PROPBANK ("arg1 argm-LOC(around)") :THETA_ROLES ((1 "_th,mod-loc(around)")) :LCS (act loc (* thing 2) ((* around 23) loc (*head*) (thing 24)) (rotate+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#rouge#rouge#rouge#rouge+ed#(1.5,00026725)(1.6,00029095)###NR ( :DEF_WORD "rouge" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00026725) ("1.6" 00029095)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rouge+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#rouge#rouge#rouge#rouge+ed#(1.5,00026725)(1.6,00029095)###NR ( :DEF_WORD "rouge" :CLASS "41.2.2" :WN_SENSE (("1.5" 00026725) ("1.6" 00029095)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rouge+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#roughcast#roughcast#roughcast#roughcast+ed#(1.5,00782599)(1.6,00932214)###BJDMAP ( :DEF_WORD "roughcast" :CLASS "9.7.d" :WN_SENSE (("1.5" 00782599) ("1.6" 00932214)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roughcast+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#roughen#roughen#roughen#roughen+ed#(1.5,00715759)(1.6,00855099)###NR ( :DEF_WORD "roughen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00715759) ("1.6" 00855099)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roughen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#roughen#roughen#roughen#roughen+ed#(1.5,00715759)(1.6,00855099)###NR ( :DEF_WORD "roughen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00715759) ("1.6" 00855099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roughen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#roughen#roughen#roughen#roughen+ed#(1.5,00715759)(1.6,00855099)###NR ( :DEF_WORD "roughen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00715759) ("1.6" 00855099)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (roughen+ed 9)))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#rough^out#rough^out#rough_out#rough-out+ingly#(1.5,01002312)(1.6,01198699)###NR ( :DEF_WORD "rough^out" :GLOSS "rough_out" :CLASS "54.4" :WN_SENSE (("1.5" 01002312) ("1.6" 01198699)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (rough-out+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#round#round#round#round+ed#(1.5,00085054,00279867)(1.6,00097591,00329953)###NR ( :DEF_WORD "round" :CLASS "45.4.a" :WN_SENSE (("1.5" 00085054 00279867) ("1.6" 00097591 00329953)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (round+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#round#round#round#round+ed#(1.5,00085054,00279867)(1.6,00097591,00329953)###NR ( :DEF_WORD "round" :CLASS "45.4.b" :WN_SENSE (("1.5" 00085054 00279867) ("1.6" 00097591 00329953)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (round+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#round#round#round#round+ed#(1.5,00030008)(1.6,00032846)###NR ( :DEF_WORD "round" :CLASS "45.4.c" :WN_SENSE (("1.5" 00030008) ("1.6" 00032846)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (round+ed 9)))) ) ;; Grid: 002#1#_ag_th,prop(to)#rouse#rouse#rouse#rouse+ingly#(1.5,01004724)(1.6,01202989)###NR ( :DEF_WORD "rouse" :CLASS "002" :WN_SENSE (("1.5" 01004724) ("1.6" 01202989)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (rouse+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 11.2.c#1#,ag_th,src(),goal(to)#route#route#route#route+ingly#(1.5,00165892,01111720)(1.6,00190265,01329515)###NR ( :DEF_WORD "route" :CLASS "11.2.c" :WN_SENSE (("1.5" 00165892 01111720) ("1.6" 00190265 01329515)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to)") :THETA_ROLES ((1 ",ag_th,src(),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (route+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#rove#rove#rove#rove+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "rove" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (rove+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#rove#rove#rove#rove+ingly#(1.5,01072128)(1.6,01284430)###NR ( :DEF_WORD "rove" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (rove+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#row#row#row#row+ingly#(1.5,01108876)(1.6,01326509)###NR ( :DEF_WORD "row" :CLASS "11.5" :WN_SENSE (("1.5" 01108876) ("1.6" 01326509)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (row+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#row#row#row#row+ingly#(1.5,01108876)(1.6,01326509)###NR ( :DEF_WORD "row" :CLASS "11.5" :WN_SENSE (("1.5" 01108876) ("1.6" 01326509)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (row+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#row#row#row#row+ingly#(1.5,01108876)(1.6,01326509)###NR ( :DEF_WORD "row" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01108876) ("1.6" 01326509)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (row+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#row#row#row#row+ingly#(1.5,01108876)(1.6,01326509)###NR ( :DEF_WORD "row" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01108876) ("1.6" 01326509)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (row+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#row#row#row#row+ingly#(1.5,01108876)(1.6,01326509)###NR ( :DEF_WORD "row" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01108876) ("1.6" 01326509)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (row+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#rub#rub#rub#rub+ingly#(1.5,00713259)(1.6,00852114)###NR ( :DEF_WORD "rub" :CLASS "9.7.a" :WN_SENSE (("1.5" 00713259) ("1.6" 00852114)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (rub+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#rub#rub#rub#rub+ingly#(1.5,00713259)(1.6,00852114)###NR ( :DEF_WORD "rub" :CLASS "9.7.b" :WN_SENSE (("1.5" 00713259) ("1.6" 00852114)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (rub+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#rub#rub#rub#rub+ingly#(1.5,00713259)(1.6,00852114)###NR ( :DEF_WORD "rub" :CLASS "9.7.c" :WN_SENSE (("1.5" 00713259) ("1.6" 00852114)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (rub+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#rub#rub#rub#rub+ed#(1.5,00713259)(1.6,00852114)###NR ( :DEF_WORD "rub" :CLASS "9.7.d" :WN_SENSE (("1.5" 00713259) ("1.6" 00852114)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rub+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#rub#rub#rub#rub+ingly#(1.5,00713259,00713838,01210245)(1.6,00852114,00852916,01450916)###NR ( :DEF_WORD "rub" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00713259 00713838 01210245) ("1.6" 00852114 00852916 01450916)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (rub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#rub#rub#rub#rub+ingly#(1.5,00713259)(1.6,00852114)###NR ( :DEF_WORD "rub" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00713259) ("1.6" 00852114)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#rub#rub#rub#rub+ed#(1.5,00713259,00713838,01210245)(1.6,00852114,00852916,01450916)###NR ( :DEF_WORD "rub" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00713259 00713838 01210245) ("1.6" 00852114 00852916 01450916)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rub+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#rub#rub#rub#rub+ingly#(1.5,00713838,01210245)(1.6,00852916,01450916)###NR ( :DEF_WORD "rub" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00713838 01210245) ("1.6" 00852916 01450916)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (rub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#rub#rub#rub#rub+ingly#(1.5,00713259,00713838,01210245)(1.6,00852114,00852916,01450916)###NR ( :DEF_WORD "rub" :CLASS "40.3.2" :WN_SENSE (("1.5" 00713259 00713838 01210245) ("1.6" 00852114 00852916 01450916)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (rub+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.a" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.b" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.c" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.d#1#_exp_perc,purp(for),mod-pred(as)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.d" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.e#1#_exp_perc,mod-poss(in)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.e" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.f#1#_exp_prop(that)#rue#rue#rue#rue+ingly#(1.5,01022700)(1.6,01225879)###NR ( :DEF_WORD "rue" :CLASS "31.2.f" :WN_SENSE (("1.5" 01022700) ("1.6" 01225879)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (rue+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#ruffle#ruffle#ruffle#ruffle+ingly#(1.5,01018831)(1.6,01221593)###NR ( :DEF_WORD "ruffle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018831) ("1.6" 01221593)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (ruffle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#ruffle#ruffle#ruffle#ruffle+ingly#(1.5,01018831)(1.6,01221593)###NR ( :DEF_WORD "ruffle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018831) ("1.6" 01221593)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (ruffle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#ruffle#ruffle#ruffle#ruffle+ed#(1.5,01018831)(1.6,01221593)###NR ( :DEF_WORD "ruffle" :CLASS "31.1.c" :WN_SENSE (("1.5" 01018831) ("1.6" 01221593)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ruffle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#ruin#ruin#ruin#ruin+ingly#(1.5,00900879)(1.6,01077449)###NR ( :DEF_WORD "ruin" :CLASS "44.a" :WN_SENSE (("1.5" 00900879) ("1.6" 01077449)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (ruin+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#ruin#ruin#ruin#ruin+ingly#(1.5,00900879)(1.6,01077449)###NR ( :DEF_WORD "ruin" :CLASS "44.b" :WN_SENSE (("1.5" 00900879) ("1.6" 01077449)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (ruin+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 29.3#1#_ag_th_pred#rule#rule#rule#rule+ingly#(1.5,00403071)(1.6,00484458)###NR ( :DEF_WORD "rule" :CLASS "29.3" :WN_SENSE (("1.5" 00403071) ("1.6" 00484458)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (rule+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#rumba#rumba#rumba#rumba+ingly####NR ( :DEF_WORD "rumba" :CLASS "51.5.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (rumba+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#rumba#rumba#rumba#rumba+ingly####NR ( :DEF_WORD "rumba" :CLASS "51.5.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (rumba+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#rumba#rumba#rumba#rumba+ingly####NR ( :DEF_WORD "rumba" :CLASS "51.5.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (rumba+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#rumble#rumble#rumble#rumble+ingly#(1.5,00591612)(1.6,00708498)###NR ( :DEF_WORD "rumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rumble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#rumble#rumble#rumble#rumble+ingly#(1.5,00591612)(1.6,00708498)###NR ( :DEF_WORD "rumble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (rumble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#rumble#rumble#rumble#rumble+#(1.5,00591612)(1.6,00708498)###NR ( :DEF_WORD "rumble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (rumble+ 2) ((* toward 5) comm (rumble+ 2) ((at 5) comm (rumble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#rumble#rumble#rumble#rumble+#(1.5,00591612)(1.6,00708498)###NR ( :DEF_WORD "rumble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00591612) ("1.6" 00708498)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (rumble+ 2) (toward comm (rumble+ 2) (at comm (rumble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#rumble#rumble#rumble#rumble+ingly#(1.5,01248159,00591612)(1.6,01497630,00708498)###NR ( :DEF_WORD "rumble" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248159 00591612) ("1.6" 01497630 00708498)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (rumble+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#rumble#rumble#rumble#rumble+ingly#(1.5,01248159,00591612)(1.6,01497630,00708498)###NR ( :DEF_WORD "rumble" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248159 00591612) ("1.6" 01497630 00708498)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (rumble+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#rumble#rumble#rumble#rumble+ingly#(1.5,01248159)(1.6,01497630)###NR ( :DEF_WORD "rumble" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248159) ("1.6" 01497630)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rumble+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 31.3.h#1#_exp_perc(over)#ruminate#ruminate#ruminate#ruminate+ingly#(1.5,00355285)(1.6,00427308)###BJDMAP ( :DEF_WORD "ruminate" :CLASS "31.3.h" :WN_SENSE (("1.5" 00355285) ("1.6" 00427308)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (ruminate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#rummage#rummage#rummage#rummage+ingly#(1.5,00755713)(1.6,00900489)###NR ( :DEF_WORD "rummage" :CLASS "35.5" :WN_SENSE (("1.5" 00755713) ("1.6" 00900489)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rummage+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#rummage#rummage#rummage#rummage+ingly#(1.5,00755713)(1.6,00900489)###NR ( :DEF_WORD "rummage" :CLASS "35.5" :WN_SENSE (("1.5" 00755713) ("1.6" 00900489)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (rummage+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#rumple#rumple#rumple#rumple+ed#(1.5,00798834,00732004)(1.6,00951547,00873019)###NR ( :DEF_WORD "rumple" :CLASS "45.2.a" :WN_SENSE (("1.5" 00798834 00732004) ("1.6" 00951547 00873019)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rumple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#rumple#rumple#rumple#rumple+ed#(1.5,00798834,00732004)(1.6,00951547,00873019)###NR ( :DEF_WORD "rumple" :CLASS "45.2.b" :WN_SENSE (("1.5" 00798834 00732004) ("1.6" 00951547 00873019)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rumple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#rumple#rumple#rumple#rumple+ed#(1.5,00732004)(1.6,00873019)###NR ( :DEF_WORD "rumple" :CLASS "45.2.c" :WN_SENSE (("1.5" 00732004) ("1.6" 00873019)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rumple+ed 9)))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#run#run#run#run+ed#(1.5,00304087,01383244,00264907)(1.6,00360586,01664787,00310395)###NR ( :DEF_WORD "run" :CLASS "26.3" :WN_SENSE (("1.5" 00304087 01383244 00264907) ("1.6" 00360586 01664787 00310395)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (run+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#run#run#run#run+ed#(1.5,00304087,01383244,00264907)(1.6,00360586,01664787,00310395)###NR ( :DEF_WORD "run" :CLASS "26.3" :WN_SENSE (("1.5" 00304087 01383244 00264907) ("1.6" 00360586 01664787 00310395)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (run+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#run#run#run#run+ingly#(1.5,01097341,01187183)(1.6,01314495,01420304)###NR ( :DEF_WORD "run" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01097341 01187183) ("1.6" 01314495 01420304)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (run+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#run#run#run#run+ingly#(1.5,01097341,01187183)(1.6,01314495,01420304)###NR ( :DEF_WORD "run" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01097341 01187183) ("1.6" 01314495 01420304)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (run+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#run#run#run#run+ed#(1.5,01097341,01187183)(1.6,01314495,01420304)###NR ( :DEF_WORD "run" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01097341 01187183) ("1.6" 01314495 01420304)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (run+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#run#run#run#run+ingly#(1.5,01063002,01517764,01182440)(1.6,01273360,01832891,01414286)###NR ( :DEF_WORD "run" :CLASS "47.7.a" :WN_SENSE (("1.5" 01063002 01517764 01182440) ("1.6" 01273360 01832891 01414286)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (run+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#run#run#run#run+ingly#(1.5,01063002,01517764,01182440)(1.6,01273360,01832891,01414286)###NR ( :DEF_WORD "run" :CLASS "47.7.b" :WN_SENSE (("1.5" 01063002 01517764 01182440) ("1.6" 01273360 01832891 01414286)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (run+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#run#run#run#run+ingly#(1.5,01097341,01097946,01187183)(1.6,01314495,01315082,01420304)###NR ( :DEF_WORD "run" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01097341 01097946 01187183) ("1.6" 01314495 01315082 01420304)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (run+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#run#run#run#run+ingly#(1.5,01097341,01097946,01187183)(1.6,01314495,01315082,01420304)###NR ( :DEF_WORD "run" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01097341 01097946 01187183) ("1.6" 01314495 01315082 01420304)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (run+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 40.8.3#1#_ag_th#rupture#rupture#rupture#rupture+ed#(1.5,00905676)(1.6,01083862)###NR ( :DEF_WORD "rupture" :CLASS "40.8.3" :WN_SENSE (("1.5" 00905676) ("1.6" 01083862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rupture+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#rupture#rupture#rupture#rupture+ed#(1.5,00905676)(1.6,01083862)###NR ( :DEF_WORD "rupture" :CLASS "45.4.a" :WN_SENSE (("1.5" 00905676) ("1.6" 01083862)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rupture+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#rupture#rupture#rupture#rupture+ed#(1.5,00905676)(1.6,01083862)###NR ( :DEF_WORD "rupture" :CLASS "45.4.b" :WN_SENSE (("1.5" 00905676) ("1.6" 01083862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rupture+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#rupture#rupture#rupture#rupture+ed#(1.5,00905676)(1.6,01083862)###NR ( :DEF_WORD "rupture" :CLASS "45.4.c" :WN_SENSE (("1.5" 00905676) ("1.6" 01083862)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rupture+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#rush#rush#rush#rush+ingly#(1.5,01177978,00272825,01178381)(1.6,01408362,00320978,01409000)###NR ( :DEF_WORD "rush" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01177978 00272825 01178381) ("1.6" 01408362 00320978 01409000)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (rush+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#rush#rush#rush#rush+ingly#(1.5,01177978,00272825,01178381)(1.6,01408362,00320978,01409000)###NR ( :DEF_WORD "rush" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01177978 00272825 01178381) ("1.6" 01408362 00320978 01409000)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (rush+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 53.2.a.i#1#,ag_th#rush#rush#rush#rush+ingly#(1.5,01177978,00272825,00272705)(1.6,01408362,00320978,00320830)###NR ( :DEF_WORD "rush" :CLASS "53.2.a.i" :WN_SENSE (("1.5" 01177978 00272825 00272705) ("1.6" 01408362 00320978 00320830)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rush+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.a.ii#1#,ag_th_goal()#rush#rush#rush#rush+ingly#(1.5,01177978,00272825,00272705)(1.6,01408362,00320978,00320830)###NR ( :DEF_WORD "rush" :CLASS "53.2.a.ii" :WN_SENSE (("1.5" 01177978 00272825 00272705) ("1.6" 01408362 00320978 00320830)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 ",ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (rush+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 53.2.b#1#,ag_th,src(from)#rush#rush#rush#rush+ingly#(1.5,00272705)(1.6,00320830)###NR ( :DEF_WORD "rush" :CLASS "53.2.b" :WN_SENSE (("1.5" 00272705) ("1.6" 00320830)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (nil 4)))) (rush+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +) :optional)) ) ;; Grid: 53.2.c#1#_th_mod-poss(with)#rush#rush#rush#rush+ingly#(1.5,01177978,00272825)(1.6,01408362,00320978)###NR ( :DEF_WORD "rush" :CLASS "53.2.c" :WN_SENSE (("1.5" 01177978 00272825) ("1.6" 01408362 00320978)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rush+ingly 26)) :VAR_SPEC ((15 :obligatory) (2 (animate +))) ) ;; Grid: 45.5#1#_th#rust#rust#rust#rust+ed#(1.5,00163514)(1.6,00187287)###NR ( :DEF_WORD "rust" :CLASS "45.5" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rust+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#rust#rust#rust#rust+ingly#(1.5,00163514)(1.6,00187287)###NR ( :DEF_WORD "rust" :CLASS "47.2.b" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (rust+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#rust#rust#rust#rust+ingly#(1.5,00163514)(1.6,00187287)###NR ( :DEF_WORD "rust" :CLASS "47.2.c" :WN_SENSE (("1.5" 00163514) ("1.6" 00187287)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rust+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#rustle#rustle#rustle#rustle+ingly#(1.5,01295579)(1.6,01556515)###NR ( :DEF_WORD "rustle" :CLASS "10.5" :WN_SENSE (("1.5" 01295579) ("1.6" 01556515)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (rustle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#rustle#rustle#rustle#rustle+ingly#(1.5,01245645)(1.6,01494559)###NR ( :DEF_WORD "rustle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245645) ("1.6" 01494559)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (rustle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#rustle#rustle#rustle#rustle+ingly#(1.5,01245645)(1.6,01494559)###NR ( :DEF_WORD "rustle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245645) ("1.6" 01494559)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (rustle+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#rustle#rustle#rustle#rustle+ingly#(1.5,01245645)(1.6,01494559)###NR ( :DEF_WORD "rustle" :CLASS "43.2.c" :WN_SENSE (("1.5" 01245645) ("1.6" 01494559)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (rustle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#rustle#rustle#rustle#rustle+ingly#(1.5,01245645)(1.6,01494559)###NR ( :DEF_WORD "rustle" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245645) ("1.6" 01494559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (rustle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#rut#rut#rut#rut+ed#(1.5,00731176)(1.6,00872050)###NR ( :DEF_WORD "rut" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00731176) ("1.6" 00872050)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (rut+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#sacrifice#sacrifice#sacrifice#sacrifice+ingly#(1.5,01332584,01332786)(1.6,01600089,01600437)###SZ ( :DEF_WORD "sacrifice" :CLASS "13.2" :WN_SENSE (("1.5" 01332584 01332786) ("1.6" 01600089 01600437)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (sacrifice+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#sadden#sadden#sadden#sadden+ingly#(1.5,01032535)(1.6,01237116)###SZ ( :DEF_WORD "sadden" :CLASS "31.1.a" :WN_SENSE (("1.5" 01032535) ("1.6" 01237116)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (sadden+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#sadden#sadden#sadden#sadden+ingly#(1.5,01032535)(1.6,01237116)###SZ ( :DEF_WORD "sadden" :CLASS "31.1.b" :WN_SENSE (("1.5" 01032535) ("1.6" 01237116)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (sadden+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#sadden#sadden#sadden#sadden+ed#(1.5,01032535)(1.6,01237116)###SZ ( :DEF_WORD "sadden" :CLASS "31.1.c" :WN_SENSE (("1.5" 01032535) ("1.6" 01237116)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sadden+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#sadden#sadden#sadden#sadden+ingly#(1.5,01032684)(1.6,01237297)###SZ ( :DEF_WORD "sadden" :CLASS "31.3.b" :WN_SENSE (("1.5" 01032684) ("1.6" 01237297)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (sadden+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#saddle#saddle#saddle#saddle+ed#(1.5,00858291)(1.6,01024631)###SZ ( :DEF_WORD "saddle" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00858291) ("1.6" 01024631)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saddle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#saddle#saddle#saddle#saddle+ed#(1.5,00858291,00421625)(1.6,01024631,00509295)###SZ ( :DEF_WORD "saddle" :CLASS "13.4.2" :WN_SENSE (("1.5" 00858291 00421625) ("1.6" 01024631 00509295)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saddle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.9.b#1#_ag_goal,info(against)#safeguard#safeguard#safeguard#safeguard+ingly#(1.5,00645739)(1.6,00773108)###BJDMAP ( :DEF_WORD "safeguard" :CLASS "37.9.b" :WN_SENSE (("1.5" 00645739) ("1.6" 00773108)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal,info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (safeguard+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog) :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#sag#sag#sag#sag+ingly#(1.5,01132557,01132682)(1.6,01353437,01353634)###SZ ( :DEF_WORD "sag" :CLASS "47.6.a" :WN_SENSE (("1.5" 01132557 01132682) ("1.6" 01353437 01353634)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sag+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#sail#sail#sail#sail+ingly#(1.5,01053372,01108062,01053250)(1.6,01261115,01325658,01260993)###SZ ( :DEF_WORD "sail" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01053372 01108062 01053250) ("1.6" 01261115 01325658 01260993)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (sail+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#sail#sail#sail#sail+ingly#(1.5,01053372,01108062,01053250)(1.6,01261115,01325658,01260993)###SZ ( :DEF_WORD "sail" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01053372 01108062 01053250) ("1.6" 01261115 01325658 01260993)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sail+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#sail#sail#sail#sail+ingly#(1.5,01053372,01108062,01053250)(1.6,01261115,01325658,01260993)###SZ ( :DEF_WORD "sail" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01053372 01108062 01053250) ("1.6" 01261115 01325658 01260993)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (sail+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 51.4.2.c#1#_ag_mod-loc#sail#sail#sail#sail+ingly#(1.5,01053372,01108062)(1.6,01261115,01325658)###SZ ( :DEF_WORD "sail" :CLASS "51.4.2.c" :WN_SENSE (("1.5" 01053372 01108062) ("1.6" 01261115 01325658)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (sail+ingly 26)) :VAR_SPEC ((24 :obligatory) (1 (animate +))) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(before)#salaam#salaam#salaam#salaam+ingly#(1.5,00506384)(1.6,00609956)###SZ ( :DEF_WORD "salaam" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 00506384) ("1.6" 00609956)) :PROPBANK ("arg1 argm-LOC(before)") :THETA_ROLES ((1 "_th,mod-loc(before)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (salaam+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#salivate#salivate#salivate#salivate+ingly#(1.5,00060997)(1.6,00069815)###SZ ( :DEF_WORD "salivate" :CLASS "31.3.h" :WN_SENSE (("1.5" 00060997) ("1.6" 00069815)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (salivate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#salt#salt#salt#salt+ed#(1.5,01253120,00127538)(1.6,01503553,00145586)###SZ ( :DEF_WORD "salt" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01253120 00127538) ("1.6" 01503553 00145586)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (salt+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#salute#salute#salute#salute+ed#(1.5,00667781,00480816)(1.6,00799278,00581587)###SZ ( :DEF_WORD "salute" :CLASS "29.2.c" :WN_SENSE (("1.5" 00667781 00480816) ("1.6" 00799278 00581587)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (salute+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#salute#salute#salute#salute+ingly#(1.5,00667781,00480816)(1.6,00799278,00581587)###SZ ( :DEF_WORD "salute" :CLASS "29.2.d" :WN_SENSE (("1.5" 00667781 00480816) ("1.6" 00799278 00581587)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (salute+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#salute#salute#salute#salute+#(1.5,00667781,00480816)(1.6,00799278,00581587)###SZ ( :DEF_WORD "salute" :CLASS "33.a.i" :WN_SENSE (("1.5" 00667781 00480816) ("1.6" 00799278 00581587)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (salute+ 2) (toward comm (salute+ 2) (at comm (salute+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 40.3.3.a#1#_th,mod-loc(to)#salute#salute#salute#salute+ingly#(1.5,00667781,00506270,00506475)(1.6,00799278,00609843,00610047)###BJDMAP ( :DEF_WORD "salute" :CLASS "40.3.3.a" :WN_SENSE (("1.5" 00667781 00506270 00506475) ("1.6" 00799278 00609843 00610047)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th,mod-loc(to)")) :LCS (act loc (* thing 2) ((* before 23) loc (*head*) (thing 24)) (salute+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#salvage#salvage#salvage#salvage+ingly#(1.5,00794672)(1.6,00946805)###SZ ( :DEF_WORD "salvage" :CLASS "10.5" :WN_SENSE (("1.5" 00794672) ("1.6" 00946805)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (salvage+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#salve#salve#salve#salve+ed#(1.5,00051987)(1.6,00058505)###SZ ( :DEF_WORD "salve" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00051987) ("1.6" 00058505)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (salve+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#samba#samba#samba#samba+ingly#(1.5,01080964)(1.6,01295063)###SZ ( :DEF_WORD "samba" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080964) ("1.6" 01295063)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (samba+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#samba#samba#samba#samba+ingly#(1.5,01080964)(1.6,01295063)###SZ ( :DEF_WORD "samba" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080964) ("1.6" 01295063)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (samba+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#samba#samba#samba#samba+ingly#(1.5,01080964)(1.6,01295063)###SZ ( :DEF_WORD "samba" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080964) ("1.6" 01295063)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (samba+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#sample#sample#sample#sample+ingly#(1.5,00679927,00353775)(1.6,00813161,00425671)###SZ ( :DEF_WORD "sample" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00679927 00353775) ("1.6" 00813161 00425671)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (sample+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.f#1#_th_mod-poss#sanction#sanction#sanction#sanction+#(1.5,00453743)(1.6,00548199)###BJDMAP ( :DEF_WORD "sanction" :CLASS "31.3.f" :WN_SENSE (("1.5" 00453743) ("1.6" 00548199)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_mod-poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (sanction+ 12)) ((of 15) poss (*head*) (* nil 16))) :VAR_SPEC ((16 :obligatory) (2 (human +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#sanction#sanction#sanction#sanction+ingly#(1.5,00453743)(1.6,00548199)###SZ ( :DEF_WORD "sanction" :CLASS "33.b" :WN_SENSE (("1.5" 00453743) ("1.6" 00548199)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (sanction+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#sand#sand#sand#sand+ingly#(1.5,00798199)(1.6,00950685)###SZ ( :DEF_WORD "sand" :CLASS "9.9.i" :WN_SENSE (("1.5" 00798199) ("1.6" 00950685)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (sand+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sand#sand#sand#sand+ed#(1.5,00798199)(1.6,00950685)###BJDMAP ( :DEF_WORD "sand" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00798199) ("1.6" 00950685)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sand+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#sandpaper#sandpaper#sandpaper#sandpaper+ingly#(1.5,00798199)(1.6,00950685)###SZ ( :DEF_WORD "sandpaper" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00798199) ("1.6" 00950685)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (sandpaper+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#sandpaper#sandpaper#sandpaper#sandpaper+ed#(1.5,00798199)(1.6,00950685)###SZ ( :DEF_WORD "sandpaper" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00798199) ("1.6" 00950685)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sandpaper+ed 9))))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#sap#sap#sap#sap+ed#(1.5,00657546)(1.6,00787439)###SZ ( :DEF_WORD "sap" :CLASS "10.6.a" :WN_SENSE (("1.5" 00657546) ("1.6" 00787439)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sap+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#saponify#saponify#saponify#saponify+ed#(1.5,00318121)(1.6,00376788)###SZ ( :DEF_WORD "saponify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00318121) ("1.6" 00376788)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saponify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#sashay#sashay#sashay#sashay+ingly#(1.5,01065497,01091650)(1.6,01276427,01307876)###SZ ( :DEF_WORD "sashay" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01065497 01091650) ("1.6" 01276427 01307876)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (sashay+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#sashay#sashay#sashay#sashay+ingly#(1.5,01065497,01091650)(1.6,01276427,01307876)###SZ ( :DEF_WORD "sashay" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01065497 01091650) ("1.6" 01276427 01307876)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sashay+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#satellite#satellite#satellite#satellite+ingly#(1.5,--)(1.6,00656191)###SZ ( :DEF_WORD "satellite" :CLASS "37.4.a" :WN_SENSE (("1.5" --) ("1.6" 00656191)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (satellite+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#satellite#satellite#satellite#satellite+ingly#(1.5,--)(1.6,00656191)###SZ ( :DEF_WORD "satellite" :CLASS "37.4.a" :WN_SENSE (("1.5" --) ("1.6" 00656191)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (satellite+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#satellite#satellite#satellite#satellite+ingly#(1.5,--)(1.6,00656191)###SZ ( :DEF_WORD "satellite" :CLASS "37.4.a" :WN_SENSE (("1.5" --) ("1.6" 00656191)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (satellite+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#satellite#satellite#satellite#satellite+ingly#(1.5,--)(1.6,00656191)###SZ ( :DEF_WORD "satellite" :CLASS "37.4.a" :WN_SENSE (("1.5" --) ("1.6" 00656191)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (satellite+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#satellite#satellite#satellite#satellite+ingly#(1.5,--)(1.6,00656191)###SZ ( :DEF_WORD "satellite" :CLASS "37.4.b" :WN_SENSE (("1.5" --) ("1.6" 00656191)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (satellite+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#satiate#satiate#satiate#satiate+ingly#(1.5,00678755)(1.6,00811762)###BJDMAP ( :DEF_WORD "satiate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00678755) ("1.6" 00811762)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (satiate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#satirize#satirize#satirize#satirize+ed#(1.5,00478205,01447728)(1.6,00578042,01744783)###SZ ( :DEF_WORD "satirize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00478205 01447728) ("1.6" 00578042 01744783)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (satirize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#satisfy#satisfy#satisfy#satisfy+ingly#(1.5,01034518)(1.6,01239189)###SZ ( :DEF_WORD "satisfy" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034518) ("1.6" 01239189)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (satisfy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#satisfy#satisfy#satisfy#satisfy+ingly#(1.5,01034518)(1.6,01239189)###SZ ( :DEF_WORD "satisfy" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034518) ("1.6" 01239189)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (satisfy+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#saturate#saturate#saturate#saturate+ed#(1.5,00292777,00271204)(1.6,00347065,00318860)###SZ ( :DEF_WORD "saturate" :CLASS "9.8.a" :WN_SENSE (("1.5" 00292777 00271204) ("1.6" 00347065 00318860)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (saturate+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#saturate#saturate#saturate#saturate+ed#(1.5,00292777,00271204)(1.6,00347065,00318860)###SZ ( :DEF_WORD "saturate" :CLASS "9.8.b" :WN_SENSE (("1.5" 00292777 00271204) ("1.6" 00347065 00318860)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (saturate+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#saunter#saunter#saunter#saunter+ingly#(1.5,01092298)(1.6,01308847)###SZ ( :DEF_WORD "saunter" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092298) ("1.6" 01308847)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (saunter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#saunter#saunter#saunter#saunter+ingly#(1.5,01092298)(1.6,01308847)###SZ ( :DEF_WORD "saunter" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092298) ("1.6" 01308847)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (saunter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.3.a#1#_ag_th#saute#saute#saute#saute+ingly#(1.5,00197982)(1.6,00226720)###SZ ( :DEF_WORD "saute" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197982) ("1.6" 00226720)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (saute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#saute#saute#saute#saute+ingly#(1.5,00197982)(1.6,00226720)###SZ ( :DEF_WORD "saute" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197982) ("1.6" 00226720)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (saute+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#saute#saute#saute#saute+ed#(1.5,00197982)(1.6,00226720)###SZ ( :DEF_WORD "saute" :CLASS "45.3.c" :WN_SENSE (("1.5" 00197982) ("1.6" 00226720)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saute+ed 9)))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#save#save#save#save+ingly#(1.5,01268422,01299073)(1.6,01522764,01560664)###SZ ( :DEF_WORD "save" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01268422 01299073) ("1.6" 01522764 01560664)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (save+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#save#save#save#save+ingly#(1.5,01268422,01299073)(1.6,01522764,01560664)###SZ ( :DEF_WORD "save" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01268422 01299073) ("1.6" 01522764 01560664)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (save+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 54.5.b#1#_ag,goal,th,purp(for)#save#save#save#save+ingly#(1.5,01341214)(1.6,01610436)###SZ ( :DEF_WORD "save" :CLASS "54.5.b" :WN_SENSE (("1.5" 01341214) ("1.6" 01610436)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,goal,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 21) intent (*head*) (thing 22)) (save+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (6 (animate +) :optional)) ) ;; Grid: 30.2.a.i#1#_exp_perc#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (savor+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (savor+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "31.2.a" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (savor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "31.2.b" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (savor+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "31.2.c" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (savor+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#savor#savor#savor#savor+ingly#(1.5,01037231)(1.6,01241953)###SZ ( :DEF_WORD "savor" :CLASS "31.2.g" :WN_SENSE (("1.5" 01037231) ("1.6" 01241953)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (savor+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 21.1.a#1#_th#saw#saw#saw#saw+ed#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "21.1.a" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saw+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#saw#saw#saw#saw+ingly#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "21.1.b" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (saw+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#saw#saw#saw#saw+ingly#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "21.1.c" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (saw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#saw#saw#saw#saw+ingly#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "21.1.e" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (saw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#saw#saw#saw#saw+ingly#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "23.2.a" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (saw+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#saw#saw#saw#saw+ed#(1.5,00899031)(1.6,01074856)###SZ ( :DEF_WORD "saw" :CLASS "23.2.b" :WN_SENSE (("1.5" 00899031) ("1.6" 01074856)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (saw+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#say#say#say#say+ingly#(1.5,00569629,00573372,00419793,00551959,00532392)(1.6,00682542,00686932,00506398,00662608,00640598)###SZ ( :DEF_WORD "say" :CLASS "37.7.a" :WN_SENSE (("1.5" 00569629 00573372 00419793 00551959 00532392) ("1.6" 00682542 00686932 00506398 00662608 00640598)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (say+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#say#say#say#say+ingly#(1.5,00569629,00573372,00551959,00532392)(1.6,00682542,00686932,00662608,00640598)###SZ ( :DEF_WORD "say" :CLASS "37.7.b" :WN_SENSE (("1.5" 00569629 00573372 00551959 00532392) ("1.6" 00682542 00686932 00662608 00640598)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (say+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 40.8.3#1#_ag_th#scald#scald#scald#scald+ed#(1.5,00118581)(1.6,00134840)###SZ ( :DEF_WORD "scald" :CLASS "40.8.3" :WN_SENSE (("1.5" 00118581) ("1.6" 00134840)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scald+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.3.a#1#_ag_th#scald#scald#scald#scald+ingly#(1.5,00118581)(1.6,00134840)###SZ ( :DEF_WORD "scald" :CLASS "45.3.a" :WN_SENSE (("1.5" 00118581) ("1.6" 00134840)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scald+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#scald#scald#scald#scald+ingly#(1.5,00118581)(1.6,00134840)###SZ ( :DEF_WORD "scald" :CLASS "45.3.b" :WN_SENSE (("1.5" 00118581) ("1.6" 00134840)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scald+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#scald#scald#scald#scald+ed#(1.5,00118581)(1.6,00134840)###SZ ( :DEF_WORD "scald" :CLASS "45.3.c" :WN_SENSE (("1.5" 00118581) ("1.6" 00134840)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scald+ed 9)))) ) ;; Grid: 10.7#1#_ag_src#scale#scale#scale##(1.5,00722332)(1.6,00862261)#loc#(th = scale+)#SZ ( :DEF_WORD "scale" :CLASS "10.7" :WN_SENSE (("1.5" 00722332) ("1.6" 00862261)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (scale+ 2) (from loc (scale+ 2) (at loc (scale+ 2) (* thing 4))))) ) ;; Grid: 45.3.a#1#_ag_th#scallop#scallop#scallop#scallop+ingly#(1.5,00197850)(1.6,00226602)###SZ ( :DEF_WORD "scallop" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197850) ("1.6" 00226602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scallop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#scallop#scallop#scallop#scallop+ingly#(1.5,00085256,00197850)(1.6,00097792,00226602)###SZ ( :DEF_WORD "scallop" :CLASS "45.3.b" :WN_SENSE (("1.5" 00085256 00197850) ("1.6" 00097792 00226602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scallop+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#scallop#scallop#scallop#scallop+ed#(1.5,00647389,00085256,00197850)(1.6,00774876,00097792,00226602)###SZ ( :DEF_WORD "scallop" :CLASS "45.3.c" :WN_SENSE (("1.5" 00647389 00085256 00197850) ("1.6" 00774876 00097792 00226602)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scallop+ed 9)))) ) ;; Grid: 10.7#1#_ag_src#scalp#scalp#scalp##(1.5,00119700)(1.6,00135939)#loc#(th = scalp+)#SZ ( :DEF_WORD "scalp" :CLASS "10.7" :WN_SENSE (("1.5" 00119700) ("1.6" 00135939)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (scalp+ 2) (from loc (scalp+ 2) (at loc (scalp+ 2) (* thing 4))))) ) ;; Grid: 51.3.2.a.i#1#_th#scamper#scamper#scamper#scamper+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scamper" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scamper+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scamper#scamper#scamper#scamper+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scamper" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scamper+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 30.2.a.i#1#_exp_perc#scan#scan#scan#scan+ingly#(1.5,01228418)(1.6,01473300)###SZ ( :DEF_WORD "scan" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (scan+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#scan#scan#scan#scan+ingly#(1.5,01228418)(1.6,01473300)###SZ ( :DEF_WORD "scan" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01228418) ("1.6" 01473300)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (scan+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#scan#scan#scan#scan+ingly#(1.5,01228542,01228418)(1.6,01473424,01473300)###SZ ( :DEF_WORD "scan" :CLASS "35.4" :WN_SENSE (("1.5" 01228542 01228418) ("1.6" 01473424 01473300)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scan+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#scandalize#scandalize#scandalize#scandalize+ingly#(1.5,01031463)(1.6,01235670)###SZ ( :DEF_WORD "scandalize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01031463) ("1.6" 01235670)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (scandalize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#scandalize#scandalize#scandalize#scandalize+ingly#(1.5,01031463)(1.6,01235670)###SZ ( :DEF_WORD "scandalize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01031463) ("1.6" 01235670)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (scandalize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#scar#scar#scar#scar+ed#(1.5,00893399)(1.6,01068221)###SZ ( :DEF_WORD "scar" :CLASS "25.1.b" :WN_SENSE (("1.5" 00893399) ("1.6" 01068221)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scar+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#scare#scare#scare#scare+ingly#(1.5,01013456,01017381)(1.6,01214618,01219733)###SZ ( :DEF_WORD "scare" :CLASS "31.1.a" :WN_SENSE (("1.5" 01013456 01017381) ("1.6" 01214618 01219733)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (scare+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#scare#scare#scare#scare+ingly#(1.5,01013456,01017381)(1.6,01214618,01219733)###SZ ( :DEF_WORD "scare" :CLASS "31.1.b" :WN_SENSE (("1.5" 01013456 01017381) ("1.6" 01214618 01219733)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (scare+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#scare#scare#scare#scare+ed#(1.5,01017381)(1.6,01219733)###SZ ( :DEF_WORD "scare" :CLASS "31.1.c" :WN_SENSE (("1.5" 01017381) ("1.6" 01219733)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scare+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#scarp#scarp#scarp#scarp+ed####SZ ( :DEF_WORD "scarp" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scarp+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#scatter#scatter#scatter#scatter+ingly#(1.5,00791631,00863254,01192082)(1.6,00942906,01031060,01426321)###SZ ( :DEF_WORD "scatter" :CLASS "9.7.a" :WN_SENSE (("1.5" 00791631 00863254 01192082) ("1.6" 00942906 01031060 01426321)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (scatter+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#scatter#scatter#scatter#scatter+ed#(1.5,00791631,00863254,01192082)(1.6,00942906,01031060,01426321)###SZ ( :DEF_WORD "scatter" :CLASS "9.7.d" :WN_SENSE (("1.5" 00791631 00863254 01192082) ("1.6" 00942906 01031060 01426321)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scatter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#scavenge#scavenge#scavenge#scavenge+ingly#(1.5,00882842,00794672)(1.6,01055370,00946805)###SZ ( :DEF_WORD "scavenge" :CLASS "35.2.a" :WN_SENSE (("1.5" 00882842 00794672) ("1.6" 01055370 00946805)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scavenge+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#scavenge#scavenge#scavenge#scavenge+ingly#(1.5,00882842,00794672)(1.6,01055370,00946805)###SZ ( :DEF_WORD "scavenge" :CLASS "35.2.a" :WN_SENSE (("1.5" 00882842 00794672) ("1.6" 01055370 00946805)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scavenge+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#scavenge#scavenge#scavenge#scavenge+ingly#(1.5,00882842,00794672)(1.6,01055370,00946805)###SZ ( :DEF_WORD "scavenge" :CLASS "35.2.b" :WN_SENSE (("1.5" 00882842 00794672) ("1.6" 01055370 00946805)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scavenge+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 30.2.a.i#1#_exp_perc#scent#scent#scent#scent+ingly#(1.5,01212967)(1.6,01454219)###SZ ( :DEF_WORD "scent" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01212967) ("1.6" 01454219)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (scent+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#scent#scent#scent#scent+ingly#(1.5,01212967)(1.6,01454219)###SZ ( :DEF_WORD "scent" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01212967) ("1.6" 01454219)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (scent+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#schedule#schedule#schedule#schedule+ingly#(1.5,00380864,00446918)(1.6,00457479,00540104)###SZ ( :DEF_WORD "schedule" :CLASS "26.4" :WN_SENSE (("1.5" 00380864 00446918) ("1.6" 00457479 00540104)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (schedule+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.c#1#_th_prop(to)#scheme#scheme#scheme#scheme+ingly#(1.5,00398543)(1.6,00479052)###SZ ( :DEF_WORD "scheme" :CLASS "55.1.c" :WN_SENSE (("1.5" 00398543) ("1.6" 00479052)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (scheme+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 11.4.i#1#_ag_th#schlep#schlep#schlep#schlep+ingly#(1.5,--)(1.6,00997523)###SZ ( :DEF_WORD "schlep" :CLASS "11.4.i" :WN_SENSE (("1.5" --) ("1.6" 00997523)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (schlep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#schlep#schlep#schlep#schlep+ingly#(1.5,--)(1.6,00997523)###SZ ( :DEF_WORD "schlep" :CLASS "11.4.ii" :WN_SENSE (("1.5" --) ("1.6" 00997523)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (schlep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#schlep#schlep#schlep#schlep+ingly#(1.5,--)(1.6,00997523)###SZ ( :DEF_WORD "schlep" :CLASS "11.4.ii" :WN_SENSE (("1.5" --) ("1.6" 00997523)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (schlep+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 37.6.b#1#_exp#schmooze#schmooze#schmooze#schmooze+ingly####BJDMAP ( :DEF_WORD "schmooze" :CLASS "37.6.b" :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (schmooze+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#scintillate#scintillate#scintillate#scintillate+ed#(1.5,01562085)(1.6,01889465)###BJDMAP ( :DEF_WORD "scintillate" :CLASS "43.1.a" :WN_SENSE (("1.5" 01562085) ("1.6" 01889465)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (scintillate+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#scintillate#scintillate#scintillate#scintillate+ed#(1.5,01562085)(1.6,01889465)###BJDMAP ( :DEF_WORD "scintillate" :CLASS "43.1.b" :WN_SENSE (("1.5" 01562085) ("1.6" 01889465)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (scintillate+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#scoff#scoff#scoff#scoff+ingly#(1.5,00477230)(1.6,00576593)###BJDMAP ( :DEF_WORD "scoff" :CLASS "40.2.b" :WN_SENSE (("1.5" 00477230) ("1.6" 00576593)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (scoff+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#scold#scold#scold#scold+ingly#(1.5,00463111)(1.6,00559552)###SZ ( :DEF_WORD "scold" :CLASS "33.b" :WN_SENSE (("1.5" 00463111) ("1.6" 00559552)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (scold+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#scoop#scoop#scoop#scoop+ingly#(1.5,00907443,00753110)(1.6,00896678,00896678)###SZ ( :DEF_WORD "scoop" :CLASS "9.3.a" :WN_SENSE (("1.5" 00907443 00753110) ("1.6" 00896678 00896678)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (scoop+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#scoot#scoot#scoot#scoot+ingly#(1.5,01179510)(1.6,01410345)###SZ ( :DEF_WORD "scoot" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01179510) ("1.6" 01410345)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scoot+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scoot#scoot#scoot#scoot+ingly#(1.5,01179510)(1.6,01410345)###SZ ( :DEF_WORD "scoot" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01179510) ("1.6" 01410345)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scoot+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#scorch#scorch#scorch#scorch+ed#(1.5,00227430,00226751,00130553)(1.6,00264464,00263752,00148928)###SZ ( :DEF_WORD "scorch" :CLASS "45.4.a" :WN_SENSE (("1.5" 00227430 00226751 00130553) ("1.6" 00264464 00263752 00148928)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scorch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#scorch#scorch#scorch#scorch+ed#(1.5,00227430,00226751,00130553)(1.6,00264464,00263752,00148928)###SZ ( :DEF_WORD "scorch" :CLASS "45.4.b" :WN_SENSE (("1.5" 00227430 00226751 00130553) ("1.6" 00264464 00263752 00148928)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scorch+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#scorch#scorch#scorch#scorch+ed#(1.5,00130553,00226751,00227430,00927774)(1.6,00148928,00263752,00264464,01113133)###SZ ( :DEF_WORD "scorch" :CLASS "45.4.c" :WN_SENSE (("1.5" 00130553 00226751 00227430 00927774) ("1.6" 00148928 00263752 00264464 01113133)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scorch+ed 9)))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#score#score#score#score+ingly#(1.5,00353775)(1.6,00425671)###SZ ( :DEF_WORD "score" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00353775) ("1.6" 00425671)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (score+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#scorn#scorn#scorn#scorn+ingly#(1.5,01010918,00448032)(1.6,01211520,00541445)###SZ ( :DEF_WORD "scorn" :CLASS "33.b" :WN_SENSE (("1.5" 01010918 00448032) ("1.6" 01211520 00541445)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (scorn+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#scour#scour#scour#scour+ingly#(1.5,00755033)(1.6,00899510)###SZ ( :DEF_WORD "scour" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00755033) ("1.6" 00899510)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (scour+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#scour#scour#scour#scour+ingly#(1.5,00271019)(1.6,00318379)###SZ ( :DEF_WORD "scour" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00271019) ("1.6" 00318379)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scour+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#scour#scour#scour#scour+ed#(1.5,00755033)(1.6,00899510)###SZ ( :DEF_WORD "scour" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00755033) ("1.6" 00899510)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scour+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#scour#scour#scour#scour+ingly#(1.5,00755033)(1.6,00899510)###SZ ( :DEF_WORD "scour" :CLASS "35.2.a" :WN_SENSE (("1.5" 00755033) ("1.6" 00899510)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scour+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#scour#scour#scour#scour+ingly#(1.5,00755033)(1.6,00899510)###SZ ( :DEF_WORD "scour" :CLASS "35.2.a" :WN_SENSE (("1.5" 00755033) ("1.6" 00899510)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scour+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#scour#scour#scour#scour+ingly#(1.5,00755033)(1.6,00899510)###SZ ( :DEF_WORD "scour" :CLASS "35.2.b" :WN_SENSE (("1.5" 00755033) ("1.6" 00899510)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scour+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#scout#scout#scout#scout+ingly#(1.5,01236866)(1.6,01484230)###SZ ( :DEF_WORD "scout" :CLASS "35.2.a" :WN_SENSE (("1.5" 01236866) ("1.6" 01484230)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scout+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#scout#scout#scout#scout+ingly#(1.5,01236866)(1.6,01484230)###SZ ( :DEF_WORD "scout" :CLASS "35.2.a" :WN_SENSE (("1.5" 01236866) ("1.6" 01484230)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scout+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#scout#scout#scout#scout+ingly#(1.5,01236866)(1.6,01484230)###SZ ( :DEF_WORD "scout" :CLASS "35.2.b" :WN_SENSE (("1.5" 01236866) ("1.6" 01484230)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scout+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#scowl#scowl#scowl#scowl+ingly#(1.5,00022011)(1.6,00023538)###BJDMAP ( :DEF_WORD "scowl" :CLASS "40.2.b" :WN_SENSE (("1.5" 00022011) ("1.6" 00023538)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (scowl+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#scrabble#scrabble#scrabble#scrabble+ingly#(1.5,00753839)(1.6,00898029)###SZ ( :DEF_WORD "scrabble" :CLASS "35.5" :WN_SENSE (("1.5" 00753839) ("1.6" 00898029)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrabble+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#scrabble#scrabble#scrabble#scrabble+ingly#(1.5,00753839)(1.6,00898029)###SZ ( :DEF_WORD "scrabble" :CLASS "35.5" :WN_SENSE (("1.5" 00753839) ("1.6" 00898029)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrabble+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#scram#scram#scram#scram+ingly#(1.5,01147972)(1.6,01372201)###SZ ( :DEF_WORD "scram" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01147972) ("1.6" 01372201)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scram+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scram#scram#scram#scram+ingly#(1.5,01147972)(1.6,01372201)###SZ ( :DEF_WORD "scram" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01147972) ("1.6" 01372201)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scram+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#scramble#scramble#scramble#scramble+ingly#(1.5,00846054,00815898)(1.6,01009511,00971909)###SZ ( :DEF_WORD "scramble" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00846054 00815898) ("1.6" 01009511 00971909)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (scramble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#scramble#scramble#scramble#scramble+ingly#(1.5,00846054,00815898)(1.6,01009511,00971909)###SZ ( :DEF_WORD "scramble" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00846054 00815898) ("1.6" 01009511 00971909)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (scramble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#scramble#scramble#scramble#scramble+ed#(1.5,00846054,00815898)(1.6,01009511,00971909)###SZ ( :DEF_WORD "scramble" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00846054 00815898) ("1.6" 01009511 00971909)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scramble+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#scramble#scramble#scramble#scramble+ed#(1.5,00846054,00815898)(1.6,01009511,00971909)###SZ ( :DEF_WORD "scramble" :CLASS "26.3" :WN_SENSE (("1.5" 00846054 00815898) ("1.6" 01009511 00971909)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scramble+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#scramble#scramble#scramble#scramble+ed#(1.5,00846054,00815898)(1.6,01009511,00971909)###SZ ( :DEF_WORD "scramble" :CLASS "26.3" :WN_SENSE (("1.5" 00846054 00815898) ("1.6" 01009511 00971909)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scramble+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#scramble#scramble#scramble#scramble+ingly#(1.5,01074796)(1.6,01287667)###SZ ( :DEF_WORD "scramble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01074796) ("1.6" 01287667)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scramble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scramble#scramble#scramble#scramble+ingly#(1.5,01074796)(1.6,01287667)###SZ ( :DEF_WORD "scramble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01074796) ("1.6" 01287667)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scramble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "9.3.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (scrape+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (scrape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scrape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#scrape#scrape#scrape#scrape+ed#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scrape+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#scrape#scrape#scrape#scrape+ingly#(1.5,00750619,00751004)(1.6,00893983,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00750619 00751004) ("1.6" 00893983 00894368)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scrape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.a#1#_th#scrape#scrape#scrape#scrape+ed#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "21.1.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scrape+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "21.1.b" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (scrape+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "21.1.c" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (scrape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#scrape#scrape#scrape#scrape+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scrape" :CLASS "21.1.e" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scrape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#scratch#scratch#scratch#scratch+ed#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scratch+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#scratch#scratch#scratch#scratch+ingly#(1.5,00713838,01210245)(1.6,00852916,01450916)###SZ ( :DEF_WORD "scratch" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00713838 01210245) ("1.6" 00852916 01450916)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "18.2.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#scratch#scratch#scratch#scratch+ingly#(1.5,00713838)(1.6,00852916)###SZ ( :DEF_WORD "scratch" :CLASS "18.2.b" :WN_SENSE (("1.5" 00713838) ("1.6" 00852916)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.a#1#_th#scratch#scratch#scratch#scratch+ed#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "21.1.a" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scratch+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "21.1.b" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (scratch+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "21.1.c" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "21.1.e" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scratch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "25.2" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (scratch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "35.5" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scratch+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#scratch#scratch#scratch#scratch+ingly#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "35.5" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scratch+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#scratch#scratch#scratch#scratch+ed#(1.5,00751004)(1.6,00894368)###SZ ( :DEF_WORD "scratch" :CLASS "40.8.3" :WN_SENSE (("1.5" 00751004) ("1.6" 00894368)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scratch+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#scrawk#scrawk#scrawk#scrawk+####SZ ( :DEF_WORD "scrawk" :CLASS "38" :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (scrawk+ 2) ((* toward 5) comm (scrawk+ 2) (touching comm (scrawk+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#scrawl#scrawl#scrawl#scrawl+ingly#(1.5,00997588)(1.6,01193651)###SZ ( :DEF_WORD "scrawl" :CLASS "25.2" :WN_SENSE (("1.5" 00997588) ("1.6" 01193651)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (scrawl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#scream#scream#scream#scream+ingly#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "scream" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (scream+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#scream#scream#scream#scream+ingly#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "scream" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (scream+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#scream#scream#scream#scream+#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "scream" :CLASS "37.3.b" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (scream+ 2) ((* toward 5) comm (scream+ 2) ((at 5) comm (scream+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#scream#scream#scream#scream+#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "scream" :CLASS "37.3.c" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (scream+ 2) (toward comm (scream+ 2) (at comm (scream+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#scream#scream#scream#scream+#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "scream" :CLASS "38" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (scream+ 2) ((* toward 5) comm (scream+ 2) (touching comm (scream+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#scream#scream#scream#scream+ingly#(1.5,00513550,00514445)(1.6,00618000,00617840)###SZ ( :DEF_WORD "scream" :CLASS "43.2.a" :WN_SENSE (("1.5" 00513550 00514445) ("1.6" 00618000 00617840)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (scream+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#scream#scream#scream#scream+ingly#(1.5,00513550,00514445)(1.6,00618000,00617840)###SZ ( :DEF_WORD "scream" :CLASS "43.2.b" :WN_SENSE (("1.5" 00513550 00514445) ("1.6" 00618000 00617840)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (scream+ingly 26)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#screech#screech#screech#screech+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "screech" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (screech+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#screech#screech#screech#screech+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "screech" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (screech+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#screech#screech#screech#screech+#(1.5,00514575,00593600)(1.6,00618946,00710825)###SZ ( :DEF_WORD "screech" :CLASS "37.3.b" :WN_SENSE (("1.5" 00514575 00593600) ("1.6" 00618946 00710825)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (screech+ 2) ((* toward 5) comm (screech+ 2) ((at 5) comm (screech+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#screech#screech#screech#screech+#(1.5,00514575,00593600)(1.6,00618946,00710825)###SZ ( :DEF_WORD "screech" :CLASS "37.3.c" :WN_SENSE (("1.5" 00514575 00593600) ("1.6" 00618946 00710825)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (screech+ 2) (toward comm (screech+ 2) (at comm (screech+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#screech#screech#screech#screech+#(1.5,00514575,00593600)(1.6,00618946,00710825)###SZ ( :DEF_WORD "screech" :CLASS "38" :WN_SENSE (("1.5" 00514575 00593600) ("1.6" 00618946 00710825)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (screech+ 2) ((* toward 5) comm (screech+ 2) (touching comm (screech+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#screech#screech#screech#screech+ingly#(1.5,01239066,00514575,00593600)(1.6,01486965,00618946,00710825)###SZ ( :DEF_WORD "screech" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239066 00514575 00593600) ("1.6" 01486965 00618946 00710825)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (screech+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#screech#screech#screech#screech+ingly#(1.5,01239066,00514575,00593600)(1.6,01486965,00618946,00710825)###SZ ( :DEF_WORD "screech" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239066 00514575 00593600) ("1.6" 01486965 00618946 00710825)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (screech+ingly 26)) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#screen#screen#screen#screen+ed#(1.5,00848996,00640302)(1.6,01012924,00767188)###SZ ( :DEF_WORD "screen" :CLASS "16" :WN_SENSE (("1.5" 00848996 00640302) ("1.6" 01012924 00767188)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (screen+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#screw#screw#screw#screw+ingly#(1.5,00776640)(1.6,00925560)###SZ ( :DEF_WORD "screw" :CLASS "22.4.a" :WN_SENSE (("1.5" 00776640) ("1.6" 00925560)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (screw+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#screw#screw#screw#screw+ed#(1.5,00776640)(1.6,00925560)###SZ ( :DEF_WORD "screw" :CLASS "22.4.b" :WN_SENSE (("1.5" 00776640) ("1.6" 00925560)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (screw+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#scrimp#scrimp#scrimp#scrimp+ingly#(1.5,01333529)(1.6,01601504)###SZ ! ;; Grid: 25.2#1#_ag_th,goal()#scribble#scribble#scribble#scribble+ingly#(1.5,00567849,00997588)(1.6,00680382,01193651)###SZ ( :DEF_WORD "scribble" :CLASS "25.2" :WN_SENSE (("1.5" 00567849 00997588) ("1.6" 00680382 01193651)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (scribble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#scrimp#scrimp#scrimp#scrimp+ingly#(1.5,01333529)(1.6,01601504)###BJDMAP ( :DEF_WORD "scrimp" :CLASS "54.5.a" :WN_SENSE (("1.5" 01333529) ("1.6" 01601504)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (scrimp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 35.1.a#1#_ag_purp,loc()#scrounge#scrounge#scrounge#scrounge+ingly#(1.5,01292536)(1.6,01553109)###SZ ( :DEF_WORD "scrounge" :CLASS "35.1.a" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) (for intent (*head*) (* thing 22)) (scrounge+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.1.b#2#_ag_loc(),purp(for)#scrounge#scrounge#scrounge#scrounge+ingly#(1.5,01292536)(1.6,01553109)###SZ ( :DEF_WORD "scrounge" :CLASS "35.1.b" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc(),purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrounge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.1.b#1#_ag,purp(for),loc()#scrounge#scrounge#scrounge#scrounge+ingly#(1.5,01292536)(1.6,01553109)###SZ ( :DEF_WORD "scrounge" :CLASS "35.1.b" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (thing 1) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrounge+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 35.1.c#1#_ag_loc,purp(for)#scrounge#scrounge#scrounge#scrounge+ingly#(1.5,01292536)(1.6,01553109)###SZ ( :DEF_WORD "scrounge" :CLASS "35.1.c" :WN_SENSE (("1.5" 01292536) ("1.6" 01553109)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrounge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#scrub#scrub#scrub#scrub+ingly#(1.5,00714058)(1.6,00853158)###SZ ( :DEF_WORD "scrub" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00714058) ("1.6" 00853158)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (scrub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#scrub#scrub#scrub#scrub+ingly#(1.5,00714058)(1.6,00853158)###SZ ( :DEF_WORD "scrub" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00714058) ("1.6" 00853158)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (scrub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#scrub#scrub#scrub#scrub+ed#(1.5,00714058)(1.6,00853158)###SZ ( :DEF_WORD "scrub" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00714058) ("1.6" 00853158)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (scrub+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#scrub#scrub#scrub#scrub+ingly#(1.5,00023950)(1.6,00025940)###SZ ( :DEF_WORD "scrub" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00023950) ("1.6" 00025940)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (scrub+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#scrutinize#scrutinize#scrutinize#scrutinize+ingly#(1.5,01229172)(1.6,01474172)###SZ ( :DEF_WORD "scrutinize" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01229172) ("1.6" 01474172)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (scrutinize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#scrutinize#scrutinize#scrutinize#scrutinize+ingly#(1.5,01229172)(1.6,01474172)###SZ ( :DEF_WORD "scrutinize" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229172) ("1.6" 01474172)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (scrutinize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#scrutinize#scrutinize#scrutinize#scrutinize+ingly#(1.5,01229172)(1.6,01474172)###SZ ( :DEF_WORD "scrutinize" :CLASS "30.2.c" :WN_SENSE (("1.5" 01229172) ("1.6" 01474172)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (scrutinize+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 34.i#1#_exp_perc,purp(for)#scrutinize#scrutinize#scrutinize#scrutinize+ingly#(1.5,01229172)(1.6,01474172)###SZ ( :DEF_WORD "scrutinize" :CLASS "34.i" :WN_SENSE (("1.5" 01229172) ("1.6" 01474172)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (act perc (* thing 2) (on perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) (scrutinize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#scrutinize#scrutinize#scrutinize#scrutinize+ingly#(1.5,01229172)(1.6,01474172)###SZ ( :DEF_WORD "scrutinize" :CLASS "35.4" :WN_SENSE (("1.5" 01229172) ("1.6" 01474172)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (scrutinize+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#scud#scud#scud#scud+ingly#(1.5,01108444)(1.6,01326077)###SZ ( :DEF_WORD "scud" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01108444) ("1.6" 01326077)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scud+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scud#scud#scud#scud+ingly#(1.5,01179510,01108444)(1.6,01410345,01326077)###SZ ( :DEF_WORD "scud" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01179510 01108444) ("1.6" 01410345 01326077)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scud+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#scuffle#scuffle#scuffle#scuffle+ingly#(1.5,00865335,00635289)(1.6,00761886,00761886)###SZ ( :DEF_WORD "scuffle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00865335 00635289) ("1.6" 00761886 00761886)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (scuffle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#scuffle#scuffle#scuffle#scuffle+ingly#(1.5,00865335,00635289)(1.6,00761886,00761886)###SZ ( :DEF_WORD "scuffle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00865335 00635289) ("1.6" 00761886 00761886)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (scuffle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#sculpt#sculpt#sculpt#sculpt+ed#(1.5,00965034)(1.6,01156010)###SZ ( :DEF_WORD "sculpt" :CLASS "26.1.a" :WN_SENSE (("1.5" 00965034) ("1.6" 01156010)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sculpt+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#sculpt#sculpt#sculpt#sculpt+ed#(1.5,00965034)(1.6,01156010)###SZ ( :DEF_WORD "sculpt" :CLASS "26.1.a" :WN_SENSE (("1.5" 00965034) ("1.6" 01156010)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sculpt+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#sculpt#sculpt#sculpt#sculpt+ingly#(1.5,00965034)(1.6,01156010)###SZ ( :DEF_WORD "sculpt" :CLASS "26.1.b" :WN_SENSE (("1.5" 00965034) ("1.6" 01156010)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (sculpt+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#sculpture#sculpture#sculpture#sculpture+ed#(1.5,00893851,00965034)(1.6,01068877,01156010)###BJDMAP ( :DEF_WORD "sculpture" :CLASS "26.1.a" :WN_SENSE (("1.5" 00893851 00965034) ("1.6" 01068877 01156010)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sculpture+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#scurry#scurry#scurry#scurry+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scurry" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scurry+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scurry#scurry#scurry#scurry+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scurry" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scurry+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#scutter#scutter#scutter#scutter+ingly####SZ ( :DEF_WORD "scutter" :CLASS "51.3.2.a.i" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scutter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scutter#scutter#scutter#scutter+ingly####SZ ( :DEF_WORD "scutter" :CLASS "51.3.2.a.ii" :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scutter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#scuttle#scuttle#scuttle#scuttle+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scuttle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (scuttle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#scuttle#scuttle#scuttle#scuttle+ingly#(1.5,01083800)(1.6,01298153)###SZ ( :DEF_WORD "scuttle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083800) ("1.6" 01298153)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (scuttle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 13.7#1#_ag#seal#seal#seal#seal+ingly#(1.5,00649339)(1.6,00777064)###SZ ( :DEF_WORD "seal" :CLASS "13.7" :WN_SENSE (("1.5" 00649339) ("1.6" 00777064)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (seal+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#seal#seal#seal#seal+ingly#(1.5,00777547)(1.6,00926867)###SZ ( :DEF_WORD "seal" :CLASS "22.4.a" :WN_SENSE (("1.5" 00777547) ("1.6" 00926867)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (seal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#seal#seal#seal#seal+ed#(1.5,00777547)(1.6,00926867)###SZ ( :DEF_WORD "seal" :CLASS "22.4.b" :WN_SENSE (("1.5" 00777547) ("1.6" 00926867)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (seal+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sear#sear#sear#sear+ed#(1.5,00130553)(1.6,00148928)###SZ ( :DEF_WORD "sear" :CLASS "45.4.a" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sear+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sear#sear#sear#sear+ed#(1.5,00130553)(1.6,00148928)###SZ ( :DEF_WORD "sear" :CLASS "45.4.b" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sear+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sear#sear#sear#sear+ed#(1.5,00130553)(1.6,00148928)###SZ ( :DEF_WORD "sear" :CLASS "45.4.c" :WN_SENSE (("1.5" 00130553) ("1.6" 00148928)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sear+ed 9)))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#search#search#search#search+ingly#(1.5,00754445,01229293,00364796)(1.6,00898737,01474374,00437696)###SZ ( :DEF_WORD "search" :CLASS "35.2.a" :WN_SENSE (("1.5" 00754445 01229293 00364796) ("1.6" 00898737 01474374 00437696)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (search+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#search#search#search#search+ingly#(1.5,00754445,01229293,00364796)(1.6,00898737,01474374,00437696)###SZ ( :DEF_WORD "search" :CLASS "35.2.a" :WN_SENSE (("1.5" 00754445 01229293 00364796) ("1.6" 00898737 01474374 00437696)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (search+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#search#search#search#search+ingly#(1.5,00754445,01229293,00364796)(1.6,00898737,01474374,00437696)###SZ ( :DEF_WORD "search" :CLASS "35.2.b" :WN_SENSE (("1.5" 00754445 01229293 00364796) ("1.6" 00898737 01474374 00437696)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (search+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 9.8.a#1#_mod-poss_th#season#season#season#season+ed#(1.5,01250589)(1.6,01500886)###SZ ( :DEF_WORD "season" :CLASS "9.8.a" :WN_SENSE (("1.5" 01250589) ("1.6" 01500886)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (season+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#season#season#season#season+ed#(1.5,01250589)(1.6,01500886)###SZ ( :DEF_WORD "season" :CLASS "9.8.b" :WN_SENSE (("1.5" 01250589) ("1.6" 01500886)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (season+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss#seat#seat#seat#seat+ingly#(1.5,01526582)(1.6,01843249)###SZ ( :DEF_WORD "seat" :CLASS "54.3.a" :WN_SENSE (("1.5" 01526582) ("1.6" 01843249)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (seat+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#seat#seat#seat#seat+ingly#(1.5,01526582)(1.6,01843249)###SZ ( :DEF_WORD "seat" :CLASS "54.3.b" :WN_SENSE (("1.5" 01526582) ("1.6" 01843249)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (seat+ingly 26)) ) ;; Grid: 23.4.a#1#_th_src(from)#secede#secede#secede#secede+ingly#(1.5,01435583)(1.6,01728734)###BJDMAP ( :DEF_WORD "secede" :CLASS "23.4.a" :WN_SENSE (("1.5" 01435583) ("1.6" 01728734)) :PROPBANK ("arg1 arg2(from)") :THETA_ROLES ((1 "_th_src(from)")) :LCS (go_ext ident (* thing 2) ((* away_from 3) ident (thing 2) (at ident (thing 2) (thing 4))) (secede+ingly 26)) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#seclude#seclude#seclude#seclude+ed#(1.5,00291523)(1.6,00345547)###SZ ( :DEF_WORD "seclude" :CLASS "16" :WN_SENSE (("1.5" 00291523) ("1.6" 00345547)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (seclude+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#second#second#second#second+ed#(1.5,01446884)(1.6,01743274)###SZ ( :DEF_WORD "second" :CLASS "22.2.a" :WN_SENSE (("1.5" 01446884) ("1.6" 01743274)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (second+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#secularize#secularize#secularize#secularize+ed#(1.5,00079134)(1.6,00091066)###SZ ( :DEF_WORD "secularize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00079134) ("1.6" 00091066)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (secularize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#secure#secure#secure#secure+ingly#(1.5,01274713)(1.6,01531769)###SZ ( :DEF_WORD "secure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (secure+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),ben(for),mod-poss(for)#secure#secure#secure#secure+ingly#(1.5,01274713)(1.6,01531769)###SZ ( :DEF_WORD "secure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (secure+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#2#_ag_ben_th,src(from),mod-poss(for)#secure#secure#secure#secure+ingly#(1.5,01274713)(1.6,01531769)###SZ ( :DEF_WORD "secure" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 01274713) ("1.6" 01531769)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (secure+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 002#1#_ag_th,prop(into)#seduce#seduce#seduce#seduce+ingly#(1.5,00821154)(1.6,00979094)###SZ ( :DEF_WORD "seduce" :CLASS "002" :WN_SENSE (("1.5" 00821154) ("1.6" 00979094)) :PROPBANK ("arg0 arg2 arg1-PRD(into)") :THETA_ROLES ((1 "_ag_th,prop(into)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (seduce+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#see#see#see#see+ingly#(1.5,01215314,01158419,00936049,00388394)(1.6,01456984,01384391,01123901,00466852)###SZ ( :DEF_WORD "see" :CLASS "29.2.a" :WN_SENSE (("1.5" 01215314 01158419 00936049 00388394) ("1.6" 01456984 01384391 01123901 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (see+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#see#see#see#see+ingly#(1.5,01215314,01158419,00936049,00388394)(1.6,01456984,01384391,01123901,00466852)###SZ ( :DEF_WORD "see" :CLASS "29.2.b" :WN_SENSE (("1.5" 01215314 01158419 00936049 00388394) ("1.6" 01456984 01384391 01123901 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (see+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#see#see#see#see+ed#(1.5,01215314,01158419,00936049,00388394)(1.6,01456984,01384391,01123901,00466852)###SZ ( :DEF_WORD "see" :CLASS "29.2.c" :WN_SENSE (("1.5" 01215314 01158419 00936049 00388394) ("1.6" 01456984 01384391 01123901 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (see+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#see#see#see#see+ingly#(1.5,01215314,01158419,00936049,00388394)(1.6,01456984,01384391,01123901,00466852)###SZ ( :DEF_WORD "see" :CLASS "29.2.d" :WN_SENSE (("1.5" 01215314 01158419 00936049 00388394) ("1.6" 01456984 01384391 01123901 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (see+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.1.a.i#1#_exp_perc#see#see#see#see+ingly#(1.5,01215314,00335919,00936049,00388394,01227716)(1.6,01456984,00404522,01123901,00466852,01472578)###SZ ( :DEF_WORD "see" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01215314 00335919 00936049 00388394 01227716) ("1.6" 01456984 00404522 01123901 00466852 01472578)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (see+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#see#see#see#see+ingly#(1.5,00335919,00936049)(1.6,00404522,01123901)###SZ ( :DEF_WORD "see" :CLASS "30.1.b" :WN_SENSE (("1.5" 00335919 00936049) ("1.6" 00404522 01123901)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (see+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.c#1#_exp_perc#see#see#see#see+ingly#(1.5,01215314)(1.6,01456984)###SZ ( :DEF_WORD "see" :CLASS "30.1.c" :WN_SENSE (("1.5" 01215314) ("1.6" 01456984)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (see+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#see#see#see#see+ingly#(1.5,01215314,00335919,00936049,00388394,01227716)(1.6,01456984,00404522,01123901,00466852,01472578)###SZ ( :DEF_WORD "see" :CLASS "30.1.d" :WN_SENSE (("1.5" 01215314 00335919 00936049 00388394 01227716) ("1.6" 01456984 00404522 01123901 00466852 01472578)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (see+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#see#see#see#see+ingly#(1.5,01215314,00335919,00936049,00388394,01227716)(1.6,01456984,00404522,01123901,00466852,01472578)###SZ ( :DEF_WORD "see" :CLASS "30.1.e" :WN_SENSE (("1.5" 01215314 00335919 00936049 00388394 01227716) ("1.6" 01456984 00404522 01123901 00466852 01472578)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (see+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#seed#seed#seed#seed+ingly#(1.5,00862913,00113642)(1.6,01030643,00129169)###SZ ( :DEF_WORD "seed" :CLASS "9.7.a" :WN_SENSE (("1.5" 00862913 00113642) ("1.6" 01030643 00129169)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (seed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#seed#seed#seed#seed+ed#(1.5,00862913,00113642)(1.6,01030643,00129169)###SZ ( :DEF_WORD "seed" :CLASS "9.7.d" :WN_SENSE (("1.5" 00862913 00113642) ("1.6" 01030643 00129169)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (seed+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#seed#seed#seed#seed+ed#(1.5,00862913,00113642)(1.6,01030643,00129169)###SZ ( :DEF_WORD "seed" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00862913 00113642) ("1.6" 01030643 00129169)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (seed+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#seed#seed#seed##(1.5,00113642,00108127)(1.6,00129169,00122986)#loc#(th = seed+)#SZ ( :DEF_WORD "seed" :CLASS "10.7" :WN_SENSE (("1.5" 00113642 00108127) ("1.6" 00129169 00122986)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (seed+ 2) (from loc (seed+ 2) (at loc (seed+ 2) (* thing 4))))) ) ;; Grid: 020#1#_ag_prop(to)#seem#seem#seem#seem+ingly#(1.5,--)(1.6,01505258)###SZ ! ;; Grid: 35.6.i#1#_exp_perc,mod-loc(from)#seek#seek#seek#seek+ingly#(1.5,01275972,00754445)(1.6,01533628,00898737)###SZ ! ;; Grid: 005#1#_th_prop#seek#seek#seek#seek+ingly#(1.5,01432563)(1.6,01725008)###SZ ( :DEF_WORD "seek" :CLASS "005" :WN_SENSE (("1.5" 01432563) ("1.6" 01725008)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (seek+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 005#1#_th_prop(to)#seem#seem#seem#seem+ingly####BJDMAP ( :DEF_WORD "seem" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (seem+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.6.b#1#_ag,mod-pred(as)#seem#seem#seem#seem+ed#(1.5,01217877)(1.6,01460069)###SZ ( :DEF_WORD "seem" :CLASS "29.6.b" :WN_SENSE (("1.5" 01217877) ("1.6" 01460069)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag,mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (seem+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 43.4.a#2#_th_src(through)#seep#seep#seep#seep+ingly#(1.5,01185525)(1.6,01417934)###SZ ( :DEF_WORD "seep" :CLASS "43.4.a" :WN_SENSE (("1.5" 01185525) ("1.6" 01417934)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (seep+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#seep#seep#seep#seep+ingly#(1.5,01185525)(1.6,01417934)###SZ ( :DEF_WORD "seep" :CLASS "43.4.c" :WN_SENSE (("1.5" 01185525) ("1.6" 01417934)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (seep+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#seep#seep#seep#seep+ingly#(1.5,01185525)(1.6,01417934)###SZ ( :DEF_WORD "seep" :CLASS "43.4.d" :WN_SENSE (("1.5" 01185525) ("1.6" 01417934)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (seep+ingly 26)) ) ;; Grid: 31.3.h#1#_exp_perc(over)#seethe#seethe#seethe#seethe+ingly#(1.5,01007311,01007188)(1.6,01206358,01206235)###SZ ( :DEF_WORD "seethe" :CLASS "31.3.h" :WN_SENSE (("1.5" 01007311 01007188) ("1.6" 01206358 01206235)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (seethe+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#seethe#seethe#seethe#seethe+ingly#(1.5,00305359,00196539)(1.6,00362206,00225019)###SZ ( :DEF_WORD "seethe" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00305359 00196539) ("1.6" 00362206 00225019)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (seethe+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#seethe#seethe#seethe#seethe+ingly#(1.5,00305359,00196539)(1.6,00362206,00225019)###SZ ( :DEF_WORD "seethe" :CLASS "47.2.c" :WN_SENSE (("1.5" 00305359 00196539) ("1.6" 00362206 00225019)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (seethe+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#segregate#segregate#segregate#segregate+ingly#(1.5,01405138)(1.6,01691587)###SZ ( :DEF_WORD "segregate" :CLASS "23.1.a" :WN_SENSE (("1.5" 01405138) ("1.6" 01691587)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (segregate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#segregate#segregate#segregate#segregate+ed#(1.5,01405138)(1.6,01691587)###SZ ( :DEF_WORD "segregate" :CLASS "23.1.b" :WN_SENSE (("1.5" 01405138) ("1.6" 01691587)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (segregate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#seize#seize#seize#seize+ingly#(1.5,01293698,00690674,01310630)(1.6,01554318,00826212,01575110)###SZ ( :DEF_WORD "seize" :CLASS "10.5" :WN_SENSE (("1.5" 01293698 00690674 01310630) ("1.6" 01554318 00826212 01575110)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (seize+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#seize#seize#seize#seize+ingly#(1.5,01293698)(1.6,01554318)###SZ ( :DEF_WORD "seize" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01293698) ("1.6" 01554318)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (seize+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#select#select#select#select+ingly#(1.5,00379073)(1.6,00455018)###SZ ( :DEF_WORD "select" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00379073) ("1.6" 00455018)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (select+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#select#select#select#select+ed#(1.5,00379073)(1.6,00455018)###SZ ( :DEF_WORD "select" :CLASS "29.2.c" :WN_SENSE (("1.5" 00379073) ("1.6" 00455018)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (select+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#select#select#select#select+ingly#(1.5,00379073)(1.6,00455018)###SZ ( :DEF_WORD "select" :CLASS "29.2.d" :WN_SENSE (("1.5" 00379073) ("1.6" 00455018)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (select+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#self-eternalize#self-eternalize#self-eternalize#self-eternalize+ed####SZ ( :DEF_WORD "self-eternalize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (self-eternalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 008#1#_ag_th#self-impose#self-impose#self-impose#self-impose+ingly###(goal = self+)#BJDMAP ( :DEF_WORD "self-impose" :CLASS "008" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((toward 5) loc (thing 2) ([on] loc (thing 2) (self+ 6)))) (self-impose+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag,src(from,by),ben(for)#benefit#benefit#benefit##(1.5,01303135)(1.6,01565865)##(th = benefit+)#BJDMAP ! ;; Grid: 13.5.1.a#1#_ag,src(),ben(for)#self-perpetuate#self-perpetuate#self-perpetuate#self-perpetuate+ingly###(th = self+)#BJDMAP ( :DEF_WORD "self-perpetuate" :CLASS "13.5.1.a" :PROPBANK ("arg0 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (self+ 2) ((* [from] 3) poss (self+ 2) ([at] poss (self+ 2) (thing 4))) (to poss (self+ 2) (at poss (self+ 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (self-perpetuate+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.1.b.ii#1#_ag_th,goal(to),ben(for),instr(for)#sell#sell#sell#sell+ingly#(1.5,01277199,00430622)(1.6,01535023,00521283)###SZ ( :DEF_WORD "sell" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01277199 00430622) ("1.6" 01535023 00521283)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (sell+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 13.1.b.ii#1#_ag_goal_th,ben(for),instr(for)#sell#sell#sell#sell+ingly#(1.5,01277199,00430622)(1.6,01535023,00521283)###SZ ( :DEF_WORD "sell" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01277199 00430622) ("1.6" 01535023 00521283)) :PROPBANK ("arg0 arg2 arg1 arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_goal_th,ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (sell+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#semaphore#semaphore#semaphore#semaphore+ingly#(1.5,00587909)(1.6,00704144)###SZ ( :DEF_WORD "semaphore" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587909) ("1.6" 00704144)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (semaphore+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#semaphore#semaphore#semaphore#semaphore+ingly#(1.5,00587909)(1.6,00704144)###SZ ( :DEF_WORD "semaphore" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587909) ("1.6" 00704144)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (semaphore+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#semaphore#semaphore#semaphore#semaphore+ingly#(1.5,00587909)(1.6,00704144)###SZ ( :DEF_WORD "semaphore" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587909) ("1.6" 00704144)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (semaphore+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#semaphore#semaphore#semaphore#semaphore+ingly#(1.5,00587909)(1.6,00704144)###SZ ( :DEF_WORD "semaphore" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587909) ("1.6" 00704144)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (semaphore+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#semaphore#semaphore#semaphore#semaphore+ingly#(1.5,00588011)(1.6,00704246)###SZ ( :DEF_WORD "semaphore" :CLASS "37.4.b" :WN_SENSE (("1.5" 00588011) ("1.6" 00704246)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (semaphore+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#send#send#send#send+ingly#(1.5,01110956,00583238,01110654,00826451,00602249,00548636)(1.6,01328739,00698485,01328437,00985091,00720562,00658752)###SZ ( :DEF_WORD "send" :CLASS "11.1" :WN_SENSE (("1.5" 01110956 00583238 01110654 00826451 00602249 00548636) ("1.6" 01328739 00698485 01328437 00985091 00720562 00658752)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (send+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#send#send#send#send+ingly#(1.5,01110956,00583238,01110654,00826451,00602249,00548636)(1.6,01328739,00698485,01328437,00985091,00720562,00658752)###SZ ( :DEF_WORD "send" :CLASS "11.1" :WN_SENSE (("1.5" 01110956 00583238 01110654 00826451 00602249 00548636) ("1.6" 01328739 00698485 01328437 00985091 00720562 00658752)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (send+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 30.1.a.i#1#_exp_perc#sense#sense#sense#sense+ingly#(1.5,01202814)(1.6,01441871)###SZ ( :DEF_WORD "sense" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (sense+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.b#1#_exp_prop(that)#sense#sense#sense#sense+ingly#(1.5,01202814)(1.6,01441871)###SZ ( :DEF_WORD "sense" :CLASS "30.1.b" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (sense+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform fin))) ) ;; Grid: 30.1.d#1#_exp_perc#sense#sense#sense#sense+ingly#(1.5,01202814)(1.6,01441871)###SZ ( :DEF_WORD "sense" :CLASS "30.1.d" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (sense+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#sense#sense#sense#sense+ingly#(1.5,01202814)(1.6,01441871)###SZ ( :DEF_WORD "sense" :CLASS "30.1.e" :WN_SENSE (("1.5" 01202814) ("1.6" 01441871)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (sense+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 10.1#1#_ag_th,src()#separate#separate#separate#separate+ingly#(1.5,00897572,00839659,01161526)(1.6,01073112,01001075,01388242)#loc##SZ ( :DEF_WORD "separate" :CLASS "10.1" :WN_SENSE (("1.5" 00897572 00839659 01161526) ("1.6" 01073112 01001075 01388242)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (separate+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#separate#separate#separate#separate+ingly#(1.5,00898017,00897572)(1.6,01073802,01073112)###SZ ( :DEF_WORD "separate" :CLASS "23.1.a" :WN_SENSE (("1.5" 00898017 00897572) ("1.6" 01073802 01073112)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (separate+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#separate#separate#separate#separate+ed#(1.5,00898017,00897572)(1.6,01073802,01073112)###SZ ( :DEF_WORD "separate" :CLASS "23.1.b" :WN_SENSE (("1.5" 00898017 00897572) ("1.6" 01073802 01073112)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (separate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#sequester#sequester#sequester#sequester+ed#(1.5,00291523)(1.6,00345547)###SZ ( :DEF_WORD "sequester" :CLASS "16" :WN_SENSE (("1.5" 00291523) ("1.6" 00345547)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (sequester+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sequin#sequin#sequin#sequin+ed####SZ ( :DEF_WORD "sequin" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sequin+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 013#1#_th_loc#serve#serve#serve#serve+ingly#(1.5,00671070,01467036,01438696)(1.6,00803166,01768189,01732330)###SZ ( :DEF_WORD "serve" :CLASS "013" :WN_SENSE (("1.5" 00671070 01467036 01438696) ("1.6" 00803166 01768189 01732330)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* nil 11)) (serve+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th_goal(to)#serve#serve#serve#serve+ingly#(1.5,00670462,00671070)(1.6,00802507,00803166)###SZ ( :DEF_WORD "serve" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00670462 00671070) ("1.6" 00802507 00803166)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (serve+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.a.ii#2#_ag_goal_th#serve#serve#serve#serve+ingly#(1.5,00670462,00671070)(1.6,00802507,00803166)###SZ ( :DEF_WORD "serve" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 00670462 00671070) ("1.6" 00802507 00803166)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (serve+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#serve#serve#serve#serve+ingly#(1.5,00671070)(1.6,00803166)###SZ ( :DEF_WORD "serve" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 00671070) ("1.6" 00803166)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (serve+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#serve#serve#serve#serve+ed#(1.5,00671070)(1.6,00803166)###SZ ( :DEF_WORD "serve" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 00671070) ("1.6" 00803166)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (serve+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.6.b#1#_ag_mod-pred(as)#serve#serve#serve#serve+ed#(1.5,01510287,00618020)(1.6,01822108,00741327)###SZ ( :DEF_WORD "serve" :CLASS "29.6.b" :WN_SENSE (("1.5" 01510287 00618020) ("1.6" 01822108 00741327)) :PROPBANK ("arg0 arg3(as)") :THETA_ROLES ((1 "_ag_mod-pred(as)")) :LCS (be ident (* thing 1) (at ident (thing 1) (serve+ed 9)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((29 :obligatory) (1 (human +))) ) ;; Grid: 54.3.a#1#_th_poss#serve#serve#serve#serve+ingly#(1.5,01438930,00670462)(1.6,01732720,00802507)###SZ ( :DEF_WORD "serve" :CLASS "54.3.a" :WN_SENSE (("1.5" 01438930 00670462) ("1.6" 01732720 00802507)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (serve+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#serve#serve#serve#serve+ingly#(1.5,01438930,00670462)(1.6,01732720,00802507)###SZ ( :DEF_WORD "serve" :CLASS "54.3.b" :WN_SENSE (("1.5" 01438930 00670462) ("1.6" 01732720 00802507)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (serve+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#service#service#service#service+ed#(1.5,00271766,00927774)(1.6,00319458,01113133)###SZ ( :DEF_WORD "service" :CLASS "45.4.a" :WN_SENSE (("1.5" 00271766 00927774) ("1.6" 00319458 01113133)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (service+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#set#set#set#set+ingly#(1.5,00902351,00924833,00859635)(1.6,01079342,01107267,01026409)#loc##SZ ( :DEF_WORD "set" :CLASS "9.1" :WN_SENSE (("1.5" 00902351 00924833 00859635) ("1.6" 01079342 01107267 01026409)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (set+ingly 26)) ) ;; Grid: 25.1.a#1#_ag_th,goal()#set#set#set#set+ingly#(1.5,00924833)(1.6,01107267)###SZ ( :DEF_WORD "set" :CLASS "25.1.a" :WN_SENSE (("1.5" 00924833) ("1.6" 01107267)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (set+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#set#set#set#set+ed#(1.5,00924833)(1.6,01107267)###SZ ( :DEF_WORD "set" :CLASS "25.1.b" :WN_SENSE (("1.5" 00924833) ("1.6" 01107267)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (set+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#set#set#set#set+ed#(1.5,00859635,00180497)(1.6,01026409,00206314)###SZ ( :DEF_WORD "set" :CLASS "26.3" :WN_SENSE (("1.5" 00859635 00180497) ("1.6" 01026409 00206314)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (set+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#set#set#set#set+ed#(1.5,00859635,00180497)(1.6,01026409,00206314)###SZ ( :DEF_WORD "set" :CLASS "26.3" :WN_SENSE (("1.5" 00859635 00180497) ("1.6" 01026409 00206314)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (set+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#set#set#set#set+ed#(1.5,00025195)(1.6,00027257)###SZ ( :DEF_WORD "set" :CLASS "41.2.2" :WN_SENSE (("1.5" 00025195) ("1.6" 00027257)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (set+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#settle#settle#settle#settle+ingly#(1.5,00859181)(1.6,01025728)###SZ ( :DEF_WORD "settle" :CLASS "9.7.a" :WN_SENSE (("1.5" 00859181) ("1.6" 01025728)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (settle+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#settle#settle#settle#settle+ed#(1.5,00859181)(1.6,01025728)###SZ ( :DEF_WORD "settle" :CLASS "9.7.d" :WN_SENSE (("1.5" 00859181) ("1.6" 01025728)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (settle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 46.b#1#,ag_th_loc()#settle#settle#settle#settle+ingly#(1.5,00246112,00245657,00318385)(1.6,00288116,00287585,00377104)###SZ ( :DEF_WORD "settle" :CLASS "46.b" :WN_SENSE (("1.5" 00246112 00245657 00318385) ("1.6" 00288116 00287585 00377104)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (settle+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 55.1.b#1#_th,prop#set_about#set_about#set_about#set-about+ingly####SZ ( :DEF_WORD "set_about" :CLASS "55.1.b" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (set-about+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#set_about#set_about#set_about#set-about+ingly####SZ ( :DEF_WORD "set_about" :CLASS "55.1.c" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (set-about+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 10.1#1#_ag_th,src()#sever#sever#sever#sever+ingly#(1.5,00899652,00899577)(1.6,01075648,01075495)#loc##SZ ( :DEF_WORD "sever" :CLASS "10.1" :WN_SENSE (("1.5" 00899652 00899577) ("1.6" 01075648 01075495)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (sever+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#sever#sever#sever#sever+ingly#(1.5,00899652)(1.6,01075648)###SZ ( :DEF_WORD "sever" :CLASS "23.1.a" :WN_SENSE (("1.5" 00899652) ("1.6" 01075648)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (sever+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 23.1.b#1#,ag_th#sever#sever#sever#sever+ed#(1.5,00899652)(1.6,01075648)###SZ ( :DEF_WORD "sever" :CLASS "23.1.b" :WN_SENSE (("1.5" 00899652) ("1.6" 01075648)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sever+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#sew#sew#sew#sew+ingly#(1.5,00761093,00953364)(1.6,00907105,01144127)###SZ ( :DEF_WORD "sew" :CLASS "9.7.a" :WN_SENSE (("1.5" 00761093 00953364) ("1.6" 00907105 01144127)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sew+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#sew#sew#sew#sew+ed#(1.5,00761093,00953364)(1.6,00907105,01144127)###SZ ( :DEF_WORD "sew" :CLASS "9.7.d" :WN_SENSE (("1.5" 00761093 00953364) ("1.6" 00907105 01144127)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sew+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#sew#sew#sew#sew+ingly#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "sew" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (sew+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#sew#sew#sew#sew+ed#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "sew" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sew+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#sew#sew#sew#sew+ed#(1.5,00761093,00953364)(1.6,00907105,01144127)###SZ ( :DEF_WORD "sew" :CLASS "26.1.a" :WN_SENSE (("1.5" 00761093 00953364) ("1.6" 00907105 01144127)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sew+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#sew#sew#sew#sew+ed#(1.5,00761093,00953364)(1.6,00907105,01144127)###SZ ( :DEF_WORD "sew" :CLASS "26.1.a" :WN_SENSE (("1.5" 00761093 00953364) ("1.6" 00907105 01144127)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sew+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#sew#sew#sew#sew+ingly#(1.5,00761093,00953364)(1.6,00907105,01144127)###SZ ( :DEF_WORD "sew" :CLASS "26.1.b" :WN_SENSE (("1.5" 00761093 00953364) ("1.6" 00907105 01144127)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (sew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#shackle#shackle#shackle#shackle+ingly#(1.5,00737899)(1.6,00879744)###SZ ( :DEF_WORD "shackle" :CLASS "22.4.a" :WN_SENSE (("1.5" 00737899) ("1.6" 00879744)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (shackle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 021#1#_ag_th(against)#shade#shade#shade#shade+ingly#(1.5,--)(1.6,01013052)###SZ ! ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#shackle#shackle#shackle#shackle+ed#(1.5,00737899)(1.6,00879744)###SZ ( :DEF_WORD "shackle" :CLASS "22.4.b" :WN_SENSE (("1.5" 00737899) ("1.6" 00879744)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shackle+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.8.c#1#_th_loc#shade#shade#shade#shade+ingly#(1.5,00971216)(1.6,01163110)###SZ ( :DEF_WORD "shade" :CLASS "47.8.c" :WN_SENSE (("1.5" 00971216) ("1.6" 01163110)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (shade+ingly 26)) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#shadow#shadow#shadow#shadow+ingly#(1.5,01142398)(1.6,01365498)###SZ ( :DEF_WORD "shadow" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142398) ("1.6" 01365498)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (shadow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#shake#shake#shake#shake+ingly#(1.5,01076689,01186399)(1.6,01289996,01419172)###SZ ( :DEF_WORD "shake" :CLASS "9.3.a" :WN_SENSE (("1.5" 01076689 01186399) ("1.6" 01289996 01419172)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (shake+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#shake#shake#shake#shake+ingly#(1.5,01076689)(1.6,01289996)###SZ ( :DEF_WORD "shake" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 01076689) ("1.6" 01289996)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (shake+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#shake#shake#shake#shake+ingly#(1.5,01076689)(1.6,01289996)###SZ ( :DEF_WORD "shake" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01076689) ("1.6" 01289996)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (shake+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.i#1#_ag_th#shake#shake#shake#shake+ingly#(1.5,01076689)(1.6,01289996)###SZ ( :DEF_WORD "shake" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 01076689) ("1.6" 01289996)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#shake#shake#shake#shake+ingly#(1.5,01076689)(1.6,01289996)###SZ ( :DEF_WORD "shake" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 01076689) ("1.6" 01289996)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (shake+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#shake#shake#shake#shake+ed#(1.5,01076689)(1.6,01289996)###SZ ( :DEF_WORD "shake" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01076689) ("1.6" 01289996)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shake+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#shake#shake#shake#shake+ingly#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "shake" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (shake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#shake#shake#shake#shake+ingly#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "shake" :CLASS "26.5.b" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (shake+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#shake#shake#shake#shake+ingly#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "shake" :CLASS "31.1.a" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (shake+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#shake#shake#shake#shake+ingly#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "shake" :CLASS "31.1.b" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (shake+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#shake#shake#shake#shake+ed#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "shake" :CLASS "31.1.c" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shake+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#shake#shake#shake#shake+ingly#(1.5,01076689,00008871)(1.6,01289996,00009323)###SZ ( :DEF_WORD "shake" :CLASS "40.3.2" :WN_SENSE (("1.5" 01076689 00008871) ("1.6" 01289996 00009323)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (shake+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#shake#shake#shake#shake+ingly#(1.5,01076689,01186399)(1.6,01289996,01419172)###SZ ( :DEF_WORD "shake" :CLASS "47.3.a" :WN_SENSE (("1.5" 01076689 01186399) ("1.6" 01289996 01419172)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (shake+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#shake#shake#shake#shake+ingly#(1.5,01076689,01077818,01069583)(1.6,01289996,01291209,01281178)###SZ ( :DEF_WORD "shake" :CLASS "47.3.b" :WN_SENSE (("1.5" 01076689 01077818 01069583) ("1.6" 01289996 01291209 01281178)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (shake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#shake_one#shake_one#shake_one#shake+ingly####SZ ( :DEF_WORD "shake_one" :GLOSS_HEAD "shake" :CLASS "40.3.2" :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (shake+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#shamble#shamble#shamble#shamble+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shamble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (shamble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#shamble#shamble#shamble#shamble+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shamble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (shamble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#shame#shame#shame#shame+ingly#(1.5,01020553)(1.6,01223746)###SZ ( :DEF_WORD "shame" :CLASS "31.1.a" :WN_SENSE (("1.5" 01020553) ("1.6" 01223746)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (shame+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#shame#shame#shame#shame+ingly#(1.5,01020553)(1.6,01223746)###SZ ( :DEF_WORD "shame" :CLASS "31.1.b" :WN_SENSE (("1.5" 01020553) ("1.6" 01223746)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (shame+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#shame#shame#shame#shame+ed#(1.5,01020553)(1.6,01223746)###SZ ( :DEF_WORD "shame" :CLASS "31.1.c" :WN_SENSE (("1.5" 01020553) ("1.6" 01223746)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shame+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#shame#shame#shame#shame+ingly#(1.5,01442187,01419850,01020553)(1.6,01736849,01709572,01223746)###SZ ( :DEF_WORD "shame" :CLASS "33.b" :WN_SENSE (("1.5" 01442187 01419850 01020553) ("1.6" 01736849 01709572 01223746)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (shame+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#shampoo#shampoo#shampoo#shampoo+ed#(1.5,00027009)(1.6,00029432)###SZ ( :DEF_WORD "shampoo" :CLASS "41.2.2" :WN_SENSE (("1.5" 00027009) ("1.6" 00029432)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shampoo+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#shape#shape#shape#shape+ed#(1.5,00083270)(1.6,00095506)###SZ ( :DEF_WORD "shape" :CLASS "26.1.a" :WN_SENSE (("1.5" 00083270) ("1.6" 00095506)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shape+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#shape#shape#shape#shape+ed#(1.5,00083270)(1.6,00095506)###SZ ( :DEF_WORD "shape" :CLASS "26.1.a" :WN_SENSE (("1.5" 00083270) ("1.6" 00095506)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shape+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#shape#shape#shape#shape+ingly#(1.5,00083270)(1.6,00095506)###SZ ( :DEF_WORD "shape" :CLASS "26.1.b" :WN_SENSE (("1.5" 00083270) ("1.6" 00095506)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (shape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 27#1#_ag_th#shape#shape#shape#shape+ingly#(1.5,00394265)(1.6,00474001)###SZ ( :DEF_WORD "shape" :CLASS "27" :WN_SENSE (("1.5" 00394265) ("1.6" 00474001)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (shape+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 026#1#_ag_th_goal(among)#share#share#share#share+ingly#(1.5,01305499)(1.6,01568792)###SZ ! ;; Grid: 48.1.2#1#_ag_th,goal(to)#shape#shape#shape#shape+ingly#(1.5,00394265,00083270)(1.6,00474001,00095506)###SZ ( :DEF_WORD "shape" :CLASS "48.1.2" :WN_SENSE (("1.5" 00394265 00083270) ("1.6" 00474001 00095506)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (shape+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#share#share#share#share+ed#(1.5,01306037,01538579)(1.6,01569784,01856887)###SZ ( :DEF_WORD "share" :CLASS "22.2.a" :WN_SENSE (("1.5" 01306037 01538579) ("1.6" 01569784 01856887)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (share+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#shark#shark#shark#shark+ingly#(1.5,00649419)(1.6,00777144)###SZ ( :DEF_WORD "shark" :CLASS "13.7" :WN_SENSE (("1.5" 00649419) ("1.6" 00777144)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (shark+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sharpen#sharpen#sharpen#sharpen+ed#(1.5,00711392)(1.6,00850117)###SZ ( :DEF_WORD "sharpen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00711392) ("1.6" 00850117)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sharpen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sharpen#sharpen#sharpen#sharpen+ed#(1.5,00711392)(1.6,00850117)###SZ ( :DEF_WORD "sharpen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00711392) ("1.6" 00850117)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sharpen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sharpen#sharpen#sharpen#sharpen+ed#(1.5,00233875,00233780)(1.6,00272165,00272165)###SZ ( :DEF_WORD "sharpen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00233875 00233780) ("1.6" 00272165 00272165)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sharpen+ed 9)))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#shatter#shatter#shatter#shatter+ed#(1.5,00201404)(1.6,00230651)###SZ ( :DEF_WORD "shatter" :CLASS "45.1.a" :WN_SENSE (("1.5" 00201404) ("1.6" 00230651)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shatter+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#shatter#shatter#shatter#shatter+ed#(1.5,00201404)(1.6,00230651)###SZ ( :DEF_WORD "shatter" :CLASS "45.1.b" :WN_SENSE (("1.5" 00201404) ("1.6" 00230651)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shatter+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#shatter#shatter#shatter#shatter+ed#(1.5,00201404)(1.6,00230651)###SZ ( :DEF_WORD "shatter" :CLASS "45.1.c" :WN_SENSE (("1.5" 00201404) ("1.6" 00230651)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shatter+ed 9)))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#shave#shave#shave#shave+ingly#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (shave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#shave#shave#shave#shave+ingly#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#shave#shave#shave#shave+ed#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shave+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#shave#shave#shave#shave+ed#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shave+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#shave#shave#shave#shave+ed#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shave+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.2.1#1#_ag,loc#shave#shave#shave#shave+ingly#(1.5,00024340)(1.6,00026356)###SZ ( :DEF_WORD "shave" :CLASS "41.2.1" :WN_SENSE (("1.5" 00024340) ("1.6" 00026356)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,loc")) :LCS (act loc (* thing 1) (at loc (thing 1) (* thing 11)) (shave+ingly 26)) :VAR_SPEC ((11 :optional) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#shawl#shawl#shawl#shawl+ed####SZ ( :DEF_WORD "shawl" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shawl+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#shear#shear#shear#shear+ingly#(1.5,00756616,00899388,00756806)(1.6,00901682,01075277,00901889)###SZ ( :DEF_WORD "shear" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00756616 00899388 00756806) ("1.6" 00901682 01075277 00901889)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (shear+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#shear#shear#shear#shear+ed#(1.5,00756616,00899388,00756806)(1.6,00901682,01075277,00901889)###SZ ( :DEF_WORD "shear" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00756616 00899388 00756806) ("1.6" 00901682 01075277 00901889)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shear+ed 9))))) ) ;; Grid: 9.10#1#_ag_th#sheathe#sheathe#sheathe#sheathe+#(1.5,00909235,00908976)(1.6,01088949,01088690)#loc#(goal() = in sheath+)#SZ ( :DEF_WORD "sheathe" :CLASS "9.10" :WN_SENSE (("1.5" 00909235 00908976) ("1.6" 01088949 01088690)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (sheath+ 6)))) (sheathe+ 26)) ) ;; Grid: 43.4.a#2#_th_src(through)#shed#shed#shed#shed+ingly#(1.5,00006249)(1.6,00006226)###SZ ( :DEF_WORD "shed" :CLASS "43.4.a" :WN_SENSE (("1.5" 00006249) ("1.6" 00006226)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (shed+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#shed#shed#shed#shed+ingly#(1.5,00006249)(1.6,00006226)###SZ ( :DEF_WORD "shed" :CLASS "43.4.c" :WN_SENSE (("1.5" 00006249) ("1.6" 00006226)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (shed+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#shed#shed#shed#shed+ingly#(1.5,00887515,00887372)(1.6,01061056,01060886)###SZ ( :DEF_WORD "shed" :CLASS "43.4.d" :WN_SENSE (("1.5" 00887515 00887372) ("1.6" 01061056 01060886)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (shed+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#shed#shed#shed#shed+ed#(1.5,00887515,00887372)(1.6,01061056,01060886)###SZ ( :DEF_WORD "shed" :CLASS "43.4.e" :WN_SENSE (("1.5" 00887515 00887372) ("1.6" 01061056 01060886)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shed+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#shell#shell#shell##(1.5,00119360)(1.6,00135603)#loc#(th = shell+)#SZ ( :DEF_WORD "shell" :CLASS "10.7" :WN_SENSE (("1.5" 00119360) ("1.6" 00135603)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (shell+ 2) (from loc (shell+ 2) (at loc (shell+ 2) (* thing 4))))) ) ;; Grid: 24#1#,ag_th,instr(with)#shellac#shellac#shellac#shellac+ed#(1.5,00726731)(1.6,00867018)###SZ ( :DEF_WORD "shellac" :CLASS "24" :WN_SENSE (("1.5" 00726731) ("1.6" 00867018)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shellac+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 9.10#1#_ag_th#shelter#shelter#shelter#shelter+#(1.5,01502601)(1.6,01812809)###SZ ( :DEF_WORD "shelter" :CLASS "9.10" :WN_SENSE (("1.5" 01502601) ("1.6" 01812809)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (shelter+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 16#1#_ag_th,mod-loc(from),mod-loc()#shelter#shelter#shelter#shelter+ed#(1.5,01502601)(1.6,01812809)###SZ ( :DEF_WORD "shelter" :CLASS "16" :WN_SENSE (("1.5" 01502601) ("1.6" 01812809)) :PROPBANK ("arg0 arg1 arg2(from) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc(from),mod-loc()")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (shelter+ed 9))) ((* [in] 23) loc (*head*) (thing 24)) ((* not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 46.b#1#,ag_th_loc()#shelter#shelter#shelter#shelter+ingly#(1.5,01502601)(1.6,01812809)###SZ ( :DEF_WORD "shelter" :CLASS "46.b" :WN_SENSE (("1.5" 01502601) ("1.6" 01812809)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th_loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (shelter+ingly 26)) :VAR_SPEC ((1 :optional) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#shelter#shelter#shelter#shelter+ingly#(1.5,01502601)(1.6,01812809)###SZ ( :DEF_WORD "shelter" :CLASS "47.1" :WN_SENSE (("1.5" 01502601) ("1.6" 01812809)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (shelter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#shelve#shelve#shelve#shelve+#(1.5,01495560)(1.6,01804260)#loc#(goal() = on shelf+)#SZ ( :DEF_WORD "shelve" :CLASS "9.10" :WN_SENSE (("1.5" 01495560) ("1.6" 01804260)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (shelf+ 6)))) (shelve+ 26)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#shepherd#shepherd#shepherd#shepherd+ingly#(1.5,01443710)(1.6,01738832)###SZ ( :DEF_WORD "shepherd" :CLASS "29.8.a" :WN_SENSE (("1.5" 01443710) ("1.6" 01738832)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (shepherd+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#shepherd#shepherd#shepherd#shepherd+ingly#(1.5,01443710,01443604)(1.6,01738832,01738726)###SZ ( :DEF_WORD "shepherd" :CLASS "29.8.b" :WN_SENSE (("1.5" 01443710 01443604) ("1.6" 01738832 01738726)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shepherd+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.i#1#_ag_th#shepherd#shepherd#shepherd#shepherd+ingly#(1.5,01443710,01443604)(1.6,01738832,01738726)###SZ ( :DEF_WORD "shepherd" :CLASS "51.7.i" :WN_SENSE (("1.5" 01443710 01443604) ("1.6" 01738832 01738726)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shepherd+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#shepherd#shepherd#shepherd#shepherd+ingly#(1.5,01443710,01443604)(1.6,01738832,01738726)###SZ ( :DEF_WORD "shepherd" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01443710 01443604) ("1.6" 01738832 01738726)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (shepherd+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 37.9.b#1#_ag_goal,info(against)#shield#shield#shield#shield+ingly#(1.5,00640302)(1.6,00767188)###BJDMAP ( :DEF_WORD "shield" :CLASS "37.9.b" :WN_SENSE (("1.5" 00640302) ("1.6" 00767188)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal,info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (shield+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog) :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#shift#shift#shift#shift+ingly#(1.5,01148913,00328559)(1.6,01373274,00389126)###SZ ( :DEF_WORD "shift" :CLASS "11.1" :WN_SENSE (("1.5" 01148913 00328559) ("1.6" 01373274 00389126)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shift+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#shift#shift#shift#shift+ingly#(1.5,01148913,00328559)(1.6,01373274,00389126)###SZ ( :DEF_WORD "shift" :CLASS "11.1" :WN_SENSE (("1.5" 01148913 00328559) ("1.6" 01373274 00389126)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shift+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#shimmer#shimmer#shimmer#shimmer+ed#(1.5,01530306,01561181)(1.6,01847232,01888346)###BJDMAP ( :DEF_WORD "shimmer" :CLASS "43.1.a" :WN_SENSE (("1.5" 01530306 01561181) ("1.6" 01847232 01888346)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (shimmer+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#shimmer#shimmer#shimmer#shimmer+ed#(1.5,01530306,01561181)(1.6,01847232,01888346)###BJDMAP ( :DEF_WORD "shimmer" :CLASS "43.1.b" :WN_SENSE (("1.5" 01530306 01561181) ("1.6" 01847232 01888346)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (shimmer+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#shine#shine#shine#shine+ed#(1.5,01232279,01561369,01234118,00021039)(1.6,01890214,01888557,01480723,01479299)###SZ ( :DEF_WORD "shine" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232279 01561369 01234118 00021039) ("1.6" 01890214 01888557 01480723 01479299)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (shine+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#shine#shine#shine#shine+ed#(1.5,01232279,01561369,01234118,00021039)(1.6,01890214,01888557,01480723,01479299)###SZ ( :DEF_WORD "shine" :CLASS "43.1.b" :WN_SENSE (("1.5" 01232279 01561369 01234118 00021039) ("1.6" 01890214 01888557 01480723 01479299)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (shine+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.1.c#1#_ag_th#shine#shine#shine#shine+ingly#(1.5,01232279,01561369,01234118,00021039)(1.6,01890214,01888557,01480723,01479299)###SZ ( :DEF_WORD "shine" :CLASS "43.1.c" :WN_SENSE (("1.5" 01232279 01561369 01234118 00021039) ("1.6" 01890214 01888557 01480723 01479299)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shine+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#shingle#shingle#shingle#shingle+ed#(1.5,00703011)(1.6,00840697)###SZ ( :DEF_WORD "shingle" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00703011) ("1.6" 00840697)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shingle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#ship#ship#ship#ship+ingly#(1.5,01110654)(1.6,01328437)###SZ ( :DEF_WORD "ship" :CLASS "11.1" :WN_SENSE (("1.5" 01110654) ("1.6" 01328437)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (ship+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#ship#ship#ship#ship+ingly#(1.5,01110654)(1.6,01328437)###SZ ( :DEF_WORD "ship" :CLASS "11.1" :WN_SENSE (("1.5" 01110654) ("1.6" 01328437)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (ship+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#shirr#shirr#shirr#shirr+ingly#(1.5,00195249)(1.6,00223506)###SZ ( :DEF_WORD "shirr" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195249) ("1.6" 00223506)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shirr+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#shirr#shirr#shirr#shirr+ingly#(1.5,00195249)(1.6,00223506)###SZ ( :DEF_WORD "shirr" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195249) ("1.6" 00223506)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shirr+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#shirr#shirr#shirr#shirr+ed#(1.5,00195249)(1.6,00223506)###SZ ( :DEF_WORD "shirr" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195249) ("1.6" 00223506)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shirr+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#shock#shock#shock#shock+ingly#(1.5,01030386,01031463)(1.6,01234366,01235670)###SZ ( :DEF_WORD "shock" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030386 01031463) ("1.6" 01234366 01235670)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (shock+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#shock#shock#shock#shock+ingly#(1.5,01015668,01030386,01031463)(1.6,01217709,01234366,01235670)###SZ ( :DEF_WORD "shock" :CLASS "31.1.b" :WN_SENSE (("1.5" 01015668 01030386 01031463) ("1.6" 01217709 01234366 01235670)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (shock+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#shock#shock#shock#shock+ed#(1.5,01015668,01030386,01031463)(1.6,01217709,01234366,01235670)###SZ ( :DEF_WORD "shock" :CLASS "31.1.c" :WN_SENSE (("1.5" 01015668 01030386 01031463) ("1.6" 01217709 01234366 01235670)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shock+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#shoe#shoe#shoe#shoe+ed#(1.5,00032367)(1.6,00035393)###SZ ( :DEF_WORD "shoe" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00032367) ("1.6" 00035393)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shoe+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#shoo#shoo#shoo#shoo+ingly#(1.5,01143201)(1.6,01366859)#loc##SZ ( :DEF_WORD "shoo" :CLASS "10.1" :WN_SENSE (("1.5" 01143201) ("1.6" 01366859)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (shoo+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#shoot#shoot#shoot#shoot+ingly#(1.5,01406449)(1.6,01693069)###SZ ( :DEF_WORD "shoot" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01406449) ("1.6" 01693069)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (shoot+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#shoot#shoot#shoot#shoot+ingly#(1.5,01406449)(1.6,01693069)###SZ ( :DEF_WORD "shoot" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01406449) ("1.6" 01693069)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (shoot+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#shoot#shoot#shoot#shoot+ingly#(1.5,00643402,00918379)(1.6,00770753,01099833)###SZ ( :DEF_WORD "shoot" :CLASS "17.1" :WN_SENSE (("1.5" 00643402 00918379) ("1.6" 00770753 01099833)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (shoot+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#shoot#shoot#shoot#shoot+ingly#(1.5,00643402,00918379)(1.6,00770753,01099833)###SZ ( :DEF_WORD "shoot" :CLASS "17.1" :WN_SENSE (("1.5" 00643402 00918379) ("1.6" 00770753 01099833)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (shoot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#shoot#shoot#shoot#shoot+ingly#(1.5,01406449)(1.6,01693069)###SZ ( :DEF_WORD "shoot" :CLASS "18.2.a" :WN_SENSE (("1.5" 01406449) ("1.6" 01693069)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (shoot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#shoot#shoot#shoot#shoot+ingly#(1.5,00643402)(1.6,00770753)###SZ ( :DEF_WORD "shoot" :CLASS "18.2.b" :WN_SENSE (("1.5" 00643402) ("1.6" 00770753)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (shoot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#shoot#shoot#shoot#shoot+ed#(1.5,01406449)(1.6,01693069)###SZ ( :DEF_WORD "shoot" :CLASS "42.2" :WN_SENSE (("1.5" 01406449) ("1.6" 01693069)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shoot+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#shop#shop#shop#shop+ingly#(1.5,01323094)(1.6,01590193)###SZ ( :DEF_WORD "shop" :CLASS "35.2.a" :WN_SENSE (("1.5" 01323094) ("1.6" 01590193)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (shop+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#shop#shop#shop#shop+ingly#(1.5,01323094)(1.6,01590193)###SZ ( :DEF_WORD "shop" :CLASS "35.2.a" :WN_SENSE (("1.5" 01323094) ("1.6" 01590193)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (shop+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#shop#shop#shop#shop+ingly#(1.5,01323094)(1.6,01590193)###SZ ( :DEF_WORD "shop" :CLASS "35.2.b" :WN_SENSE (("1.5" 01323094) ("1.6" 01590193)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (shop+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#short#short#short#short+ed#(1.5,00927774)(1.6,01113133)###SZ ( :DEF_WORD "short" :CLASS "45.4.a" :WN_SENSE (("1.5" 00927774) ("1.6" 01113133)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#short#short#short#short+ed#(1.5,00927774)(1.6,01113133)###SZ ( :DEF_WORD "short" :CLASS "45.4.b" :WN_SENSE (("1.5" 00927774) ("1.6" 01113133)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#short#short#short#short+ed#(1.5,00927774)(1.6,01113133)###SZ ( :DEF_WORD "short" :CLASS "45.4.c" :WN_SENSE (("1.5" 00927774) ("1.6" 01113133)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#short-circuit#short-circuit#short-circuit#short-circuit+ed####SZ ( :DEF_WORD "short-circuit" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short-circuit+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#short-circuit#short-circuit#short-circuit#short-circuit+ed####SZ ( :DEF_WORD "short-circuit" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short-circuit+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#short-circuit#short-circuit#short-circuit#short-circuit+ed####SZ ( :DEF_WORD "short-circuit" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (short-circuit+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#shorten#shorten#shorten#shorten+ed#(1.5,00192206,00146311)(1.6,00219644,00166656)###SZ ( :DEF_WORD "shorten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00192206 00146311) ("1.6" 00219644 00166656)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shorten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#shorten#shorten#shorten#shorten+ed#(1.5,00192206,00146311)(1.6,00219644,00166656)###SZ ( :DEF_WORD "shorten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00192206 00146311) ("1.6" 00219644 00166656)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shorten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#shorten#shorten#shorten#shorten+ed#(1.5,00191921)(1.6,00219370)###SZ ( :DEF_WORD "shorten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00191921) ("1.6" 00219370)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shorten+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#shoulder#shoulder#shoulder##(1.5,00706259)(1.6,00844564)#loc#(goal() = on shoulder+)#SZ ( :DEF_WORD "shoulder" :CLASS "9.10" :WN_SENSE (("1.5" 00706259) ("1.6" 00844564)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (shoulder+ 6))))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#shout#shout#shout#shout+ingly#(1.5,00513328)(1.6,00617516)###SZ ( :DEF_WORD "shout" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513328) ("1.6" 00617516)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (shout+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#shout#shout#shout#shout+ingly#(1.5,00513328)(1.6,00617516)###SZ ( :DEF_WORD "shout" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513328) ("1.6" 00617516)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (shout+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#shout#shout#shout#shout+#(1.5,00513328,00513550)(1.6,00617516,00618000)###SZ ( :DEF_WORD "shout" :CLASS "37.3.b" :WN_SENSE (("1.5" 00513328 00513550) ("1.6" 00617516 00618000)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (shout+ 2) ((* toward 5) comm (shout+ 2) ((at 5) comm (shout+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#shout#shout#shout#shout+#(1.5,00513328,00513550)(1.6,00617516,00618000)###SZ ( :DEF_WORD "shout" :CLASS "37.3.c" :WN_SENSE (("1.5" 00513328 00513550) ("1.6" 00617516 00618000)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (shout+ 2) (toward comm (shout+ 2) (at comm (shout+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 11.4.i#1#_ag_th#shove#shove#shove#shove+ingly#(1.5,00911257)(1.6,01091263)###SZ ( :DEF_WORD "shove" :CLASS "11.4.i" :WN_SENSE (("1.5" 00911257) ("1.6" 01091263)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shove+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#shove#shove#shove#shove+ingly#(1.5,00911257)(1.6,01091263)###SZ ( :DEF_WORD "shove" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00911257) ("1.6" 01091263)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shove+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#shove#shove#shove#shove+ingly#(1.5,00911257)(1.6,01091263)###SZ ( :DEF_WORD "shove" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00911257) ("1.6" 01091263)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shove+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#shove#shove#shove#shove+ingly#(1.5,01066995)(1.6,01278320)###SZ ( :DEF_WORD "shove" :CLASS "12.a.i" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shove+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#shove#shove#shove#shove+ingly#(1.5,01066995)(1.6,01278320)###SZ ( :DEF_WORD "shove" :CLASS "12.a.ii" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (shove+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#shove#shove#shove#shove+ingly#(1.5,01066995)(1.6,01278320)###SZ ( :DEF_WORD "shove" :CLASS "12.b" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (shove+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#shove#shove#shove#shove+ingly#(1.5,01066995)(1.6,01278320)###SZ ( :DEF_WORD "shove" :CLASS "17.1" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (shove+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#shove#shove#shove#shove+ingly#(1.5,01066995)(1.6,01278320)###SZ ( :DEF_WORD "shove" :CLASS "17.1" :WN_SENSE (("1.5" 01066995) ("1.6" 01278320)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (shove+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#shove#shove#shove#shove+ingly#(1.5,00911257)(1.6,01091263)###SZ ( :DEF_WORD "shove" :CLASS "23.2.a" :WN_SENSE (("1.5" 00911257) ("1.6" 01091263)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (shove+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#shove#shove#shove#shove+ed#(1.5,00911257)(1.6,01091263)###SZ ( :DEF_WORD "shove" :CLASS "23.2.b" :WN_SENSE (("1.5" 00911257) ("1.6" 01091263)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shove+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#shovel#shovel#shovel#shovel+ingly#(1.5,00753200)(1.6,00896834)###SZ ( :DEF_WORD "shovel" :CLASS "9.3.a" :WN_SENSE (("1.5" 00753200) ("1.6" 00896834)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (shovel+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#shovel#shovel#shovel#shovel+ingly#(1.5,00753200)(1.6,00896834)###SZ ( :DEF_WORD "shovel" :CLASS "9.3.b" :WN_SENSE (("1.5" 00753200) ("1.6" 00896834)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (shovel+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#shovel#shovel#shovel#shovel+ingly#(1.5,00753200)(1.6,00896834)###SZ ( :DEF_WORD "shovel" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00753200) ("1.6" 00896834)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (shovel+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#shovel#shovel#shovel#shovel+ed#(1.5,00753200)(1.6,00896834)###SZ ( :DEF_WORD "shovel" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00753200) ("1.6" 00896834)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shovel+ed 9))))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#show#show#show#show+ingly#(1.5,00373148,00518807,00573040)(1.6,00448230,00624616,00686544)###SZ ( :DEF_WORD "show" :CLASS "29.5.d" :WN_SENSE (("1.5" 00373148 00518807 00573040) ("1.6" 00448230 00624616 00686544)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (show+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#show#show#show#show+ingly#(1.5,00573040,00373148)(1.6,00686544,00448230)###SZ ( :DEF_WORD "show" :CLASS "29.5.e" :WN_SENSE (("1.5" 00573040 00373148) ("1.6" 00686544 00448230)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (show+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.1.a#1#_ag_goal_info#show#show#show#show+ingly#(1.5,01225799,00519176)(1.6,01470807,00625042)###SZ ( :DEF_WORD "show" :CLASS "37.1.a" :WN_SENSE (("1.5" 01225799 00519176) ("1.6" 01470807 00625042)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (show+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#show#show#show#show+ingly#(1.5,01225799,01219939)(1.6,01470807,01462865)###SZ ( :DEF_WORD "show" :CLASS "37.1.b" :WN_SENSE (("1.5" 01225799 01219939) ("1.6" 01470807 01462865)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (show+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#show#show#show#show+ingly#(1.5,01225799,00519176)(1.6,01470807,00625042)###SZ ( :DEF_WORD "show" :CLASS "37.1.c" :WN_SENSE (("1.5" 01225799 00519176) ("1.6" 01470807 00625042)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (show+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 37.1.d#1#_ag_goal_info(that)#show#show#show#show+ingly#(1.5,01225799,00519176)(1.6,01470807,00625042)###SZ ( :DEF_WORD "show" :CLASS "37.1.d" :WN_SENSE (("1.5" 01225799 00519176) ("1.6" 01470807 00625042)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (show+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#show#show#show#show+ingly#(1.5,01225799,01219939)(1.6,01470807,01462865)###SZ ( :DEF_WORD "show" :CLASS "40.3.2" :WN_SENSE (("1.5" 01225799 01219939) ("1.6" 01470807 01462865)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (show+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#show#show#show#show+ingly#(1.5,00573040,00373148,01219939,00519176,00531321)(1.6,00686544,00448230,01462865,00625042,00639232)###SZ ( :DEF_WORD "show" :CLASS "48.1.2" :WN_SENSE (("1.5" 00573040 00373148 01219939 00519176 00531321) ("1.6" 00686544 00448230 01462865 00625042 00639232)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (show+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#shower#shower#shower#shower+ingly#(1.5,00789871)(1.6,00940558)###SZ ( :DEF_WORD "shower" :CLASS "9.7.a" :WN_SENSE (("1.5" 00789871) ("1.6" 00940558)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (shower+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#shower#shower#shower#shower+ed#(1.5,00789871)(1.6,00940558)###SZ ( :DEF_WORD "shower" :CLASS "9.7.d" :WN_SENSE (("1.5" 00789871) ("1.6" 00940558)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shower+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.2.i#1#_ag_th,instr(with)#shower#shower#shower#shower+ingly#(1.5,00789871)(1.6,00940558)###BJDMAP ( :DEF_WORD "shower" :CLASS "17.2.i" :WN_SENSE (("1.5" 00789871) ("1.6" 00940558)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (shower+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.i#1#_ag#shower#shower#shower#shower+ingly#(1.5,00023055)(1.6,00024814)###SZ ( :DEF_WORD "shower" :CLASS "41.1.1.i" :WN_SENSE (("1.5" 00023055) ("1.6" 00024814)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (shower+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#shower#shower#shower#shower+ed#(1.5,00023055)(1.6,00024814)###SZ ( :DEF_WORD "shower" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00023055) ("1.6" 00024814)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shower+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#shower#shower#shower#shower+ed#(1.5,00023055)(1.6,00024814)###SZ ( :DEF_WORD "shower" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00023055) ("1.6" 00024814)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shower+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 57.b#1#_mod-poss(with)#shower#shower#shower#shower+ingly#(1.5,01558641)(1.6,01884494)###SZ ( :DEF_WORD "shower" :CLASS "57.b" :WN_SENSE (("1.5" 01558641) ("1.6" 01884494)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (shower+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 48.1.1.b#1#_th,mod-loc(on)#show_up#show#show_up#show-up+ingly####SZ ( :DEF_WORD "show_up" :ROMAN "show" :CLASS "48.1.1.b" :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* on 23) loc (*head*) (thing 24)) (show-up+ingly 26)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#shred#shred#shred#shred+ed#(1.5,00905884)(1.6,01084148)###SZ ( :DEF_WORD "shred" :CLASS "21.2.a" :WN_SENSE (("1.5" 00905884) ("1.6" 01084148)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shred+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#shred#shred#shred#shred+ed#(1.5,00905884)(1.6,01084148)###SZ ( :DEF_WORD "shred" :CLASS "21.2.b" :WN_SENSE (("1.5" 00905884) ("1.6" 01084148)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shred+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#shred#shred#shred#shred+ed#(1.5,00905884)(1.6,01084148)###SZ ( :DEF_WORD "shred" :CLASS "21.2.c" :WN_SENSE (("1.5" 00905884) ("1.6" 01084148)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (shred+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#shriek#shriek#shriek#shriek+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (shriek+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#shriek#shriek#shriek#shriek+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (shriek+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#shriek#shriek#shriek#shriek+#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "37.3.b" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (shriek+ 2) ((* toward 5) comm (shriek+ 2) ((at 5) comm (shriek+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#shriek#shriek#shriek#shriek+#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "37.3.c" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (shriek+ 2) (toward comm (shriek+ 2) (at comm (shriek+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#shriek#shriek#shriek#shriek+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "43.2.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (shriek+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#shriek#shriek#shriek#shriek+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shriek" :CLASS "43.2.b" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (shriek+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#shrill#shrill#shrill#shrill+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shrill" :CLASS "43.2.a" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (shrill+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#shrill#shrill#shrill#shrill+ingly#(1.5,00514575)(1.6,00618946)###SZ ( :DEF_WORD "shrill" :CLASS "43.2.b" :WN_SENSE (("1.5" 00514575) ("1.6" 00618946)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (shrill+ingly 26)) ) ;; Grid: 13.7#1#_ag#shrimp#shrimp#shrimp#shrimp+ingly#(1.5,00648517)(1.6,00775987)###SZ ( :DEF_WORD "shrimp" :CLASS "13.7" :WN_SENSE (("1.5" 00648517) ("1.6" 00775987)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (shrimp+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#shrink#shrink#shrink#shrink+ingly#(1.5,01179252)(1.6,01410062)###SZ ( :DEF_WORD "shrink" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (shrink+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#shrink#shrink#shrink#shrink+ingly#(1.5,01179252)(1.6,01410062)###SZ ( :DEF_WORD "shrink" :CLASS "40.5" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (shrink+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#shrink#shrink#shrink#shrink+ed#(1.5,00144554)(1.6,00164725)###SZ ( :DEF_WORD "shrink" :CLASS "45.4.a" :WN_SENSE (("1.5" 00144554) ("1.6" 00164725)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrink+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#shrink#shrink#shrink#shrink+ed#(1.5,00144554)(1.6,00164725)###SZ ( :DEF_WORD "shrink" :CLASS "45.4.b" :WN_SENSE (("1.5" 00144554) ("1.6" 00164725)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrink+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#shrink#shrink#shrink#shrink+ed#(1.5,00144252)(1.6,00164388)###SZ ( :DEF_WORD "shrink" :CLASS "45.4.c" :WN_SENSE (("1.5" 00144252) ("1.6" 00164388)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrink+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#shrivel#shrivel#shrivel#shrivel+ed#(1.5,00145094)(1.6,00165232)###SZ ( :DEF_WORD "shrivel" :CLASS "45.4.a" :WN_SENSE (("1.5" 00145094) ("1.6" 00165232)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrivel+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#shrivel#shrivel#shrivel#shrivel+ed#(1.5,00145094)(1.6,00165232)###SZ ( :DEF_WORD "shrivel" :CLASS "45.4.b" :WN_SENSE (("1.5" 00145094) ("1.6" 00165232)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrivel+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#shrivel#shrivel#shrivel#shrivel+ed#(1.5,00145094)(1.6,00165232)###SZ ( :DEF_WORD "shrivel" :CLASS "45.4.c" :WN_SENSE (("1.5" 00145094) ("1.6" 00165232)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shrivel+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#shroud#shroud#shroud#shroud+ed#(1.5,00909565)(1.6,01089313)###SZ ( :DEF_WORD "shroud" :CLASS "9.8.a" :WN_SENSE (("1.5" 00909565) ("1.6" 01089313)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (shroud+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#shroud#shroud#shroud#shroud+ed#(1.5,00909565)(1.6,01089313)###SZ ( :DEF_WORD "shroud" :CLASS "9.8.b" :WN_SENSE (("1.5" 00909565) ("1.6" 01089313)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (shroud+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#shroud#shroud#shroud#shroud+ed#(1.5,00909565)(1.6,01089313)###SZ ( :DEF_WORD "shroud" :CLASS "9.8.d" :WN_SENSE (("1.5" 00909565) ("1.6" 01089313)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (shroud+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#shrug#shrug#shrug#shrug+#(1.5,00022112)(1.6,00023623)###SZ ( :DEF_WORD "shrug" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00022112) ("1.6" 00023623)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (shrug+ 2) ((* toward 5) comm (shrug+ 2) (touching comm (shrug+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#shrug#shrug#shrug#shrug+ingly#(1.5,00022112)(1.6,00023623)###SZ ( :DEF_WORD "shrug" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00022112) ("1.6" 00023623)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (shrug+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 10.7#1#_ag_src#shuck#shuck#shuck##(1.5,00108327)(1.6,00123186)#loc#(th = shuck+)#SZ ( :DEF_WORD "shuck" :CLASS "10.7" :WN_SENSE (("1.5" 00108327) ("1.6" 00123186)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (shuck+ 2) (from loc (shuck+ 2) (at loc (shuck+ 2) (* thing 4))))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,00816328)(1.6,00972429)###SZ ( :DEF_WORD "shuffle" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00816328) ("1.6" 00972429)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,00816328)(1.6,00972429)###SZ ( :DEF_WORD "shuffle" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00816328) ("1.6" 00972429)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#shuffle#shuffle#shuffle#shuffle+ed#(1.5,00816328)(1.6,00972429)###SZ ( :DEF_WORD "shuffle" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00816328) ("1.6" 00972429)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shuffle+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "40.3.2" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (shuffle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (shuffle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (shuffle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (shuffle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#shuffle#shuffle#shuffle#shuffle+ingly#(1.5,01092100)(1.6,01308542)###SZ ( :DEF_WORD "shuffle" :CLASS "51.5.b" :WN_SENSE (("1.5" 01092100) ("1.6" 01308542)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (shuffle+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 52.a#1#_th_loc#shun#shun#shun#shun+ingly#(1.5,00456898)(1.6,00551826)###SZ ( :DEF_WORD "shun" :CLASS "52.a" :WN_SENSE (("1.5" 00456898) ("1.6" 00551826)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (shun+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#shun#shun#shun#shun+ingly#(1.5,00456898)(1.6,00551826)###SZ ( :DEF_WORD "shun" :CLASS "52.b" :WN_SENSE (("1.5" 00456898) ("1.6" 00551826)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (shun+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#shunt#shunt#shunt#shunt+ingly#(1.5,01148813,01181536)(1.6,01373175,01412583)###SZ ( :DEF_WORD "shunt" :CLASS "11.1" :WN_SENSE (("1.5" 01148813 01181536) ("1.6" 01373175 01412583)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shunt+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#shunt#shunt#shunt#shunt+ingly#(1.5,01148813,01181536)(1.6,01373175,01412583)###SZ ( :DEF_WORD "shunt" :CLASS "11.1" :WN_SENSE (("1.5" 01148813 01181536) ("1.6" 01373175 01412583)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (shunt+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#shut#shut#shut#shut+ed#(1.5,00772512)(1.6,00919962)###SZ ( :DEF_WORD "shut" :CLASS "45.4.a" :WN_SENSE (("1.5" 00772512) ("1.6" 00919962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shut+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#shut#shut#shut#shut+ed#(1.5,00772512)(1.6,00919962)###SZ ( :DEF_WORD "shut" :CLASS "45.4.b" :WN_SENSE (("1.5" 00772512) ("1.6" 00919962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shut+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#shut#shut#shut#shut+ed#(1.5,00773754)(1.6,00921313)###SZ ( :DEF_WORD "shut" :CLASS "45.4.c" :WN_SENSE (("1.5" 00773754) ("1.6" 00921313)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shut+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#shutter#shutter#shutter#shutter+ed#(1.5,00708589)(1.6,00847276)###SZ ( :DEF_WORD "shutter" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00708589) ("1.6" 00847276)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (shutter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#shuttle#shuttle#shuttle#shuttle+ingly#(1.5,01179821)(1.6,01410739)###SZ ( :DEF_WORD "shuttle" :CLASS "11.5" :WN_SENSE (("1.5" 01179821) ("1.6" 01410739)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (shuttle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#shuttle#shuttle#shuttle#shuttle+ingly#(1.5,01179821)(1.6,01410739)###SZ ( :DEF_WORD "shuttle" :CLASS "11.5" :WN_SENSE (("1.5" 01179821) ("1.6" 01410739)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (shuttle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#sicken#sicken#sicken#sicken+ingly#(1.5,01029931)(1.6,01233868)###SZ ( :DEF_WORD "sicken" :CLASS "31.1.a" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (sicken+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#sicken#sicken#sicken#sicken+ingly#(1.5,01029931)(1.6,01233868)###SZ ( :DEF_WORD "sicken" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (sicken+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#sicken#sicken#sicken#sicken+ed#(1.5,01029931)(1.6,01233868)###SZ ( :DEF_WORD "sicken" :CLASS "31.1.c" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sicken+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#sicken#sicken#sicken#sicken+ingly#(1.5,01029931)(1.6,01233868)###SZ ( :DEF_WORD "sicken" :CLASS "31.3.b" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (sicken+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#sicken#sicken#sicken#sicken+#(1.5,01029931)(1.6,01233868)###SZ ( :DEF_WORD "sicken" :CLASS "31.3.f" :WN_SENSE (("1.5" 01029931) ("1.6" 01233868)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (sicken+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 40.8.4#1#_exp_src(at,from)#sicken#sicken#sicken#sicken+ingly#(1.5,00052473,01252477,00053042)(1.6,00059153,01502875,00059890)###BJDMAP ( :DEF_WORD "sicken" :CLASS "40.8.4" :WN_SENSE (("1.5" 00052473 01252477 00053042) ("1.6" 00059153 01502875 00059890)) :PROPBANK ("arg1 arg3(at/from)") :THETA_ROLES ((1 "_exp_src(at,from)")) :LCS (go perc (* thing 2) ((* from 3) perc (thing 2) ((at 10) perc (thing 2) (thing 4))) (sicken+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sicken#sicken#sicken#sicken+ed#(1.5,01252477,00053042)(1.6,01502875,00059890)###SZ ( :DEF_WORD "sicken" :CLASS "45.4.a" :WN_SENSE (("1.5" 01252477 00053042) ("1.6" 01502875 00059890)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sicken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sicken#sicken#sicken#sicken+ed#(1.5,01252477,00053042)(1.6,01502875,00059890)###SZ ( :DEF_WORD "sicken" :CLASS "45.4.b" :WN_SENSE (("1.5" 01252477 00053042) ("1.6" 01502875 00059890)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sicken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sicken#sicken#sicken#sicken+ed#(1.5,00052473)(1.6,00059153)###SZ ( :DEF_WORD "sicken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00052473) ("1.6" 00059153)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sicken+ed 9)))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#side#side#side#side+ingly#(1.5,--)(1.6,00780844)###SZ ( :DEF_WORD "side" :CLASS "36.1.c" :WN_SENSE (("1.5" --) ("1.6" 00780844)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (side+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#side#side#side#side+ingly#(1.5,01529799)(1.6,01846815)###SZ ( :DEF_WORD "side" :CLASS "36.1.d" :WN_SENSE (("1.5" 01529799) ("1.6" 01846815)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (side+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 52.a#1#_th_loc#sidestep#sidestep#sidestep#sidestep+ingly#(1.5,00455749)(1.6,00550404)###SZ ( :DEF_WORD "sidestep" :CLASS "52.a" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (stay loc (* thing 2) (not_at loc (thing 2) (* thing 11)) (sidestep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 52.b#1#_th_prop#sidestep#sidestep#sidestep#sidestep+ingly#(1.5,00455749)(1.6,00550404)###SZ ( :DEF_WORD "sidestep" :CLASS "52.b" :WN_SENSE (("1.5" 00455749) ("1.6" 00550404)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (stay circ (* thing 2) (not_at circ (thing 2) (* event 27)) (sidestep+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (aspect prog))) ) ;; Grid: 51.3.2.a.i#1#_th#sidle#sidle#sidle#sidle+ingly#(1.5,01065497)(1.6,01276427)###SZ ( :DEF_WORD "sidle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01065497) ("1.6" 01276427)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (sidle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#sidle#sidle#sidle#sidle+ingly#(1.5,01065497)(1.6,01276427)###SZ ( :DEF_WORD "sidle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01065497) ("1.6" 01276427)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sidle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 47.8.c#1#_th_loc#siege#siege#siege#siege+ingly####SZ ( :DEF_WORD "siege" :CLASS "47.8.c" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (siege+ingly 26)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#sift#sift#sift#sift+ingly#(1.5,00840424)(1.6,01001922)###SZ ( :DEF_WORD "sift" :CLASS "23.3.a" :WN_SENSE (("1.5" 00840424) ("1.6" 01001922)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (sift+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#sift#sift#sift#sift+ed#(1.5,00840424)(1.6,01001922)###SZ ( :DEF_WORD "sift" :CLASS "23.3.b" :WN_SENSE (("1.5" 00840424) ("1.6" 01001922)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sift+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#sift#sift#sift#sift+ingly#(1.5,00840424)(1.6,01001922)###SZ ( :DEF_WORD "sift" :CLASS "35.2.a" :WN_SENSE (("1.5" 00840424) ("1.6" 01001922)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (sift+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#sift#sift#sift#sift+ingly#(1.5,00840424)(1.6,01001922)###SZ ( :DEF_WORD "sift" :CLASS "35.2.a" :WN_SENSE (("1.5" 00840424) ("1.6" 01001922)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (sift+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#sift#sift#sift#sift+ingly#(1.5,00840424)(1.6,01001922)###SZ ( :DEF_WORD "sift" :CLASS "35.2.b" :WN_SENSE (("1.5" 00840424) ("1.6" 01001922)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (sift+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sigh#sigh#sigh#sigh+ingly#(1.5,00003475)(1.6,00003011)###BJDMAP ( :DEF_WORD "sigh" :CLASS "40.2.b" :WN_SENSE (("1.5" 00003475) ("1.6" 00003011)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sigh+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#sight#sight#sight#sight+ingly#(1.5,01234396)(1.6,01481176)###SZ ( :DEF_WORD "sight" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01234396) ("1.6" 01481176)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (sight+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#sight-read#sight-read#sight-read#sight-read+ingly#(1.5,00353775)(1.6,00425671)###SZ ( :DEF_WORD "sight-read" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00353775) ("1.6" 00425671)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (sight-read+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#sign#sign#sign#sign+ingly#(1.5,00561821)(1.6,00673751)###SZ ( :DEF_WORD "sign" :CLASS "25.1.a" :WN_SENSE (("1.5" 00561821) ("1.6" 00673751)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sign+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#sign#sign#sign#sign+ed#(1.5,00561821)(1.6,00673751)###SZ ( :DEF_WORD "sign" :CLASS "25.1.b" :WN_SENSE (("1.5" 00561821) ("1.6" 00673751)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sign+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#sign#sign#sign#sign+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "sign" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (sign+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#sign#sign#sign#sign+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "sign" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (sign+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#sign#sign#sign#sign+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "sign" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (sign+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#sign#sign#sign#sign+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "sign" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (sign+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#sign#sign#sign#sign+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "sign" :CLASS "37.4.b" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (sign+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#signal#signal#signal#signal+ingly#(1.5,00587507,00517688)(1.6,00703699,00623193)###SZ ( :DEF_WORD "signal" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507 00517688) ("1.6" 00703699 00623193)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (signal+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#signal#signal#signal#signal+ingly#(1.5,00587507,00517688)(1.6,00703699,00623193)###SZ ( :DEF_WORD "signal" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507 00517688) ("1.6" 00703699 00623193)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (signal+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#signal#signal#signal#signal+ingly#(1.5,00587507,00517688)(1.6,00703699,00623193)###SZ ( :DEF_WORD "signal" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507 00517688) ("1.6" 00703699 00623193)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (signal+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#signal#signal#signal#signal+ingly#(1.5,00587507,00517688)(1.6,00703699,00623193)###SZ ( :DEF_WORD "signal" :CLASS "37.4.a" :WN_SENSE (("1.5" 00587507 00517688) ("1.6" 00703699 00623193)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (signal+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#signal#signal#signal#signal+ingly#(1.5,00587507)(1.6,00703699)###SZ ( :DEF_WORD "signal" :CLASS "37.4.b" :WN_SENSE (("1.5" 00587507) ("1.6" 00703699)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (signal+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#signify#signify#signify#signify+ingly#(1.5,00524509,00524791)(1.6,00630864,00631192)###SZ ( :DEF_WORD "signify" :CLASS "37.7.a" :WN_SENSE (("1.5" 00524509 00524791) ("1.6" 00630864 00631192)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (signify+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#silence#silence#silence#silence+ed#(1.5,00273884)(1.6,00322518)###SZ ( :DEF_WORD "silence" :CLASS "45.4.a" :WN_SENSE (("1.5" 00273884) ("1.6" 00322518)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silence+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#silicify#silicify#silicify#silicify+ed####SZ ( :DEF_WORD "silicify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silicify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#silicify#silicify#silicify#silicify+ed####SZ ( :DEF_WORD "silicify" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silicify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#silicify#silicify#silicify#silicify+ed####SZ ( :DEF_WORD "silicify" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silicify+ed 9)))) ) ;; Grid: 26.7.i#1#_ag#silkscreen#silkscreen#silkscreen#silkscreen+ingly#(1.5,00999264)(1.6,01195317)###SZ ( :DEF_WORD "silkscreen" :CLASS "26.7.i" :WN_SENSE (("1.5" 00999264) ("1.6" 01195317)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (silkscreen+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#silkscreen#silkscreen#silkscreen#silkscreen+ingly#(1.5,00999264)(1.6,01195317)###SZ ( :DEF_WORD "silkscreen" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00999264) ("1.6" 01195317)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (silkscreen+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#silkscreen#silkscreen#silkscreen#silkscreen+ingly#(1.5,00999264)(1.6,01195317)###SZ ( :DEF_WORD "silkscreen" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00999264) ("1.6" 01195317)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (silkscreen+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#silver#silver#silver#silver+ed#(1.5,00803773)(1.6,00957172)###SZ ( :DEF_WORD "silver" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00803773) ("1.6" 00957172)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silver+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#silver#silver#silver#silver+ed#(1.5,00803773,00174149)(1.6,00957172,00199166)###SZ ( :DEF_WORD "silver" :CLASS "45.4.a" :WN_SENSE (("1.5" 00803773 00174149) ("1.6" 00957172 00199166)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silver+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#silver#silver#silver#silver+ed#(1.5,00803773,00174149)(1.6,00957172,00199166)###SZ ( :DEF_WORD "silver" :CLASS "45.4.b" :WN_SENSE (("1.5" 00803773 00174149) ("1.6" 00957172 00199166)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silver+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#silver#silver#silver#silver+ed#(1.5,00169241)(1.6,00193980)###SZ ( :DEF_WORD "silver" :CLASS "45.4.c" :WN_SENSE (("1.5" 00169241) ("1.6" 00193980)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (silver+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#simmer#simmer#simmer#simmer+ingly#(1.5,00196430)(1.6,00224878)###SZ ( :DEF_WORD "simmer" :CLASS "45.3.a" :WN_SENSE (("1.5" 00196430) ("1.6" 00224878)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (simmer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#simmer#simmer#simmer#simmer+ingly#(1.5,00196430)(1.6,00224878)###SZ ( :DEF_WORD "simmer" :CLASS "45.3.b" :WN_SENSE (("1.5" 00196430) ("1.6" 00224878)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (simmer+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#simmer#simmer#simmer#simmer+ed#(1.5,00196430)(1.6,00224878)###SZ ( :DEF_WORD "simmer" :CLASS "45.3.c" :WN_SENSE (("1.5" 00196430) ("1.6" 00224878)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (simmer+ed 9)))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#simper#simper#simper#simper+ingly#(1.5,00019152)(1.6,00020571)###BJDMAP ( :DEF_WORD "simper" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019152) ("1.6" 00020571)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (simper+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#simplify#simplify#simplify#simplify+ed#(1.5,00145464)(1.6,00165767)###SZ ( :DEF_WORD "simplify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00145464) ("1.6" 00165767)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (simplify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.4#1#_ag_th#simulate#simulate#simulate#simulate+ed#(1.5,00995557)(1.6,01191194)###SZ ( :DEF_WORD "simulate" :CLASS "25.4" :WN_SENSE (("1.5" 00995557) ("1.6" 01191194)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (simulate+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 26.7.i#1#_ag#sing#sing#sing#sing+ingly#(1.5,00989166)(1.6,01183701)###SZ ( :DEF_WORD "sing" :CLASS "26.7.i" :WN_SENSE (("1.5" 00989166) ("1.6" 01183701)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (sing+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#sing#sing#sing#sing+ingly#(1.5,00990063)(1.6,01184598)###SZ ( :DEF_WORD "sing" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00990063) ("1.6" 01184598)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (sing+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#sing#sing#sing#sing+ingly#(1.5,00990063)(1.6,01184598)###SZ ( :DEF_WORD "sing" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00990063) ("1.6" 01184598)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (sing+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#sing#sing#sing#sing+ingly#(1.5,00990063,00527673)(1.6,01184598,00634807)###SZ ( :DEF_WORD "sing" :CLASS "37.3.a" :WN_SENSE (("1.5" 00990063 00527673) ("1.6" 01184598 00634807)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (sing+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#sing#sing#sing#sing+ingly#(1.5,00990063,00527673)(1.6,01184598,00634807)###SZ ( :DEF_WORD "sing" :CLASS "37.3.a" :WN_SENSE (("1.5" 00990063 00527673) ("1.6" 01184598 00634807)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (sing+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#sing#sing#sing#sing+#(1.5,00527673)(1.6,00634807)###SZ ( :DEF_WORD "sing" :CLASS "37.3.b" :WN_SENSE (("1.5" 00527673) ("1.6" 00634807)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (sing+ 2) ((* toward 5) comm (sing+ 2) ((at 5) comm (sing+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#sing#sing#sing#sing+#(1.5,00527673)(1.6,00634807)###SZ ( :DEF_WORD "sing" :CLASS "37.3.c" :WN_SENSE (("1.5" 00527673) ("1.6" 00634807)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (sing+ 2) (toward comm (sing+ 2) (at comm (sing+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#sing#sing#sing#sing+#(1.5,00989166)(1.6,01183701)###SZ ( :DEF_WORD "sing" :CLASS "38" :WN_SENSE (("1.5" 00989166) ("1.6" 01183701)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (sing+ 2) ((* toward 5) comm (sing+ 2) (touching comm (sing+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#sing#sing#sing#sing+ingly#(1.5,00989166,00590618)(1.6,01183701,00707219)###SZ ( :DEF_WORD "sing" :CLASS "43.2.a" :WN_SENSE (("1.5" 00989166 00590618) ("1.6" 01183701 00707219)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (sing+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#sing#sing#sing#sing+ingly#(1.5,00989166,00590618)(1.6,01183701,00707219)###SZ ( :DEF_WORD "sing" :CLASS "43.2.b" :WN_SENSE (("1.5" 00989166 00590618) ("1.6" 01183701 00707219)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (sing+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#sing#sing#sing#sing+ingly#(1.5,00590618)(1.6,00707219)###SZ ( :DEF_WORD "sing" :CLASS "43.2.c" :WN_SENSE (("1.5" 00590618) ("1.6" 00707219)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (sing+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#singe#singe#singe#singe+ed#(1.5,00226751)(1.6,00263752)###SZ ( :DEF_WORD "singe" :CLASS "45.4.a" :WN_SENSE (("1.5" 00226751) ("1.6" 00263752)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (singe+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#singe#singe#singe#singe+ed#(1.5,00226751)(1.6,00263752)###SZ ( :DEF_WORD "singe" :CLASS "45.4.b" :WN_SENSE (("1.5" 00226751) ("1.6" 00263752)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (singe+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#singe#singe#singe#singe+ed#(1.5,00226751)(1.6,00263752)###SZ ( :DEF_WORD "singe" :CLASS "45.4.c" :WN_SENSE (("1.5" 00226751) ("1.6" 00263752)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (singe+ed 9)))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#single_out#single_out#single_out#single-out+####SZ ( :DEF_WORD "single_out" :CLASS "33.a.ii" :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (single-out+ 2) (toward comm (single-out+ 2) (at comm (single-out+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sink#sink#sink#sink+ed#(1.5,01133162,01123207)(1.6,01354194,01342107)###SZ ( :DEF_WORD "sink" :CLASS "45.4.a" :WN_SENSE (("1.5" 01133162 01123207) ("1.6" 01354194 01342107)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sink+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sink#sink#sink#sink+ed#(1.5,01133162)(1.6,01354194)###SZ ( :DEF_WORD "sink" :CLASS "45.4.b" :WN_SENSE (("1.5" 01133162) ("1.6" 01354194)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sink+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sink#sink#sink#sink+ed#(1.5,01132831,01134878,01123207)(1.6,01353782,01356484,01342107)###SZ ( :DEF_WORD "sink" :CLASS "45.4.c" :WN_SENSE (("1.5" 01132831 01134878 01123207) ("1.6" 01353782 01356484 01342107)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sink+ed 9)))) ) ;; Grid: 39.2.a#1#_ag,th#sip#sip#sip#sip+ingly#(1.5,00664980)(1.6,00796117)###SZ ( :DEF_WORD "sip" :CLASS "39.2.a" :WN_SENSE (("1.5" 00664980) ("1.6" 00796117)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (sip+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#sip#sip#sip#sip+ingly#(1.5,00664980)(1.6,00796117)###SZ ( :DEF_WORD "sip" :CLASS "39.2.b" :WN_SENSE (("1.5" 00664980) ("1.6" 00796117)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (sip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#siphon#siphon#siphon#siphon+ingly#(1.5,01057843)(1.6,01266171)###SZ ( :DEF_WORD "siphon" :CLASS "9.3.a" :WN_SENSE (("1.5" 01057843) ("1.6" 01266171)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (siphon+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#siphon#siphon#siphon#siphon+ingly#(1.5,01057843)(1.6,01266171)###SZ ( :DEF_WORD "siphon" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 01057843) ("1.6" 01266171)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (siphon+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#siphon#siphon#siphon#siphon+ed#(1.5,01057843)(1.6,01266171)###SZ ( :DEF_WORD "siphon" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 01057843) ("1.6" 01266171)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (siphon+ed 9))))) ) ;; Grid: 27#1#_ag_th#sire#sire#sire#sire+ingly#(1.5,00034857)(1.6,00038574)###SZ ( :DEF_WORD "sire" :CLASS "27" :WN_SENSE (("1.5" 00034857) ("1.6" 00038574)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (sire+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.2.i#1#_th,loc()#sit#sit#sit#sit+ingly#(1.5,00888240,01521416)(1.6,01061911,01837041)###SZ ( :DEF_WORD "sit" :CLASS "9.2.i" :WN_SENSE (("1.5" 00888240 01521416) ("1.6" 01061911 01837041)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sit+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#sit#sit#sit#sit+ingly#(1.5,00888862)(1.6,01062571)###SZ ( :DEF_WORD "sit" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00888862) ("1.6" 01062571)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (sit+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#sit#sit#sit#sit+ingly#(1.5,00888240,01521416,00888862)(1.6,01061911,01837041,01062571)###SZ ( :DEF_WORD "sit" :CLASS "47.6.a" :WN_SENSE (("1.5" 00888240 01521416 00888862) ("1.6" 01061911 01837041 01062571)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sit+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 54.3#0#_ag_th_loc()#size#size#size#####SZ ! ;; Grid: 9.1#1#_ag_th_goal()#situate#situate#situate#situate+ingly#(1.5,00906428)(1.6,01085355)#loc##SZ ( :DEF_WORD "situate" :CLASS "9.1" :WN_SENSE (("1.5" 00906428) ("1.6" 01085355)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (situate+ingly 26)) ) ;; Grid: 54.3.a#1#_th_poss#size#size#size#size+ingly#(1.5,--)(1.6,01109187)###SZ ( :DEF_WORD "size" :CLASS "54.3.a" :WN_SENSE (("1.5" --) ("1.6" 01109187)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (size+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#sizzle#sizzle#sizzle#sizzle+ingly#(1.5,00484211)(1.6,00585233)###SZ ( :DEF_WORD "sizzle" :CLASS "43.2.a" :WN_SENSE (("1.5" 00484211) ("1.6" 00585233)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (sizzle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#sizzle#sizzle#sizzle#sizzle+ingly#(1.5,00484211)(1.6,00585233)###SZ ( :DEF_WORD "sizzle" :CLASS "43.2.b" :WN_SENSE (("1.5" 00484211) ("1.6" 00585233)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (sizzle+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#sizzle#sizzle#sizzle#sizzle+ingly#(1.5,01007451)(1.6,01206498)###SZ ( :DEF_WORD "sizzle" :CLASS "43.2.c" :WN_SENSE (("1.5" 01007451) ("1.6" 01206498)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (sizzle+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#skate#skate#skate#skate+ingly#(1.5,01103320)(1.6,01320576)###SZ ( :DEF_WORD "skate" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01103320) ("1.6" 01320576)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (skate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#skate#skate#skate#skate+ingly#(1.5,01103320)(1.6,01320576)###SZ ( :DEF_WORD "skate" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01103320) ("1.6" 01320576)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (skate+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#skateboard#skateboard#skateboard#skateboard+ingly#(1.5,01103918)(1.6,01321236)###SZ ( :DEF_WORD "skateboard" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01103918) ("1.6" 01321236)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (skateboard+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#skateboard#skateboard#skateboard#skateboard+ingly#(1.5,01103918)(1.6,01321236)###SZ ( :DEF_WORD "skateboard" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01103918) ("1.6" 01321236)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (skateboard+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#skeddadle#skeddadle#skeddadle#skeddadle+ingly####SZ ( :DEF_WORD "skeddadle" :CLASS "51.3.2.a.i" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (skeddadle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#skeddadle#skeddadle#skeddadle#skeddadle+ingly####SZ ( :DEF_WORD "skeddadle" :CLASS "51.3.2.a.ii" :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (skeddadle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#sketch#sketch#sketch#sketch+ingly#(1.5,00972393)(1.6,01164442)###SZ ( :DEF_WORD "sketch" :CLASS "25.2" :WN_SENSE (("1.5" 00972393) ("1.6" 01164442)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sketch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.10#1#_ag_th#skewer#skewer#skewer##(1.5,00830636)(1.6,00990550)#loc#(goal() = on skewer+)#SZ ( :DEF_WORD "skewer" :CLASS "9.10" :WN_SENSE (("1.5" 00830636) ("1.6" 00990550)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (skewer+ 6))))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#skewer#skewer#skewer#skewer+ingly#(1.5,00830636)(1.6,00990550)###SZ ( :DEF_WORD "skewer" :CLASS "22.4.a" :WN_SENSE (("1.5" 00830636) ("1.6" 00990550)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (skewer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#skewer#skewer#skewer#skewer+ed#(1.5,00830636)(1.6,00990550)###SZ ( :DEF_WORD "skewer" :CLASS "22.4.b" :WN_SENSE (("1.5" 00830636) ("1.6" 00990550)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (skewer+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#ski#ski#ski#ski+ingly#(1.5,01104109)(1.6,01321425)###SZ ( :DEF_WORD "ski" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01104109) ("1.6" 01321425)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (ski+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#ski#ski#ski#ski+ingly#(1.5,01104109)(1.6,01321425)###SZ ( :DEF_WORD "ski" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01104109) ("1.6" 01321425)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (ski+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#skim#skim#skim#skim+ingly#(1.5,00720119)(1.6,00859979)###SZ ( :DEF_WORD "skim" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00720119) ("1.6" 00859979)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (skim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#skim#skim#skim#skim+ingly#(1.5,00712126,00720119)(1.6,00850850,00859979)###SZ ( :DEF_WORD "skim" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00712126 00720119) ("1.6" 00850850 00859979)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (skim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#skim#skim#skim#skim+ed#(1.5,00720119)(1.6,00859979)###SZ ( :DEF_WORD "skim" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00720119) ("1.6" 00859979)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (skim+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#skim#skim#skim#skim+ingly#(1.5,00720119)(1.6,00859979)###SZ ( :DEF_WORD "skim" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00720119) ("1.6" 00859979)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (skim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#skin#skin#skin##(1.5,00751213,00721361,00060779)(1.6,00894577,00861277,00069548)#loc#(th = skin+)#SZ ( :DEF_WORD "skin" :CLASS "10.7" :WN_SENSE (("1.5" 00751213 00721361 00060779) ("1.6" 00894577 00861277 00069548)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (skin+ 2) (from loc (skin+ 2) (at loc (skin+ 2) (* thing 4))))) ) ;; Grid: 40.8.3#1#_ag_th#skin#skin#skin#skin+ed#(1.5,00751213,00060779)(1.6,00894577,00069548)###SZ ( :DEF_WORD "skin" :CLASS "40.8.3" :WN_SENSE (("1.5" 00751213 00060779) ("1.6" 00894577 00069548)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (skin+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#skip#skip#skip#skip+ingly#(1.5,01120291)(1.6,01338935)###SZ ( :DEF_WORD "skip" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01120291) ("1.6" 01338935)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (skip+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#skip#skip#skip#skip+ingly#(1.5,01120291)(1.6,01338935)###SZ ( :DEF_WORD "skip" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01120291) ("1.6" 01338935)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (skip+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#skipper#skipper#skipper#skipper+ingly#(1.5,01384959)(1.6,01667126)###SZ ( :DEF_WORD "skipper" :CLASS "29.8.a" :WN_SENSE (("1.5" 01384959) ("1.6" 01667126)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (skipper+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#skipper#skipper#skipper#skipper+ingly#(1.5,01384959)(1.6,01667126)###SZ ( :DEF_WORD "skipper" :CLASS "29.8.b" :WN_SENSE (("1.5" 01384959) ("1.6" 01667126)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (skipper+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#skirmish#skirmish#skirmish#skirmish+ingly#(1.5,00636044)(1.6,00762657)###SZ ( :DEF_WORD "skirmish" :CLASS "36.1.c" :WN_SENSE (("1.5" 00636044) ("1.6" 00762657)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (skirmish+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#skirmish#skirmish#skirmish#skirmish+ingly#(1.5,00636044)(1.6,00762657)###SZ ( :DEF_WORD "skirmish" :CLASS "36.1.d" :WN_SENSE (("1.5" 00636044) ("1.6" 00762657)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (skirmish+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 47.8.d#1#_th_loc#skirt#skirt#skirt#skirt+ingly#(1.5,01172983,01527790,00843648)(1.6,01402590,01844566,01006503)###SZ ( :DEF_WORD "skirt" :CLASS "47.8.d" :WN_SENSE (("1.5" 01172983 01527790 00843648) ("1.6" 01402590 01844566 01006503)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (around loc (thing 2) (* thing 11)) (skirt+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#skitter#skitter#skitter#skitter+ingly#(1.5,01075882)(1.6,01289042)###SZ ( :DEF_WORD "skitter" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01075882) ("1.6" 01289042)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (skitter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#skitter#skitter#skitter#skitter+ingly#(1.5,01083800,01075882)(1.6,01298153,01289042)###SZ ( :DEF_WORD "skitter" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083800 01075882) ("1.6" 01298153 01289042)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (skitter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#skulk#skulk#skulk#skulk+ingly#(1.5,01092497)(1.6,01309045)###SZ ( :DEF_WORD "skulk" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092497) ("1.6" 01309045)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (skulk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#skulk#skulk#skulk#skulk+ingly#(1.5,01092497)(1.6,01309045)###SZ ( :DEF_WORD "skulk" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092497) ("1.6" 01309045)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (skulk+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.6#1#_th#skyrocket#skyrocket#skyrocket#skyrocket+ed#(1.5,01107381)(1.6,01324944)###SZ ( :DEF_WORD "skyrocket" :CLASS "45.6" :WN_SENSE (("1.5" 01107381) ("1.6" 01324944)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (skyrocket+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#slack#slack#slack#slack+ed#(1.5,00346555,00316330,00262852,00146898,00146761,00128010)(1.6,00417029,00374848,00308094,00167689,00167516,00146127)###SZ ( :DEF_WORD "slack" :CLASS "45.4.a" :WN_SENSE (("1.5" 00346555 00316330 00262852 00146898 00146761 00128010) ("1.6" 00417029 00374848 00308094 00167689 00167516 00146127)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slack+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#slack#slack#slack#slack+ed#(1.5,00346555,00316330,00262852,00146898,00146761,00128010)(1.6,00417029,00374848,00308094,00167689,00167516,00146127)###SZ ( :DEF_WORD "slack" :CLASS "45.4.b" :WN_SENSE (("1.5" 00346555 00316330 00262852 00146898 00146761 00128010) ("1.6" 00417029 00374848 00308094 00167689 00167516 00146127)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slack+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#slack#slack#slack#slack+ed#(1.5,01395009,00262431,00146761)(1.6,01679125,00307579,00167516)###SZ ( :DEF_WORD "slack" :CLASS "45.4.c" :WN_SENSE (("1.5" 01395009 00262431 00146761) ("1.6" 01679125 00307579 00167516)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slack+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#slacken#slacken#slacken#slacken+ed#(1.5,00262852)(1.6,00308094)###SZ ( :DEF_WORD "slacken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00262852) ("1.6" 00308094)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slacken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#slacken#slacken#slacken#slacken+ed#(1.5,00262852)(1.6,00308094)###SZ ( :DEF_WORD "slacken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00262852) ("1.6" 00308094)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slacken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#slacken#slacken#slacken#slacken+ed#(1.5,00250544)(1.6,00293275)###SZ ( :DEF_WORD "slacken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00250544) ("1.6" 00293275)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slacken+ed 9)))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#slam#slam#slam#slam+ingly#(1.5,00708092,00708335)(1.6,00846778,00847023)###SZ ( :DEF_WORD "slam" :CLASS "17.1" :WN_SENSE (("1.5" 00708092 00708335) ("1.6" 00846778 00847023)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (slam+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#slam#slam#slam#slam+ingly#(1.5,00708092,00708335)(1.6,00846778,00847023)###SZ ( :DEF_WORD "slam" :CLASS "17.1" :WN_SENSE (("1.5" 00708092 00708335) ("1.6" 00846778 00847023)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (slam+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.4.a#1#_th_goal()#slam#slam#slam#slam+ingly#(1.5,00708092)(1.6,00846778)###SZ ( :DEF_WORD "slam" :CLASS "18.4.a" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (slam+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#slam#slam#slam#slam+ed#(1.5,00708092)(1.6,00846778)###SZ ( :DEF_WORD "slam" :CLASS "18.4.b" :WN_SENSE (("1.5" 00708092) ("1.6" 00846778)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slam+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#slander#slander#slander#slander+ingly#(1.5,00475072)(1.6,00574026)###SZ ( :DEF_WORD "slander" :CLASS "33.b" :WN_SENSE (("1.5" 00475072) ("1.6" 00574026)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (slander+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#slant#slant#slant#slant+ingly#(1.5,01165181,01521162)(1.6,01392754,01836789)###BJDMAP ( :DEF_WORD "slant" :CLASS "47.6.a" :WN_SENSE (("1.5" 01165181 01521162) ("1.6" 01392754 01836789)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (slant+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "17.1" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (slap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "17.1" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (slap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "18.1.a" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (slap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "18.1.b" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (slap+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "18.1.c" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (slap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#slap#slap#slap#slap+ingly#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "18.1.d" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (slap+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#slap#slap#slap#slap+ed#(1.5,00815060)(1.6,00970798)###SZ ( :DEF_WORD "slap" :CLASS "18.1.e" :WN_SENSE (("1.5" 00815060) ("1.6" 00970798)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slap+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 21.1.a#1#_th#slash#slash#slash#slash+ed#(1.5,00757712)(1.6,00902827)###SZ ( :DEF_WORD "slash" :CLASS "21.1.a" :WN_SENSE (("1.5" 00757712) ("1.6" 00902827)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slash+ed 9)))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#slash#slash#slash#slash+ingly#(1.5,00757824,00757712)(1.6,00902939,00902827)###SZ ( :DEF_WORD "slash" :CLASS "21.1.b" :WN_SENSE (("1.5" 00757824 00757712) ("1.6" 00902939 00902827)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (slash+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#slash#slash#slash#slash+ingly#(1.5,00757824,00757712)(1.6,00902939,00902827)###SZ ( :DEF_WORD "slash" :CLASS "21.1.c" :WN_SENSE (("1.5" 00757824 00757712) ("1.6" 00902939 00902827)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (slash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#slash#slash#slash#slash+ingly#(1.5,00757712,00757824)(1.6,00902827,00902939)###SZ ( :DEF_WORD "slash" :CLASS "21.1.e" :WN_SENSE (("1.5" 00757712 00757824) ("1.6" 00902827 00902939)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (slash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#slate#slate#slate#slate+ed#(1.5,00767106)(1.6,00914098)###SZ ( :DEF_WORD "slate" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00767106) ("1.6" 00914098)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#slather#slather#slather#slather+ingly#(1.5,00793499)(1.6,00945232)###SZ ( :DEF_WORD "slather" :CLASS "9.7.a" :WN_SENSE (("1.5" 00793499) ("1.6" 00945232)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (slather+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#slather#slather#slather#slather+ed#(1.5,00793499)(1.6,00945232)###SZ ( :DEF_WORD "slather" :CLASS "9.7.d" :WN_SENSE (("1.5" 00793499) ("1.6" 00945232)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slather+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#slaughter#slaughter#slaughter#slaughter+ingly#(1.5,00757951)(1.6,00903064)###SZ ( :DEF_WORD "slaughter" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00757951) ("1.6" 00903064)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (slaughter+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#slaughter#slaughter#slaughter#slaughter+ingly#(1.5,00757951)(1.6,00903064)###SZ ( :DEF_WORD "slaughter" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 00757951) ("1.6" 00903064)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (slaughter+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 42.1.c#1#_ag_th#slaughter#slaughter#slaughter#slaughter+ed#(1.5,00757951,00283058)(1.6,00903064,00334002)###SZ ( :DEF_WORD "slaughter" :CLASS "42.1.c" :WN_SENSE (("1.5" 00757951 00283058) ("1.6" 00903064 00334002)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slaughter+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 42.1.c#1#_ag_th#slay#slay#slay#slay+ed#(1.5,01405259)(1.6,01691743)###SZ ( :DEF_WORD "slay" :CLASS "42.1.c" :WN_SENSE (("1.5" 01405259) ("1.6" 01691743)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slay+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#sled#sled#sled#sled+ingly#(1.5,01104427)(1.6,01321786)###SZ ( :DEF_WORD "sled" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01104427) ("1.6" 01321786)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sled+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#sled#sled#sled#sled+ingly#(1.5,01104427)(1.6,01321786)###SZ ( :DEF_WORD "sled" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01104427) ("1.6" 01321786)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (sled+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#sledge#sledge#sledge#sledge+ingly#(1.5,01114480)(1.6,01332419)###SZ ( :DEF_WORD "sledge" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01114480) ("1.6" 01332419)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sledge+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#sledge#sledge#sledge#sledge+ingly#(1.5,01114480)(1.6,01332419)###SZ ( :DEF_WORD "sledge" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01114480) ("1.6" 01332419)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (sledge+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 40.4#1#_ag#sleep#sleep#sleep#sleep+ingly#(1.5,00009337)(1.6,00009805)###SZ ( :DEF_WORD "sleep" :CLASS "40.4" :WN_SENSE (("1.5" 00009337) ("1.6" 00009805)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (sleep+ingly 26)) ) ;; Grid: 54.3.a#1#_th_poss#sleep#sleep#sleep#sleep+ingly#(1.5,00009337)(1.6,00009805)###SZ ( :DEF_WORD "sleep" :CLASS "54.3.a" :WN_SENSE (("1.5" 00009337) ("1.6" 00009805)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (sleep+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#sleep#sleep#sleep#sleep+ingly#(1.5,00009337)(1.6,00009805)###SZ ( :DEF_WORD "sleep" :CLASS "54.3.b" :WN_SENSE (("1.5" 00009337) ("1.6" 00009805)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (sleep+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#sleepwalk#sleepwalk#sleepwalk#sleepwalk+ingly#(1.5,01116106)(1.6,01334440)###SZ ( :DEF_WORD "sleepwalk" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01116106) ("1.6" 01334440)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (sleepwalk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#sleepwalk#sleepwalk#sleepwalk#sleepwalk+ingly#(1.5,01116106)(1.6,01334440)###SZ ( :DEF_WORD "sleepwalk" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01116106) ("1.6" 01334440)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sleepwalk+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 57.a#1##sleet#sleet#sleet#sleet+ingly#(1.5,01559305)(1.6,01885677)###SZ ( :DEF_WORD "sleet" :CLASS "57.a" :WN_SENSE (("1.5" 01559305) ("1.6" 01885677)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (sleet+ingly 26)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#sleigh#sleigh#sleigh#sleigh+ingly#(1.5,01104427)(1.6,01321786)###SZ ( :DEF_WORD "sleigh" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01104427) ("1.6" 01321786)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sleigh+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#sleigh#sleigh#sleigh#sleigh+ingly#(1.5,01104427)(1.6,01321786)###SZ ( :DEF_WORD "sleigh" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01104427) ("1.6" 01321786)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (sleigh+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#slice#slice#slice#slice+ed#(1.5,00898623,00716251)(1.6,01074448,00855714)###SZ ( :DEF_WORD "slice" :CLASS "21.2.a" :WN_SENSE (("1.5" 00898623 00716251) ("1.6" 01074448 00855714)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slice+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#slice#slice#slice#slice+ed#(1.5,00898623,00716251)(1.6,01074448,00855714)###SZ ( :DEF_WORD "slice" :CLASS "21.2.b" :WN_SENSE (("1.5" 00898623 00716251) ("1.6" 01074448 00855714)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slice+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#slice#slice#slice#slice+ed#(1.5,00716251)(1.6,00855714)###SZ ( :DEF_WORD "slice" :CLASS "21.2.c" :WN_SENSE (("1.5" 00716251) ("1.6" 00855714)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (slice+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 11.2.a#1#_th#slide#slide#slide#slide+ingly#(1.5,01066186,01074875)(1.6,01277396,01287786)###SZ ( :DEF_WORD "slide" :CLASS "11.2.a" :WN_SENSE (("1.5" 01066186 01074875) ("1.6" 01277396 01287786)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slide+ingly 26)) ) ;; Grid: 11.2.b#1#_ag_th#slide#slide#slide#slide+ingly#(1.5,01197974)(1.6,01432584)###SZ ( :DEF_WORD "slide" :CLASS "11.2.b" :WN_SENSE (("1.5" 01197974) ("1.6" 01432584)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (slide+ingly 26)) ) ;; Grid: 11.2.c#2#_ag_goal_th,src()#slide#slide#slide#slide+ingly#(1.5,01197974)(1.6,01432584)###SZ ( :DEF_WORD "slide" :CLASS "11.2.c" :WN_SENSE (("1.5" 01197974) ("1.6" 01432584)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_goal_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (slide+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.2.c#1#,ag_th,goal(to),src()#slide#slide#slide#slide+ingly#(1.5,01197974)(1.6,01432584)###SZ ( :DEF_WORD "slide" :CLASS "11.2.c" :WN_SENSE (("1.5" 01197974) ("1.6" 01432584)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from - up.)") :THETA_ROLES ((1 ",ag_th,goal(to),src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (slide+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#slide#slide#slide#slide+ingly#(1.5,01066186,01074875)(1.6,01277396,01287786)###SZ ( :DEF_WORD "slide" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01066186 01074875) ("1.6" 01277396 01287786)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slide+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#slide#slide#slide#slide+ingly#(1.5,01066186,01074875)(1.6,01277396,01287786)###SZ ( :DEF_WORD "slide" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01066186 01074875) ("1.6" 01277396 01287786)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (slide+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#slide#slide#slide#slide+ingly#(1.5,01197974)(1.6,01432584)###SZ ( :DEF_WORD "slide" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01197974) ("1.6" 01432584)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (slide+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#slide#slide#slide#slide+ingly#(1.5,01197974)(1.6,01432584)###SZ ( :DEF_WORD "slide" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01197974) ("1.6" 01432584)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (slide+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#slim#slim#slim#slim+ed#(1.5,00029539)(1.6,00032369)###SZ ( :DEF_WORD "slim" :CLASS "45.4.a" :WN_SENSE (("1.5" 00029539) ("1.6" 00032369)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slim+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#slim#slim#slim#slim+ed#(1.5,00029539)(1.6,00032369)###SZ ( :DEF_WORD "slim" :CLASS "45.4.b" :WN_SENSE (("1.5" 00029539) ("1.6" 00032369)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slim+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#slim#slim#slim#slim+ed#(1.5,00029539)(1.6,00032369)###SZ ( :DEF_WORD "slim" :CLASS "45.4.c" :WN_SENSE (("1.5" 00029539) ("1.6" 00032369)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slim+ed 9)))) ) ;; Grid: 9.1#1#_ag_th_goal()#sling#sling#sling#sling+ingly#(1.5,00870314)(1.6,01040128)#loc##SZ ( :DEF_WORD "sling" :CLASS "9.1" :WN_SENSE (("1.5" 00870314) ("1.6" 01040128)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sling+ingly 26)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#sling#sling#sling#sling+ingly#(1.5,00870314)(1.6,01040128)###SZ ( :DEF_WORD "sling" :CLASS "17.1" :WN_SENSE (("1.5" 00870314) ("1.6" 01040128)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (sling+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#sling#sling#sling#sling+ingly#(1.5,00870314)(1.6,01040128)###SZ ( :DEF_WORD "sling" :CLASS "17.1" :WN_SENSE (("1.5" 00870314) ("1.6" 01040128)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (sling+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#slink#slink#slink#slink+ingly#(1.5,01091882)(1.6,01308230)###SZ ( :DEF_WORD "slink" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091882) ("1.6" 01308230)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slink+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#slink#slink#slink#slink+ingly#(1.5,01091882)(1.6,01308230)###SZ ( :DEF_WORD "slink" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091882) ("1.6" 01308230)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (slink+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#slip#slip#slip#slip+ingly#(1.5,01076098,00114645,01187936)(1.6,01289257,00130223,01421160)###SZ ( :DEF_WORD "slip" :CLASS "11.1" :WN_SENSE (("1.5" 01076098 00114645 01187936) ("1.6" 01289257 00130223 01421160)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (slip+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#slip#slip#slip#slip+ingly#(1.5,01076098,00114645,01187936)(1.6,01289257,00130223,01421160)###SZ ( :DEF_WORD "slip" :CLASS "11.1" :WN_SENSE (("1.5" 01076098 00114645 01187936) ("1.6" 01289257 00130223 01421160)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (slip+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#slip#slip#slip#slip+ingly#(1.5,01076098,00114645)(1.6,01289257,00130223)###SZ ( :DEF_WORD "slip" :CLASS "23.2.a" :WN_SENSE (("1.5" 01076098 00114645) ("1.6" 01289257 00130223)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (slip+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#slip#slip#slip#slip+ed#(1.5,00114645)(1.6,00130223)###SZ ( :DEF_WORD "slip" :CLASS "23.2.b" :WN_SENSE (("1.5" 00114645) ("1.6" 00130223)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slip+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#slipcover#slipcover#slipcover#slipcover+ed####SZ ( :DEF_WORD "slipcover" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slipcover+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#slit#slit#slit#slit+ed#(1.5,00898537,00898623)(1.6,01074329,01074448)###SZ ( :DEF_WORD "slit" :CLASS "21.2.a" :WN_SENSE (("1.5" 00898537 00898623) ("1.6" 01074329 01074448)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slit+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#slit#slit#slit#slit+ed#(1.5,00898537,00898623)(1.6,01074329,01074448)###SZ ( :DEF_WORD "slit" :CLASS "21.2.b" :WN_SENSE (("1.5" 00898537 00898623) ("1.6" 01074329 01074448)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slit+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 51.3.2.a.i#1#_th#slither#slither#slither#slither+ingly#(1.5,01074875)(1.6,01287786)###SZ ( :DEF_WORD "slither" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01074875) ("1.6" 01287786)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slither+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#slither#slither#slither#slither+ingly#(1.5,01074875)(1.6,01287786)###SZ ( :DEF_WORD "slither" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01074875) ("1.6" 01287786)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (slither+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#slobber#slobber#slobber#slobber+ingly#(1.5,00061096)(1.6,00069962)###BJDMAP ( :DEF_WORD "slobber" :CLASS "40.1.2" :WN_SENSE (("1.5" 00061096) ("1.6" 00069962)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (slobber+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#slog#slog#slog#slog+ingly#(1.5,01094190)(1.6,01310919)###SZ ( :DEF_WORD "slog" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01094190) ("1.6" 01310919)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slog+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#slog#slog#slog#slog+ingly#(1.5,01094190)(1.6,01310919)###SZ ( :DEF_WORD "slog" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01094190) ("1.6" 01310919)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (slog+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#slop#slop#slop#slop+ingly#(1.5,00887832)(1.6,01061371)###SZ ( :DEF_WORD "slop" :CLASS "9.5" :WN_SENSE (("1.5" 00887832) ("1.6" 01061371)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (slop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#slop#slop#slop#slop+ingly#(1.5,00887832)(1.6,01061371)###SZ ( :DEF_WORD "slop" :CLASS "43.4.a" :WN_SENSE (("1.5" 00887832) ("1.6" 01061371)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (slop+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#slop#slop#slop#slop+ingly#(1.5,00907864)(1.6,01087248)###SZ ( :DEF_WORD "slop" :CLASS "43.4.c" :WN_SENSE (("1.5" 00907864) ("1.6" 01087248)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (slop+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#slop#slop#slop#slop+ingly#(1.5,00887832)(1.6,01061371)###SZ ( :DEF_WORD "slop" :CLASS "43.4.d" :WN_SENSE (("1.5" 00887832) ("1.6" 01061371)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (slop+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#slop#slop#slop#slop+ed#(1.5,00887832,00907864)(1.6,01061371,01087248)###SZ ( :DEF_WORD "slop" :CLASS "43.4.e" :WN_SENSE (("1.5" 00887832 00907864) ("1.6" 01061371 01087248)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slop+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#slope#slope#slope#slope+ingly#(1.5,01164880)(1.6,01392106)###SZ ( :DEF_WORD "slope" :CLASS "47.6.a" :WN_SENSE (("1.5" 01164880) ("1.6" 01392106)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (slope+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#slosh#slosh#slosh#slosh+ingly#(1.5,01247884,00790824)(1.6,01497268,00941788)###SZ ( :DEF_WORD "slosh" :CLASS "9.5" :WN_SENSE (("1.5" 01247884 00790824) ("1.6" 01497268 00941788)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (slosh+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#slouch#slouch#slouch#slouch+ingly#(1.5,01134800)(1.6,01356367)###SZ ( :DEF_WORD "slouch" :CLASS "47.6.a" :WN_SENSE (("1.5" 01134800) ("1.6" 01356367)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (slouch+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#slouch#slouch#slouch#slouch+ingly#(1.5,01099690)(1.6,01316861)###SZ ( :DEF_WORD "slouch" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01099690) ("1.6" 01316861)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (slouch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#slouch#slouch#slouch#slouch+ingly#(1.5,01099690)(1.6,01316861)###SZ ( :DEF_WORD "slouch" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01099690) ("1.6" 01316861)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (slouch+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#slow#slow#slow#slow+ed#(1.5,00262560)(1.6,00307731)###SZ ( :DEF_WORD "slow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00262560) ("1.6" 00307731)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#slow#slow#slow#slow+ed#(1.5,00262560)(1.6,00307731)###SZ ( :DEF_WORD "slow" :CLASS "45.4.b" :WN_SENSE (("1.5" 00262560) ("1.6" 00307731)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#slow#slow#slow#slow+ed#(1.5,00262431)(1.6,00307579)###SZ ( :DEF_WORD "slow" :CLASS "45.4.c" :WN_SENSE (("1.5" 00262431) ("1.6" 00307579)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slow+ed 9)))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#slug#slug#slug#slug+ingly#(1.5,00814351)(1.6,00969943)###SZ ( :DEF_WORD "slug" :CLASS "18.2.a" :WN_SENSE (("1.5" 00814351) ("1.6" 00969943)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (slug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#slug#slug#slug#slug+ingly#(1.5,00814351)(1.6,00969943)###SZ ( :DEF_WORD "slug" :CLASS "18.2.b" :WN_SENSE (("1.5" 00814351) ("1.6" 00969943)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (slug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.4#1#_ag#slumber#slumber#slumber#slumber+ingly#(1.5,00009337)(1.6,00009805)###SZ ( :DEF_WORD "slumber" :CLASS "40.4" :WN_SENSE (("1.5" 00009337) ("1.6" 00009805)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (slumber+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc()#slump#slump#slump#slump+ingly#(1.5,01134800,01134423)(1.6,01356367,01355605)###SZ ( :DEF_WORD "slump" :CLASS "47.6.a" :WN_SENSE (("1.5" 01134800 01134423) ("1.6" 01356367 01355605)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (slump+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#slur#slur#slur#slur+ed#(1.5,00988324)(1.6,01182816)###SZ ( :DEF_WORD "slur" :CLASS "45.4.a" :WN_SENSE (("1.5" 00988324) ("1.6" 01182816)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (slur+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#slurp#slurp#slurp#slurp+ingly#(1.5,00664202)(1.6,00795278)###SZ ( :DEF_WORD "slurp" :CLASS "39.2.a" :WN_SENSE (("1.5" 00664202) ("1.6" 00795278)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (slurp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#slurp#slurp#slurp#slurp+ingly#(1.5,00664202)(1.6,00795278)###SZ ( :DEF_WORD "slurp" :CLASS "39.2.b" :WN_SENSE (("1.5" 00664202) ("1.6" 00795278)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (slurp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#smack#smack#smack#smack+ingly####SZ ( :DEF_WORD "smack" :CLASS "18.1.a" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (smack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#smack#smack#smack#smack+ingly#(1.5,00813990,00822724,00818968,00681012)(1.6,00969517,00981318,00975871,00814474)###SZ ( :DEF_WORD "smack" :CLASS "18.1.b" :WN_SENSE (("1.5" 00813990 00822724 00818968 00681012) ("1.6" 00969517 00981318 00975871 00814474)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (smack+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#smack#smack#smack#smack+ingly#(1.5,00813990,00822724,00818968,00681012)(1.6,00969517,00981318,00975871,00814474)###SZ ( :DEF_WORD "smack" :CLASS "18.1.c" :WN_SENSE (("1.5" 00813990 00822724 00818968 00681012) ("1.6" 00969517 00981318 00975871 00814474)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (smack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#smack#smack#smack#smack+ingly#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "smack" :CLASS "18.1.d" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (smack+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#smack#smack#smack#smack+ed#(1.5,00813990,00822724,00818968,00681012)(1.6,00969517,00981318,00975871,00814474)###SZ ( :DEF_WORD "smack" :CLASS "18.1.e" :WN_SENSE (("1.5" 00813990 00822724 00818968 00681012) ("1.6" 00969517 00981318 00975871 00814474)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smack+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#smack#smack#smack#smack+ingly#(1.5,00813990,00822724,00818968,00681012)(1.6,00969517,00981318,00975871,00814474)###SZ ( :DEF_WORD "smack" :CLASS "40.3.2" :WN_SENSE (("1.5" 00813990 00822724 00818968 00681012) ("1.6" 00969517 00981318 00975871 00814474)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (smack+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#smart#smart#smart#smart+ingly#(1.5,01211071)(1.6,01452083)###SZ ( :DEF_WORD "smart" :CLASS "40.8.2" :WN_SENSE (("1.5" 01211071) ("1.6" 01452083)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (smart+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#smarten#smarten#smarten#smarten+ed####SZ ( :DEF_WORD "smarten" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smarten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#smarten#smarten#smarten#smarten+ed####SZ ( :DEF_WORD "smarten" :CLASS "45.4.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smarten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#smarten#smarten#smarten#smarten+ed####SZ ( :DEF_WORD "smarten" :CLASS "45.4.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smarten+ed 9)))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#smash#smash#smash#smash+ingly#(1.5,00807417)(1.6,00961786)###SZ ( :DEF_WORD "smash" :CLASS "17.1" :WN_SENSE (("1.5" 00807417) ("1.6" 00961786)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (smash+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#smash#smash#smash#smash+ingly#(1.5,00807417)(1.6,00961786)###SZ ( :DEF_WORD "smash" :CLASS "17.1" :WN_SENSE (("1.5" 00807417) ("1.6" 00961786)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (smash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#smash#smash#smash#smash+ingly#(1.5,00807417)(1.6,00961786)###SZ ( :DEF_WORD "smash" :CLASS "18.1.a" :WN_SENSE (("1.5" 00807417) ("1.6" 00961786)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (smash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#smash#smash#smash#smash+ingly#(1.5,00902145)(1.6,01078962)###SZ ( :DEF_WORD "smash" :CLASS "18.1.b" :WN_SENSE (("1.5" 00902145) ("1.6" 01078962)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (smash+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#smash#smash#smash#smash+ingly#(1.5,00902145)(1.6,01078962)###SZ ( :DEF_WORD "smash" :CLASS "18.1.c" :WN_SENSE (("1.5" 00902145) ("1.6" 01078962)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (smash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#smash#smash#smash#smash+ingly#(1.5,00202352)(1.6,00232384)###SZ ( :DEF_WORD "smash" :CLASS "18.1.d" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (smash+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#smash#smash#smash#smash+ed#(1.5,00902145)(1.6,01078962)###SZ ( :DEF_WORD "smash" :CLASS "18.1.e" :WN_SENSE (("1.5" 00902145) ("1.6" 01078962)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smash+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 18.4.a#1#_th_goal()#smash#smash#smash#smash+ingly#(1.5,00902145)(1.6,01078962)###SZ ( :DEF_WORD "smash" :CLASS "18.4.a" :WN_SENSE (("1.5" 00902145) ("1.6" 01078962)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (smash+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#smash#smash#smash#smash+ed#(1.5,00902145)(1.6,01078962)###SZ ( :DEF_WORD "smash" :CLASS "18.4.b" :WN_SENSE (("1.5" 00902145) ("1.6" 01078962)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smash+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#smash#smash#smash#smash+ed#(1.5,00202352,00902145)(1.6,00232384,01078962)###SZ ( :DEF_WORD "smash" :CLASS "45.1.a" :WN_SENSE (("1.5" 00202352 00902145) ("1.6" 00232384 01078962)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smash+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#smash#smash#smash#smash+ed#(1.5,00202352,00902145)(1.6,00232384,01078962)###SZ ( :DEF_WORD "smash" :CLASS "45.1.b" :WN_SENSE (("1.5" 00202352 00902145) ("1.6" 00232384 01078962)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#smash#smash#smash#smash+ed#(1.5,00202352)(1.6,00232384)###SZ ( :DEF_WORD "smash" :CLASS "45.1.c" :WN_SENSE (("1.5" 00202352) ("1.6" 00232384)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smash+ed 9)))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#smear#smear#smear#smear+ingly#(1.5,00714399,00714946,00702450)(1.6,00853524,00854199,00840079)###SZ ( :DEF_WORD "smear" :CLASS "9.7.a" :WN_SENSE (("1.5" 00714399 00714946 00702450) ("1.6" 00853524 00854199 00840079)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (smear+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#smear#smear#smear#smear+ed#(1.5,00714399,00714946,00702450)(1.6,00853524,00854199,00840079)###SZ ( :DEF_WORD "smear" :CLASS "9.7.d" :WN_SENSE (("1.5" 00714399 00714946 00702450) ("1.6" 00853524 00854199 00840079)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smear+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.1.a.i#1#_exp_perc#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (smell+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.c#1#_exp_perc#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "30.1.c" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (smell+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "30.1.d" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (smell+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "30.1.e" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (smell+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 30.4#1#_th_pred,mod-perc(to)#smell#smell#smell#smell+ingly#(1.5,01212020,01212463)(1.6,01453160,01453651)###SZ ( :DEF_WORD "smell" :CLASS "30.4" :WN_SENSE (("1.5" 01212020 01212463) ("1.6" 01453160 01453651)) :PROPBANK ("arg1 arg1-PRD arg0(to)") :THETA_ROLES ((1 "_th_pred,mod-perc(to)")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (smell+ingly 26) ((* relative_to 32) perc (*head*) (thing 33))) ) ;; Grid: 35.3.a#1#_ag_purp,loc()#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "35.3.a" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) (for intent (*head*) (* thing 22)) (smell+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.3.b#1#_ag_loc,purp(for)#smell#smell#smell#smell+ingly#(1.5,01212681)(1.6,01453900)###SZ ( :DEF_WORD "smell" :CLASS "35.3.b" :WN_SENSE (("1.5" 01212681) ("1.6" 01453900)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (smell+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.3#1#_th,mod-poss(of)#smell#smell#smell#smell+ed#(1.5,01212020,01212463)(1.6,01453160,01453651)###BJDMAP ( :DEF_WORD "smell" :CLASS "43.3" :WN_SENSE (("1.5" 01212020 01212463) ("1.6" 01453160 01453651)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th,mod-poss(of)")) :LCS (be ident (* thing 2) (at ident (thing 2) (smell+ed 9)) ((* of 15) poss (*head*) (thing 16))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#smelt#smelt#smelt#smelt+ed#(1.5,00963424)(1.6,01154430)###SZ ( :DEF_WORD "smelt" :CLASS "45.4.a" :WN_SENSE (("1.5" 00963424) ("1.6" 01154430)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smelt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#smile#smile#smile#smile+ingly#(1.5,00018548)(1.6,00019944)###BJDMAP ( :DEF_WORD "smile" :CLASS "40.2.b" :WN_SENSE (("1.5" 00018548) ("1.6" 00019944)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (smile+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#smirk#smirk#smirk#smirk+ingly#(1.5,00019152)(1.6,00020571)###BJDMAP ( :DEF_WORD "smirk" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019152) ("1.6" 00020571)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (smirk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#smoke#smoke#smoke#smoke+ingly#(1.5,00681678)(1.6,00815217)###SZ ( :DEF_WORD "smoke" :CLASS "47.2.b" :WN_SENSE (("1.5" 00681678) ("1.6" 00815217)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (smoke+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#smoke#smoke#smoke#smoke+ingly#(1.5,00681678)(1.6,00815217)###SZ ( :DEF_WORD "smoke" :CLASS "47.2.c" :WN_SENSE (("1.5" 00681678) ("1.6" 00815217)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (smoke+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.2.b#1#_th,mod-loc()#smolder#smolder#smolder#smolder+ingly#(1.5,00226298)(1.6,00263203)###SZ ( :DEF_WORD "smolder" :CLASS "47.2.b" :WN_SENSE (("1.5" 00226298) ("1.6" 00263203)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (smolder+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#smooth#smooth#smooth#smooth+ingly#(1.5,00715386,00710708)(1.6,00854691,00849393)###SZ ( :DEF_WORD "smooth" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00715386 00710708) ("1.6" 00854691 00849393)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (smooth+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#smooth#smooth#smooth#smooth+ingly#(1.5,00710708)(1.6,00849393)###SZ ( :DEF_WORD "smooth" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00710708) ("1.6" 00849393)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (smooth+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#smooth#smooth#smooth#smooth+ed#(1.5,00715386,00710708)(1.6,00854691,00849393)###SZ ( :DEF_WORD "smooth" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00715386 00710708) ("1.6" 00854691 00849393)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smooth+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#smooth#smooth#smooth#smooth+ed#(1.5,00715386,01315736)(1.6,00854691,01580740)###SZ ( :DEF_WORD "smooth" :CLASS "45.4.a" :WN_SENSE (("1.5" 00715386 01315736) ("1.6" 00854691 01580740)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smooth+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#smooth#smooth#smooth#smooth+ed#(1.5,00715386,01315736)(1.6,00854691,01580740)###SZ ( :DEF_WORD "smooth" :CLASS "45.4.b" :WN_SENSE (("1.5" 00715386 01315736) ("1.6" 00854691 01580740)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smooth+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#smooth#smooth#smooth#smooth+ed#(1.5,00715386)(1.6,00854691)###SZ ( :DEF_WORD "smooth" :CLASS "45.4.c" :WN_SENSE (("1.5" 00715386) ("1.6" 00854691)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smooth+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#smother#smother#smother#smother+ed#(1.5,00903313,00903415)(1.6,01080454,01080585)###SZ ( :DEF_WORD "smother" :CLASS "9.8.a" :WN_SENSE (("1.5" 00903313 00903415) ("1.6" 01080454 01080585)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (smother+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#smother#smother#smother#smother+ed#(1.5,00903313,00903415)(1.6,01080454,01080585)###SZ ( :DEF_WORD "smother" :CLASS "9.8.b" :WN_SENSE (("1.5" 00903313 00903415) ("1.6" 01080454 01080585)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (smother+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#smother#smother#smother#smother+ed#(1.5,00903524)(1.6,01080749)###SZ ( :DEF_WORD "smother" :CLASS "42.2" :WN_SENSE (("1.5" 00903524) ("1.6" 01080749)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smother+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#smudge#smudge#smudge#smudge+ingly#(1.5,00714635)(1.6,00853756)###SZ ( :DEF_WORD "smudge" :CLASS "9.7.a" :WN_SENSE (("1.5" 00714635) ("1.6" 00853756)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (smudge+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#smudge#smudge#smudge#smudge+ed#(1.5,00714635)(1.6,00853756)###SZ ( :DEF_WORD "smudge" :CLASS "9.7.d" :WN_SENSE (("1.5" 00714635) ("1.6" 00853756)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (smudge+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#smuggle#smuggle#smuggle#smuggle+ingly#(1.5,01333726,01276953)(1.6,01601809,01534777)###SZ ( :DEF_WORD "smuggle" :CLASS "10.5" :WN_SENSE (("1.5" 01333726 01276953) ("1.6" 01601809 01534777)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (smuggle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#smuggle#smuggle#smuggle#smuggle+ingly#(1.5,01333726)(1.6,01601809)###SZ ( :DEF_WORD "smuggle" :CLASS "11.1" :WN_SENSE (("1.5" 01333726) ("1.6" 01601809)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (smuggle+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#smuggle#smuggle#smuggle#smuggle+ingly#(1.5,01333726)(1.6,01601809)###SZ ( :DEF_WORD "smuggle" :CLASS "11.1" :WN_SENSE (("1.5" 01333726) ("1.6" 01601809)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (smuggle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 39.5.a#1#_ag#snack#snack#snack#snack+ingly#(1.5,00666426)(1.6,00797767)###SZ ( :DEF_WORD "snack" :CLASS "39.5.a" :WN_SENSE (("1.5" 00666426) ("1.6" 00797767)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (snack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#snack#snack#snack#snack+ingly#(1.5,00666426)(1.6,00797767)###SZ ( :DEF_WORD "snack" :CLASS "39.5.b" :WN_SENSE (("1.5" 00666426) ("1.6" 00797767)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (snack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#snail#snail#snail##(1.5,00795734)(1.6,00948033)#loc#(th = snail+)#SZ ( :DEF_WORD "snail" :CLASS "10.7" :WN_SENSE (("1.5" 00795734) ("1.6" 00948033)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (snail+ 2) (from loc (snail+ 2) (at loc (snail+ 2) (* thing 4))))) ) ;; Grid: 13.7#1#_ag#snail#snail#snail#snail+ingly#(1.5,00795734)(1.6,00948033)###SZ ( :DEF_WORD "snail" :CLASS "13.7" :WN_SENSE (("1.5" 00795734) ("1.6" 00948033)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (snail+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#snap#snap#snap#snap+ingly#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snap" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snap+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#snap#snap#snap#snap+ingly#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snap" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#snap#snap#snap#snap+#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snap" :CLASS "37.3.b" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (snap+ 2) ((* toward 5) comm (snap+ 2) ((at 5) comm (snap+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#snap#snap#snap#snap+#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snap" :CLASS "37.3.c" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (snap+ 2) (toward comm (snap+ 2) (at comm (snap+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#snap#snap#snap#snap+#(1.5,00515400,00828020)(1.6,00620232,00987154)###SZ ( :DEF_WORD "snap" :CLASS "38" :WN_SENSE (("1.5" 00515400 00828020) ("1.6" 00620232 00987154)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (snap+ 2) ((* toward 5) comm (snap+ 2) (touching comm (snap+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#snap#snap#snap#snap+ingly#(1.5,01078972,01245726,00708004)(1.6,01292661,01494671,00846658)###SZ ( :DEF_WORD "snap" :CLASS "40.3.2" :WN_SENSE (("1.5" 01078972 01245726 00708004) ("1.6" 01292661 01494671 00846658)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (snap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#snap#snap#snap#snap+ingly#(1.5,00214811,01078972,00202707,01245726,01196920)(1.6,00248483,01292661,00233208,01494671,01431504)###SZ ( :DEF_WORD "snap" :CLASS "43.2.a" :WN_SENSE (("1.5" 00214811 01078972 00202707 01245726 01196920) ("1.6" 00248483 01292661 00233208 01494671 01431504)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (snap+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#snap#snap#snap#snap+ingly#(1.5,00214811,01078972,00202707,01245726,01196920)(1.6,00248483,01292661,00233208,01494671,01431504)###SZ ( :DEF_WORD "snap" :CLASS "43.2.b" :WN_SENSE (("1.5" 00214811 01078972 00202707 01245726 01196920) ("1.6" 00248483 01292661 00233208 01494671 01431504)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (snap+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#snap#snap#snap#snap+ingly#(1.5,01196920)(1.6,01431504)###SZ ( :DEF_WORD "snap" :CLASS "43.2.c" :WN_SENSE (("1.5" 01196920) ("1.6" 01431504)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (snap+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#snap#snap#snap#snap+ingly#(1.5,01078972,00202707,01245726,00708004)(1.6,01292661,00233208,01494671,00846658)###SZ ( :DEF_WORD "snap" :CLASS "43.2.d" :WN_SENSE (("1.5" 01078972 00202707 01245726 00708004) ("1.6" 01292661 00233208 01494671 00846658)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (snap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#snap#snap#snap#snap+ed#(1.5,00905676,00202707)(1.6,01083862,00233208)###SZ ( :DEF_WORD "snap" :CLASS "45.1.a" :WN_SENSE (("1.5" 00905676 00202707) ("1.6" 01083862 00233208)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (snap+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#snap#snap#snap#snap+ed#(1.5,00905676,00202707)(1.6,01083862,00233208)###SZ ( :DEF_WORD "snap" :CLASS "45.1.b" :WN_SENSE (("1.5" 00905676 00202707) ("1.6" 01083862 00233208)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (snap+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#snap#snap#snap#snap+ed#(1.5,00905676,00202707)(1.6,01083862,00233208)###SZ ( :DEF_WORD "snap" :CLASS "45.1.c" :WN_SENSE (("1.5" 00905676 00202707) ("1.6" 01083862 00233208)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (snap+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#snare#snare#snare#snare+#(1.5,00850598)(1.6,01015525)###SZ ( :DEF_WORD "snare" :CLASS "9.10" :WN_SENSE (("1.5" 00850598) ("1.6" 01015525)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (snare+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#snarl#snarl#snarl#snarl+ingly#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snarl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snarl+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#snarl#snarl#snarl#snarl+ingly#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snarl" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snarl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#snarl#snarl#snarl#snarl+#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snarl" :CLASS "37.3.b" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (snarl+ 2) ((* toward 5) comm (snarl+ 2) ((at 5) comm (snarl+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#snarl#snarl#snarl#snarl+#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snarl" :CLASS "37.3.c" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (snarl+ 2) (toward comm (snarl+ 2) (at comm (snarl+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#snarl#snarl#snarl#snarl+#(1.5,00515400)(1.6,00620232)###SZ ( :DEF_WORD "snarl" :CLASS "38" :WN_SENSE (("1.5" 00515400) ("1.6" 00620232)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (snarl+ 2) ((* toward 5) comm (snarl+ 2) (touching comm (snarl+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#snatch#snatch#snatch#snatch+ingly#(1.5,00828020,00845618)(1.6,00987154,01008825)###SZ ( :DEF_WORD "snatch" :CLASS "10.5" :WN_SENSE (("1.5" 00828020 00845618) ("1.6" 00987154 01008825)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (snatch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#snatch#snatch#snatch#snatch+ingly#(1.5,00828020,00690222,00845618)(1.6,00987154,00987154,01008825)###SZ ( :DEF_WORD "snatch" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 00828020 00690222 00845618) ("1.6" 00987154 00987154 01008825)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (snatch+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#snatch_away#snatch_away#snatch_away#snatch+ingly###(manner = away+/m)#SZ ( :DEF_WORD "snatch_away" :GLOSS_HEAD "snatch" :CLASS "10.5" :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (snatch+ingly 26) (away+/m)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#sneak#sneak#sneak#sneak+ingly#(1.5,01089468,01295399)(1.6,01304600,01556315)###SZ ( :DEF_WORD "sneak" :CLASS "10.5" :WN_SENSE (("1.5" 01089468 01295399) ("1.6" 01304600 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (sneak+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#sneak#sneak#sneak#sneak+ingly#(1.5,01089468,01470370)(1.6,01304600,01772005)###SZ ( :DEF_WORD "sneak" :CLASS "11.1" :WN_SENSE (("1.5" 01089468 01470370) ("1.6" 01304600 01772005)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (sneak+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#sneak#sneak#sneak#sneak+ingly#(1.5,01089468,01470370)(1.6,01304600,01772005)###SZ ( :DEF_WORD "sneak" :CLASS "11.1" :WN_SENSE (("1.5" 01089468 01470370) ("1.6" 01304600 01772005)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (sneak+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#sneak#sneak#sneak#sneak+ingly#(1.5,01089468)(1.6,01304600)###SZ ( :DEF_WORD "sneak" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01089468) ("1.6" 01304600)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (sneak+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#sneak#sneak#sneak#sneak+ingly#(1.5,01089468)(1.6,01304600)###SZ ( :DEF_WORD "sneak" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01089468) ("1.6" 01304600)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sneak+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#sneak#sneak#sneak#sneak+ingly#(1.5,01470370)(1.6,01772005)###SZ ( :DEF_WORD "sneak" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01470370) ("1.6" 01772005)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (sneak+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#sneak#sneak#sneak#sneak+ingly#(1.5,01470370)(1.6,01772005)###SZ ( :DEF_WORD "sneak" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01470370) ("1.6" 01772005)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sneak+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sneer#sneer#sneer#sneer+ingly#(1.5,00021149,00021259)(1.6,00022604,00022695)###BJDMAP ( :DEF_WORD "sneer" :CLASS "40.2.b" :WN_SENSE (("1.5" 00021149 00021259) ("1.6" 00022604 00022695)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sneer+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.1.1#1#_th#sneeze#sneeze#sneeze#sneeze+ingly#(1.5,00003880)(1.6,00003595)###BJDMAP ( :DEF_WORD "sneeze" :CLASS "40.1.1" :WN_SENSE (("1.5" 00003880) ("1.6" 00003595)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (sneeze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sneeze#sneeze#sneeze#sneeze+ingly#(1.5,00003880)(1.6,00003595)###BJDMAP ( :DEF_WORD "sneeze" :CLASS "40.2.b" :WN_SENSE (("1.5" 00003880) ("1.6" 00003595)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sneeze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#snicker#snicker#snicker#snicker+ingly#(1.5,00019555)(1.6,00020971)###BJDMAP ( :DEF_WORD "snicker" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019555) ("1.6" 00020971)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (snicker+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#sniff#sniff#sniff#sniff+ingly#(1.5,01212872)(1.6,01454094)###SZ ( :DEF_WORD "sniff" :CLASS "30.3.a" :WN_SENSE (("1.5" 01212872) ("1.6" 01454094)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (sniff+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#sniff#sniff#sniff#sniff+ingly#(1.5,01212872)(1.6,01454094)###SZ ( :DEF_WORD "sniff" :CLASS "30.3.b" :WN_SENSE (("1.5" 01212872) ("1.6" 01454094)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (sniff+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sniff#sniff#sniff#sniff+ingly#(1.5,00005489)(1.6,00005316)###BJDMAP ( :DEF_WORD "sniff" :CLASS "40.2.b" :WN_SENSE (("1.5" 00005489) ("1.6" 00005316)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sniff+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.1.1#1#_th#sniffle#sniffle#sniffle#sniffle+ingly#(1.5,00005489)(1.6,00005316)###BJDMAP ( :DEF_WORD "sniffle" :CLASS "40.1.1" :WN_SENSE (("1.5" 00005489) ("1.6" 00005316)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (sniffle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#snigger#snigger#snigger#snigger+ingly#(1.5,00019555)(1.6,00020971)###BJDMAP ( :DEF_WORD "snigger" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019555) ("1.6" 00020971)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (snigger+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 21.1.b#1#_ag_th,mod-loc()#snip#snip#snip#snip+ingly#(1.5,00838400)(1.6,00999598)###SZ ( :DEF_WORD "snip" :CLASS "21.1.b" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (snip+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.1.c#1#_ag_th,mod-loc(),instr(with)#snip#snip#snip#snip+ingly#(1.5,00838400)(1.6,00999598)###SZ ( :DEF_WORD "snip" :CLASS "21.1.c" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (snip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.1.d#1#_th#snip#snip#snip#snip+ed#(1.5,00838400)(1.6,00999598)###SZ ( :DEF_WORD "snip" :CLASS "21.1.d" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (snip+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 21.1.e#1#_ag_goal(at)#snip#snip#snip#snip+ingly#(1.5,00838400)(1.6,00999598)###SZ ( :DEF_WORD "snip" :CLASS "21.1.e" :WN_SENSE (("1.5" 00838400) ("1.6" 00999598)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (snip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.7#1#_ag#snipe#snipe#snipe#snipe+ingly#(1.5,00649009,00644045)(1.6,00776686,00771447)###SZ ( :DEF_WORD "snipe" :CLASS "13.7" :WN_SENSE (("1.5" 00649009 00644045) ("1.6" 00776686 00771447)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (snipe+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#snivel#snivel#snivel#snivel+ingly#(1.5,00042081)(1.6,00047168)###BJDMAP ( :DEF_WORD "snivel" :CLASS "40.2.b" :WN_SENSE (("1.5" 00042081) ("1.6" 00047168)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (snivel+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.d#1#_exp_perc(on)#snoop#snoop#snoop#snoop+ingly#(1.5,00441259)(1.6,00533881)###SZ ( :DEF_WORD "snoop" :CLASS "30.3.d" :WN_SENSE (("1.5" 00441259) ("1.6" 00533881)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_exp_perc(on)")) :LCS (go perc (* thing 2) (toward perc (thing 2) ((* on 7) perc (thing 2) (nil 8))) (snoop+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (:cat n))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#snoop#snoop#snoop#snoop+ingly#(1.5,00441259)(1.6,00533881)###SZ ( :DEF_WORD "snoop" :CLASS "35.5" :WN_SENSE (("1.5" 00441259) ("1.6" 00533881)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (snoop+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#snoop#snoop#snoop#snoop+ingly#(1.5,00441259)(1.6,00533881)###SZ ( :DEF_WORD "snoop" :CLASS "35.5" :WN_SENSE (("1.5" 00441259) ("1.6" 00533881)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (snoop+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 40.4#1#_ag#snooze#snooze#snooze#snooze+ingly#(1.5,00009772)(1.6,00010240)###SZ ( :DEF_WORD "snooze" :CLASS "40.4" :WN_SENSE (("1.5" 00009772) ("1.6" 00010240)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (snooze+ingly 26)) ) ;; Grid: 40.1.1#1#_th#snore#snore#snore#snore+ingly#(1.5,00011104)(1.6,00011570)###BJDMAP ( :DEF_WORD "snore" :CLASS "40.1.1" :WN_SENSE (("1.5" 00011104) ("1.6" 00011570)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (snore+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#snore#snore#snore#snore+ingly#(1.5,00011104)(1.6,00011570)###BJDMAP ( :DEF_WORD "snore" :CLASS "40.2.b" :WN_SENSE (("1.5" 00011104) ("1.6" 00011570)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (snore+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#snort#snort#snort#snort+#(1.5,00682831,00004885)(1.6,00816767,00004767)###SZ ( :DEF_WORD "snort" :CLASS "38" :WN_SENSE (("1.5" 00682831 00004885) ("1.6" 00816767 00004767)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (snort+ 2) ((* toward 5) comm (snort+ 2) (touching comm (snort+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#snort#snort#snort#snort+ingly#(1.5,00004885)(1.6,00004767)###BJDMAP ( :DEF_WORD "snort" :CLASS "40.2.b" :WN_SENSE (("1.5" 00004885) ("1.6" 00004767)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (snort+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 57.a#1##snow#snow#snow#snow+ingly#(1.5,01559185)(1.6,01885454)###SZ ( :DEF_WORD "snow" :CLASS "57.a" :WN_SENSE (("1.5" 01559185) ("1.6" 01885454)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (snow+ingly 26)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#snub#snub#snub#snub+ingly#(1.5,00600032,00449110)(1.6,00717937,00542706)###SZ ( :DEF_WORD "snub" :CLASS "33.b" :WN_SENSE (("1.5" 00600032 00449110) ("1.6" 00717937 00542706)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (snub+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.1.1#1#_th#snuff#snuff#snuff#snuff+ingly#(1.5,01213519)(1.6,01454872)###BJDMAP ( :DEF_WORD "snuff" :CLASS "40.1.1" :WN_SENSE (("1.5" 01213519) ("1.6" 01454872)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (snuff+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#snuffle#snuffle#snuffle#snuffle+ingly#(1.5,00042081)(1.6,00047168)###SZ ( :DEF_WORD "snuffle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00042081) ("1.6" 00047168)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snuffle+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#snuffle#snuffle#snuffle#snuffle+ingly#(1.5,00042081)(1.6,00047168)###SZ ( :DEF_WORD "snuffle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00042081) ("1.6" 00047168)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (snuffle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#snuffle#snuffle#snuffle#snuffle+#(1.5,00042081)(1.6,00047168)###SZ ( :DEF_WORD "snuffle" :CLASS "37.3.b" :WN_SENSE (("1.5" 00042081) ("1.6" 00047168)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (snuffle+ 2) ((* toward 5) comm (snuffle+ 2) ((at 5) comm (snuffle+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#snuffle#snuffle#snuffle#snuffle+#(1.5,00042081)(1.6,00047168)###SZ ( :DEF_WORD "snuffle" :CLASS "37.3.c" :WN_SENSE (("1.5" 00042081) ("1.6" 00047168)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (snuffle+ 2) (toward comm (snuffle+ 2) (at comm (snuffle+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#snuffle#snuffle#snuffle#snuffle+#(1.5,01213519)(1.6,01454872)###SZ ( :DEF_WORD "snuffle" :CLASS "38" :WN_SENSE (("1.5" 01213519) ("1.6" 01454872)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (snuffle+ 2) ((* toward 5) comm (snuffle+ 2) (touching comm (snuffle+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.1.1#1#_th#snuffle#snuffle#snuffle#snuffle+ingly#(1.5,00060428)(1.6,00069166)###BJDMAP ( :DEF_WORD "snuffle" :CLASS "40.1.1" :WN_SENSE (("1.5" 00060428) ("1.6" 00069166)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (snuffle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#soak#soak#soak#soak+ed#(1.5,00129214,00271204)(1.6,00147396,00318860)###SZ ( :DEF_WORD "soak" :CLASS "9.8.a" :WN_SENSE (("1.5" 00129214 00271204) ("1.6" 00147396 00318860)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (soak+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#soak#soak#soak#soak+ed#(1.5,00129214,00271204)(1.6,00147396,00318860)###SZ ( :DEF_WORD "soak" :CLASS "9.8.b" :WN_SENSE (("1.5" 00129214 00271204) ("1.6" 00147396 00318860)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (soak+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#soak#soak#soak#soak+ed#(1.5,00129214,00271204)(1.6,00147396,00318860)###SZ ( :DEF_WORD "soak" :CLASS "9.8.e" :WN_SENSE (("1.5" 00129214 00271204) ("1.6" 00147396 00318860)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (soak+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#soak#soak#soak#soak+ingly#(1.5,00129214)(1.6,00147396)###SZ ( :DEF_WORD "soak" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00129214) ("1.6" 00147396)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (soak+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#soak#soak#soak#soak+ingly#(1.5,00907217)(1.6,01086552)###SZ ( :DEF_WORD "soak" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00907217) ("1.6" 01086552)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (soak+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#soak#soak#soak#soak+ed#(1.5,00129214)(1.6,00147396)###SZ ( :DEF_WORD "soak" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00129214) ("1.6" 00147396)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soak+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#soak#soak#soak#soak+ed#(1.5,00907217,00129214,00271204)(1.6,01086552,00147396,00318860)###SZ ( :DEF_WORD "soak" :CLASS "45.4.a" :WN_SENSE (("1.5" 00907217 00129214 00271204) ("1.6" 01086552 00147396 00318860)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soak+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#soak#soak#soak#soak+ed#(1.5,00129214,00271204)(1.6,00147396,00318860)###SZ ( :DEF_WORD "soak" :CLASS "45.4.b" :WN_SENSE (("1.5" 00129214 00271204) ("1.6" 00147396 00318860)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soak+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#soak#soak#soak#soak+ed#(1.5,00271204,00676543)(1.6,00318860,00809246)###SZ ( :DEF_WORD "soak" :CLASS "45.4.c" :WN_SENSE (("1.5" 00271204 00676543) ("1.6" 00318860 00809246)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soak+ed 9)))) ) ;; Grid: 41.2.2#1#_ag_th#soap#soap#soap#soap+ed#(1.5,00725007,00024072)(1.6,00865195,00026062)###SZ ( :DEF_WORD "soap" :CLASS "41.2.2" :WN_SENSE (("1.5" 00725007 00024072) ("1.6" 00865195 00026062)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soap+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.6#1#_th#soar#soar#soar#soar+ed#(1.5,01106938,00092718)(1.6,01324522,00106300)###SZ ( :DEF_WORD "soar" :CLASS "45.6" :WN_SENSE (("1.5" 01106938 00092718) ("1.6" 01324522 00106300)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soar+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sob#sob#sob#sob+ingly#(1.5,00041971)(1.6,00047059)###BJDMAP ( :DEF_WORD "sob" :CLASS "40.2.b" :WN_SENSE (("1.5" 00041971) ("1.6" 00047059)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sob+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#sober#sober#sober#sober+ingly#(1.5,00088912)(1.6,00101548)###SZ ( :DEF_WORD "sober" :CLASS "31.1.a" :WN_SENSE (("1.5" 00088912) ("1.6" 00101548)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (sober+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#sober#sober#sober#sober+ingly#(1.5,00088738,00088912)(1.6,00101375,00101548)###SZ ( :DEF_WORD "sober" :CLASS "31.1.b" :WN_SENSE (("1.5" 00088738 00088912) ("1.6" 00101375 00101548)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (sober+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#sober#sober#sober#sober+ed#(1.5,00088738)(1.6,00101375)###SZ ( :DEF_WORD "sober" :CLASS "31.1.c" :WN_SENSE (("1.5" 00088738) ("1.6" 00101375)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sober+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sober#sober#sober#sober+ed#(1.5,00088912)(1.6,00101548)###SZ ( :DEF_WORD "sober" :CLASS "45.4.a" :WN_SENSE (("1.5" 00088912) ("1.6" 00101548)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sober+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sober#sober#sober#sober+ed#(1.5,00088912)(1.6,00101548)###SZ ( :DEF_WORD "sober" :CLASS "45.4.b" :WN_SENSE (("1.5" 00088912) ("1.6" 00101548)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sober+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sober#sober#sober#sober+ed#(1.5,00088596)(1.6,00101196)###SZ ( :DEF_WORD "sober" :CLASS "45.4.c" :WN_SENSE (("1.5" 00088596) ("1.6" 00101196)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sober+ed 9)))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#sock#sock#sock#sock+ingly#(1.5,00804804)(1.6,00958304)###SZ ( :DEF_WORD "sock" :CLASS "18.3" :WN_SENSE (("1.5" 00804804) ("1.6" 00958304)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (sock+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sod#sod#sod#sod+ed#(1.5,00765163)(1.6,00912105)###SZ ( :DEF_WORD "sod" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00765163) ("1.6" 00912105)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sod+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#softboil#softboil#softboil#softboil+ed####SZ ( :DEF_WORD "softboil" :CLASS "26.3" :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (softboil+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#softboil#softboil#softboil#softboil+ed####SZ ( :DEF_WORD "softboil" :CLASS "26.3" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (softboil+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#softboil#softboil#softboil#softboil+ingly####SZ ( :DEF_WORD "softboil" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (softboil+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#softboil#softboil#softboil#softboil+ingly####SZ ( :DEF_WORD "softboil" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (softboil+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#softboil#softboil#softboil#softboil+ed####SZ ( :DEF_WORD "softboil" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (softboil+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#soften#soften#soften#soften+ed#(1.5,00152774)(1.6,00174378)###SZ ( :DEF_WORD "soften" :CLASS "45.4.a" :WN_SENSE (("1.5" 00152774) ("1.6" 00174378)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soften+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#soften#soften#soften#soften+ed#(1.5,00152774)(1.6,00174378)###SZ ( :DEF_WORD "soften" :CLASS "45.4.b" :WN_SENSE (("1.5" 00152774) ("1.6" 00174378)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soften+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#soften#soften#soften#soften+ed#(1.5,00152359)(1.6,00173956)###SZ ( :DEF_WORD "soften" :CLASS "45.4.c" :WN_SENSE (("1.5" 00152359) ("1.6" 00173956)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soften+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#soil#soil#soil#soil+ed#(1.5,00882947)(1.6,01055474)###SZ ( :DEF_WORD "soil" :CLASS "9.8.a" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (soil+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#soil#soil#soil#soil+ed#(1.5,00882947)(1.6,01055474)###SZ ( :DEF_WORD "soil" :CLASS "9.8.b" :WN_SENSE (("1.5" 00882947) ("1.6" 01055474)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (soil+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 56.a#1#_th,loc()#sojourn#sojourn#sojourn#sojourn+ingly#(1.5,01533283)(1.6,01850913)###BJDMAP ( :DEF_WORD "sojourn" :CLASS "56.a" :WN_SENSE (("1.5" 01533283) ("1.6" 01850913)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sojourn+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#solace#solace#solace#solace+ingly#(1.5,01033726)(1.6,01238399)###SZ ( :DEF_WORD "solace" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (solace+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#solace#solace#solace#solace+ingly#(1.5,01033726)(1.6,01238399)###SZ ( :DEF_WORD "solace" :CLASS "31.1.b" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (solace+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#solace#solace#solace#solace+ed#(1.5,01033726)(1.6,01238399)###SZ ( :DEF_WORD "solace" :CLASS "31.1.c" :WN_SENSE (("1.5" 01033726) ("1.6" 01238399)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (solace+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#solder#solder#solder#solder+ingly#(1.5,00917490)(1.6,01098741)###SZ ( :DEF_WORD "solder" :CLASS "22.4.a" :WN_SENSE (("1.5" 00917490) ("1.6" 01098741)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (solder+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#solder#solder#solder#solder+ed#(1.5,00917490)(1.6,01098741)###SZ ( :DEF_WORD "solder" :CLASS "22.4.b" :WN_SENSE (("1.5" 00917490) ("1.6" 01098741)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (solder+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sole#sole#sole#sole+ed#(1.5,00313992)(1.6,00372375)###SZ ( :DEF_WORD "sole" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00313992) ("1.6" 00372375)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sole+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#solicit#solicit#solicit#solicit+ingly#(1.5,00439174)(1.6,00531494)###SZ ( :DEF_WORD "solicit" :CLASS "10.5" :WN_SENSE (("1.5" 00439174) ("1.6" 00531494)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (solicit+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#solidify#solidify#solidify#solidify+ed#(1.5,00265418)(1.6,00310972)###SZ ( :DEF_WORD "solidify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00265418) ("1.6" 00310972)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (solidify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#solidify#solidify#solidify#solidify+ed#(1.5,00265418)(1.6,00310972)###SZ ( :DEF_WORD "solidify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00265418) ("1.6" 00310972)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (solidify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#solidify#solidify#solidify#solidify+ed#(1.5,00265229)(1.6,00310783)###SZ ( :DEF_WORD "solidify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00265229) ("1.6" 00310783)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (solidify+ed 9)))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#solve#solve#solve#solve+ingly#(1.5,00357043)(1.6,00429256)###SZ ( :DEF_WORD "solve" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00357043) ("1.6" 00429256)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (solve+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#somersault#somersault#somersault#somersault+ingly#(1.5,01064506)(1.6,01275187)###SZ ( :DEF_WORD "somersault" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01064506) ("1.6" 01275187)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (somersault+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#somersault#somersault#somersault#somersault+ingly#(1.5,01064506)(1.6,01275187)###SZ ( :DEF_WORD "somersault" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01064506) ("1.6" 01275187)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (somersault+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#soothe#soothe#soothe#soothe+ingly#(1.5,01033726,00040283)(1.6,01238399,00044675)###SZ ( :DEF_WORD "soothe" :CLASS "31.1.a" :WN_SENSE (("1.5" 01033726 00040283) ("1.6" 01238399 00044675)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (soothe+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#soothe#soothe#soothe#soothe+ingly#(1.5,00040283,01033726)(1.6,00044675,01238399)###SZ ( :DEF_WORD "soothe" :CLASS "31.1.b" :WN_SENSE (("1.5" 00040283 01033726) ("1.6" 00044675 01238399)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (soothe+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#soothe#soothe#soothe#soothe+ed#(1.5,00040283)(1.6,00044675)###SZ ( :DEF_WORD "soothe" :CLASS "31.1.c" :WN_SENSE (("1.5" 00040283) ("1.6" 00044675)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (soothe+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th,goal(),instr(with)#sop#sop#sop#sop+ingly#(1.5,00129214,00906926)(1.6,00147396,01086100)###BJDMAP ( :DEF_WORD "sop" :CLASS "9.3.a" :WN_SENSE (("1.5" 00129214 00906926) ("1.6" 00147396 01086100)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (sop+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#sophisticate#sophisticate#sophisticate#sophisticate+ed####BJDMAP ( :DEF_WORD "sophisticate" :CLASS "9.7.d" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sophisticate+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src(from)#sort#sort#sort#sort+ingly#(1.5,00367953)(1.6,00441099)#loc##SZ ! ;; Grid: 31.3.h#1#_exp_perc(over)#sorrow#sorrow#sorrow#sorrow+ingly#(1.5,01023304)(1.6,01226464)###SZ ( :DEF_WORD "sorrow" :CLASS "31.3.h" :WN_SENSE (("1.5" 01023304) ("1.6" 01226464)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (sorrow+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 30.4#1#_th_pred,mod-perc(to)#sound#sound#sound#sound+ingly#(1.5,01218841,01218937)(1.6,01461433,01461554)###SZ ( :DEF_WORD "sound" :CLASS "30.4" :WN_SENSE (("1.5" 01218841 01218937) ("1.6" 01461433 01461554)) :PROPBANK ("arg1 arg1-PRD arg0(to)") :THETA_ROLES ((1 "_th_pred,mod-perc(to)")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (sound+ingly 26) ((* relative_to 32) perc (*head*) (thing 33))) ) ;; Grid: 47.4.b#1#_th_loc(with)#sound#sound#sound#sound+ingly#(1.5,01241976)(1.6,01490371)###BJDMAP ! ;; Grid: 47.4.b#1#_th_loc(with)#reverberate#reverberate#reverberate#reverberate+ingly#(1.5,01246321)(1.6,01495321)###BJDMAP ! ;; Grid: 47.4.b#1#_th_loc(with)#resound#resound#resound#resound+ingly#(1.5,01246321,01239839)(1.6,01495321,01487855)###BJDMAP ! ;; Grid: 47.4.b#1#_th_loc(with)#resonate#resonate#resonate#resonate+ingly#(1.5,01241864,00331492)(1.6,01490259,00399709)###BJDMAP ! ;; Grid: 47.4.b#1#_th_loc(with)#echo#echo#echo#echo+ingly#(1.5,01246321)(1.6,01495321)###BJDMAP ! ;; Grid: 47.4.b#1#_th_loc(with)#din#din#din#din+ingly#(1.5,01248251)(1.6,01497743)###BJDMAP ! ;; Grid: 47.4.a#1#_th_loc(through,in)#sound#sound#sound#sound+ingly#(1.5,01241976)(1.6,01490371)###BJDMAP ( :DEF_WORD "sound" :CLASS "47.4.a" :WN_SENSE (("1.5" 01241976) ("1.6" 01490371)) :PROPBANK ("arg1 argm-LOC(through/in)") :THETA_ROLES ((1 "_th_loc(through,in)")) :LCS (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11)) (sound+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sour#sour#sour#sour+ed#(1.5,01253366)(1.6,01503903)###SZ ( :DEF_WORD "sour" :CLASS "45.4.a" :WN_SENSE (("1.5" 01253366) ("1.6" 01503903)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sour+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sour#sour#sour#sour+ed#(1.5,01253366)(1.6,01503903)###SZ ( :DEF_WORD "sour" :CLASS "45.4.b" :WN_SENSE (("1.5" 01253366) ("1.6" 01503903)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sour+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sour#sour#sour#sour+ed#(1.5,00272596,01253366)(1.6,00320369,01503903)###SZ ( :DEF_WORD "sour" :CLASS "45.4.c" :WN_SENSE (("1.5" 00272596 01253366) ("1.6" 00320369 01503903)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sour+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sovietize#sovietize#sovietize#sovietize+ed#(1.5,01377630)(1.6,01657492)###SZ ( :DEF_WORD "sovietize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01377630) ("1.6" 01657492)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sovietize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#sow#sow#sow#sow+ingly#(1.5,00862913)(1.6,01030643)###SZ ( :DEF_WORD "sow" :CLASS "9.7.a" :WN_SENSE (("1.5" 00862913) ("1.6" 01030643)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sow+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#sow#sow#sow#sow+ed#(1.5,00862913)(1.6,01030643)###SZ ( :DEF_WORD "sow" :CLASS "9.7.d" :WN_SENSE (("1.5" 00862913) ("1.6" 01030643)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sow+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.f#1#_th_loc#span#span#span#span+ingly#(1.5,01517533)(1.6,01832891)###SZ ( :DEF_WORD "span" :CLASS "47.8.f" :WN_SENSE (("1.5" 01517533) ("1.6" 01832891)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (span+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#spank#spank#spank#spank+ingly#(1.5,00817767)(1.6,00974161)###SZ ( :DEF_WORD "spank" :CLASS "18.3" :WN_SENSE (("1.5" 00817767) ("1.6" 00974161)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (spank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#spar#spar#spar#spar+ingly#(1.5,00817324,00434580)(1.6,00973669,00525735)###SZ ( :DEF_WORD "spar" :CLASS "36.1.c" :WN_SENSE (("1.5" 00817324 00434580) ("1.6" 00973669 00525735)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (spar+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#spar#spar#spar#spar+ingly#(1.5,00817324,00434580)(1.6,00973669,00525735)###SZ ( :DEF_WORD "spar" :CLASS "36.1.d" :WN_SENSE (("1.5" 00817324 00434580) ("1.6" 00973669 00525735)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (spar+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 54.5.b#1#_ag,goal,th,purp(for)#spare#spare#spare#spare+ingly#(1.5,01333627,00678049)(1.6,01601602,00810882)###SZ ( :DEF_WORD "spare" :CLASS "54.5.b" :WN_SENSE (("1.5" 01333627 00678049) ("1.6" 01601602 00810882)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,goal,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 21) intent (*head*) (thing 22)) (spare+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (6 (animate +) :optional)) ) ;; Grid: 43.1.a#1#_th,mod-loc()#sparkle#sparkle#sparkle#sparkle+ed#(1.5,01562727)(1.6,01890381)###BJDMAP ( :DEF_WORD "sparkle" :CLASS "43.1.a" :WN_SENSE (("1.5" 01562727) ("1.6" 01890381)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (sparkle+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#sparkle#sparkle#sparkle#sparkle+ed#(1.5,01562727)(1.6,01890381)###BJDMAP ( :DEF_WORD "sparkle" :CLASS "43.1.b" :WN_SENSE (("1.5" 01562727) ("1.6" 01890381)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (sparkle+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#spat#spat#spat#spat+ingly#(1.5,00434909)(1.6,00526379)###SZ ( :DEF_WORD "spat" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434909) ("1.6" 00526379)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (spat+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#spat#spat#spat#spat+ingly#(1.5,00434909)(1.6,00526379)###SZ ( :DEF_WORD "spat" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434909) ("1.6" 00526379)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (spat+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#spatter#spatter#spatter#spatter+ingly#(1.5,00790455)(1.6,00941419)###SZ ( :DEF_WORD "spatter" :CLASS "9.7.a" :WN_SENSE (("1.5" 00790455) ("1.6" 00941419)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spatter+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#spatter#spatter#spatter#spatter+ingly#(1.5,00790455)(1.6,00941419)###SZ ( :DEF_WORD "spatter" :CLASS "9.7.b" :WN_SENSE (("1.5" 00790455) ("1.6" 00941419)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (spatter+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#spatter#spatter#spatter#spatter+ingly#(1.5,00790455)(1.6,00941419)###SZ ( :DEF_WORD "spatter" :CLASS "9.7.c" :WN_SENSE (("1.5" 00790455) ("1.6" 00941419)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (spatter+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#spatter#spatter#spatter#spatter+ed#(1.5,00790455)(1.6,00941419)###SZ ( :DEF_WORD "spatter" :CLASS "9.7.d" :WN_SENSE (("1.5" 00790455) ("1.6" 00941419)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spatter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 27#1#_ag_th#spawn#spawn#spawn#spawn+ingly#(1.5,00943290)(1.6,01132676)###SZ ( :DEF_WORD "spawn" :CLASS "27" :WN_SENSE (("1.5" 00943290) ("1.6" 01132676)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9)))) (spawn+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 28#1#_ag#spawn#spawn#spawn#spawn+#(1.5,00943290,00035948)(1.6,01132676,00039770)###SZ ( :DEF_WORD "spawn" :CLASS "28" :WN_SENSE (("1.5" 00943290 00035948) ("1.6" 01132676 00039770)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (spawn+ 2) (toward exist (spawn+ 2) (at exist (spawn+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.5.a#1#_ag,goal(to),info(about)#speak#speak#speak#speak+ingly#(1.5,00530290,00542186,00543116,00557762,01219054)(1.6,00638109,00651246,00652168,00669199,01461846)###SZ ( :DEF_WORD "speak" :CLASS "37.5.a" :WN_SENSE (("1.5" 00530290 00542186 00543116 00557762 01219054) ("1.6" 00638109 00651246 00652168 00669199 01461846)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((1 "_ag,goal(to),info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (speak+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.5.b#1#_ag,mod-poss(with),info(about)#speak#speak#speak#speak+ingly#(1.5,00530290,00542186,00543116,00557762,01219054)(1.6,00638109,00651246,00652168,00669199,01461846)###SZ ( :DEF_WORD "speak" :CLASS "37.5.b" :WN_SENSE (("1.5" 00530290 00542186 00543116 00557762 01219054) ("1.6" 00638109 00651246 00652168 00669199 01461846)) :PROPBANK ("arg0 arg2(with) arg1(about)") :THETA_ROLES ((1 "_ag,mod-poss(with),info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 16)))) ((* with 15) poss (*head*) (thing 16)) (speak+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +)) (16 (human +))) ) ;; Grid: 37.5.c#1#_ag,mod-loc(together)#speak#speak#speak#speak+ingly#(1.5,00530290,00542186,00543116,00557762,01219054)(1.6,00638109,00651246,00652168,00669199,01461846)###SZ ( :DEF_WORD "speak" :CLASS "37.5.c" :WN_SENSE (("1.5" 00530290 00542186 00543116 00557762 01219054) ("1.6" 00638109 00651246 00652168 00669199 01461846)) :PROPBANK ("arg0 argm-LOC(together)") :THETA_ROLES ((1 "_ag,mod-loc(together)")) :LCS (cause (* thing 1) (go comm (thing 2) (to comm (thing 2) (between comm (thing 2) (thing 1)))) ((* together 23) loc (thing 1) (nil 24)) (speak+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#spear#spear#spear#spear+ed#(1.5,00830831)(1.6,00990820)###SZ ( :DEF_WORD "spear" :CLASS "21.2.a" :WN_SENSE (("1.5" 00830831) ("1.6" 00990820)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spear+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#spear#spear#spear#spear+ed#(1.5,00830831)(1.6,00990820)###SZ ( :DEF_WORD "spear" :CLASS "21.2.b" :WN_SENSE (("1.5" 00830831) ("1.6" 00990820)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spear+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#spear#spear#spear#spear+ed#(1.5,00830831)(1.6,00990820)###SZ ( :DEF_WORD "spear" :CLASS "21.2.c" :WN_SENSE (("1.5" 00830831) ("1.6" 00990820)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (spear+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#specialize#specialize#specialize#specialize+ed#(1.5,00260682)(1.6,00305536)###SZ ( :DEF_WORD "specialize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00260682) ("1.6" 00305536)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (specialize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#specify#specify#specify#specify+ingly#(1.5,00399410)(1.6,00479979)###SZ ( :DEF_WORD "specify" :CLASS "29.2.b" :WN_SENSE (("1.5" 00399410) ("1.6" 00479979)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (specify+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#specify#specify#specify#specify+ed#(1.5,00380421,00399410)(1.6,00457036,00479979)###SZ ( :DEF_WORD "specify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00380421 00399410) ("1.6" 00457036 00479979)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (specify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#speckle#speckle#speckle#speckle+ed#(1.5,00885464)(1.6,01058727)###SZ ( :DEF_WORD "speckle" :CLASS "9.8.a" :WN_SENSE (("1.5" 00885464) ("1.6" 01058727)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (speckle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#speckle#speckle#speckle#speckle+ed#(1.5,00885464)(1.6,01058727)###SZ ( :DEF_WORD "speckle" :CLASS "9.8.b" :WN_SENSE (("1.5" 00885464) ("1.6" 01058727)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (speckle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.5.e#1#_ag_info(that)#speculate#speculate#speculate#speculate+ingly#(1.5,00356375,00521348)(1.6,00428444,00627205)###SZ ( :DEF_WORD "speculate" :CLASS "29.5.e" :WN_SENSE (("1.5" 00356375 00521348) ("1.6" 00428444 00627205)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (speculate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 51.3.2.a.i#1#_th#speed#speed#speed#speed+ingly#(1.5,01177978)(1.6,01408362)###SZ ( :DEF_WORD "speed" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01177978) ("1.6" 01408362)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (speed+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#speed#speed#speed#speed+ingly#(1.5,01177978,01175685)(1.6,01408362,01405887)###SZ ( :DEF_WORD "speed" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01177978 01175685) ("1.6" 01408362 01405887)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (speed+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#spell#spell#spell#spell+ingly#(1.5,00974014)(1.6,01166173)###SZ ( :DEF_WORD "spell" :CLASS "25.2" :WN_SENSE (("1.5" 00974014) ("1.6" 01166173)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spell+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#spellbind#spellbind#spellbind#spellbind+ingly#(1.5,01037649,00436391)(1.6,01242449,00528182)###SZ ( :DEF_WORD "spellbind" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037649 00436391) ("1.6" 01242449 00528182)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (spellbind+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 025#1#_ag_th_goal(on,for)#spend#spend#spend#spend+ingly####SZ ! ;; Grid: 31.1.b#1#_prop(that)_exp#spellbind#spellbind#spellbind#spellbind+ingly#(1.5,00436391,01037649)(1.6,00528182,01242449)###SZ ( :DEF_WORD "spellbind" :CLASS "31.1.b" :WN_SENSE (("1.5" 00436391 01037649) ("1.6" 00528182 01242449)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (spellbind+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#spend#spend#spend#spend+ingly#(1.5,01290992)(1.6,01551317)###SZ ( :DEF_WORD "spend" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01290992) ("1.6" 01551317)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (spend+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#spend#spend#spend#spend+ingly#(1.5,01290992)(1.6,01551317)###BJDMAP ( :DEF_WORD "spend" :CLASS "54.5.a" :WN_SENSE (("1.5" 01290992) ("1.6" 01551317)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (spend+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#spew#spew#spew#spew+ingly#(1.5,00060533)(1.6,00069271)###SZ ( :DEF_WORD "spew" :CLASS "9.5" :WN_SENSE (("1.5" 00060533) ("1.6" 00069271)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (spew+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#spew#spew#spew#spew+ingly####SZ ( :DEF_WORD "spew" :CLASS "43.4.a" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (spew+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#spew#spew#spew#spew+ingly####SZ ( :DEF_WORD "spew" :CLASS "43.4.c" :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (spew+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#spew#spew#spew#spew+ingly#(1.5,00060533,00047185)(1.6,00069271,00053004)###SZ ( :DEF_WORD "spew" :CLASS "43.4.d" :WN_SENSE (("1.5" 00060533 00047185) ("1.6" 00069271 00053004)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (spew+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#spice#spice#spice#spice+ed#(1.5,01250921)(1.6,01501220)###SZ ( :DEF_WORD "spice" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01250921) ("1.6" 01501220)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spice+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#spill#spill#spill#spill+ingly#(1.5,00887832,01184320,00887372)(1.6,01061371,01416448,01060886)###SZ ( :DEF_WORD "spill" :CLASS "9.5" :WN_SENSE (("1.5" 00887832 01184320 00887372) ("1.6" 01061371 01416448 01060886)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (spill+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#spill#spill#spill#spill+ingly#(1.5,01184320,01127002)(1.6,01416448,01346440)###SZ ( :DEF_WORD "spill" :CLASS "43.4.a" :WN_SENSE (("1.5" 01184320 01127002) ("1.6" 01416448 01346440)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (spill+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#spill#spill#spill#spill+ingly#(1.5,01184320)(1.6,01416448)###SZ ( :DEF_WORD "spill" :CLASS "43.4.c" :WN_SENSE (("1.5" 01184320) ("1.6" 01416448)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (spill+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#spill#spill#spill#spill+ingly#(1.5,00887832,00887372,00887515)(1.6,01061371,01060886,01061056)###SZ ( :DEF_WORD "spill" :CLASS "43.4.d" :WN_SENSE (("1.5" 00887832 00887372 00887515) ("1.6" 01061371 01060886 01061056)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (spill+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#spill#spill#spill#spill+ed#(1.5,00887832,00887372,00887515)(1.6,01061371,01060886,01061056)###SZ ( :DEF_WORD "spill" :CLASS "43.4.e" :WN_SENSE (("1.5" 00887832 00887372 00887515) ("1.6" 01061371 01060886 01061056)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spill+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#spill#spill#spill#spill+ingly#(1.5,01184320,01127002,00887515)(1.6,01416448,01346440,01061056)###SZ ( :DEF_WORD "spill" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01184320 01127002 00887515) ("1.6" 01416448 01346440 01061056)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (spill+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#spin#spin#spin#spin+ingly#(1.5,01170259,01170963)(1.6,01398848,01399670)###SZ ( :DEF_WORD "spin" :CLASS "9.6" :WN_SENSE (("1.5" 01170259 01170963) ("1.6" 01398848 01399670)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (spin+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#spin#spin#spin#spin+ed#(1.5,00873137)(1.6,01043407)###SZ ( :DEF_WORD "spin" :CLASS "26.1.a" :WN_SENSE (("1.5" 00873137) ("1.6" 01043407)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spin+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#spin#spin#spin#spin+ed#(1.5,00873137)(1.6,01043407)###SZ ( :DEF_WORD "spin" :CLASS "26.1.a" :WN_SENSE (("1.5" 00873137) ("1.6" 01043407)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spin+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#spin#spin#spin#spin+ingly#(1.5,00873137)(1.6,01043407)###SZ ( :DEF_WORD "spin" :CLASS "26.1.b" :WN_SENSE (("1.5" 00873137) ("1.6" 01043407)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (spin+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.i#1#_ag#spin#spin#spin#spin+ingly#(1.5,00937697)(1.6,01125759)###SZ ( :DEF_WORD "spin" :CLASS "26.7.i" :WN_SENSE (("1.5" 00937697) ("1.6" 01125759)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (spin+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#spin#spin#spin#spin+ingly#(1.5,00937697,00536799)(1.6,01125759,00645379)###SZ ( :DEF_WORD "spin" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00937697 00536799) ("1.6" 01125759 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (spin+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#spin#spin#spin#spin+ingly#(1.5,00937697,00536799)(1.6,01125759,00645379)###SZ ( :DEF_WORD "spin" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00937697 00536799) ("1.6" 01125759 00645379)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (spin+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 40.8.2#1#_exp,src(from)#spin#spin#spin#spin+ingly#(1.5,01170259)(1.6,01398848)###SZ ( :DEF_WORD "spin" :CLASS "40.8.2" :WN_SENSE (("1.5" 01170259) ("1.6" 01398848)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (spin+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 9.10#1#_ag_th#spindle#spindle#spindle###loc#(goal() = on spindle+)#SZ ( :DEF_WORD "spindle" :CLASS "9.10" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (spindle+ 6))))) ) ;; Grid: 9.10#1#_ag_th#spit#spit#spit##(1.5,00830636)(1.6,00990550)#loc#(goal() = on spit+)#SZ ( :DEF_WORD "spit" :CLASS "9.10" :WN_SENSE (("1.5" 00830636) ("1.6" 00990550)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (spit+ 6))))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#spit#spit#spit#spit+ingly#(1.5,00060533)(1.6,00069271)###BJDMAP ( :DEF_WORD "spit" :CLASS "40.1.2" :WN_SENSE (("1.5" 00060533) ("1.6" 00069271)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (spit+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 57.a#1##spit#spit#spit#spit+ingly#(1.5,01558731)(1.6,01884584)###SZ ( :DEF_WORD "spit" :CLASS "57.a" :WN_SENSE (("1.5" 01558731) ("1.6" 01884584)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (spit+ingly 26)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#splash#splash#splash#splash+ingly#(1.5,00790931,00790455,00883279)(1.6,00941968,00941419,01055846)###SZ ( :DEF_WORD "splash" :CLASS "9.7.a" :WN_SENSE (("1.5" 00790931 00790455 00883279) ("1.6" 00941968 00941419 01055846)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (splash+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#splash#splash#splash#splash+ingly#(1.5,01247884)(1.6,01497268)###SZ ( :DEF_WORD "splash" :CLASS "9.7.b" :WN_SENSE (("1.5" 01247884) ("1.6" 01497268)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (splash+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#splash#splash#splash#splash+ingly#(1.5,00790931,00790455,00883279)(1.6,00941968,00941419,01055846)###SZ ( :DEF_WORD "splash" :CLASS "9.7.c" :WN_SENSE (("1.5" 00790931 00790455 00883279) ("1.6" 00941968 00941419 01055846)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (splash+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#splash#splash#splash#splash+ed#(1.5,00790931,00790455,00883279)(1.6,00941968,00941419,01055846)###SZ ( :DEF_WORD "splash" :CLASS "9.7.d" :WN_SENSE (("1.5" 00790931 00790455 00883279) ("1.6" 00941968 00941419 01055846)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splash+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#splash#splash#splash#splash+ingly#(1.5,01247884,00791152)(1.6,01497268,00942189)###SZ ( :DEF_WORD "splash" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247884 00791152) ("1.6" 01497268 00942189)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (splash+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#splash#splash#splash#splash+ingly#(1.5,01247884,00791152)(1.6,01497268,00942189)###SZ ( :DEF_WORD "splash" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247884 00791152) ("1.6" 01497268 00942189)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (splash+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#splash#splash#splash#splash+ingly#(1.5,01247884)(1.6,01497268)###SZ ( :DEF_WORD "splash" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247884) ("1.6" 01497268)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (splash+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.2.d#1#_ag_th#splash#splash#splash#splash+ingly#(1.5,00790931)(1.6,00941968)###SZ ( :DEF_WORD "splash" :CLASS "43.2.d" :WN_SENSE (("1.5" 00790931) ("1.6" 00941968)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (splash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#splatter#splatter#splatter#splatter+ingly#(1.5,00887832,00790455)(1.6,01061371,00941419)###SZ ( :DEF_WORD "splatter" :CLASS "9.7.a" :WN_SENSE (("1.5" 00887832 00790455) ("1.6" 01061371 00941419)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (splatter+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#splatter#splatter#splatter#splatter+ingly#(1.5,00790455)(1.6,00941419)###SZ ( :DEF_WORD "splatter" :CLASS "9.7.b" :WN_SENSE (("1.5" 00790455) ("1.6" 00941419)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (splatter+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#splatter#splatter#splatter#splatter+ingly#(1.5,00887832,00790455)(1.6,01061371,00941419)###SZ ( :DEF_WORD "splatter" :CLASS "9.7.c" :WN_SENSE (("1.5" 00887832 00790455) ("1.6" 01061371 00941419)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (splatter+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#splatter#splatter#splatter#splatter+ed#(1.5,00887832,00790455)(1.6,01061371,00941419)###SZ ( :DEF_WORD "splatter" :CLASS "9.7.d" :WN_SENSE (("1.5" 00887832 00790455) ("1.6" 01061371 00941419)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splatter+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#splay#splay#splay#splay+ed#(1.5,01169483,01169328,00276140)(1.6,01397924,01397769,00325103)###SZ ( :DEF_WORD "splay" :CLASS "45.4.a" :WN_SENSE (("1.5" 01169483 01169328 00276140) ("1.6" 01397924 01397769 00325103)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splay+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#splay#splay#splay#splay+ed#(1.5,01169483,01169328,00276140)(1.6,01397924,01397769,00325103)###SZ ( :DEF_WORD "splay" :CLASS "45.4.b" :WN_SENSE (("1.5" 01169483 01169328 00276140) ("1.6" 01397924 01397769 00325103)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splay+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#splay#splay#splay#splay+ed#(1.5,01169328)(1.6,01397769)###SZ ( :DEF_WORD "splay" :CLASS "45.4.c" :WN_SENSE (("1.5" 01169328) ("1.6" 01397769)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splay+ed 9)))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#splice#splice#splice#splice+ingly#(1.5,00899307,00899208)(1.6,01075181,01075063)###SZ ( :DEF_WORD "splice" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00899307 00899208) ("1.6" 01075181 01075063)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (splice+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#splice#splice#splice#splice+ingly#(1.5,00899307,00899208)(1.6,01075181,01075063)###SZ ( :DEF_WORD "splice" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00899307 00899208) ("1.6" 01075181 01075063)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (splice+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#splice#splice#splice#splice+ed#(1.5,00899307,00899208)(1.6,01075181,01075063)###SZ ( :DEF_WORD "splice" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00899307 00899208) ("1.6" 01075181 01075063)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splice+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#splint#splint#splint#splint+ed#(1.5,00050802)(1.6,00057035)###BJDMAP ( :DEF_WORD "splint" :CLASS "9.8.b" :WN_SENSE (("1.5" 00050802) ("1.6" 00057035)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (splint+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#splinter#splinter#splinter#splinter+ed#(1.5,01397627)(1.6,01682257)###SZ ( :DEF_WORD "splinter" :CLASS "45.1.a" :WN_SENSE (("1.5" 01397627) ("1.6" 01682257)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splinter+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#splinter#splinter#splinter#splinter+ed#(1.5,01397627,00203391)(1.6,01682257,00234000)###SZ ( :DEF_WORD "splinter" :CLASS "45.1.b" :WN_SENSE (("1.5" 01397627 00203391) ("1.6" 01682257 00234000)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splinter+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#splinter#splinter#splinter#splinter+ed#(1.5,00203391)(1.6,00234000)###SZ ( :DEF_WORD "splinter" :CLASS "45.1.c" :WN_SENSE (("1.5" 00203391) ("1.6" 00234000)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (splinter+ed 9)))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#split#split#split#split+ingly#(1.5,00897454)(1.6,01083862)###SZ ( :DEF_WORD "split" :CLASS "23.2.a" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (split+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#split#split#split#split+ed#(1.5,00897454)(1.6,01083862)###SZ ( :DEF_WORD "split" :CLASS "23.2.b" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (split+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 40.8.2#1#_exp,src(from)#split#split#split#split+ingly#(1.5,00897454)(1.6,01083862)###SZ ( :DEF_WORD "split" :CLASS "40.8.2" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (split+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 40.8.3#1#_ag_th#split#split#split#split+ed#(1.5,00897454)(1.6,01083862)###SZ ( :DEF_WORD "split" :CLASS "40.8.3" :WN_SENSE (("1.5" 00897454) ("1.6" 01083862)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (split+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#split#split#split#split+ed#(1.5,00897454,00187227)(1.6,01083862,00213898)###SZ ( :DEF_WORD "split" :CLASS "45.1.a" :WN_SENSE (("1.5" 00897454 00187227) ("1.6" 01083862 00213898)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (split+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#split#split#split#split+ed#(1.5,00897454,00187227)(1.6,01083862,00213898)###SZ ( :DEF_WORD "split" :CLASS "45.1.b" :WN_SENSE (("1.5" 00897454 00187227) ("1.6" 01083862 00213898)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (split+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#split#split#split#split+ed#(1.5,00897454,00187227)(1.6,01083862,00213898)###SZ ( :DEF_WORD "split" :CLASS "45.1.c" :WN_SENSE (("1.5" 00897454 00187227) ("1.6" 01083862 00213898)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (split+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#splotch#splotch#splotch#splotch+ed#(1.5,00881776)(1.6,01054203)###SZ ( :DEF_WORD "splotch" :CLASS "9.8.a" :WN_SENSE (("1.5" 00881776) ("1.6" 01054203)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (splotch+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#splotch#splotch#splotch#splotch+ed#(1.5,00881776)(1.6,01054203)###SZ ( :DEF_WORD "splotch" :CLASS "9.8.b" :WN_SENSE (("1.5" 00881776) ("1.6" 01054203)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (splotch+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#splutter#splutter#splutter#splutter+ingly#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (splutter+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#splutter#splutter#splutter#splutter+ingly#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (splutter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#splutter#splutter#splutter#splutter+#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "37.3.b" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (splutter+ 2) ((* toward 5) comm (splutter+ 2) ((at 5) comm (splutter+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#splutter#splutter#splutter#splutter+#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "37.3.c" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (splutter+ 2) (toward comm (splutter+ 2) (at comm (splutter+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#splutter#splutter#splutter#splutter+ingly#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "43.2.a" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (splutter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#splutter#splutter#splutter#splutter+ingly#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "43.2.b" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (splutter+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#splutter#splutter#splutter#splutter+ingly#(1.5,00556644)(1.6,00668089)###SZ ( :DEF_WORD "splutter" :CLASS "43.2.c" :WN_SENSE (("1.5" 00556644) ("1.6" 00668089)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (splutter+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 45.5#1#_th#spoil#spoil#spoil#spoil+ed#(1.5,00126231)(1.6,00143719)###SZ ( :DEF_WORD "spoil" :CLASS "45.5" :WN_SENSE (("1.5" 00126231) ("1.6" 00143719)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spoil+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#sponge#sponge#sponge#sponge+ingly#(1.5,00802202)(1.6,00955316)###SZ ( :DEF_WORD "sponge" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00802202) ("1.6" 00955316)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (sponge+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#sponge#sponge#sponge#sponge+ed#(1.5,00802202)(1.6,00955316)###SZ ( :DEF_WORD "sponge" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00802202) ("1.6" 00955316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sponge+ed 9))))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#sponge#sponge#sponge#sponge+ingly#(1.5,01292723)(1.6,01553363)###SZ ( :DEF_WORD "sponge" :CLASS "10.5" :WN_SENSE (("1.5" 01292723) ("1.6" 01553363)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (sponge+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.7#1#_ag#sponge#sponge#sponge#sponge+ingly#(1.5,00796296)(1.6,00948624)###SZ ( :DEF_WORD "sponge" :CLASS "13.7" :WN_SENSE (("1.5" 00796296) ("1.6" 00948624)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (sponge+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#sponsor#sponsor#sponsor#sponsor+ingly#(1.5,01265800)(1.6,01519748)###SZ ( :DEF_WORD "sponsor" :CLASS "29.8.a" :WN_SENSE (("1.5" 01265800) ("1.6" 01519748)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (sponsor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#sponsor#sponsor#sponsor#sponsor+ingly#(1.5,01265800)(1.6,01519748)###SZ ( :DEF_WORD "sponsor" :CLASS "29.8.b" :WN_SENSE (("1.5" 01265800) ("1.6" 01519748)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (sponsor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#spook#spook#spook#spook+ingly####SZ ( :DEF_WORD "spook" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (spook+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#spook#spook#spook#spook+ingly####SZ ( :DEF_WORD "spook" :CLASS "31.1.b" :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (spook+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#spook#spook#spook#spook+ed####SZ ( :DEF_WORD "spook" :CLASS "31.1.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spook+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.10#1#_ag_th#spool#spool#spool##(1.5,00875723)(1.6,01046491)#loc#(goal() = on spool+)#SZ ( :DEF_WORD "spool" :CLASS "9.10" :WN_SENSE (("1.5" 00875723) ("1.6" 01046491)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (spool+ 6))))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#spoon#spoon#spoon#spoon+ingly#(1.5,00907949)(1.6,01087364)###SZ ( :DEF_WORD "spoon" :CLASS "9.3.a" :WN_SENSE (("1.5" 00907949) ("1.6" 01087364)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (spoon+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#spoon#spoon#spoon#spoon+ingly#(1.5,00819665)(1.6,00977015)###SZ ( :DEF_WORD "spoon" :CLASS "36.1.c" :WN_SENSE (("1.5" 00819665) ("1.6" 00977015)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (spoon+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#spoon#spoon#spoon#spoon+ingly#(1.5,00819665)(1.6,00977015)###SZ ( :DEF_WORD "spoon" :CLASS "36.1.d" :WN_SENSE (("1.5" 00819665) ("1.6" 00977015)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (spoon+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#spoonfeed#spoonfeed#spoonfeed#spoonfeed+ingly#(1.5,00669838)(1.6,00801804)###SZ ( :DEF_WORD "spoonfeed" :CLASS "39.7" :WN_SENSE (("1.5" 00669838) ("1.6" 00801804)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (spoonfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 39.7#2#_ag_goal,th#spoonfeed#spoonfeed#spoonfeed#spoonfeed+ingly#(1.5,00669838)(1.6,00801804)###SZ ( :DEF_WORD "spoonfeed" :CLASS "39.7" :WN_SENSE (("1.5" 00669838) ("1.6" 00801804)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal,th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (in loc (thing 2) (* thing 6)))) (spoonfeed+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -) :optional) (6 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#spot#spot#spot1#spot1+ed#(1.5,00881552,00298960)(1.6,01053918,00354207)###SZ ( :DEF_WORD "spot" :CLASS "9.8.a" :WN_SENSE (("1.5" 00881552 00298960) ("1.6" 01053918 00354207)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (spot1+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#spot#spot#spot1#spot1+ed#(1.5,00881552,00298960)(1.6,01053918,00354207)###SZ ( :DEF_WORD "spot" :CLASS "9.8.b" :WN_SENSE (("1.5" 00881552 00298960) ("1.6" 01053918 00354207)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (spot1+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#spot#spot#spot1#spot1+ed#(1.5,00881552,00298960)(1.6,01053918,00354207)###SZ ( :DEF_WORD "spot" :CLASS "9.8.e" :WN_SENSE (("1.5" 00881552 00298960) ("1.6" 01053918 00354207)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (spot1+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#spot#spot#spot2#spot2+ingly#(1.5,01229507)(1.6,01474588)###SZ ( :DEF_WORD "spot" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (spot2+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#spot#spot#spot2#spot2+ingly#(1.5,01229507)(1.6,01474588)###SZ ( :DEF_WORD "spot" :CLASS "30.2.c" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (spot2+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 57.a#1##spot#spot#spot1#spot1+ingly#(1.5,00881552)(1.6,01053918)###SZ ( :DEF_WORD "spot" :CLASS "57.a" :WN_SENSE (("1.5" 00881552) ("1.6" 01053918)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (spot1+ingly 26)) ) ;; Grid: 43.4.a#2#_th_src(through)#spout#spout#spout#spout+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spout" :CLASS "43.4.a" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (spout+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#spout#spout#spout#spout+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spout" :CLASS "43.4.b" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (spout+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#spout#spout#spout#spout+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spout" :CLASS "43.4.c" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (spout+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#spout#spout#spout#spout+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spout" :CLASS "43.4.d" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (spout+ingly 26)) ) ;; Grid: 40.8.3#1#_ag_th#sprain#sprain#sprain#sprain+ed#(1.5,00054617)(1.6,00061816)###SZ ( :DEF_WORD "sprain" :CLASS "40.8.3" :WN_SENSE (("1.5" 00054617) ("1.6" 00061816)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprain+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.6.a#1#_th,loc()#sprawl#sprawl#sprawl#sprawl+ingly#(1.5,00888478,01162050)(1.6,01062160,01388981)###SZ ( :DEF_WORD "sprawl" :CLASS "47.6.a" :WN_SENSE (("1.5" 00888478 01162050) ("1.6" 01062160 01388981)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sprawl+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#spray#spray#spray#spray+ingly#(1.5,00790300,00789711)(1.6,00940318,00940318)###SZ ( :DEF_WORD "spray" :CLASS "9.7.a" :WN_SENSE (("1.5" 00790300 00789711) ("1.6" 00940318 00940318)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spray+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#spray#spray#spray#spray+ingly#(1.5,--,00789711,00790300)(1.6,00941279,00940318,00940318)###SZ ( :DEF_WORD "spray" :CLASS "9.7.b" :WN_SENSE (("1.5" -- 00789711 00790300) ("1.6" 00941279 00940318 00940318)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (spray+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#spray#spray#spray#spray+ingly#(1.5,00790300,00789711)(1.6,00940318,00940318)###SZ ( :DEF_WORD "spray" :CLASS "9.7.c" :WN_SENSE (("1.5" 00790300 00789711) ("1.6" 00940318 00940318)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (spray+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#spray#spray#spray#spray+ed#(1.5,00790300,00789711)(1.6,00940318,00940318)###SZ ( :DEF_WORD "spray" :CLASS "9.7.d" :WN_SENSE (("1.5" 00790300 00789711) ("1.6" 00940318 00940318)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spray+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#spraypaint#spraypaint#spraypaint#spraypaint+ed####SZ ( :DEF_WORD "spraypaint" :CLASS "24" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spraypaint+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#spraypaint#spraypaint#spraypaint#spraypaint+ingly####SZ ( :DEF_WORD "spraypaint" :CLASS "25.2" :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spraypaint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#spread#spread#spread#spread+ingly#(1.5,01192082)(1.6,01426321)###SZ ( :DEF_WORD "spread" :CLASS "9.7.a" :WN_SENSE (("1.5" 01192082) ("1.6" 01426321)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spread+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#spread#spread#spread#spread+ed#(1.5,01192082)(1.6,01426321)###SZ ( :DEF_WORD "spread" :CLASS "9.7.d" :WN_SENSE (("1.5" 01192082) ("1.6" 01426321)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spread+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#spread#spread#spread#spread+ingly#(1.5,01178576,01519515)(1.6,01409315,01834998)###SZ ( :DEF_WORD "spread" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01178576 01519515) ("1.6" 01409315 01834998)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (spread+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#spread#spread#spread#spread+ingly#(1.5,00908083,00546861,01519515)(1.6,01087519,00656764,01834998)###SZ ( :DEF_WORD "spread" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00908083 00546861 01519515) ("1.6" 01087519 00656764 01834998)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (spread+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#spring#spring#spring#spring+ingly#(1.5,01118288)(1.6,01336773)###BJDMAP ( :DEF_WORD "spring" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01118288) ("1.6" 01336773)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (spring+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#sprinkle#sprinkle#sprinkle#sprinkle+ingly#(1.5,00137455)(1.6,00156978)###SZ ( :DEF_WORD "sprinkle" :CLASS "9.7.a" :WN_SENSE (("1.5" 00137455) ("1.6" 00156978)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (sprinkle+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#sprinkle#sprinkle#sprinkle#sprinkle+ingly#(1.5,00137455)(1.6,00156978)###SZ ( :DEF_WORD "sprinkle" :CLASS "9.7.b" :WN_SENSE (("1.5" 00137455) ("1.6" 00156978)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (sprinkle+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#sprinkle#sprinkle#sprinkle#sprinkle+ingly#(1.5,00137455)(1.6,00156978)###SZ ( :DEF_WORD "sprinkle" :CLASS "9.7.c" :WN_SENSE (("1.5" 00137455) ("1.6" 00156978)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (sprinkle+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#sprinkle#sprinkle#sprinkle#sprinkle+ed#(1.5,00137455)(1.6,00156978)###SZ ( :DEF_WORD "sprinkle" :CLASS "9.7.d" :WN_SENSE (("1.5" 00137455) ("1.6" 00156978)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprinkle+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 57.a#1##sprinkle#sprinkle#sprinkle#sprinkle+ingly#(1.5,01558731)(1.6,01884584)###SZ ( :DEF_WORD "sprinkle" :CLASS "57.a" :WN_SENSE (("1.5" 01558731) ("1.6" 01884584)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (sprinkle+ingly 26)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#spritz#spritz#spritz#spritz+ingly#(1.5,--,--)(1.6,00897419,00942499)###SZ ( :DEF_WORD "spritz" :CLASS "9.7.a" :WN_SENSE (("1.5" -- --) ("1.6" 00897419 00942499)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (spritz+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#spritz#spritz#spritz#spritz+ingly#(1.5,--)(1.6,00897419)###SZ ( :DEF_WORD "spritz" :CLASS "9.7.b" :WN_SENSE (("1.5" --) ("1.6" 00897419)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (spritz+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#spritz#spritz#spritz#spritz+ingly#(1.5,--,--)(1.6,00897419,00942499)###SZ ( :DEF_WORD "spritz" :CLASS "9.7.c" :WN_SENSE (("1.5" -- --) ("1.6" 00897419 00942499)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (spritz+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#spritz#spritz#spritz#spritz+ed#(1.5,--)(1.6,00942499)###SZ ( :DEF_WORD "spritz" :CLASS "9.7.d" :WN_SENSE (("1.5" --) ("1.6" 00942499)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spritz+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "43.4.a" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (sprout+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "43.4.b" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (sprout+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "43.4.c" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (sprout+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "43.4.d" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (sprout+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sprout#sprout#sprout#sprout+ed####SZ ( :DEF_WORD "sprout" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprout+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sprout#sprout#sprout#sprout+ed#(1.5,00056552)(1.6,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "45.4.b" :WN_SENSE (("1.5" 00056552) ("1.6" 00064201)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprout+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sprout#sprout#sprout#sprout+ed#(1.5,00215796)(1.6,00249716)###SZ ( :DEF_WORD "sprout" :CLASS "45.4.c" :WN_SENSE (("1.5" 00215796) ("1.6" 00249716)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprout+ed 9)))) ) ;; Grid: 45.5#1#_th#sprout#sprout#sprout#sprout+ed#(1.5,00215796)(1.6,00249716)###SZ ( :DEF_WORD "sprout" :CLASS "45.5" :WN_SENSE (("1.5" 00215796) ("1.6" 00249716)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sprout+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (sprout+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#sprout#sprout#sprout#sprout+ingly#(1.5,00215796,00056552)(1.6,00249716,00064201)###SZ ( :DEF_WORD "sprout" :CLASS "47.2.c" :WN_SENSE (("1.5" 00215796 00056552) ("1.6" 00249716 00064201)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (sprout+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 41.3.2.a#1#_ag_particle(up)#spruce#spruce#spruce#spruce+ingly#(1.5,00027902)(1.6,00030462)###SZ ( :DEF_WORD "spruce" :CLASS "41.3.2.a" :WN_SENSE (("1.5" 00027902) ("1.6" 00030462)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag_particle(up)")) :LCS (act loc (* thing 1) (* up+/int 34) (spruce+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (human +))) ) ;; Grid: 41.3.2.b#1#_ag,th_particle(up)#spruce#spruce#spruce#spruce+ingly#(1.5,00177176,00027902)(1.6,00202528,00030462)##(th = clothing+)#BJDMAP ( :DEF_WORD "spruce" :CLASS "41.3.2.b" :WN_SENSE (("1.5" 00177176 00027902) ("1.6" 00202528 00030462)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th_particle(up)")) :LCS (act_on loc (* thing 1) (* clothing+ 2) (spruce+ingly 26) (* up+/int 34)) :VAR_SPEC ((34 :obligatory) (2 :optional) (1 (human +))) ) ;; Grid: 9.5#1#,ag_th,src(),goal()#spurt#spurt#spurt#spurt+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spurt" :CLASS "9.5" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([in] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (spurt+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#spurt#spurt#spurt#spurt+ingly#(1.5,01183437,01073302)(1.6,01415345,01286031)###SZ ( :DEF_WORD "spurt" :CLASS "43.4.a" :WN_SENSE (("1.5" 01183437 01073302) ("1.6" 01415345 01286031)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (spurt+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#spurt#spurt#spurt#spurt+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spurt" :CLASS "43.4.b" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (spurt+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#spurt#spurt#spurt#spurt+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spurt" :CLASS "43.4.c" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (spurt+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#spurt#spurt#spurt#spurt+ingly#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spurt" :CLASS "43.4.d" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (spurt+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#spurt#spurt#spurt#spurt+ed#(1.5,01183437)(1.6,01415345)###SZ ( :DEF_WORD "spurt" :CLASS "43.4.e" :WN_SENSE (("1.5" 01183437) ("1.6" 01415345)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (spurt+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#spur_on#spur_on#spur_on#spur-on+ingly####SZ ( :DEF_WORD "spur_on" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (spur-on+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#sputter#sputter#sputter#sputter+ingly#(1.5,01247592)(1.6,01496921)###SZ ( :DEF_WORD "sputter" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247592) ("1.6" 01496921)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (sputter+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#sputter#sputter#sputter#sputter+ingly#(1.5,01247592)(1.6,01496921)###SZ ( :DEF_WORD "sputter" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247592) ("1.6" 01496921)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (sputter+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#sputter#sputter#sputter#sputter+ingly#(1.5,01247592,00556644)(1.6,01496921,00668089)###SZ ( :DEF_WORD "sputter" :CLASS "43.2.c" :WN_SENSE (("1.5" 01247592 00556644) ("1.6" 01496921 00668089)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (sputter+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 30.2.a.i#1#_exp_perc#spy#spy#spy#spy+ingly#(1.5,01229507)(1.6,01474588)###SZ ( :DEF_WORD "spy" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (spy+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#spy#spy#spy#spy+ingly#(1.5,01229507)(1.6,01474588)###SZ ( :DEF_WORD "spy" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (spy+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#spy#spy#spy#spy+ingly#(1.5,01229507)(1.6,01474588)###SZ ( :DEF_WORD "spy" :CLASS "30.2.c" :WN_SENSE (("1.5" 01229507) ("1.6" 01474588)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (spy+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#squabble#squabble#squabble#squabble+ingly#(1.5,00434665)(1.6,00525851)###SZ ( :DEF_WORD "squabble" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (squabble+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#squabble#squabble#squabble#squabble+ingly#(1.5,00434665)(1.6,00525851)###SZ ( :DEF_WORD "squabble" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434665) ("1.6" 00525851)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (squabble+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#squall#squall#squall#squall+ingly#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "squall" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squall+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#squall#squall#squall#squall+ingly#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "squall" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squall+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#squall#squall#squall#squall+#(1.5,00592395,00514445)(1.6,00709491,00617840)###SZ ( :DEF_WORD "squall" :CLASS "37.3.b" :WN_SENSE (("1.5" 00592395 00514445) ("1.6" 00709491 00617840)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (squall+ 2) ((* toward 5) comm (squall+ 2) ((at 5) comm (squall+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#squall#squall#squall#squall+#(1.5,00592395,00514445)(1.6,00709491,00617840)###SZ ( :DEF_WORD "squall" :CLASS "37.3.c" :WN_SENSE (("1.5" 00592395 00514445) ("1.6" 00709491 00617840)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (squall+ 2) (toward comm (squall+ 2) (at comm (squall+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#squander#squander#squander#squander+ingly#(1.5,01291910)(1.6,01552355)###BJDMAP ( :DEF_WORD "squander" :CLASS "44.a" :WN_SENSE (("1.5" 01291910) ("1.6" 01552355)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (squander+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.i#1#_exp_perc(with)#square#square#square#square+ingly#(1.5,01504481)(1.6,01815106)###BJDMAP ( :DEF_WORD "square" :CLASS "31.3.i" :WN_SENSE (("1.5" 01504481) ("1.6" 01815106)) :PROPBANK ("arg0 arg1-PRD(with)") :THETA_ROLES ((1 "_exp_perc(with)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (square+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#squaredance#squaredance#squaredance#squaredance+ingly####SZ ( :DEF_WORD "squaredance" :CLASS "51.5.a.i" :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (squaredance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#squaredance#squaredance#squaredance#squaredance+ingly####SZ ( :DEF_WORD "squaredance" :CLASS "51.5.a.ii" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (squaredance+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#squaredance#squaredance#squaredance#squaredance+ingly####SZ ( :DEF_WORD "squaredance" :CLASS "51.5.b" :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (squaredance+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#squash#squash#squash#squash+ingly#(1.5,00916763,00916763)(1.6,01097909,01097909)###SZ ( :DEF_WORD "squash" :CLASS "9.3.a" :WN_SENSE (("1.5" 00916763 00916763) ("1.6" 01097909 01097909)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (squash+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#squash#squash#squash#squash+ingly#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "9.3.b" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#squash#squash#squash#squash+ed#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "21.2.a" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squash+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#squash#squash#squash#squash+ed#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "21.2.b" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#squash#squash#squash#squash+ed#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "21.2.c" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (squash+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#squash#squash#squash#squash+#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squash+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#squash#squash#squash#squash+ingly#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squash" :CLASS "26.5.b" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squash+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 47.6.a#1#_th,loc()#squat#squat#squat#squat+ingly#(1.5,00889664,01544941)(1.6,01063587,01863980)###SZ ( :DEF_WORD "squat" :CLASS "47.6.a" :WN_SENSE (("1.5" 00889664 01544941) ("1.6" 01063587 01863980)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (squat+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#squawk#squawk#squawk#squawk+ingly#(1.5,00512585)(1.6,00616654)###SZ ( :DEF_WORD "squawk" :CLASS "37.3.a" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squawk+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#squawk#squawk#squawk#squawk+ingly#(1.5,00512585)(1.6,00616654)###SZ ( :DEF_WORD "squawk" :CLASS "37.3.a" :WN_SENSE (("1.5" 00512585) ("1.6" 00616654)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squawk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#squawk#squawk#squawk#squawk+#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (squawk+ 2) ((* toward 5) comm (squawk+ 2) ((at 5) comm (squawk+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#squawk#squawk#squawk#squawk+#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (squawk+ 2) (toward comm (squawk+ 2) (at comm (squawk+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#squawk#squawk#squawk#squawk+#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "38" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (squawk+ 2) ((* toward 5) comm (squawk+ 2) (touching comm (squawk+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#squawk#squawk#squawk#squawk+ingly#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "43.2.a" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (squawk+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#squawk#squawk#squawk#squawk+ingly#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "43.2.b" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (squawk+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#squawk#squawk#squawk#squawk+ingly#(1.5,00593600)(1.6,00710825)###SZ ( :DEF_WORD "squawk" :CLASS "43.2.c" :WN_SENSE (("1.5" 00593600) ("1.6" 00710825)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (squawk+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#squeak#squeak#squeak#squeak+ingly#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "37.3.a" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squeak+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#squeak#squeak#squeak#squeak+ingly#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "37.3.a" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squeak+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#squeak#squeak#squeak#squeak+#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "37.3.b" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (squeak+ 2) ((* toward 5) comm (squeak+ 2) ((at 5) comm (squeak+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#squeak#squeak#squeak#squeak+#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "37.3.c" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (squeak+ 2) (toward comm (squeak+ 2) (at comm (squeak+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#squeak#squeak#squeak#squeak+#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "38" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (squeak+ 2) ((* toward 5) comm (squeak+ 2) (touching comm (squeak+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#squeak#squeak#squeak#squeak+ingly#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "43.2.a" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (squeak+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#squeak#squeak#squeak#squeak+ingly#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "43.2.b" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (squeak+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#squeak#squeak#squeak#squeak+ingly#(1.5,01239066)(1.6,01486965)###SZ ( :DEF_WORD "squeak" :CLASS "43.2.c" :WN_SENSE (("1.5" 01239066) ("1.6" 01486965)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (squeak+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#squeal#squeal#squeal#squeal+ingly#(1.5,00460786)(1.6,00556340)###SZ ( :DEF_WORD "squeal" :CLASS "37.3.a" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squeal+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#squeal#squeal#squeal#squeal+ingly#(1.5,00460786)(1.6,00556340)###SZ ( :DEF_WORD "squeal" :CLASS "37.3.a" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (squeal+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#squeal#squeal#squeal#squeal+#(1.5,00460786)(1.6,00556340)###SZ ( :DEF_WORD "squeal" :CLASS "37.3.b" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (squeal+ 2) ((* toward 5) comm (squeal+ 2) ((at 5) comm (squeal+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#squeal#squeal#squeal#squeal+#(1.5,00460786)(1.6,00556340)###SZ ( :DEF_WORD "squeal" :CLASS "37.3.c" :WN_SENSE (("1.5" 00460786) ("1.6" 00556340)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (squeal+ 2) (toward comm (squeal+ 2) (at comm (squeal+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#squeal#squeal#squeal#squeal+#(1.5,00597375)(1.6,00714796)###SZ ( :DEF_WORD "squeal" :CLASS "38" :WN_SENSE (("1.5" 00597375) ("1.6" 00714796)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (squeal+ 2) ((* toward 5) comm (squeal+ 2) (touching comm (squeal+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#squeal#squeal#squeal#squeal+ingly#(1.5,00597375)(1.6,00714796)###SZ ( :DEF_WORD "squeal" :CLASS "43.2.a" :WN_SENSE (("1.5" 00597375) ("1.6" 00714796)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (squeal+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#squeal#squeal#squeal#squeal+ingly#(1.5,00597375)(1.6,00714796)###SZ ( :DEF_WORD "squeal" :CLASS "43.2.b" :WN_SENSE (("1.5" 00597375) ("1.6" 00714796)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (squeal+ingly 26)) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00878769,01200092,00838518,00799016)(1.6,01050168,01435291,00999780,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "9.3.a" :WN_SENSE (("1.5" 00878769 01200092 00838518 00799016) ("1.6" 01050168 01435291 00999780 00951804)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (squeeze+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00878769,01200092,00838518,00799016)(1.6,01050168,01435291,00999780,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "9.3.b" :WN_SENSE (("1.5" 00878769 01200092 00838518 00799016) ("1.6" 01050168 01435291 00999780 00951804)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squeeze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00916763,00832302,00799016)(1.6,01097909,00992836,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00916763 00832302 00799016) ("1.6" 01097909 00992836 00951804)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (squeeze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00916763)(1.6,01097909)###SZ ( :DEF_WORD "squeeze" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00916763) ("1.6" 01097909)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (squeeze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#squeeze#squeeze#squeeze#squeeze+ed#(1.5,00916763,00832302,00799016)(1.6,01097909,00992836,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00916763 00832302 00799016) ("1.6" 01097909 00992836 00951804)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squeeze+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00916763,00832302,00799016)(1.6,01097909,00992836,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00916763 00832302 00799016) ("1.6" 01097909 00992836 00951804)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (squeeze+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#squeeze#squeeze#squeeze#squeeze+ingly#(1.5,00916763,00832302,00799016)(1.6,01097909,00992836,00951804)###SZ ( :DEF_WORD "squeeze" :CLASS "26.5.b" :WN_SENSE (("1.5" 00916763 00832302 00799016) ("1.6" 01097909 00992836 00951804)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squeeze+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#squelch#squelch#squelch#squelch+ingly#(1.5,01243608,01094316)(1.6,01492388,01311148)###SZ ( :DEF_WORD "squelch" :CLASS "43.2.a" :WN_SENSE (("1.5" 01243608 01094316) ("1.6" 01492388 01311148)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (squelch+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#squelch#squelch#squelch#squelch+ingly#(1.5,01243608,01094316)(1.6,01492388,01311148)###SZ ( :DEF_WORD "squelch" :CLASS "43.2.b" :WN_SENSE (("1.5" 01243608 01094316) ("1.6" 01492388 01311148)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (squelch+ingly 26)) ) ;; Grid: 30.3.a#1#_exp_perc(at)#squint#squint#squint#squint+ingly#(1.5,00006029)(1.6,00005910)###SZ ( :DEF_WORD "squint" :CLASS "30.3.a" :WN_SENSE (("1.5" 00006029) ("1.6" 00005910)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (squint+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#squint#squint#squint#squint+ingly#(1.5,00006029)(1.6,00005910)###SZ ( :DEF_WORD "squint" :CLASS "30.3.b" :WN_SENSE (("1.5" 00006029) ("1.6" 00005910)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (squint+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#squint#squint#squint#squint+#(1.5,00006029)(1.6,00005910)###SZ ( :DEF_WORD "squint" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00006029) ("1.6" 00005910)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (squint+ 2) ((* toward 5) comm (squint+ 2) (touching comm (squint+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#squint#squint#squint#squint+ingly#(1.5,00006029)(1.6,00005910)###SZ ( :DEF_WORD "squint" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00006029) ("1.6" 00005910)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (squint+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 49.a.i#1#_ag#squirm#squirm#squirm#squirm+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "squirm" :CLASS "49.a.i" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (squirm+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#squirm#squirm#squirm#squirm+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "squirm" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (squirm+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#squirm#squirm#squirm#squirm+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "squirm" :CLASS "49.b" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (squirm+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#squirt#squirt#squirt#squirt+ingly#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "9.7.a" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (squirt+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.b#1#_th_goal(on,onto)#squirt#squirt#squirt#squirt+ingly#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "9.7.b" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg1 argm-LOC(on/onto)") :THETA_ROLES ((1 "_th_goal(on,onto)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (([on] 5) loc (thing 2) (thing 6))) (squirt+ingly 26)) ) ;; Grid: 9.7.c#1#_ag_th_goal(at)#squirt#squirt#squirt#squirt+ingly#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "9.7.c" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_goal(at)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (squirt+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#squirt#squirt#squirt#squirt+ed#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "9.7.d" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squirt+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#squirt#squirt#squirt#squirt+ingly#(1.5,--)(1.6,00897274)###SZ ( :DEF_WORD "squirt" :CLASS "43.4.a" :WN_SENSE (("1.5" --) ("1.6" 00897274)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (squirt+ingly 26)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#squirt#squirt#squirt#squirt+ingly#(1.5,--)(1.6,00897274)###SZ ( :DEF_WORD "squirt" :CLASS "43.4.c" :WN_SENSE (("1.5" --) ("1.6" 00897274)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (squirt+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#squirt#squirt#squirt#squirt+ingly#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "43.4.d" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (squirt+ingly 26)) ) ;; Grid: 43.4.e#1#_ag_th#squirt#squirt#squirt#squirt+ed#(1.5,00791279)(1.6,00942316)###SZ ( :DEF_WORD "squirt" :CLASS "43.4.e" :WN_SENSE (("1.5" 00791279) ("1.6" 00942316)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squirt+ed 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#squish#squish#squish#squish+ingly#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "9.3.a" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (squish+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#squish#squish#squish#squish+ingly#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "9.3.b" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.a#1#_ag_th,instr(with)#squish#squish#squish#squish+ed#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "21.2.a" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 21.2.b#1#_ag_th#squish#squish#squish#squish+ed#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "21.2.b" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squish+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 21.2.c#1#_ag#squish#squish#squish#squish+ed#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "21.2.c" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go ident (thing 2) (toward ident (thing 2) (at ident (thing 2) (squish+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#squish#squish#squish#squish+#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (squish+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#squish#squish#squish#squish+ingly#(1.5,01094316)(1.6,01311148)###SZ ( :DEF_WORD "squish" :CLASS "26.5.b" :WN_SENSE (("1.5" 01094316) ("1.6" 01311148)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (squish+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#stab#stab#stab#stab+ingly#(1.5,00701539)(1.6,00839154)###SZ ( :DEF_WORD "stab" :CLASS "18.2.a" :WN_SENSE (("1.5" 00701539) ("1.6" 00839154)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (stab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#stab#stab#stab#stab+ingly#(1.5,00700678,00700882,00701539)(1.6,00838192,00838458,00839154)###SZ ( :DEF_WORD "stab" :CLASS "18.2.b" :WN_SENSE (("1.5" 00700678 00700882 00701539) ("1.6" 00838192 00838458 00839154)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (stab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 42.2#1#_ag_th#stab#stab#stab#stab+ed#(1.5,00701539)(1.6,00839154)###SZ ( :DEF_WORD "stab" :CLASS "42.2" :WN_SENSE (("1.5" 00701539) ("1.6" 00839154)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stab+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#stabb#stabb#stabb#stabb+ingly####SZ ( :DEF_WORD "stabb" :CLASS "18.3" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (stabb+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#stabilize#stabilize#stabilize#stabilize+ed#(1.5,00161452)(1.6,00185024)###SZ ( :DEF_WORD "stabilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00161452) ("1.6" 00185024)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stabilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#stabilize#stabilize#stabilize#stabilize+ed#(1.5,00161452)(1.6,00185024)###SZ ( :DEF_WORD "stabilize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00161452) ("1.6" 00185024)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stabilize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#stabilize#stabilize#stabilize#stabilize+ed#(1.5,00161922)(1.6,00185541)###SZ ( :DEF_WORD "stabilize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00161922) ("1.6" 00185541)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stabilize+ed 9)))) ) ;; Grid: 9.10#1#_ag_th#stable#stable#stable##(1.5,01392659)(1.6,01676156)#loc#(goal() = in stable+)#SZ ( :DEF_WORD "stable" :CLASS "9.10" :WN_SENSE (("1.5" 01392659) ("1.6" 01676156)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (stable+ 6))))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#stack#stack#stack#stack+ingly#(1.5,00864996,00865127,00864583)(1.6,01032948,01033090,01032517)###SZ ( :DEF_WORD "stack" :CLASS "9.7.a" :WN_SENSE (("1.5" 00864996 00865127 00864583) ("1.6" 01032948 01033090 01032517)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stack+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#stack#stack#stack#stack+ed#(1.5,00864996,00865127,00864583)(1.6,01032948,01033090,01032517)###SZ ( :DEF_WORD "stack" :CLASS "9.7.d" :WN_SENSE (("1.5" 00864996 00865127 00864583) ("1.6" 01032948 01033090 01032517)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stack+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#staff#staff#staff#staff+ed#(1.5,00614491)(1.6,00737389)###SZ ( :DEF_WORD "staff" :CLASS "9.8.a" :WN_SENSE (("1.5" 00614491) ("1.6" 00737389)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (staff+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#staff#staff#staff#staff+ed#(1.5,00614491)(1.6,00737389)###SZ ( :DEF_WORD "staff" :CLASS "9.8.b" :WN_SENSE (("1.5" 00614491) ("1.6" 00737389)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (staff+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#stage#stage#stage#stage+ingly#(1.5,00942765,00980218)(1.6,01132085,01172990)###SZ ( :DEF_WORD "stage" :CLASS "26.4" :WN_SENSE (("1.5" 00942765 00980218) ("1.6" 01132085 01172990)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (stage+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stagger#stagger#stagger#stagger+ingly#(1.5,00350184,01031174)(1.6,00421887,01235349)###SZ ( :DEF_WORD "stagger" :CLASS "31.1.a" :WN_SENSE (("1.5" 00350184 01031174) ("1.6" 00421887 01235349)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stagger+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stagger#stagger#stagger#stagger+ingly#(1.5,00350184,01031174)(1.6,00421887,01235349)###SZ ( :DEF_WORD "stagger" :CLASS "31.1.b" :WN_SENSE (("1.5" 00350184 01031174) ("1.6" 00421887 01235349)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stagger+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#stagger#stagger#stagger#stagger+ed#(1.5,00350184)(1.6,00421887)###SZ ( :DEF_WORD "stagger" :CLASS "31.1.c" :WN_SENSE (("1.5" 00350184) ("1.6" 00421887)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stagger+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stagger#stagger#stagger#stagger+ingly#(1.5,01096596,01202473)(1.6,01313595,01437979)###SZ ( :DEF_WORD "stagger" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096596 01202473) ("1.6" 01313595 01437979)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stagger+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stagger#stagger#stagger#stagger+ingly#(1.5,01096596,01202473)(1.6,01313595,01437979)###SZ ( :DEF_WORD "stagger" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096596 01202473) ("1.6" 01313595 01437979)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stagger+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.5#1#_th#stagnate#stagnate#stagnate#stagnate+ed#(1.5,01544748)(1.6,01863788)###SZ ( :DEF_WORD "stagnate" :CLASS "45.5" :WN_SENSE (("1.5" 01544748) ("1.6" 01863788)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stagnate+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#stagnate#stagnate#stagnate#stagnate+ingly#(1.5,01544748)(1.6,01863788)###SZ ( :DEF_WORD "stagnate" :CLASS "47.2.b" :WN_SENSE (("1.5" 01544748) ("1.6" 01863788)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (stagnate+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 9.8.a#1#_mod-poss_th#stain#stain#stain#stain+ed#(1.5,00881552)(1.6,01053918)###SZ ( :DEF_WORD "stain" :CLASS "9.8.a" :WN_SENSE (("1.5" 00881552) ("1.6" 01053918)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (stain+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#stain#stain#stain#stain+ed#(1.5,00881552)(1.6,01053918)###SZ ( :DEF_WORD "stain" :CLASS "9.8.b" :WN_SENSE (("1.5" 00881552) ("1.6" 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stain+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#stain#stain#stain#stain+ed#(1.5,00171633,00881552)(1.6,00196469,01053918)###SZ ( :DEF_WORD "stain" :CLASS "9.8.e" :WN_SENSE (("1.5" 00171633 00881552) ("1.6" 00196469 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stain+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#stain#stain#stain#stain+ed#(1.5,00171633,00881552)(1.6,00196469,01053918)###SZ ( :DEF_WORD "stain" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00171633 00881552) ("1.6" 00196469 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stain+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#stain#stain#stain#stain+ed#(1.5,00171633,00881552)(1.6,00196469,01053918)###SZ ( :DEF_WORD "stain" :CLASS "24" :WN_SENSE (("1.5" 00171633 00881552) ("1.6" 00196469 01053918)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stain+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.7#1#_ag_src#stalk#stalk#stalk##(1.5,01143406)(1.6,01367094)#loc#(th = stalk+)#SZ ( :DEF_WORD "stalk" :CLASS "10.7" :WN_SENSE (("1.5" 01143406) ("1.6" 01367094)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (stalk+ 2) (from loc (stalk+ 2) (at loc (stalk+ 2) (* thing 4))))) ) ;; Grid: 35.3.a#1#_ag_purp,loc()#stalk#stalk#stalk#stalk+ingly#(1.5,01143406)(1.6,01367094)###SZ ( :DEF_WORD "stalk" :CLASS "35.3.a" :WN_SENSE (("1.5" 01143406) ("1.6" 01367094)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) (for intent (*head*) (* thing 22)) (stalk+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.3.b#1#_ag_loc,purp(for)#stalk#stalk#stalk#stalk+ingly#(1.5,01143406)(1.6,01367094)###SZ ( :DEF_WORD "stalk" :CLASS "35.3.b" :WN_SENSE (("1.5" 01143406) ("1.6" 01367094)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (stalk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 53.1#1#_th,loc()#stall#stall#stall#stall+ingly#(1.5,01495384,00273160)(1.6,01804043,00321559)###SZ ( :DEF_WORD "stall" :CLASS "53.1" :WN_SENSE (("1.5" 01495384 00273160) ("1.6" 01804043 00321559)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (stall+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#stammer#stammer#stammer#stammer+ingly#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stammer" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (stammer+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#stammer#stammer#stammer#stammer+ingly#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stammer" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (stammer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#stammer#stammer#stammer#stammer+#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stammer" :CLASS "37.3.b" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (stammer+ 2) ((* toward 5) comm (stammer+ 2) ((at 5) comm (stammer+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#stammer#stammer#stammer#stammer+#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stammer" :CLASS "37.3.c" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (stammer+ 2) (toward comm (stammer+ 2) (at comm (stammer+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#stamp#stamp#stamp#stamp+ingly#(1.5,01224060,00368418)(1.6,01467810,00442125)###SZ ( :DEF_WORD "stamp" :CLASS "25.1.a" :WN_SENSE (("1.5" 01224060 00368418) ("1.6" 01467810 00442125)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stamp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#stamp#stamp#stamp#stamp+ed#(1.5,01224060,00368418)(1.6,01467810,00442125)###SZ ( :DEF_WORD "stamp" :CLASS "25.1.b" :WN_SENSE (("1.5" 01224060 00368418) ("1.6" 01467810 00442125)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stamp+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.3#1#_ag_th_pred#stamp#stamp#stamp#stamp+ingly#(1.5,01224060,00368418)(1.6,01467810,00442125)###SZ ( :DEF_WORD "stamp" :CLASS "29.3" :WN_SENSE (("1.5" 01224060 00368418) ("1.6" 01467810 00442125)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (stamp+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#stamp#stamp#stamp#stamp+ingly#(1.5,01096880)(1.6,01313879)###SZ ( :DEF_WORD "stamp" :CLASS "40.3.2" :WN_SENSE (("1.5" 01096880) ("1.6" 01313879)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (stamp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.2.i#1#_th,loc()#stand#stand#stand#stand+ingly#(1.5,00890657)(1.6,01064709)###SZ ( :DEF_WORD "stand" :CLASS "9.2.i" :WN_SENSE (("1.5" 00890657) ("1.6" 01064709)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stand+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#stand#stand#stand#stand+ingly#(1.5,00890657)(1.6,01064709)###SZ ( :DEF_WORD "stand" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00890657) ("1.6" 01064709)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (stand+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#stand#stand#stand#stand+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "stand" :CLASS "31.2.a" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (stand+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#stand#stand#stand#stand+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "stand" :CLASS "31.2.b" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (stand+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#stand#stand#stand#stand+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "stand" :CLASS "31.2.g" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (stand+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 39.6.b#1#_th_instr#stand#stand#stand#stand+ingly#(1.5,01551063,01530675)(1.6,01871232,01847789)###SZ ( :DEF_WORD "stand" :CLASS "39.6.b" :WN_SENSE (("1.5" 01551063 01530675) ("1.6" 01871232 01847789)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_instr")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((on 19) instr (*head*) (* nil 20)) (stand+ingly 26)) :VAR_SPEC ((20 :obligatory) (2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#stand#stand#stand#stand+ingly#(1.5,00890657,01551063,01530675)(1.6,01064709,01871232,01847789)###SZ ( :DEF_WORD "stand" :CLASS "47.6.a" :WN_SENSE (("1.5" 00890657 01551063 01530675) ("1.6" 01064709 01871232 01847789)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stand+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#standardize#standardize#standardize#standardize+ed#(1.5,00277055)(1.6,00326361)###SZ ( :DEF_WORD "standardize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00277055) ("1.6" 00326361)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (standardize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#staple#staple#staple#staple+ingly#(1.5,00786178)(1.6,00935906)###SZ ( :DEF_WORD "staple" :CLASS "22.4.a" :WN_SENSE (("1.5" 00786178) ("1.6" 00935906)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (staple+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#staple#staple#staple#staple+ed#(1.5,00786178)(1.6,00935906)###SZ ( :DEF_WORD "staple" :CLASS "22.4.b" :WN_SENSE (("1.5" 00786178) ("1.6" 00935906)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (staple+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#star#star#star#star+ingly#(1.5,00984376)(1.6,01178318)###SZ ( :DEF_WORD "star" :CLASS "29.8.a" :WN_SENSE (("1.5" 00984376) ("1.6" 01178318)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (star+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#star#star#star#star+ingly#(1.5,01488195)(1.6,01795218)###SZ ( :DEF_WORD "star" :CLASS "29.8.b" :WN_SENSE (("1.5" 01488195) ("1.6" 01795218)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (star+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#starch#starch#starch#starch+ed#(1.5,00248074)(1.6,00290256)###SZ ( :DEF_WORD "starch" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00248074) ("1.6" 00290256)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (starch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.3.a#1#_exp_perc(at)#stare#stare#stare#stare+ingly#(1.5,01217462,00021691)(1.6,01459552,00023130)###SZ ( :DEF_WORD "stare" :CLASS "30.3.a" :WN_SENSE (("1.5" 01217462 00021691) ("1.6" 01459552 00023130)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (stare+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.3.b#1#_exp_perc(around,through,into)#stare#stare#stare#stare+ingly#(1.5,01217462,00021691)(1.6,01459552,00023130)###SZ ( :DEF_WORD "stare" :CLASS "30.3.b" :WN_SENSE (("1.5" 01217462 00021691) ("1.6" 01459552 00023130)) :PROPBANK ("arg0 arg1(around/through/into)") :THETA_ROLES ((1 "_exp_perc(around,through,into)")) :LCS (act perc (* thing 2) ((* [toward] 7) perc (thing 2) ([in] perc (thing 2) (thing 8))) (stare+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#start#start#start#start+ingly#(1.5,00207968,01348093,00210121,01474835,01063101)(1.6,00239960,01621230,00242403,01778989,01273498)###SZ ( :DEF_WORD "start" :CLASS "55.1.a" :WN_SENSE (("1.5" 00207968 01348093 00210121 01474835 01063101) ("1.6" 00239960 01621230 00242403 01778989 01273498)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (start+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#start#start#start#start+ingly#(1.5,00207968,01474835,01063101)(1.6,00239960,01778989,01273498)###SZ ( :DEF_WORD "start" :CLASS "55.1.b" :WN_SENSE (("1.5" 00207968 01474835 01063101) ("1.6" 00239960 01778989 01273498)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (start+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#start#start#start#start+ingly#(1.5,00207968,01474835,01063101)(1.6,00239960,01778989,01273498)###SZ ( :DEF_WORD "start" :CLASS "55.1.c" :WN_SENSE (("1.5" 00207968 01474835 01063101) ("1.6" 00239960 01778989 01273498)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (start+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#startle#startle#startle#startle+ingly#(1.5,01088464)(1.6,01303431)###SZ ( :DEF_WORD "startle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01088464) ("1.6" 01303431)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (startle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#startle#startle#startle#startle+ingly#(1.5,01088464)(1.6,01303431)###SZ ( :DEF_WORD "startle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01088464) ("1.6" 01303431)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (startle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#startle#startle#startle#startle+ed#(1.5,01088464)(1.6,01303431)###SZ ( :DEF_WORD "startle" :CLASS "31.1.c" :WN_SENSE (("1.5" 01088464) ("1.6" 01303431)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (startle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.7.i#1#,ag_th#starve#starve#starve#starve+ingly#(1.5,00674980)(1.6,00807505)###BJDMAP ( :DEF_WORD "starve" :CLASS "40.7.i" :WN_SENSE (("1.5" 00674980) ("1.6" 00807505)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (starve+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#stash#stash#stash#stash+ingly#(1.5,01311833)(1.6,01576630)#loc##SZ ( :DEF_WORD "stash" :CLASS "9.1" :WN_SENSE (("1.5" 01311833) ("1.6" 01576630)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stash+ingly 26)) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#state#state#state#state+ingly#(1.5,00569629,00601383)(1.6,00682542,00719571)###SZ ( :DEF_WORD "state" :CLASS "37.7.a" :WN_SENSE (("1.5" 00569629 00601383) ("1.6" 00682542 00719571)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (state+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#state#state#state#state+ingly#(1.5,00569629,00601383)(1.6,00682542,00719571)###SZ ( :DEF_WORD "state" :CLASS "37.7.b" :WN_SENSE (("1.5" 00569629 00601383) ("1.6" 00682542 00719571)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (state+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 46.a#1#_th,loc()#stay#stay#stay#stay+ingly#(1.5,01060041,01546054)(1.6,01268426,01865371)###SZ ( :DEF_WORD "stay" :CLASS "46.a" :WN_SENSE (("1.5" 01060041 01546054) ("1.6" 01268426 01865371)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stay+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 47.1#1#_th,mod-loc()#stay#stay#stay#stay+ingly#(1.5,00068138,01060041,01546054,01146905,01548592)(1.6,00078446,01268426,01865371,01371015,01868387)###SZ ( :DEF_WORD "stay" :CLASS "47.1" :WN_SENSE (("1.5" 00068138 01060041 01546054 01146905 01548592) ("1.6" 00078446 01268426 01865371 01371015 01868387)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (stay+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#steady#steady#steady#steady+ed#(1.5,00694923,00247219)(1.6,00830998,00289278)###SZ ( :DEF_WORD "steady" :CLASS "45.4.a" :WN_SENSE (("1.5" 00694923 00247219) ("1.6" 00830998 00289278)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steady+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#steady#steady#steady#steady+ed#(1.5,00694923,00247219)(1.6,00830998,00289278)###SZ ( :DEF_WORD "steady" :CLASS "45.4.b" :WN_SENSE (("1.5" 00694923 00247219) ("1.6" 00830998 00289278)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steady+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#steady#steady#steady#steady+ed#(1.5,00247219)(1.6,00289278)###SZ ( :DEF_WORD "steady" :CLASS "45.4.c" :WN_SENSE (("1.5" 00247219) ("1.6" 00289278)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steady+ed 9)))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#steal#steal#steal#steal+ingly#(1.5,01320466,00628247)(1.6,01587253,00753225)###SZ ( :DEF_WORD "steal" :CLASS "10.5" :WN_SENSE (("1.5" 01320466 00628247) ("1.6" 01587253 00753225)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (steal+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#steal#steal#steal#steal+ingly#(1.5,01320466)(1.6,01587253)###SZ ( :DEF_WORD "steal" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (steal+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#steal#steal#steal#steal+ingly#(1.5,01320466)(1.6,01587253)###SZ ( :DEF_WORD "steal" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (steal+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#steal#steal#steal#steal+ingly#(1.5,01076098,01089468)(1.6,01289257,01304600)###SZ ( :DEF_WORD "steal" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01076098 01089468) ("1.6" 01289257 01304600)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (steal+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#steam#steam#steam#steam+ingly#(1.5,01563851)(1.6,01891552)###SZ ( :DEF_WORD "steam" :CLASS "43.4.a" :WN_SENSE (("1.5" 01563851) ("1.6" 01891552)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (steam+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#steam#steam#steam#steam+ingly#(1.5,01563851)(1.6,01891552)###SZ ( :DEF_WORD "steam" :CLASS "43.4.b" :WN_SENSE (("1.5" 01563851) ("1.6" 01891552)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (steam+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#steam#steam#steam#steam+ingly#(1.5,01563851)(1.6,01891552)###SZ ( :DEF_WORD "steam" :CLASS "43.4.c" :WN_SENSE (("1.5" 01563851) ("1.6" 01891552)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (steam+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#steam#steam#steam#steam+ingly#(1.5,01563851,01122145)(1.6,01891552,01340981)###SZ ( :DEF_WORD "steam" :CLASS "43.4.d" :WN_SENSE (("1.5" 01563851 01122145) ("1.6" 01891552 01340981)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (steam+ingly 26)) ) ;; Grid: 45.3.a#1#_ag_th#steam#steam#steam#steam+ingly#(1.5,00198300)(1.6,00227099)###SZ ( :DEF_WORD "steam" :CLASS "45.3.a" :WN_SENSE (("1.5" 00198300) ("1.6" 00227099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (steam+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#steam#steam#steam#steam+ingly#(1.5,00198300)(1.6,00227099)###SZ ( :DEF_WORD "steam" :CLASS "45.3.b" :WN_SENSE (("1.5" 00198300) ("1.6" 00227099)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (steam+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#steam#steam#steam#steam+ed#(1.5,00198300)(1.6,00227099)###SZ ( :DEF_WORD "steam" :CLASS "45.3.c" :WN_SENSE (("1.5" 00198300) ("1.6" 00227099)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steam+ed 9)))) ) ;; Grid: 45.3.a#1#_ag_th#steam-bake#steam-bake#steam-bake#steam-bake+ingly####SZ ( :DEF_WORD "steam-bake" :CLASS "45.3.a" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (steam-bake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#steam-bake#steam-bake#steam-bake#steam-bake+ingly####SZ ( :DEF_WORD "steam-bake" :CLASS "45.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (steam-bake+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#steam-bake#steam-bake#steam-bake#steam-bake+ed####SZ ( :DEF_WORD "steam-bake" :CLASS "45.3.c" :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steam-bake+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#steep#steep#steep#steep+ed#(1.5,00198433)(1.6,00227243)###SZ ( :DEF_WORD "steep" :CLASS "45.4.a" :WN_SENSE (("1.5" 00198433) ("1.6" 00227243)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steep+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#steep#steep#steep#steep+ed#(1.5,00198433)(1.6,00227243)###SZ ( :DEF_WORD "steep" :CLASS "45.4.b" :WN_SENSE (("1.5" 00198433) ("1.6" 00227243)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steep+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#steep#steep#steep#steep+ed#(1.5,00198433)(1.6,00227243)###SZ ( :DEF_WORD "steep" :CLASS "45.4.c" :WN_SENSE (("1.5" 00198433) ("1.6" 00227243)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steep+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#steepen#steepen#steepen#steepen+ed#(1.5,00316494)(1.6,00375065)###SZ ( :DEF_WORD "steepen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00316494) ("1.6" 00375065)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steepen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#steepen#steepen#steepen#steepen+ed#(1.5,00316494)(1.6,00375065)###SZ ( :DEF_WORD "steepen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00316494) ("1.6" 00375065)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steepen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#steepen#steepen#steepen#steepen+ed#(1.5,00316623)(1.6,00375194)###SZ ( :DEF_WORD "steepen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00316623) ("1.6" 00375194)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (steepen+ed 9)))) ) ;; Grid: 51.7.i#1#_ag_th#steer#steer#steer#steer+ingly#(1.5,01380993)(1.6,01661609)###SZ ( :DEF_WORD "steer" :CLASS "51.7.i" :WN_SENSE (("1.5" 01380993) ("1.6" 01661609)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (steer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.7.ii#1#_th_mod-poss_goal()#steer#steer#steer#steer+ingly#(1.5,01380993)(1.6,01661609)###SZ ( :DEF_WORD "steer" :CLASS "51.7.ii" :WN_SENSE (("1.5" 01380993) ("1.6" 01661609)) :PROPBANK ("arg0 arg1 argm-LOC(down - up.)") :THETA_ROLES ((1 "_th_mod-poss_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (with poss (*head*) (* thing 16)) (steer+ingly 26)) :VAR_SPEC ((16 :obligatory) (2 (animate +))) ) ;; Grid: 10.7#1#_ag_src#stem#stem#stem##(1.5,00214395)(1.6,00247379)#loc#(th = stem+)#SZ ( :DEF_WORD "stem" :CLASS "10.7" :WN_SENSE (("1.5" 00214395) ("1.6" 00247379)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (stem+ 2) (from loc (stem+ 2) (at loc (stem+ 2) (* thing 4))))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#stem#stem#stem#stem+ingly#(1.5,00214395)(1.6,00247379)###SZ ( :DEF_WORD "stem" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00214395) ("1.6" 00247379)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (stem+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 37.3.a#2#_ag_info(about),goal(to)#stemmer#stemmer#stemmer#stemmer+ingly####BJDMAP ( :DEF_WORD "stemmer" :CLASS "37.3.a" :PROPBANK ("arg0 arg1(about) arg2(to)") :THETA_ROLES ((2 "_ag_info(about),goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (stemmer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 25.2#1#_ag_th,goal()#stencil#stencil#stencil#stencil+ingly#(1.5,00999352)(1.6,01195404)###SZ ( :DEF_WORD "stencil" :CLASS "25.2" :WN_SENSE (("1.5" 00999352) ("1.6" 01195404)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stencil+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#step#step#step#step+ingly#(1.5,01098922)(1.6,01316088)###SZ ( :DEF_WORD "step" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01098922) ("1.6" 01316088)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (step+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#step#step#step#step+ingly#(1.5,01098922)(1.6,01316088)###SZ ( :DEF_WORD "step" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01098922) ("1.6" 01316088)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (step+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sterilize#sterilize#sterilize#sterilize+ed#(1.5,00039594)(1.6,00043944)###SZ ( :DEF_WORD "sterilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00039594) ("1.6" 00043944)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sterilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#stew#stew#stew#stew+ingly#(1.5,00196207)(1.6,00224612)###SZ ( :DEF_WORD "stew" :CLASS "45.3.a" :WN_SENSE (("1.5" 00196207) ("1.6" 00224612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stew+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#stew#stew#stew#stew+ingly#(1.5,00196207)(1.6,00224612)###SZ ( :DEF_WORD "stew" :CLASS "45.3.b" :WN_SENSE (("1.5" 00196207) ("1.6" 00224612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stew+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#stew#stew#stew#stew+ed#(1.5,00196207)(1.6,00224612)###SZ ( :DEF_WORD "stew" :CLASS "45.3.c" :WN_SENSE (("1.5" 00196207) ("1.6" 00224612)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stew+ed 9)))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#stick#stick#stick#stick+ingly#(1.5,00879256,00829439,00829339)(1.6,01050882,00988921,00988821)###SZ ( :DEF_WORD "stick" :CLASS "9.7.a" :WN_SENSE (("1.5" 00879256 00829439 00829339) ("1.6" 01050882 00988921 00988821)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stick+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#stick#stick#stick#stick+ed#(1.5,00879256,00829439,00829339)(1.6,01050882,00988921,00988821)###SZ ( :DEF_WORD "stick" :CLASS "9.7.d" :WN_SENSE (("1.5" 00879256 00829439 00829339) ("1.6" 01050882 00988921 00988821)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stick+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.a.i#1#_ag_th,mod-loc()#stick#stick#stick#stick+ingly#(1.5,00829439,00829339)(1.6,00988921,00988821)###SZ ( :DEF_WORD "stick" :CLASS "19.a.i" :WN_SENSE (("1.5" 00829439 00829339) ("1.6" 00988921 00988821)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (stick+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 19.b#1#_ag_th_goal(through)#stick#stick#stick#stick+ingly#(1.5,00829439,00829339)(1.6,00988921,00988821)###SZ ( :DEF_WORD "stick" :CLASS "19.b" :WN_SENSE (("1.5" 00829439 00829339) ("1.6" 00988921 00988821)) :PROPBANK ("arg0 arg1 arg2(throught)") :THETA_ROLES ((1 "_ag_th_goal(through)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (stick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 19.c.i#1#_ag_th,mod-loc(),instr(with)#stick#stick#stick#stick+ingly#(1.5,00829439,00829339)(1.6,00988921,00988821)###SZ ( :DEF_WORD "stick" :CLASS "19.c.i" :WN_SENSE (("1.5" 00829439 00829339) ("1.6" 00988921 00988821)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (stick+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.i#1#_th_goal(to)#stick#stick#stick#stick+ingly#(1.5,00779802,00695252)(1.6,00929232,00831685)###SZ ( :DEF_WORD "stick" :CLASS "22.3.c.i" :WN_SENSE (("1.5" 00779802 00695252) ("1.6" 00929232 00831685)) :PROPBANK ("arg1 argm-LOC(to)") :THETA_ROLES ((1 "_th_goal(to)")) :LCS (act loc (* thing 2) ((* toward 5) loc (thing 2) (at loc (thing 2) (thing 6))) (stick+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#stick#stick#stick#stick+ingly#(1.5,00879256,00779802,00695252)(1.6,01050882,00929232,00831685)###SZ ( :DEF_WORD "stick" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00879256 00779802 00695252) ("1.6" 01050882 00929232 00831685)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (stick+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.i#1#_th_mod-loc(together)#stick#stick#stick#stick+ingly#(1.5,00779802)(1.6,00929232)###SZ ( :DEF_WORD "stick" :CLASS "22.3.d.i" :WN_SENSE (("1.5" 00779802) ("1.6" 00929232)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th_mod-loc(together)")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 2)) ((* together 23) loc (thing 2) (nil 24)) (stick+ingly 26)) :VAR_SPEC ((23 :obligatory) (2 (num plur))) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#stick#stick#stick#stick+ed#(1.5,00879256,00779802)(1.6,01050882,00929232)###SZ ( :DEF_WORD "stick" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00879256 00779802) ("1.6" 01050882 00929232)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stick+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#stiffen#stiffen#stiffen#stiffen+ed#(1.5,00247885)(1.6,00290032)###SZ ( :DEF_WORD "stiffen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00247885) ("1.6" 00290032)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stiffen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#stiffen#stiffen#stiffen#stiffen+ed#(1.5,00247885)(1.6,00290032)###SZ ( :DEF_WORD "stiffen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00247885) ("1.6" 00290032)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stiffen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#stiffen#stiffen#stiffen#stiffen+ed#(1.5,00248414)(1.6,00290685)###SZ ( :DEF_WORD "stiffen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00248414) ("1.6" 00290685)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stiffen+ed 9)))) ) ;; Grid: 40.7.i#1#,ag_th#stifle#stifle#stifle#stifle+ingly#(1.5,00903208,00233002)(1.6,01080303,00271124)###SZ ( :DEF_WORD "stifle" :CLASS "40.7.i" :WN_SENSE (("1.5" 00903208 00233002) ("1.6" 01080303 00271124)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stifle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 40.7.ii#1#,ag_th#stifle#stifle#stifle#stifle+ed#(1.5,00903208,00233002)(1.6,01080303,00271124)###SZ ( :DEF_WORD "stifle" :CLASS "40.7.ii" :WN_SENSE (("1.5" 00903208 00233002) ("1.6" 01080303 00271124)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stifle+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#stigmatize#stigmatize#stigmatize#stigmatize+ed#(1.5,01419981)(1.6,01709703)###SZ ( :DEF_WORD "stigmatize" :CLASS "29.2.c" :WN_SENSE (("1.5" 01419981) ("1.6" 01709703)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stigmatize+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#stigmatize#stigmatize#stigmatize#stigmatize+ingly#(1.5,01419981)(1.6,01709703)###SZ ( :DEF_WORD "stigmatize" :CLASS "29.2.d" :WN_SENSE (("1.5" 01419981) ("1.6" 01709703)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (stigmatize+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 53.1#1#_th,loc()#still#still#still#still+ingly#(1.5,--)(1.6,01204371)###SZ ( :DEF_WORD "still" :CLASS "53.1" :WN_SENSE (("1.5" --) ("1.6" 01204371)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (still+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stimulate#stimulate#stimulate#stimulate+ingly#(1.5,01004175)(1.6,01202395)###SZ ( :DEF_WORD "stimulate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01004175) ("1.6" 01202395)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stimulate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stimulate#stimulate#stimulate#stimulate+ingly#(1.5,00295643,01004175,01208116)(1.6,00350457,01202395,01448459)###SZ ( :DEF_WORD "stimulate" :CLASS "31.1.b" :WN_SENSE (("1.5" 00295643 01004175 01208116) ("1.6" 00350457 01202395 01448459)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stimulate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#sting#sting#sting#sting+ingly#(1.5,00831054)(1.6,00991175)###SZ ( :DEF_WORD "sting" :CLASS "20.a" :WN_SENSE (("1.5" 00831054) ("1.6" 00991175)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (sting+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#sting#sting#sting#sting+ingly#(1.5,01210423,01211893)(1.6,01451253,01453033)###SZ ( :DEF_WORD "sting" :CLASS "31.1.a" :WN_SENSE (("1.5" 01210423 01211893) ("1.6" 01451253 01453033)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (sting+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#sting#sting#sting#sting+ingly#(1.5,00420526)(1.6,00507401)###SZ ( :DEF_WORD "sting" :CLASS "31.1.b" :WN_SENSE (("1.5" 00420526) ("1.6" 00507401)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (sting+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#sting#sting#sting#sting+ingly#(1.5,01210423,01211893)(1.6,01451253,01453033)###SZ ( :DEF_WORD "sting" :CLASS "40.8.2" :WN_SENSE (("1.5" 01210423 01211893) ("1.6" 01451253 01453033)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (sting+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.3#1#_th,mod-poss(of)#stink#stink#stink#stink+ed#(1.5,01212316)(1.6,01453522)###BJDMAP ( :DEF_WORD "stink" :CLASS "43.3" :WN_SENSE (("1.5" 01212316) ("1.6" 01453522)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th,mod-poss(of)")) :LCS (be ident (* thing 2) (at ident (thing 2) (stink+ed 9)) ((* of 15) poss (*head*) (thing 16))) ) ;; Grid: 9.8.a#1#_mod-poss_th#stipple#stipple#stipple#stipple+ed#(1.5,00971323,00962860)(1.6,01163261,01153905)###SZ ( :DEF_WORD "stipple" :CLASS "9.8.a" :WN_SENSE (("1.5" 00971323 00962860) ("1.6" 01163261 01153905)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (stipple+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#stipple#stipple#stipple#stipple+ed#(1.5,00971323,00962860)(1.6,01163261,01153905)###SZ ( :DEF_WORD "stipple" :CLASS "9.8.b" :WN_SENSE (("1.5" 00971323 00962860) ("1.6" 01163261 01153905)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stipple+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#stipulate#stipulate#stipulate#stipulate+ed#(1.5,00575301)(1.6,00688901)###SZ ( :DEF_WORD "stipulate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00575301) ("1.6" 00688901)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stipulate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 22.3.a.i#1#_th_goal(with)#stir#stir#stir#stir+ingly#(1.5,00816145,01004175,--)(1.6,00972191,01202395,01293113)###SZ ( :DEF_WORD "stir" :CLASS "22.3.a.i" :WN_SENSE (("1.5" 00816145 01004175 --) ("1.6" 00972191 01202395 01293113)) :PROPBANK ("arg1 arg2(with)") :THETA_ROLES ((1 "_th_goal(with)")) :LCS (act loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6))) (stir+ingly 26)) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#stir#stir#stir#stir+ingly#(1.5,01079280,00816145)(1.6,01303067,00972191)###SZ ( :DEF_WORD "stir" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 01079280 00816145) ("1.6" 01303067 00972191)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (stir+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.i#1#_ag_th#stir#stir#stir#stir+ingly#(1.5,01079280,00816145)(1.6,01303067,00972191)###SZ ( :DEF_WORD "stir" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 01079280 00816145) ("1.6" 01303067 00972191)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stir+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#stir#stir#stir#stir+ingly#(1.5,01079280,00816145)(1.6,01303067,00972191)###SZ ( :DEF_WORD "stir" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 01079280 00816145) ("1.6" 01303067 00972191)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (stir+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#stir#stir#stir#stir+ed#(1.5,01079280,00816145)(1.6,01303067,00972191)###SZ ( :DEF_WORD "stir" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01079280 00816145) ("1.6" 01303067 00972191)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stir+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stir#stir#stir#stir+ingly#(1.5,01004175,01008559)(1.6,01202395,01208417)###SZ ( :DEF_WORD "stir" :CLASS "31.1.a" :WN_SENSE (("1.5" 01004175 01008559) ("1.6" 01202395 01208417)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stir+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stir#stir#stir#stir+ingly#(1.5,01004175,01008559,01208116)(1.6,01202395,01208417,01448459)###SZ ( :DEF_WORD "stir" :CLASS "31.1.b" :WN_SENSE (("1.5" 01004175 01008559 01208116) ("1.6" 01202395 01208417 01448459)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stir+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#stir#stir#stir#stir+ed#(1.5,01004175,01008559,01208116)(1.6,01202395,01208417,01448459)###SZ ( :DEF_WORD "stir" :CLASS "31.1.c" :WN_SENSE (("1.5" 01004175 01008559 01208116) ("1.6" 01202395 01208417 01448459)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stir+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#stir#stir#stir#stir+ingly#(1.5,01079048)(1.6,01292817)###SZ ( :DEF_WORD "stir" :CLASS "47.3.a" :WN_SENSE (("1.5" 01079048) ("1.6" 01292817)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stir+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#stir#stir#stir#stir+ingly#(1.5,01079280)(1.6,01303067)###SZ ( :DEF_WORD "stir" :CLASS "47.3.b" :WN_SENSE (("1.5" 01079280) ("1.6" 01303067)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (stir+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#stir-fry#stir-fry#stir-fry#stir-fry+ingly#(1.5,00197850)(1.6,00226602)###SZ ( :DEF_WORD "stir-fry" :CLASS "45.3.a" :WN_SENSE (("1.5" 00197850) ("1.6" 00226602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stir-fry+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#stir-fry#stir-fry#stir-fry#stir-fry+ingly#(1.5,00197850)(1.6,00226602)###SZ ( :DEF_WORD "stir-fry" :CLASS "45.3.b" :WN_SENSE (("1.5" 00197850) ("1.6" 00226602)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stir-fry+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#stir-fry#stir-fry#stir-fry#stir-fry+ed#(1.5,00197850)(1.6,00226602)###SZ ( :DEF_WORD "stir-fry" :CLASS "45.3.c" :WN_SENSE (("1.5" 00197850) ("1.6" 00226602)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stir-fry+ed 9)))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#stitch#stitch#stitch#stitch+ingly#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "stitch" :CLASS "22.4.a" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (stitch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#stitch#stitch#stitch#stitch+ed#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "stitch" :CLASS "22.4.b" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stitch+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#stitch#stitch#stitch#stitch+ed#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "stitch" :CLASS "26.1.a" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stitch+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#stitch#stitch#stitch#stitch+ed#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "stitch" :CLASS "26.1.a" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stitch+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#stitch#stitch#stitch#stitch+ingly#(1.5,00761093)(1.6,00907105)###SZ ( :DEF_WORD "stitch" :CLASS "26.1.b" :WN_SENSE (("1.5" 00761093) ("1.6" 00907105)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (stitch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#stock#stock#stock#stock+ingly#(1.5,01321107)(1.6,01588115)###SZ ( :DEF_WORD "stock" :CLASS "9.7.a" :WN_SENSE (("1.5" 01321107) ("1.6" 01588115)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stock+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#stock#stock#stock#stock+ed#(1.5,01321107)(1.6,01588115)###SZ ( :DEF_WORD "stock" :CLASS "9.7.d" :WN_SENSE (("1.5" 01321107) ("1.6" 01588115)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stock+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.2.a#1#_ag_th,src(from),ben(for)#stockpile#stockpile#stockpile#stockpile+ingly#(1.5,01300094)(1.6,01561908)###SZ ( :DEF_WORD "stockpile" :CLASS "13.5.2.a" :WN_SENSE (("1.5" 01300094) ("1.6" 01561908)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (stockpile+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 39.2.a#1#_ag,th#stomach#stomach#stomach#stomach+ingly#(1.5,00681270)(1.6,00814769)###BJDMAP ( :DEF_WORD "stomach" :CLASS "39.2.a" :WN_SENSE (("1.5" 00681270) ("1.6" 00814769)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (stomach+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stomp#stomp#stomp#stomp+ingly#(1.5,01096880)(1.6,01313879)###SZ ( :DEF_WORD "stomp" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096880) ("1.6" 01313879)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stomp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stomp#stomp#stomp#stomp+ingly#(1.5,01096880)(1.6,01313879)###SZ ( :DEF_WORD "stomp" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096880) ("1.6" 01313879)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stomp+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 10.7#1#_ag_src#stone#stone#stone##(1.5,00108001)(1.6,00122860)#loc#(th = stone+)#SZ ( :DEF_WORD "stone" :CLASS "10.7" :WN_SENSE (("1.5" 00108001) ("1.6" 00122860)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (stone+ 2) (from loc (stone+ 2) (at loc (stone+ 2) (* thing 4))))) ) ;; Grid: 17.2.i#1#_ag_th,instr(with)#stone#stone#stone#stone+ingly#(1.5,00758312)(1.6,00903462)###BJDMAP ( :DEF_WORD "stone" :CLASS "17.2.i" :WN_SENSE (("1.5" 00758312) ("1.6" 00903462)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stone+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 17.2.ii#1#_ag_th,mod-poss(with)#stone#stone#stone#stone+ed#(1.5,00758312)(1.6,00903462)###SZ ( :DEF_WORD "stone" :CLASS "17.2.ii" :WN_SENSE (("1.5" 00758312) ("1.6" 00903462)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stone+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#stoop#stoop#stoop#stoop+ingly#(1.5,01180063)(1.6,01410999)###SZ ( :DEF_WORD "stoop" :CLASS "47.6.a" :WN_SENSE (("1.5" 01180063) ("1.6" 01410999)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stoop+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.8.e#1#_ag_th,mod-poss(with)_particle(up)#stop#stop#stop#stop+ed#(1.5,--)(1.6,01269636)###SZ ( :DEF_WORD "stop" :CLASS "9.8.e" :WN_SENSE (("1.5" --) ("1.6" 01269636)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)_particle(up)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stop+ed 9))) (* up+/int 34) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((34 :obligatory) (1 (animate +)) (2 (animate -))) ) ;; Grid: 46.a#1#_th,loc()#stop#stop#stop#stop+ingly#(1.5,01062302)(1.6,01272526)###SZ ( :DEF_WORD "stop" :CLASS "46.a" :WN_SENSE (("1.5" 01062302) ("1.6" 01272526)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (stop+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate -))) ) ;; Grid: 55.1.a#1#_th,prop#stop#stop#stop#stop+ingly#(1.5,01515268,00218979,00211850)(1.6,01829006,00253202,00244343)###SZ ( :DEF_WORD "stop" :CLASS "55.1.a" :WN_SENSE (("1.5" 01515268 00218979 00211850) ("1.6" 01829006 00253202 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (stop+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#stop#stop#stop#stop+ingly#(1.5,01515268)(1.6,01829006)###SZ ( :DEF_WORD "stop" :CLASS "55.1.b" :WN_SENSE (("1.5" 01515268) ("1.6" 01829006)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (stop+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 059#1#_ag_th_prop(from)#stop#stop#stop#stop+ingly#(1.5,01448108)(1.6,01745445)###SZ ( :DEF_WORD "stop" :CLASS "059" :WN_SENSE (("1.5" 01448108) ("1.6" 01745445)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th_prop(from)")) :LCS (cause (* thing 1) (go circ (* thing 2) ((from 3) circ (thing 2) (at circ (thing 2) (* nil 27)))) (stop+ingly 26)) :VAR_SPEC ((27 (aspect prog))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#stopper#stopper#stopper#stopper+ed#(1.5,--)(1.6,00831482)###SZ ( :DEF_WORD "stopper" :CLASS "9.9.ii" :WN_SENSE (("1.5" --) ("1.6" 00831482)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stopper+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.2.b#1#_ag_th,loc()#store#store#store#store+ingly#(1.5,01297479,00858721)(1.6,01559048,01025171)###SZ ( :DEF_WORD "store" :CLASS "15.2.b" :WN_SENSE (("1.5" 01297479 00858721) ("1.6" 01559048 01025171)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (store+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 54.3.a#1#_th_poss#store#store#store#store+ingly#(1.5,01297479,01298202)(1.6,01559048,01559786)###SZ ( :DEF_WORD "store" :CLASS "54.3.a" :WN_SENSE (("1.5" 01297479 01298202) ("1.6" 01559048 01559786)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (store+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#store#store#store#store+ingly#(1.5,01297479,01298202)(1.6,01559048,01559786)###SZ ( :DEF_WORD "store" :CLASS "54.3.b" :WN_SENSE (("1.5" 01297479 01298202) ("1.6" 01559048 01559786)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (store+ingly 26)) ) ;; Grid: 57.a#1##storm#storm#storm#storm+ingly#(1.5,01564639)(1.6,01892658)###SZ ( :DEF_WORD "storm" :CLASS "57.a" :WN_SENSE (("1.5" 01564639) ("1.6" 01892658)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (storm+ingly 26)) ) ;; Grid: 9.1#1#_ag_th_goal()#stow#stow#stow#stow+ingly#(1.5,00858920,00858721)(1.6,01025426,01025171)#loc##SZ ( :DEF_WORD "stow" :CLASS "9.1" :WN_SENSE (("1.5" 00858920 00858721) ("1.6" 01025426 01025171)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stow+ingly 26)) ) ;; Grid: 47.6.a#1#_th,loc()#straddle#straddle#straddle#straddle+ingly#(1.5,01529676,01520110)(1.6,01846718,01835702)###SZ ( :DEF_WORD "straddle" :CLASS "47.6.a" :WN_SENSE (("1.5" 01529676 01520110) ("1.6" 01846718 01835702)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (straddle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.8.f#1#_th_loc#straddle#straddle#straddle#straddle+ingly#(1.5,01529676,01520110)(1.6,01846718,01835702)###SZ ( :DEF_WORD "straddle" :CLASS "47.8.f" :WN_SENSE (("1.5" 01529676 01520110) ("1.6" 01846718 01835702)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (straddle+ingly 26)) ) ;; Grid: 36.3.a#2#_ag_mod-poss#strafe#strafe#strafe#strafe+ingly#(1.5,00644213)(1.6,00771632)###BJDMAP ( :DEF_WORD "strafe" :CLASS "36.3.a" :WN_SENSE (("1.5" 00644213) ("1.6" 00771632)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (strafe+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#straggle#straggle#straggle#straggle+ingly#(1.5,01181866,01162050)(1.6,01413646,01388981)###SZ ( :DEF_WORD "straggle" :CLASS "47.7.a" :WN_SENSE (("1.5" 01181866 01162050) ("1.6" 01413646 01388981)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (straggle+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#straggle#straggle#straggle#straggle+ingly#(1.5,01181866,01162050)(1.6,01413646,01388981)###SZ ( :DEF_WORD "straggle" :CLASS "47.7.b" :WN_SENSE (("1.5" 01181866 01162050) ("1.6" 01413646 01388981)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (straggle+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#straighten#straighten#straighten#straighten+ed#(1.5,01164031,00787280,00165985)(1.6,01391294,00937138,00190386)###SZ ( :DEF_WORD "straighten" :CLASS "45.4.a" :WN_SENSE (("1.5" 01164031 00787280 00165985) ("1.6" 01391294 00937138 00190386)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (straighten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#straighten#straighten#straighten#straighten+ed#(1.5,01164031,00787280,00165985)(1.6,01391294,00937138,00190386)###SZ ( :DEF_WORD "straighten" :CLASS "45.4.b" :WN_SENSE (("1.5" 01164031 00787280 00165985) ("1.6" 01391294 00937138 00190386)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (straighten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#straighten#straighten#straighten#straighten+ed#(1.5,01164031,00787280,01130446)(1.6,01391294,00937138,01350293)###SZ ( :DEF_WORD "straighten" :CLASS "45.4.c" :WN_SENSE (("1.5" 01164031 00787280 01130446) ("1.6" 01391294 00937138 01350293)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (straighten+ed 9)))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#strain#strain#strain#strain+ingly#(1.5,00839541)(1.6,01000892)###SZ ( :DEF_WORD "strain" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00839541) ("1.6" 01000892)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (strain+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#strain#strain#strain#strain+ingly#(1.5,00840424,00839541)(1.6,01001922,01000892)###SZ ( :DEF_WORD "strain" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00840424 00839541) ("1.6" 01001922 01000892)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (strain+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#strain#strain#strain#strain+ed#(1.5,00839541)(1.6,01000892)###SZ ( :DEF_WORD "strain" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00839541) ("1.6" 01000892)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strain+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 40.8.3#1#_ag_th#strain#strain#strain#strain+ed#(1.5,00661955)(1.6,00792585)###SZ ( :DEF_WORD "strain" :CLASS "40.8.3" :WN_SENSE (("1.5" 00661955) ("1.6" 00792585)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strain+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 42.2#1#_ag_th#strangle#strangle#strangle#strangle+ed#(1.5,00904371)(1.6,01081810)###SZ ( :DEF_WORD "strangle" :CLASS "42.2" :WN_SENSE (("1.5" 00904371) ("1.6" 01081810)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strangle+ed 9))))) :VAR_SPEC ((1 (animate +)) (2 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#strap#strap#strap#strap+ingly#(1.5,00812219)(1.6,00967375)###SZ ( :DEF_WORD "strap" :CLASS "18.3" :WN_SENSE (("1.5" 00812219) ("1.6" 00967375)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (strap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#strap#strap#strap#strap+ingly#(1.5,00738881,00050699)(1.6,00880852,00056933)###SZ ( :DEF_WORD "strap" :CLASS "22.4.a" :WN_SENSE (("1.5" 00738881 00050699) ("1.6" 00880852 00056933)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (strap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#strap#strap#strap#strap+ed#(1.5,00738881,00050699)(1.6,00880852,00056933)###SZ ( :DEF_WORD "strap" :CLASS "22.4.b" :WN_SENSE (("1.5" 00738881 00050699) ("1.6" 00880852 00056933)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strap+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#stratify#stratify#stratify#stratify+ed#(1.5,00297335)(1.6,00352281)###SZ ( :DEF_WORD "stratify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00297335) ("1.6" 00352281)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stratify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#stratify#stratify#stratify#stratify+ed#(1.5,00297335)(1.6,00352281)###SZ ( :DEF_WORD "stratify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00297335) ("1.6" 00352281)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stratify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#stratify#stratify#stratify#stratify+ed#(1.5,00297335)(1.6,00352281)###SZ ( :DEF_WORD "stratify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00297335) ("1.6" 00352281)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stratify+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#stray#stray#stray#stray+ingly#(1.5,01072128,01181866)(1.6,01284430,01413646)###SZ ( :DEF_WORD "stray" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072128 01181866) ("1.6" 01284430 01413646)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stray+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stray#stray#stray#stray+ingly#(1.5,01072128,01181866)(1.6,01284430,01413646)###SZ ( :DEF_WORD "stray" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072128 01181866) ("1.6" 01284430 01413646)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stray+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#streak#streak#streak#streak+ingly#(1.5,01195719)(1.6,01430303)###SZ ( :DEF_WORD "streak" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01195719) ("1.6" 01430303)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (streak+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#streak#streak#streak#streak+ingly#(1.5,01195719)(1.6,01430303)###SZ ( :DEF_WORD "streak" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01195719) ("1.6" 01430303)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (streak+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 43.4.a#2#_th_src(through)#stream#stream#stream#stream+ingly#(1.5,00042917,01558837,01184660)(1.6,00048113,01884703,01416816)###SZ ( :DEF_WORD "stream" :CLASS "43.4.a" :WN_SENSE (("1.5" 00042917 01558837 01184660) ("1.6" 00048113 01884703 01416816)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (stream+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#stream#stream#stream#stream+ingly#(1.5,00042917)(1.6,00048113)###SZ ( :DEF_WORD "stream" :CLASS "43.4.b" :WN_SENSE (("1.5" 00042917) ("1.6" 00048113)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (stream+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#stream#stream#stream#stream+ingly#(1.5,01184660)(1.6,01416816)###SZ ( :DEF_WORD "stream" :CLASS "43.4.c" :WN_SENSE (("1.5" 01184660) ("1.6" 01416816)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (stream+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#stream#stream#stream#stream+ingly#(1.5,00042917,01558837,01184660)(1.6,00048113,01884703,01416816)###SZ ( :DEF_WORD "stream" :CLASS "43.4.d" :WN_SENSE (("1.5" 00042917 01558837 01184660) ("1.6" 00048113 01884703 01416816)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (stream+ingly 26)) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#stream#stream#stream#stream+ingly#(1.5,00042917,01558837,01184660)(1.6,00048113,01884703,01416816)###SZ ( :DEF_WORD "stream" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 00042917 01558837 01184660) ("1.6" 00048113 01884703 01416816)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (stream+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#stream#stream#stream#stream+ingly#(1.5,00042917,01184660)(1.6,00048113,01416816)###SZ ( :DEF_WORD "stream" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00042917 01184660) ("1.6" 00048113 01416816)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (stream+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#strengthen#strengthen#strengthen#strengthen+ed#(1.5,00132257)(1.6,00150780)###SZ ( :DEF_WORD "strengthen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00132257) ("1.6" 00150780)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strengthen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#strengthen#strengthen#strengthen#strengthen+ed#(1.5,00132257)(1.6,00150780)###SZ ( :DEF_WORD "strengthen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00132257) ("1.6" 00150780)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strengthen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#strengthen#strengthen#strengthen#strengthen+ed#(1.5,00131909)(1.6,00150444)###SZ ( :DEF_WORD "strengthen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00131909) ("1.6" 00150444)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strengthen+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#stress#stress#stress#stress+ed#(1.5,01023881)(1.6,01226967)###SZ ( :DEF_WORD "stress" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01023881) ("1.6" 01226967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stress+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#stretch#stretch#stretch#stretch+ingly#(1.5,00017872,01175179,00060262)(1.6,00019111,01405280,00068736)###SZ ( :DEF_WORD "stretch" :CLASS "40.3.2" :WN_SENSE (("1.5" 00017872 01175179 00060262) ("1.6" 00019111 01405280 00068736)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (stretch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#stretch#stretch#stretch#stretch+ed#(1.5,01474493)(1.6,01778615)###SZ ( :DEF_WORD "stretch" :CLASS "45.4.a" :WN_SENSE (("1.5" 01474493) ("1.6" 01778615)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stretch+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#stretch#stretch#stretch#stretch+ed#(1.5,01474493)(1.6,01778615)###SZ ( :DEF_WORD "stretch" :CLASS "45.4.b" :WN_SENSE (("1.5" 01474493) ("1.6" 01778615)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stretch+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#stretch#stretch#stretch#stretch+ed#(1.5,00144398)(1.6,00164533)###SZ ( :DEF_WORD "stretch" :CLASS "45.4.c" :WN_SENSE (("1.5" 00144398) ("1.6" 00164533)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stretch+ed 9)))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#stretch#stretch#stretch#stretch+ingly#(1.5,01474493)(1.6,01778615)###SZ ( :DEF_WORD "stretch" :CLASS "47.7.a" :WN_SENSE (("1.5" 01474493) ("1.6" 01778615)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (stretch+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#stretch#stretch#stretch#stretch+ingly#(1.5,01474493)(1.6,01778615)###SZ ( :DEF_WORD "stretch" :CLASS "47.7.b" :WN_SENSE (("1.5" 01474493) ("1.6" 01778615)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (stretch+ingly 26)) ) ;; Grid: 9.7.a#1#_ag_th_goal()#strew#strew#strew#strew+ingly#(1.5,00792574)(1.6,00944275)###SZ ( :DEF_WORD "strew" :CLASS "9.7.a" :WN_SENSE (("1.5" 00792574) ("1.6" 00944275)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (strew+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#strew#strew#strew#strew+ed#(1.5,00792574)(1.6,00944275)###SZ ( :DEF_WORD "strew" :CLASS "9.7.d" :WN_SENSE (("1.5" 00792574) ("1.6" 00944275)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strew+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stride#stride#stride#stride+ingly#(1.5,01093148,01096210)(1.6,01309662,01309662)###SZ ( :DEF_WORD "stride" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093148 01096210) ("1.6" 01309662 01309662)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stride+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stride#stride#stride#stride+ingly#(1.5,01093148,01096210)(1.6,01309662,01309662)###SZ ( :DEF_WORD "stride" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093148 01096210) ("1.6" 01309662 01309662)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stride+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 38#1#_ag,goal(at)#stridulate#stridulate#stridulate#stridulate+#(1.5,01239390)(1.6,01487351)###SZ ( :DEF_WORD "stridulate" :CLASS "38" :WN_SENSE (("1.5" 01239390) ("1.6" 01487351)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (stridulate+ 2) ((* toward 5) comm (stridulate+ 2) (touching comm (stridulate+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#strike#strike#strike#strike+ingly#(1.5,00811630,00704074)(1.6,00966768,00841893)###SZ ( :DEF_WORD "strike" :CLASS "18.1.a" :WN_SENSE (("1.5" 00811630 00704074) ("1.6" 00966768 00841893)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (strike+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#strike#strike#strike#strike+ingly#(1.5,00707926,00811630,00704074,00687813)(1.6,00846512,00966768,00841893,00823166)###SZ ( :DEF_WORD "strike" :CLASS "18.1.b" :WN_SENSE (("1.5" 00707926 00811630 00704074 00687813) ("1.6" 00846512 00966768 00841893 00823166)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (strike+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#strike#strike#strike#strike+ingly#(1.5,00707926,00811630,00704074,00687813)(1.6,00846512,00966768,00841893,00823166)###SZ ( :DEF_WORD "strike" :CLASS "18.1.c" :WN_SENSE (("1.5" 00707926 00811630 00704074 00687813) ("1.6" 00846512 00966768 00841893 00823166)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (strike+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#strike#strike#strike#strike+ingly#(1.5,00704074)(1.6,00841893)###SZ ( :DEF_WORD "strike" :CLASS "18.1.d" :WN_SENSE (("1.5" 00704074) ("1.6" 00841893)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (strike+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#strike#strike#strike#strike+ed#(1.5,00707926,00811630,00704074,00687813)(1.6,00846512,00966768,00841893,00823166)###SZ ( :DEF_WORD "strike" :CLASS "18.1.e" :WN_SENSE (("1.5" 00707926 00811630 00704074 00687813) ("1.6" 00846512 00966768 00841893 00823166)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strike+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#strike#strike#strike#strike+ingly#(1.5,01007544,01204228,00687702)(1.6,01206630,01443689,00822999)###SZ ( :DEF_WORD "strike" :CLASS "31.1.a" :WN_SENSE (("1.5" 01007544 01204228 00687702) ("1.6" 01206630 01443689 00822999)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (strike+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#strike#strike#strike#strike+ingly#(1.5,01007544)(1.6,01206630)###SZ ( :DEF_WORD "strike" :CLASS "31.1.b" :WN_SENSE (("1.5" 01007544) ("1.6" 01206630)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (strike+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#strike#strike#strike#strike+ingly#(1.5,00519103)(1.6,00624932)###SZ ( :DEF_WORD "strike" :CLASS "43.2.a" :WN_SENSE (("1.5" 00519103) ("1.6" 00624932)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (strike+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#strike#strike#strike#strike+ingly#(1.5,00687813)(1.6,00823166)###SZ ( :DEF_WORD "strike" :CLASS "43.2.b" :WN_SENSE (("1.5" 00687813) ("1.6" 00823166)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (strike+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#strike#strike#strike#strike+ingly#(1.5,00811630,00519103)(1.6,00966768,00624932)###SZ ( :DEF_WORD "strike" :CLASS "43.2.d" :WN_SENSE (("1.5" 00811630 00519103) ("1.6" 00966768 00624932)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (strike+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#string#string#string#string+ingly#(1.5,00781921)(1.6,00931538)###SZ ( :DEF_WORD "string" :CLASS "9.7.a" :WN_SENSE (("1.5" 00781921) ("1.6" 00931538)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (string+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#string#string#string#string+ed#(1.5,00781921)(1.6,00931538)###SZ ( :DEF_WORD "string" :CLASS "9.7.d" :WN_SENSE (("1.5" 00781921) ("1.6" 00931538)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (string+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#string#string#string#string+ed#(1.5,00115203,01137721,00781921)(1.6,00130742,01359491,00931538)###SZ ( :DEF_WORD "string" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00115203 01137721 00781921) ("1.6" 00130742 01359491 00931538)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (string+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#string#string#string##(1.5,01137721,00781472)(1.6,01359491,00931057)#loc#(goal() = on string+)#SZ ( :DEF_WORD "string" :CLASS "9.10" :WN_SENSE (("1.5" 01137721 00781472) ("1.6" 01359491 00931057)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (on loc (thing 2) (string+ 6))))) ) ;; Grid: 10.7#1#_ag_src#string#string#string##(1.5,00781800)(1.6,00931431)#loc#(th = string+)#SZ ( :DEF_WORD "string" :CLASS "10.7" :WN_SENSE (("1.5" 00781800) ("1.6" 00931431)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (string+ 2) (from loc (string+ 2) (at loc (string+ 2) (* thing 4))))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#string#string#string#string+ingly#(1.5,00781921)(1.6,00931538)###SZ ( :DEF_WORD "string" :CLASS "22.4.a" :WN_SENSE (("1.5" 00781921) ("1.6" 00931538)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (string+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#string#string#string#string+ed#(1.5,00781921)(1.6,00931538)###SZ ( :DEF_WORD "string" :CLASS "22.4.b" :WN_SENSE (("1.5" 00781921) ("1.6" 00931538)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (string+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#strip#strip#strip#strip+ingly#(1.5,01316712,00032468,01333115,00925840)(1.6,01581572,00035494,01600942,01108327)###SZ ( :DEF_WORD "strip" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 01316712 00032468 01333115 00925840) ("1.6" 01581572 00035494 01600942 01108327)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (strip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#strip#strip#strip#strip+ingly#(1.5,00721752,00117617)(1.6,00861664,00133485)###SZ ( :DEF_WORD "strip" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00721752 00117617) ("1.6" 00861664 00133485)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (strip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#strip#strip#strip#strip+ed#(1.5,01316712,00032468,01333115,00925840)(1.6,01581572,00035494,01600942,01108327)###SZ ( :DEF_WORD "strip" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 01316712 00032468 01333115 00925840) ("1.6" 01581572 00035494 01600942 01108327)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strip+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#strip#strip#strip#strip+ed#(1.5,01316712,00032468,01333115,00925840)(1.6,01581572,00035494,01600942,01108327)###SZ ( :DEF_WORD "strip" :CLASS "10.6.a" :WN_SENSE (("1.5" 01316712 00032468 01333115 00925840) ("1.6" 01581572 00035494 01600942 01108327)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strip+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#strip#strip#strip#strip+ed#(1.5,00032468)(1.6,00035494)###SZ ( :DEF_WORD "strip" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strip+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#strive#strive#strive#strive+ingly#(1.5,01433327)(1.6,01725730)###SZ ! ;; Grid: 41.1.1.iii#1#,ag_th#strip#strip#strip#strip+ed#(1.5,00032468)(1.6,00035494)###SZ ( :DEF_WORD "strip" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (strip+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#stroke#stroke#stroke#stroke+ingly#(1.5,00698715)(1.6,00835172)###SZ ( :DEF_WORD "stroke" :CLASS "20.a" :WN_SENSE (("1.5" 00698715) ("1.6" 00835172)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (stroke+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stroll#stroll#stroll#stroll+ingly#(1.5,01092986,01092298)(1.6,01309575,01308847)###SZ ( :DEF_WORD "stroll" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092986 01092298) ("1.6" 01309575 01308847)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stroll+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stroll#stroll#stroll#stroll+ingly#(1.5,01092986,01092298)(1.6,01309575,01308847)###SZ ( :DEF_WORD "stroll" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092986 01092298) ("1.6" 01309575 01308847)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stroll+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#stroll#stroll#stroll#stroll+ingly#(1.5,01092986)(1.6,01309575)###SZ ( :DEF_WORD "stroll" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01092986) ("1.6" 01309575)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stroll+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#stroll#stroll#stroll#stroll+ingly#(1.5,01092986)(1.6,01309575)###SZ ( :DEF_WORD "stroll" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01092986) ("1.6" 01309575)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stroll+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#struggle#struggle#struggle#struggle+ingly#(1.5,00865613,00615347)(1.6,01033901,00738369)###SZ ( :DEF_WORD "struggle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00865613 00615347) ("1.6" 01033901 00738369)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (struggle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#struggle#struggle#struggle#struggle+ingly#(1.5,00865613,00615347)(1.6,01033901,00738369)###SZ ( :DEF_WORD "struggle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00865613 00615347) ("1.6" 01033901 00738369)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (struggle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#strut#strut#strut#strut+ingly#(1.5,01091650)(1.6,01307876)###SZ ( :DEF_WORD "strut" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (strut+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#strut#strut#strut#strut+ingly#(1.5,01091650)(1.6,01307876)###SZ ( :DEF_WORD "strut" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (strut+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 40.8.3#1#_ag_th#stub#stub#stub#stub+ed#(1.5,00060779)(1.6,00069548)###SZ ( :DEF_WORD "stub" :CLASS "40.8.3" :WN_SENSE (("1.5" 00060779) ("1.6" 00069548)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stub+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#stucco#stucco#stucco#stucco+ed#(1.5,00720407)(1.6,00860261)###SZ ( :DEF_WORD "stucco" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00720407) ("1.6" 00860261)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stucco+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#stud#stud#stud#stud+ed#(1.5,00780416)(1.6,00929921)###SZ ( :DEF_WORD "stud" :CLASS "9.8.a" :WN_SENSE (("1.5" 00780416) ("1.6" 00929921)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (stud+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#stud#stud#stud#stud+ed#(1.5,00780416)(1.6,00929921)###SZ ( :DEF_WORD "stud" :CLASS "9.8.b" :WN_SENSE (("1.5" 00780416) ("1.6" 00929921)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (stud+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 14.a#1#_ag,info,src(from)#study#study#study#study+ingly#(1.5,00362566)(1.6,00435242)###SZ ( :DEF_WORD "study" :CLASS "14.a" :WN_SENSE (("1.5" 00362566) ("1.6" 00435242)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag,info,src(from)")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1))) ((* from 3) comm (thing 2) (at comm (thing 2) (thing 4)))) (study+ingly 26)) :VAR_SPEC ((3 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 14.c#1#_ag_purp(for)#study#study#study#study+ingly#(1.5,00341141,00340874)(1.6,00410381,00410090)###SZ ( :DEF_WORD "study" :CLASS "14.c" :WN_SENSE (("1.5" 00341141 00340874) ("1.6" 00410381 00410090)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) (to comm (thing 2) (at comm (thing 2) (thing 1)))) ((* for 21) intent (*head*) (thing 22)) (study+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#study#study#study#study+ingly#(1.5,00362566)(1.6,00435242)###SZ ( :DEF_WORD "study" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 00362566) ("1.6" 00435242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (study+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#study#study#study#study+ingly#(1.5,00362566)(1.6,00435242)###SZ ( :DEF_WORD "study" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00362566) ("1.6" 00435242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (study+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#study#study#study#study+ingly#(1.5,00362566)(1.6,00435242)###SZ ( :DEF_WORD "study" :CLASS "30.2.c" :WN_SENSE (("1.5" 00362566) ("1.6" 00435242)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (study+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 34.i#1#_exp_perc,purp(for)#study#study#study#study+ingly#(1.5,00362566,01236250,00396323)(1.6,00435242,01483324,00476424)###SZ ( :DEF_WORD "study" :CLASS "34.i" :WN_SENSE (("1.5" 00362566 01236250 00396323) ("1.6" 00435242 01483324 00476424)) :PROPBANK ("arg0 arg2 arg3(for)") :THETA_ROLES ((1 "_exp_perc,purp(for)")) :LCS (act perc (* thing 2) (on perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) (study+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#stuff#stuff#stuff#stuff+ingly#(1.5,01200092,00194594)(1.6,01435291,00222713)###SZ ( :DEF_WORD "stuff" :CLASS "9.7.a" :WN_SENSE (("1.5" 01200092 00194594) ("1.6" 01435291 00222713)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stuff+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#stuff#stuff#stuff#stuff+ed#(1.5,01200092,00194594)(1.6,01435291,00222713)###SZ ( :DEF_WORD "stuff" :CLASS "9.7.d" :WN_SENSE (("1.5" 01200092 00194594) ("1.6" 01435291 00222713)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stuff+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#stultify#stultify#stultify#stultify+ingly#(1.5,01025512,00373853)(1.6,01228874,00448935)###SZ ( :DEF_WORD "stultify" :CLASS "33.b" :WN_SENSE (("1.5" 01025512 00373853) ("1.6" 01228874 00448935)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (stultify+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stumble#stumble#stumble#stumble+ingly#(1.5,01083049)(1.6,01297319)###SZ ( :DEF_WORD "stumble" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01083049) ("1.6" 01297319)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stumble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stumble#stumble#stumble#stumble+ingly#(1.5,01083049)(1.6,01297319)###SZ ( :DEF_WORD "stumble" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083049) ("1.6" 01297319)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stumble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#stumble#stumble#stumble#stumble+ingly#(1.5,01083049)(1.6,01297319)###SZ ( :DEF_WORD "stumble" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01083049) ("1.6" 01297319)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (stumble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#stumble#stumble#stumble#stumble+ingly#(1.5,01083049)(1.6,01297319)###SZ ( :DEF_WORD "stumble" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01083049) ("1.6" 01297319)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (stumble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stump#stump#stump#stump+ingly#(1.5,00348761)(1.6,00419112)###SZ ( :DEF_WORD "stump" :CLASS "31.1.a" :WN_SENSE (("1.5" 00348761) ("1.6" 00419112)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stump+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stump#stump#stump#stump+ingly#(1.5,00348761)(1.6,00419112)###SZ ( :DEF_WORD "stump" :CLASS "31.1.b" :WN_SENSE (("1.5" 00348761) ("1.6" 00419112)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stump+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#stump#stump#stump#stump+ingly#(1.5,01096880)(1.6,01313879)###SZ ( :DEF_WORD "stump" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096880) ("1.6" 01313879)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (stump+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#stump#stump#stump#stump+ingly#(1.5,01096880)(1.6,01313879)###SZ ( :DEF_WORD "stump" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096880) ("1.6" 01313879)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (stump+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stun#stun#stun#stun+ingly#(1.5,01030386)(1.6,01234366)###SZ ( :DEF_WORD "stun" :CLASS "31.1.a" :WN_SENSE (("1.5" 01030386) ("1.6" 01234366)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stun+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stun#stun#stun#stun+ingly#(1.5,01030386)(1.6,01234366)###SZ ( :DEF_WORD "stun" :CLASS "31.1.b" :WN_SENSE (("1.5" 01030386) ("1.6" 01234366)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stun+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#stupefy#stupefy#stupefy#stupefy+ingly#(1.5,00349716)(1.6,00421500)###SZ ( :DEF_WORD "stupefy" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (stupefy+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#stupefy#stupefy#stupefy#stupefy+ingly#(1.5,00349716)(1.6,00421500)###SZ ( :DEF_WORD "stupefy" :CLASS "31.1.b" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (stupefy+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#stupefy#stupefy#stupefy#stupefy+ed#(1.5,00349716)(1.6,00421500)###SZ ( :DEF_WORD "stupefy" :CLASS "31.1.c" :WN_SENSE (("1.5" 00349716) ("1.6" 00421500)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (stupefy+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#stutter#stutter#stutter#stutter+ingly#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (stutter+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#stutter#stutter#stutter#stutter+ingly#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stutter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (stutter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#stutter#stutter#stutter#stutter+#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stutter" :CLASS "37.3.b" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (stutter+ 2) ((* toward 5) comm (stutter+ 2) ((at 5) comm (stutter+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#stutter#stutter#stutter#stutter+#(1.5,00553448)(1.6,00664326)###SZ ( :DEF_WORD "stutter" :CLASS "37.3.c" :WN_SENSE (("1.5" 00553448) ("1.6" 00664326)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (stutter+ 2) (toward comm (stutter+ 2) (at comm (stutter+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#style#style#style#style+ingly#(1.5,00581155,00953742)(1.6,00696029,01144571)###SZ ( :DEF_WORD "style" :CLASS "26.4" :WN_SENSE (("1.5" 00581155 00953742) ("1.6" 00696029 01144571)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (style+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.3#1#_ag_th_pred#style#style#style#style+ingly#(1.5,00581155)(1.6,00696029)###SZ ( :DEF_WORD "style" :CLASS "29.3" :WN_SENSE (("1.5" 00581155) ("1.6" 00696029)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (style+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.3#1#_ag_th,goal(among)#subdivide#subdivide#subdivide#subdivide+ingly#(1.5,00201167)(1.6,00230312)###SZ ( :DEF_WORD "subdivide" :CLASS "13.3" :WN_SENSE (("1.5" 00201167) ("1.6" 00230312)) :PROPBANK ("arg0 arg1 arg2(among)") :THETA_ROLES ((1 "_ag_th,goal(among)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (subdivide+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#subdue#subdue#subdue#subdue+ingly#(1.5,00274177)(1.6,00322829)###SZ ( :DEF_WORD "subdue" :CLASS "10.5" :WN_SENSE (("1.5" 00274177) ("1.6" 00322829)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (subdue+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#subject#subject#subject#subject+ingly#(1.5,--)(1.6,01445225)###SZ ( :DEF_WORD "subject" :CLASS "22.2.b" :WN_SENSE (("1.5" --) ("1.6" 01445225)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (subject+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.8.c#1#_th_loc#subjugate#subjugate#subjugate#subjugate+ingly#(1.5,01371927)(1.6,01649916)###SZ ( :DEF_WORD "subjugate" :CLASS "47.8.c" :WN_SENSE (("1.5" 01371927) ("1.6" 01649916)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (subjugate+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#submerge#submerge#submerge#submerge+ed#(1.5,01135986)(1.6,01357656)###SZ ( :DEF_WORD "submerge" :CLASS "45.4.a" :WN_SENSE (("1.5" 01135986) ("1.6" 01357656)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (submerge+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#submerge#submerge#submerge#submerge+ed#(1.5,01135986)(1.6,01357656)###SZ ( :DEF_WORD "submerge" :CLASS "45.4.b" :WN_SENSE (("1.5" 01135986) ("1.6" 01357656)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (submerge+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#submerge#submerge#submerge#submerge+ed#(1.5,01135986)(1.6,01357656)###SZ ( :DEF_WORD "submerge" :CLASS "45.4.c" :WN_SENSE (("1.5" 01135986) ("1.6" 01357656)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (submerge+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#submerse#submerse#submerse#submerse+ed####SZ ( :DEF_WORD "submerse" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (submerse+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#submit#submit#submit#submit+ingly#(1.5,01287891,01314493)(1.6,01547940,01579272)###SZ ( :DEF_WORD "submit" :CLASS "13.2" :WN_SENSE (("1.5" 01287891 01314493) ("1.6" 01547940 01579272)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (submit+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#subordinate#subordinate#subordinate#subordinate+ingly#(1.5,00370190)(1.6,00444229)###SZ ( :DEF_WORD "subordinate" :CLASS "22.2.b" :WN_SENSE (("1.5" 00370190) ("1.6" 00444229)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (subordinate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#subscribe#subscribe#subscribe#subscribe+ingly#(1.5,00453595)(1.6,00548039)###BJDMAP ( :DEF_WORD "subscribe" :CLASS "13.2" :WN_SENSE (("1.5" 00453595) ("1.6" 00548039)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (subscribe+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#subside#subside#subside#subside+ed#(1.5,00140203)(1.6,00160073)###SZ ( :DEF_WORD "subside" :CLASS "45.4.a" :WN_SENSE (("1.5" 00140203) ("1.6" 00160073)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (subside+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#subside#subside#subside#subside+ed#(1.5,00140203)(1.6,00160073)###SZ ( :DEF_WORD "subside" :CLASS "45.4.b" :WN_SENSE (("1.5" 00140203) ("1.6" 00160073)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (subside+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#subside#subside#subside#subside+ed#(1.5,00140203)(1.6,00160073)###SZ ( :DEF_WORD "subside" :CLASS "45.4.c" :WN_SENSE (("1.5" 00140203) ("1.6" 00160073)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (subside+ed 9)))) ) ;; Grid: 39.6.b#1#_th_instr(on)#subsist#subsist#subsist#subsist+ingly#(1.5,01479650)(1.6,01784619)###SZ ( :DEF_WORD "subsist" :CLASS "39.6.b" :WN_SENSE (("1.5" 01479650) ("1.6" 01784619)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (subsist+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#substantiate#substantiate#substantiate#substantiate+ed#(1.5,00374169)(1.6,00449252)###SZ ( :DEF_WORD "substantiate" :CLASS "29.2.c" :WN_SENSE (("1.5" 00374169) ("1.6" 00449252)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (substantiate+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#substitute#substitute#substitute#substitute+ingly#(1.5,01285323,00097775)(1.6,01545057,00111859)###SZ ( :DEF_WORD "substitute" :CLASS "13.6.a" :WN_SENSE (("1.5" 01285323 00097775) ("1.6" 01545057 00111859)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (substitute+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#subtract#subtract#subtract#subtract+ingly#(1.5,00360479)(1.6,00432991)#loc##SZ ( :DEF_WORD "subtract" :CLASS "10.1" :WN_SENSE (("1.5" 00360479) ("1.6" 00432991)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (subtract+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 44.a#1#_ag_th,instr(with)#subvert#subvert#subvert#subvert+ingly#(1.5,01440421)(1.6,01734511)###BJDMAP ( :DEF_WORD "subvert" :CLASS "44.a" :WN_SENSE (("1.5" 01440421) ("1.6" 01734511)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (subvert+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 007#1#_exp_perc#succeed#succeed#succeed#succeed+ingly#(1.5,01429171)(1.6,01721088)###SZ ( :DEF_WORD "succeed" :CLASS "007" :WN_SENSE (("1.5" 01429171) ("1.6" 01721088)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (succeed+ingly 26)) ) ;; Grid: 47.8.c#1#_th_loc#succeed#succeed#succeed#succeed+ingly#(1.5,01362087)(1.6,01639176)###SZ ( :DEF_WORD "succeed" :CLASS "47.8.c" :WN_SENSE (("1.5" 01362087) ("1.6" 01639176)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (succeed+ingly 26)) ) ;; Grid: 55.1.c#1#_th_prop(to)#succeed#succeed#succeed#succeed+ingly####SZ ( :DEF_WORD "succeed" :CLASS "55.1.c" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (succeed+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#succor#succor#succor#succor+ed#(1.5,01442700)(1.6,01737682)###SZ ( :DEF_WORD "succor" :CLASS "13.4.2" :WN_SENSE (("1.5" 01442700) ("1.6" 01737682)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (succor+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.2#1#_ag,goal(to)#succumb#succumb#succumb#succumb+ingly#(1.5,00452338)(1.6,00546749)###SZ ( :DEF_WORD "succumb" :CLASS "13.2" :WN_SENSE (("1.5" 00452338) ("1.6" 00546749)) :PROPBANK ("arg0 arg2(to)") :THETA_ROLES ((1 "_ag,goal(to)")) :LCS (cause (* thing 1) (go poss (thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (succumb+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#suck#suck#suck#suck+ingly#(1.5,00885995)(1.6,01059371)###SZ ( :DEF_WORD "suck" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00885995) ("1.6" 01059371)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (suck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#suck#suck#suck#suck+ingly#(1.5,00664468)(1.6,00795606)###SZ ( :DEF_WORD "suck" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00664468) ("1.6" 00795606)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (suck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#suck#suck#suck#suck+ed#(1.5,00885995)(1.6,01059371)###SZ ( :DEF_WORD "suck" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00885995) ("1.6" 01059371)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (suck+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#suck#suck#suck#suck+ingly#(1.5,00885995)(1.6,01059371)###SZ ( :DEF_WORD "suck" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00885995) ("1.6" 01059371)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (suck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.a#1#_ag,th#suck#suck#suck#suck+ingly#(1.5,00664468)(1.6,00795606)###SZ ( :DEF_WORD "suck" :CLASS "39.2.a" :WN_SENSE (("1.5" 00664468) ("1.6" 00795606)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th")) :LCS (act loc (* thing 1) (on loc (thing 1) (* thing 2)) (suck+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +))) ) ;; Grid: 39.2.b#1#_ag_goal(at)#suck#suck#suck#suck+ingly#(1.5,00664468)(1.6,00795606)###SZ ( :DEF_WORD "suck" :CLASS "39.2.b" :WN_SENSE (("1.5" 00664468) ("1.6" 00795606)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (suck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.2.c#1#_ag_loc(on)#suck#suck#suck#suck+ingly#(1.5,00664468)(1.6,00795606)###SZ ( :DEF_WORD "suck" :CLASS "39.2.c" :WN_SENSE (("1.5" 00664468) ("1.6" 00795606)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (suck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.7#1#_ag_th_goal(to)#suckle#suckle#suckle#suckle+ingly#(1.5,00674221)(1.6,00806715)###SZ ( :DEF_WORD "suckle" :CLASS "39.7" :WN_SENSE (("1.5" 00674221) ("1.6" 00806715)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (suckle+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 (animate -)) (6 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#suction#suction#suction#suction+ingly####SZ ( :DEF_WORD "suction" :CLASS "10.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (suction+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#suction#suction#suction#suction+ingly####SZ ( :DEF_WORD "suction" :CLASS "10.4.1.b.i" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (suction+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#suction#suction#suction#suction+ed####SZ ( :DEF_WORD "suction" :CLASS "10.4.1.b.ii" :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (suction+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sudanize#sudanize#sudanize#sudanize+ed####SZ ( :DEF_WORD "sudanize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sudanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.d#1#_exp_perc(from)#suffer#suffer#suffer#suffer+ingly#(1.5,01021781,00375289)(1.6,01224912,00450535)###SZ ( :DEF_WORD "suffer" :CLASS "31.3.d" :WN_SENSE (("1.5" 01021781 00375289) ("1.6" 01224912 00450535)) :PROPBANK ("arg0 arg1(from)") :THETA_ROLES ((1 "_exp_perc(from)")) :LCS (go_ext perc (* thing 2) ((* from 7) perc (thing 2) (at perc (thing 2) (thing 8))) (suffer+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#suffice#suffice#suffice#suffice+ingly#(1.5,01509618)(1.6,01821274)###BJDMAP ( :DEF_WORD "suffice" :CLASS "31.1.a" :WN_SENSE (("1.5" 01509618) ("1.6" 01821274)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (suffice+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 54.3.a#1#_th_poss(for)#suffice#suffice#suffice#suffice+ingly#(1.5,01509618)(1.6,01821274)###SZ ( :DEF_WORD "suffice" :CLASS "54.3.a" :WN_SENSE (("1.5" 01509618) ("1.6" 01821274)) :PROPBANK ("arg1 arg2(for)") :THETA_ROLES ((1 "_th_poss(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (suffice+ingly 26)) ) ;; Grid: 40.7.ii#1#,ag_th#suffocate#suffocate#suffocate#suffocate+ed#(1.5,00903524,00047954,00848325,00047697)(1.6,01080749,00053930,01012198,00053673)###SZ ( :DEF_WORD "suffocate" :CLASS "40.7.ii" :WN_SENSE (("1.5" 00903524 00047954 00848325 00047697) ("1.6" 01080749 00053930 01012198 00053673)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (suffocate+ed 9))))) :VAR_SPEC ((1 (animate +) :optional) (2 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#suffuse#suffuse#suffuse#suffuse+ed#(1.5,00270202)(1.6,00317263)###SZ ( :DEF_WORD "suffuse" :CLASS "9.8.a" :WN_SENSE (("1.5" 00270202) ("1.6" 00317263)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (suffuse+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#suffuse#suffuse#suffuse#suffuse+ed#(1.5,00270202)(1.6,00317263)###SZ ( :DEF_WORD "suffuse" :CLASS "9.8.b" :WN_SENSE (("1.5" 00270202) ("1.6" 00317263)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (suffuse+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sugar#sugar#sugar#sugar+ed#(1.5,01252950)(1.6,01503383)###SZ ( :DEF_WORD "sugar" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01252950) ("1.6" 01503383)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sugar+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.7.a#1#_ag,goal(to)_info(that)#suggest#suggest#suggest#suggest+ingly#(1.5,00521483)(1.6,00627339)###SZ ( :DEF_WORD "suggest" :CLASS "37.7.a" :WN_SENSE (("1.5" 00521483) ("1.6" 00627339)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (suggest+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#suggest#suggest#suggest#suggest+ingly#(1.5,00521483)(1.6,00627339)###SZ ( :DEF_WORD "suggest" :CLASS "37.7.b" :WN_SENSE (("1.5" 00521483) ("1.6" 00627339)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (suggest+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 48.1.2#1#_ag_th,goal(to)#suggest#suggest#suggest#suggest+ingly#(1.5,00490938,00521483,00524027,00523684)(1.6,00592804,00627339,00630133,00629806)###SZ ( :DEF_WORD "suggest" :CLASS "48.1.2" :WN_SENSE (("1.5" 00490938 00521483 00524027 00523684) ("1.6" 00592804 00627339 00630133 00629806)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go exist (* thing 2) ((* to 5) exist (thing 2) (at exist (thing 2) (thing 6)))) (suggest+ingly 26)) :VAR_SPEC ((5 :optional)) ) ;; Grid: 54.3.a#1#_th_poss#suit#suit#suit#suit+ingly#(1.5,01527215,01525423)(1.6,01843927,01841631)###SZ ( :DEF_WORD "suit" :CLASS "54.3.a" :WN_SENSE (("1.5" 01527215 01525423) ("1.6" 01843927 01841631)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (suit+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sulfurize#sulfurize#sulfurize#sulfurize+ed####SZ ( :DEF_WORD "sulfurize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sulfurize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#sulk#sulk#sulk#sulk+ingly#(1.5,01027890)(1.6,01231478)###BJDMAP ( :DEF_WORD "sulk" :CLASS "40.2.b" :WN_SENSE (("1.5" 01027890) ("1.6" 01231478)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (sulk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#sully#sully#sully#sully+ed#(1.5,00885147)(1.6,01057983)###BJDMAP ( :DEF_WORD "sully" :CLASS "9.8.b" :WN_SENSE (("1.5" 00885147) ("1.6" 01057983)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (sully+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#sulphur#sulphur#sulphur#sulphur+ed#(1.5,00303604)(1.6,00360051)###SZ ( :DEF_WORD "sulphur" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00303604) ("1.6" 00360051)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sulphur+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.5.2#1#,ag_th,loc()#sum#sum#sum#sum+ingly#(1.5,00534526)(1.6,00642843)###SZ ( :DEF_WORD "sum" :CLASS "47.5.2" :WN_SENSE (("1.5" 00534526) ("1.6" 00642843)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 ",ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (sum+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#summarize#summarize#summarize#summarize+ed#(1.5,00568741)(1.6,00681575)###SZ ( :DEF_WORD "summarize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00568741) ("1.6" 00681575)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (summarize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 56.b#1#_th,loc()#summer#summer#summer#summer+#(1.5,01533496)(1.6,01851126)###BJDMAP ( :DEF_WORD "summer" :CLASS "56.b" :WN_SENSE (("1.5" 01533496) ("1.6" 01851126)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (summer+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#summon#summon#summon#summon+ingly#(1.5,00161063,00794829)(1.6,00184548,00946962)###SZ ( :DEF_WORD "summon" :CLASS "002" :WN_SENSE (("1.5" 00161063 00794829) ("1.6" 00184548 00946962)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (summon+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 41.1.1.i#1#_ag#sunbathe#sunbathe#sunbathe#sunbathe+ingly#(1.5,00061800)(1.6,00070703)###BJDMAP ( :DEF_WORD "sunbathe" :CLASS "41.1.1.i" :WN_SENSE (("1.5" 00061800) ("1.6" 00070703)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (sunbathe+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sunburn#sunburn#sunburn#sunburn+ed#(1.5,00061903)(1.6,00070819)###SZ ( :DEF_WORD "sunburn" :CLASS "45.4.a" :WN_SENSE (("1.5" 00061903) ("1.6" 00070819)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sunburn+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#sunder#sunder#sunder#sunder+ingly#(1.5,00202268)(1.6,00232275)###SZ ( :DEF_WORD "sunder" :CLASS "23.3.a" :WN_SENSE (("1.5" 00202268) ("1.6" 00232275)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (sunder+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#sunder#sunder#sunder#sunder+ed#(1.5,00202268)(1.6,00232275)###SZ ( :DEF_WORD "sunder" :CLASS "23.3.b" :WN_SENSE (("1.5" 00202268) ("1.6" 00232275)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sunder+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 39.5.a#1#_ag#sup#sup#sup#sup+ingly#(1.5,00663302)(1.6,00794350)###SZ ( :DEF_WORD "sup" :CLASS "39.5.a" :WN_SENSE (("1.5" 00663302) ("1.6" 00794350)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (sup+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.5.b#1#_ag_loc(on)#sup#sup#sup#sup+ingly#(1.5,00663302)(1.6,00794350)###SZ ( :DEF_WORD "sup" :CLASS "39.5.b" :WN_SENSE (("1.5" 00663302) ("1.6" 00794350)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag_loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (sup+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.1#1#_ag_th_goal()#superimpose#superimpose#superimpose#superimpose+ingly#(1.5,00844474)(1.6,01007612)#loc##SZ ( :DEF_WORD "superimpose" :CLASS "9.1" :WN_SENSE (("1.5" 00844474) ("1.6" 01007612)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (superimpose+ingly 26)) ) ;; Grid: 47.8.c#1#_th_loc#supersede#supersede#supersede#supersede+ingly#(1.5,01361923)(1.6,01639012)###SZ ( :DEF_WORD "supersede" :CLASS "47.8.c" :WN_SENSE (("1.5" 01361923) ("1.6" 01639012)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (supersede+ingly 26)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#supervene#supervene#supervene#supervene+ingly#(1.5,00205167)(1.6,00236191)###SZ ( :DEF_WORD "supervene" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00205167) ("1.6" 00236191)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (supervene+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 36.1.c#1#_ag_mod-poss#supervise#supervise#supervise#supervise+ingly#(1.5,01234217)(1.6,01481005)###SZ ( :DEF_WORD "supervise" :CLASS "36.1.c" :WN_SENSE (("1.5" 01234217) ("1.6" 01481005)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((1 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (supervise+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(with),ben(for)#supplant#supplant#supplant#supplant+ingly#(1.5,01361923)(1.6,01639012)###BJDMAP ( :DEF_WORD "supplant" :CLASS "13.6.a" :WN_SENSE (("1.5" 01361923) ("1.6" 01639012)) :PROPBANK ("arg0 arg1 arg4(with) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(with),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (supplant+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#supplicate#supplicate#supplicate#supplicate+ingly#(1.5,00426476)(1.6,00515798)###SZ ! ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#supplement#supplement#supplement#supplement+ed#(1.5,01331782)(1.6,01599236)###SZ ( :DEF_WORD "supplement" :CLASS "22.2.a" :WN_SENSE (("1.5" 01331782) ("1.6" 01599236)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (supplement+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#supply#supply#supply#supply+ingly#(1.5,01323715,01403501,00671827)(1.6,01590833,01689594,00804159)###SZ ( :DEF_WORD "supply" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01323715 01403501 00671827) ("1.6" 01590833 01689594 00804159)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (supply+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#supply#supply#supply#supply+ed#(1.5,01323715,01403501,00671827)(1.6,01590833,01689594,00804159)###SZ ( :DEF_WORD "supply" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01323715 01403501 00671827) ("1.6" 01590833 01689594 00804159)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (supply+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#support#support#support#support+ingly#(1.5,00693130)(1.6,00828871)###SZ ( :DEF_WORD "support" :CLASS "31.2.a" :WN_SENSE (("1.5" 00693130) ("1.6" 00828871)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (support+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#support#support#support#support+ingly#(1.5,00693130)(1.6,00828871)###SZ ( :DEF_WORD "support" :CLASS "31.2.b" :WN_SENSE (("1.5" 00693130) ("1.6" 00828871)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (support+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#support#support#support#support+ingly#(1.5,01446559,00503307)(1.6,01742587,00606523)###SZ ( :DEF_WORD "support" :CLASS "31.2.g" :WN_SENSE (("1.5" 01446559 00503307) ("1.6" 01742587 00606523)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (support+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.8.h#1#_th_loc#support#support#support#support+ingly#(1.5,00693130)(1.6,00828871)###SZ ( :DEF_WORD "support" :CLASS "47.8.h" :WN_SENSE (("1.5" 00693130) ("1.6" 00828871)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (under loc (thing 2) (* thing 11)) (support+ingly 26)) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#suppose#suppose#suppose#suppose+ingly#(1.5,00355753)(1.6,00427776)###SZ ( :DEF_WORD "suppose" :CLASS "29.4.a" :WN_SENSE (("1.5" 00355753) ("1.6" 00427776)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (suppose+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#suppose#suppose#suppose#suppose+ingly#(1.5,00355753)(1.6,00427776)###SZ ( :DEF_WORD "suppose" :CLASS "29.4.b" :WN_SENSE (("1.5" 00355753) ("1.6" 00427776)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (suppose+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.4.d#1#_exp_prop(that)#suppose#suppose#suppose#suppose+ingly#(1.5,00355753,00356375)(1.6,00427776,00428444)###SZ ( :DEF_WORD "suppose" :CLASS "29.4.d" :WN_SENSE (("1.5" 00355753 00356375) ("1.6" 00427776 00428444)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (suppose+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 16#1#_ag_th#suppress#suppress#suppress#suppress+ed#(1.5,00344737,01371735)(1.6,00414743,01649646)###SZ ( :DEF_WORD "suppress" :CLASS "16" :WN_SENSE (("1.5" 00344737 01371735) ("1.6" 00414743 01649646)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay ident (* thing 2) (at ident (thing 2) (suppress+ed 9))) (([in] 23) loc (*head*) (thing 24)) ((not_at 23) loc (*head*) (thing 24))) ) ;; Grid: 47.2.a.ii#1#_th,mod-loc()#suppurate#suppurate#suppurate#suppurate+ingly#(1.5,00057533)(1.6,00065314)###BJDMAP ( :DEF_WORD "suppurate" :CLASS "47.2.a.ii" :WN_SENSE (("1.5" 00057533) ("1.6" 00065314)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* [at] 23) loc (*head*) (thing 24)) (suppurate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.6#1#_th#surge#surge#surge#surge+ed#(1.5,01106938)(1.6,01324522)###SZ ( :DEF_WORD "surge" :CLASS "45.6" :WN_SENSE (("1.5" 01106938) ("1.6" 01324522)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (surge+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#surge#surge#surge#surge+ingly#(1.5,01166752,01074090)(1.6,01394586,01286870)###SZ ( :DEF_WORD "surge" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 01166752 01074090) ("1.6" 01394586 01286870)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (surge+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#surmise#surmise#surmise#surmise+ingly#(1.5,00517484)(1.6,00622918)###SZ ( :DEF_WORD "surmise" :CLASS "29.5.d" :WN_SENSE (("1.5" 00517484) ("1.6" 00622918)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (surmise+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#surmise#surmise#surmise#surmise+ingly#(1.5,00387509,00517484)(1.6,00465640,00622918)###SZ ( :DEF_WORD "surmise" :CLASS "29.5.e" :WN_SENSE (("1.5" 00387509 00517484) ("1.6" 00465640 00622918)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (surmise+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 47.8.i#1#_th_loc#surmount#surmount#surmount#surmount+ingly#(1.5,01522594,01141205)(1.6,01838273,01363896)###SZ ( :DEF_WORD "surmount" :CLASS "47.8.i" :WN_SENSE (("1.5" 01522594 01141205) ("1.6" 01838273 01363896)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (above loc (thing 2) (* thing 11)) (surmount+ingly 26)) ) ;; Grid: 007#1#_exp_perc#surpass#surpass#surpass#surpass+ingly#(1.5,00624716,01509494)(1.6,00748500,01821151)###BJDMAP ( :DEF_WORD "surpass" :CLASS "007" :WN_SENSE (("1.5" 00624716 01509494) ("1.6" 00748500 01821151)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (surpass+ingly 26)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#surprise#surprise#surprise#surprise+ingly#(1.5,00409194,01469716)(1.6,00491581,01771348)###SZ ( :DEF_WORD "surprise" :CLASS "31.1.a" :WN_SENSE (("1.5" 00409194 01469716) ("1.6" 00491581 01771348)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (surprise+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#surprise#surprise#surprise#surprise+ingly#(1.5,00409194)(1.6,00491581)###SZ ( :DEF_WORD "surprise" :CLASS "31.1.b" :WN_SENSE (("1.5" 00409194) ("1.6" 00491581)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (surprise+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#surprise#surprise#surprise#surprise+ed#(1.5,00409194,01469716)(1.6,00491581,01771348)###SZ ( :DEF_WORD "surprise" :CLASS "31.1.c" :WN_SENSE (("1.5" 00409194 01469716) ("1.6" 00491581 01771348)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (surprise+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.8.d#1#_th_loc#surround#surround#surround##(1.5,01531353,00843648,00903313)(1.6,01848681,01006503,01080454)#loc#(loc() = around)(manner = 0)#SZ ! ;; Grid: 13.2#1#_ag_th,goal(to)#surrender#surrender#surrender#surrender+ingly#(1.5,01272317)(1.6,01529125)###SZ ( :DEF_WORD "surrender" :CLASS "13.2" :WN_SENSE (("1.5" 01272317) ("1.6" 01529125)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (surrender+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#surround#surround#surround#surround+ed#(1.5,01531353,00903313,00640540)(1.6,01848681,01080454,00767446)###SZ ( :DEF_WORD "surround" :CLASS "9.8.a" :WN_SENSE (("1.5" 01531353 00903313 00640540) ("1.6" 01848681 01080454 00767446)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (surround+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#surround#surround#surround#surround+ed#(1.5,01531353,00903313,00640540)(1.6,01848681,01080454,00767446)###SZ ( :DEF_WORD "surround" :CLASS "9.8.b" :WN_SENSE (("1.5" 01531353 00903313 00640540) ("1.6" 01848681 01080454 00767446)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (surround+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#survey#survey#survey#survey+ingly#(1.5,00363945)(1.6,00436525)###SZ ( :DEF_WORD "survey" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 00363945) ("1.6" 00436525)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (survey+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#survey#survey#survey#survey+ingly#(1.5,00363945)(1.6,00436525)###SZ ( :DEF_WORD "survey" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00363945) ("1.6" 00436525)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (survey+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#survey#survey#survey#survey+ingly#(1.5,00363945,00364051)(1.6,00436525,00436631)###SZ ( :DEF_WORD "survey" :CLASS "35.4" :WN_SENSE (("1.5" 00363945 00364051) ("1.6" 00436525 00436631)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (survey+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 39.6.b#1#_th_instr(on)#survive#survive#survive#survive+ingly#(1.5,01479650)(1.6,01784619)###SZ ( :DEF_WORD "survive" :CLASS "39.6.b" :WN_SENSE (("1.5" 01479650) ("1.6" 01784619)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (survive+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#survive#survive#survive#survive+ingly#(1.5,01481751,01479650)(1.6,01787206,01784619)###SZ ( :DEF_WORD "survive" :CLASS "47.1" :WN_SENSE (("1.5" 01481751 01479650) ("1.6" 01787206 01784619)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (survive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.5.a#1#_exp_perc_mod-prop(to)#suspect#suspect#suspect#suspect+ingly#(1.5,00387375,00517484)(1.6,00465486,00622918)###SZ ( :DEF_WORD "suspect" :CLASS "29.5.a" :WN_SENSE (("1.5" 00387375 00517484) ("1.6" 00465486 00622918)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (suspect+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.5.b#1#_exp_prop(that)#suspect#suspect#suspect#suspect+ingly#(1.5,00387375,00517484)(1.6,00465486,00622918)###SZ ( :DEF_WORD "suspect" :CLASS "29.5.b" :WN_SENSE (("1.5" 00387375 00517484) ("1.6" 00465486 00622918)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (suspect+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#suspect#suspect#suspect#suspect+ingly#(1.5,00387375,00517484)(1.6,00465486,00622918)###SZ ( :DEF_WORD "suspect" :CLASS "29.5.d" :WN_SENSE (("1.5" 00387375 00517484) ("1.6" 00465486 00622918)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (suspect+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#suspect#suspect#suspect#suspect+ingly#(1.5,00387375,00517484)(1.6,00465486,00622918)###SZ ( :DEF_WORD "suspect" :CLASS "29.5.e" :WN_SENSE (("1.5" 00387375 00517484) ("1.6" 00465486 00622918)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (suspect+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 9.2.i#1#_th,loc()#suspend#suspend#suspend#suspend+ingly#(1.5,00850799)(1.6,01015779)###SZ ( :DEF_WORD "suspend" :CLASS "9.2.i" :WN_SENSE (("1.5" 00850799) ("1.6" 01015779)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (suspend+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.2.ii#1#_ag_th,loc()#suspend#suspend#suspend#suspend+ingly#(1.5,00850799)(1.6,01015779)###SZ ( :DEF_WORD "suspend" :CLASS "9.2.ii" :WN_SENSE (("1.5" 00850799) ("1.6" 01015779)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (suspend+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 012#1#_ag_th#sustain#sustain#sustain#sustain+ingly#(1.5,00684182,01514800)(1.6,00818436,01828272)###SZ ( :DEF_WORD "sustain" :CLASS "012" :WN_SENSE (("1.5" 00684182 01514800) ("1.6" 00818436 01828272)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (stay exist (* thing 2) (at exist (thing 2) (exist 9))) (sustain+ingly 26)) :VAR_SPEC ((2 (:cat n))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#sustain#sustain#sustain#sustain+ed#(1.5,00041363,00374169)(1.6,00045966,00449252)###SZ ( :DEF_WORD "sustain" :CLASS "29.2.c" :WN_SENSE (("1.5" 00041363 00374169) ("1.6" 00045966 00449252)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (sustain+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#swab#swab#swab#swab+ingly#(1.5,00709552,00702336)(1.6,00848250,00839967)###SZ ( :DEF_WORD "swab" :CLASS "9.7.a" :WN_SENSE (("1.5" 00709552 00702336) ("1.6" 00848250 00839967)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (swab+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#swab#swab#swab#swab+ed#(1.5,00709552,00702336)(1.6,00848250,00839967)###SZ ( :DEF_WORD "swab" :CLASS "9.7.d" :WN_SENSE (("1.5" 00709552 00702336) ("1.6" 00848250 00839967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swab+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#swab#swab#swab#swab+ingly#(1.5,00709552)(1.6,00848250)###SZ ( :DEF_WORD "swab" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00709552) ("1.6" 00848250)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (swab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#swab#swab#swab#swab+ingly#(1.5,00709552)(1.6,00848250)###SZ ( :DEF_WORD "swab" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00709552) ("1.6" 00848250)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (swab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#swab#swab#swab#swab+ed#(1.5,00709552)(1.6,00848250)###SZ ( :DEF_WORD "swab" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00709552) ("1.6" 00848250)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swab+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#swab#swab#swab#swab+ingly#(1.5,00709552)(1.6,00848250)###SZ ( :DEF_WORD "swab" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00709552) ("1.6" 00848250)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (swab+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#swaddle#swaddle#swaddle#swaddle+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swaddle" :CLASS "9.8.a" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (swaddle+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#swaddle#swaddle#swaddle#swaddle+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swaddle" :CLASS "9.8.b" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (swaddle+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#swaddle#swaddle#swaddle#swaddle+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swaddle" :CLASS "9.8.d" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (swaddle+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#swagger#swagger#swagger#swagger+ingly#(1.5,01091650)(1.6,01307876)###SZ ( :DEF_WORD "swagger" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (swagger+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#swagger#swagger#swagger#swagger+ingly#(1.5,01091650)(1.6,01307876)###SZ ( :DEF_WORD "swagger" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091650) ("1.6" 01307876)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (swagger+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 39.3.a.ii#1#_ag_th#swallow#swallow#swallow#swallow+ingly#(1.5,00683722)(1.6,00817727)###BJDMAP ( :DEF_WORD "swallow" :CLASS "39.3.a.ii" :WN_SENSE (("1.5" 00683722) ("1.6" 00817727)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (swallow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#swallow#swallow#swallow#swallow+ingly#(1.5,00683722)(1.6,00817727)###BJDMAP ( :DEF_WORD "swallow" :CLASS "39.3.b" :WN_SENSE (("1.5" 00683722) ("1.6" 00817727)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (swallow+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 40.1.1#1#_th#swallow#swallow#swallow#swallow+ingly#(1.5,00683722)(1.6,00817727)###BJDMAP ( :DEF_WORD "swallow" :CLASS "40.1.1" :WN_SENSE (("1.5" 00683722) ("1.6" 00817727)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (swallow+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(for),ben(for)#swap#swap#swap#swap+ingly#(1.5,01285870)(1.6,01545633)###SZ ( :DEF_WORD "swap" :CLASS "13.6.a" :WN_SENSE (("1.5" 01285870) ("1.6" 01545633)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (swap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#swarm#swarm#swarm#swarm+ingly#(1.5,01536387,01159964)(1.6,01854237,01386122)###SZ ( :DEF_WORD "swarm" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01536387 01159964) ("1.6" 01854237 01386122)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (swarm+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#swarm#swarm#swarm#swarm+ingly#(1.5,01536387,01159964)(1.6,01854237,01386122)###SZ ( :DEF_WORD "swarm" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01536387 01159964) ("1.6" 01854237 01386122)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (swarm+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#swarm#swarm#swarm#swarm+ed#(1.5,01536387,01159964)(1.6,01854237,01386122)###SZ ( :DEF_WORD "swarm" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01536387 01159964) ("1.6" 01854237 01386122)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (swarm+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#swat#swat#swat#swat+ingly#(1.5,00804713)(1.6,00958199)###SZ ( :DEF_WORD "swat" :CLASS "18.2.a" :WN_SENSE (("1.5" 00804713) ("1.6" 00958199)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (swat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#swat#swat#swat#swat+ingly#(1.5,00804713)(1.6,00958199)###SZ ( :DEF_WORD "swat" :CLASS "18.2.b" :WN_SENSE (("1.5" 00804713) ("1.6" 00958199)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (swat+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#swathe#swathe#swathe#swathe+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swathe" :CLASS "9.8.a" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (swathe+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#swathe#swathe#swathe#swathe+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swathe" :CLASS "9.8.b" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (swathe+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#swathe#swathe#swathe#swathe+ed#(1.5,00745751)(1.6,00888339)###SZ ( :DEF_WORD "swathe" :CLASS "9.8.d" :WN_SENSE (("1.5" 00745751) ("1.6" 00888339)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (swathe+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#sway#sway#sway#sway+ingly#(1.5,01069583,01073884,01070565)(1.6,01281178,01286664,01282403)###SZ ( :DEF_WORD "sway" :CLASS "47.3.a" :WN_SENSE (("1.5" 01069583 01073884 01070565) ("1.6" 01281178 01286664 01282403)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (sway+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 49.a.i#1#_ag#sway#sway#sway#sway+ingly#(1.5,01070336)(1.6,01282045)###SZ ( :DEF_WORD "sway" :CLASS "49.a.i" :WN_SENSE (("1.5" 01070336) ("1.6" 01282045)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (sway+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#sway#sway#sway#sway+ingly#(1.5,01070336)(1.6,01282045)###SZ ( :DEF_WORD "sway" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01070336) ("1.6" 01282045)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sway+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 005#1#_th_prop(to)#swear#swear#swear#swear+ingly#(1.5,00500519)(1.6,00603145)###BJDMAP ( :DEF_WORD "swear" :CLASS "005" :WN_SENSE (("1.5" 00500519) ("1.6" 00603145)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (swear+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#swear#swear#swear#swear+ingly#(1.5,00570811)(1.6,00683865)###SZ ( :DEF_WORD "swear" :CLASS "29.5.d" :WN_SENSE (("1.5" 00570811) ("1.6" 00683865)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (swear+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.5.e#1#_ag_info(that)#swear#swear#swear#swear+ingly#(1.5,00570811,00572016)(1.6,00683865,00685210)###SZ ( :DEF_WORD "swear" :CLASS "29.5.e" :WN_SENSE (("1.5" 00570811 00572016) ("1.6" 00683865 00685210)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (swear+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#sweat#sweat#sweat#sweat+ingly#(1.5,00042226)(1.6,00047342)###BJDMAP ( :DEF_WORD "sweat" :CLASS "40.1.2" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (sweat+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.4.a#2#_th_src(through)#sweat#sweat#sweat#sweat+ingly#(1.5,00042226)(1.6,00047342)###SZ ( :DEF_WORD "sweat" :CLASS "43.4.a" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((2 "_th_src(through)")) :LCS (go loc (* thing 2) ((* away_from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (sweat+ingly 26)) ) ;; Grid: 43.4.b#1#_ag_mod-poss(with)#sweat#sweat#sweat#sweat+ingly#(1.5,00042226)(1.6,00047342)###SZ ( :DEF_WORD "sweat" :CLASS "43.4.b" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (sweat+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.c#1#_ag_mod-poss(from)#sweat#sweat#sweat#sweat+ingly#(1.5,00042226)(1.6,00047342)###SZ ( :DEF_WORD "sweat" :CLASS "43.4.c" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg0 arg3(from)") :THETA_ROLES ((1 "_ag_mod-poss(from)")) :LCS (act loc (* thing 1) ((* not_at 15) poss (*head*) (thing 16)) (sweat+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 43.4.d#1#_src_th#sweat#sweat#sweat#sweat+ingly#(1.5,00042226)(1.6,00047342)###SZ ( :DEF_WORD "sweat" :CLASS "43.4.d" :WN_SENSE (("1.5" 00042226) ("1.6" 00047342)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_src_th")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (sweat+ingly 26)) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#sweep#sweep#sweep#sweep+ingly#(1.5,00802708)(1.6,00955911)###SZ ( :DEF_WORD "sweep" :CLASS "9.3.a" :WN_SENSE (("1.5" 00802708) ("1.6" 00955911)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (sweep+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#sweep#sweep#sweep#sweep+ingly#(1.5,01065694,01513839)(1.6,01276774,01826833)###SZ ( :DEF_WORD "sweep" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 01065694 01513839) ("1.6" 01276774 01826833)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (sweep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#sweep#sweep#sweep#sweep+ingly#(1.5,00802708,00802827)(1.6,00955911,00956103)###SZ ( :DEF_WORD "sweep" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00802708 00802827) ("1.6" 00955911 00956103)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (sweep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#sweep#sweep#sweep#sweep+ed#(1.5,01065694,01513839)(1.6,01276774,01826833)###SZ ( :DEF_WORD "sweep" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 01065694 01513839) ("1.6" 01276774 01826833)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sweep+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#sweep#sweep#sweep#sweep+ingly#(1.5,00802708)(1.6,00955911)###SZ ( :DEF_WORD "sweep" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00802708) ("1.6" 00955911)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (sweep+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#sweep#sweep#sweep#sweep+ingly#(1.5,01065694,01513839)(1.6,01276774,01826833)###SZ ( :DEF_WORD "sweep" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01065694 01513839) ("1.6" 01276774 01826833)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (sweep+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#sweep#sweep#sweep#sweep+ingly#(1.5,01065694,01066002,--)(1.6,01276774,01277218,01832499)###SZ ( :DEF_WORD "sweep" :CLASS "47.7.a" :WN_SENSE (("1.5" 01065694 01066002 --) ("1.6" 01276774 01277218 01832499)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (sweep+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#sweep#sweep#sweep#sweep+ingly#(1.5,01065694,--)(1.6,01276774,01832499)###SZ ( :DEF_WORD "sweep" :CLASS "47.7.b" :WN_SENSE (("1.5" 01065694 --) ("1.6" 01276774 01832499)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (sweep+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#sweep#sweep#sweep#sweep+ingly#(1.5,01065694)(1.6,01276774)###SZ ( :DEF_WORD "sweep" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01065694) ("1.6" 01276774)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (sweep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#sweep#sweep#sweep#sweep+ingly#(1.5,01065694)(1.6,01276774)###SZ ( :DEF_WORD "sweep" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01065694) ("1.6" 01276774)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (sweep+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sweeten#sweeten#sweeten#sweeten+ed#(1.5,01252582,00305430)(1.6,01502992,00362298)###SZ ( :DEF_WORD "sweeten" :CLASS "45.4.a" :WN_SENSE (("1.5" 01252582 00305430) ("1.6" 01502992 00362298)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sweeten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#sweeten#sweeten#sweeten#sweeten+ed#(1.5,01252582,00305430)(1.6,01502992,00362298)###SZ ( :DEF_WORD "sweeten" :CLASS "45.4.b" :WN_SENSE (("1.5" 01252582 00305430) ("1.6" 01502992 00362298)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sweeten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#sweeten#sweeten#sweeten#sweeten+ed#(1.5,01252582)(1.6,01502992)###SZ ( :DEF_WORD "sweeten" :CLASS "45.4.c" :WN_SENSE (("1.5" 01252582) ("1.6" 01502992)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sweeten+ed 9)))) ) ;; Grid: 45.5#1#_th#swell#swell#swell#swell+ed#(1.5,00153682,00153962)(1.6,00175388,00175935)###SZ ( :DEF_WORD "swell" :CLASS "45.5" :WN_SENSE (("1.5" 00153682 00153962) ("1.6" 00175388 00175935)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swell+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 57.b#1#_mod-poss(with)#swelter#swelter#swelter#swelter+ingly#(1.5,00048203)(1.6,00054288)###SZ ( :DEF_WORD "swelter" :CLASS "57.b" :WN_SENSE (("1.5" 00048203) ("1.6" 00054288)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (swelter+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#swerve#swerve#swerve#swerve+ingly#(1.5,01162716)(1.6,01389779)###BJDMAP ( :DEF_WORD "swerve" :CLASS "47.7.a" :WN_SENSE (("1.5" 01162716) ("1.6" 01389779)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (swerve+ingly 26)) ) ;; Grid: 39.3.a.i#1#_ag_th#swig#swig#swig#swig+ingly#(1.5,00683843)(1.6,00817921)###BJDMAP ( :DEF_WORD "swig" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00683843) ("1.6" 00817921)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (swig+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#swig#swig#swig#swig+ingly#(1.5,00683843)(1.6,00817921)###BJDMAP ( :DEF_WORD "swig" :CLASS "39.3.b" :WN_SENSE (("1.5" 00683843) ("1.6" 00817921)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (swig+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 39.4#1#_ag_th#swill#swill#swill#swill+ingly#(1.5,00664285)(1.6,00795360)###SZ ( :DEF_WORD "swill" :CLASS "39.4" :WN_SENSE (("1.5" 00664285) ("1.6" 00795360)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (swill+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#swim#swim#swim#swim+ingly#(1.5,00626539)(1.6,00750961)###SZ ( :DEF_WORD "swim" :CLASS "40.8.2" :WN_SENSE (("1.5" 00626539) ("1.6" 00750961)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (swim+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#swim#swim#swim#swim+ingly#(1.5,01116739,01084706)(1.6,01335172,01299337)###SZ ( :DEF_WORD "swim" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01116739 01084706) ("1.6" 01335172 01299337)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (swim+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#swim#swim#swim#swim+ingly#(1.5,01116739,01084706)(1.6,01335172,01299337)###SZ ( :DEF_WORD "swim" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01116739 01084706) ("1.6" 01335172 01299337)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (swim+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#swim#swim#swim#swim+ed#(1.5,01116739,01084706)(1.6,01335172,01299337)###SZ ( :DEF_WORD "swim" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01116739 01084706) ("1.6" 01335172 01299337)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (swim+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#swim#swim#swim#swim+ingly#(1.5,01116739,01084706)(1.6,01335172,01299337)###SZ ( :DEF_WORD "swim" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01116739 01084706) ("1.6" 01335172 01299337)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (swim+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#swim#swim#swim#swim+ingly#(1.5,01116739,01084706)(1.6,01335172,01299337)###SZ ( :DEF_WORD "swim" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01116739 01084706) ("1.6" 01335172 01299337)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (swim+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#swindle#swindle#swindle#swindle+ed#(1.5,01454789)(1.6,01753780)###SZ ( :DEF_WORD "swindle" :CLASS "10.6.a" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swindle+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.6.c#1#_ag_th,mod-poss(out_of)#swindle#swindle#swindle#swindle+ed#(1.5,01454789)(1.6,01753780)###SZ ( :DEF_WORD "swindle" :CLASS "10.6.c" :WN_SENSE (("1.5" 01454789) ("1.6" 01753780)) :PROPBANK ("arg0 arg1 arg3(out_of)") :THETA_ROLES ((1 "_ag_th,mod-poss(out_of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swindle+ed 9)))) ((* out_of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#swing#swing#swing#swing+ingly#(1.5,01537836)(1.6,01856016)###SZ ( :DEF_WORD "swing" :CLASS "47.6.a" :WN_SENSE (("1.5" 01537836) ("1.6" 01856016)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (swing+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#swing#swing#swing#swing+ingly#(1.5,01195859,00916666)(1.6,01430443,01097771)###SZ ( :DEF_WORD "swing" :CLASS "47.6.b" :WN_SENSE (("1.5" 01195859 00916666) ("1.6" 01430443 01097771)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (swing+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 51.3.1.a.i#1#_th#swing#swing#swing#swing+ingly#(1.5,01537836)(1.6,01856016)###SZ ( :DEF_WORD "swing" :CLASS "51.3.1.a.i" :WN_SENSE (("1.5" 01537836) ("1.6" 01856016)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (swing+ingly 26)) ) ;; Grid: 51.3.1.a.ii#1#_th,src(),goal()#swing#swing#swing#swing+ingly#(1.5,01537836)(1.6,01856016)###SZ ( :DEF_WORD "swing" :CLASS "51.3.1.a.ii" :WN_SENSE (("1.5" 01537836) ("1.6" 01856016)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) (swing+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#swipe#swipe#swipe#swipe+ingly#(1.5,01295399)(1.6,01556315)###SZ ( :DEF_WORD "swipe" :CLASS "10.5" :WN_SENSE (("1.5" 01295399) ("1.6" 01556315)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (swipe+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 18.2.a#1#_ag_th,mod-loc()#swipe#swipe#swipe#swipe+ingly#(1.5,00802916)(1.6,00956217)###SZ ( :DEF_WORD "swipe" :CLASS "18.2.a" :WN_SENSE (("1.5" 00802916) ("1.6" 00956217)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (swipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.2.b#1#_ag_goal(at)#swipe#swipe#swipe#swipe+ingly#(1.5,00802916)(1.6,00956217)###SZ ( :DEF_WORD "swipe" :CLASS "18.2.b" :WN_SENSE (("1.5" 00802916) ("1.6" 00956217)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (swipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.i#1#_ag_th#swirl#swirl#swirl#swirl+ingly#(1.5,01171503)(1.6,01400202)###SZ ( :DEF_WORD "swirl" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 01171503) ("1.6" 01400202)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (swirl+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#swirl#swirl#swirl#swirl+ingly#(1.5,01171503,01170627)(1.6,01400202,01399333)###SZ ( :DEF_WORD "swirl" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 01171503 01170627) ("1.6" 01400202 01399333)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (swirl+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#swirl#swirl#swirl#swirl+ed#(1.5,01171503,01170627)(1.6,01400202,01399333)###SZ ( :DEF_WORD "swirl" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 01171503 01170627) ("1.6" 01400202 01399333)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (swirl+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 47.3.a#1#_th,loc()#swirl#swirl#swirl#swirl+ingly#(1.5,01171503,01170627)(1.6,01400202,01399333)###SZ ( :DEF_WORD "swirl" :CLASS "47.3.a" :WN_SENSE (("1.5" 01171503 01170627) ("1.6" 01400202 01399333)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (swirl+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#swirl#swirl#swirl#swirl+ingly#(1.5,01171503)(1.6,01400202)###SZ ( :DEF_WORD "swirl" :CLASS "47.3.b" :WN_SENSE (("1.5" 01171503) ("1.6" 01400202)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (swirl+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#swish#swish#swish#swish+ingly#(1.5,01248529,01201422)(1.6,01498265,01436722)###SZ ( :DEF_WORD "swish" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248529 01201422) ("1.6" 01498265 01436722)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (swish+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#swish#swish#swish#swish+ingly#(1.5,01248529,01201422)(1.6,01498265,01436722)###SZ ( :DEF_WORD "swish" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248529 01201422) ("1.6" 01498265 01436722)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (swish+ingly 26)) ) ;; Grid: 13.6.a#1#_ag_th,mod-poss(with),ben(for)#switch#switch#switch#switch+ingly#(1.5,00082076,01285870)(1.6,00094296,01545633)###BJDMAP ( :DEF_WORD "switch" :CLASS "13.6.a" :WN_SENSE (("1.5" 00082076 01285870) ("1.6" 00094296 01545633)) :PROPBANK ("arg0 arg1 arg4(with) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(with),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (switch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#swoon#swoon#swoon#swoon+ingly#(1.5,00015377)(1.6,00016435)###SZ ( :DEF_WORD "swoon" :CLASS "31.3.b" :WN_SENSE (("1.5" 00015377) ("1.6" 00016435)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (swoon+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 40.8.4#1#_exp_src(at,from)#swoon#swoon#swoon#swoon+ingly#(1.5,00015377)(1.6,00016435)###BJDMAP ( :DEF_WORD "swoon" :CLASS "40.8.4" :WN_SENSE (("1.5" 00015377) ("1.6" 00016435)) :PROPBANK ("arg1 arg3(at/from)") :THETA_ROLES ((1 "_exp_src(at,from)")) :LCS (go perc (* thing 2) ((* from 3) perc (thing 2) ((at 10) perc (thing 2) (thing 4))) (swoon+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#swoop#swoop#swoop#swoop+ingly#(1.5,01181264)(1.6,01412311)###BJDMAP ( :DEF_WORD "swoop" :CLASS "43.2.a" :WN_SENSE (("1.5" 01181264) ("1.6" 01412311)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (swoop+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#swoosh#swoosh#swoosh#swoosh+ingly####SZ ( :DEF_WORD "swoosh" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (swoosh+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#swoosh#swoosh#swoosh#swoosh+ingly####SZ ( :DEF_WORD "swoosh" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (swoosh+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#symbolize#symbolize#symbolize#symbolize+ed#(1.5,00469225)(1.6,00566766)###SZ ( :DEF_WORD "symbolize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00469225) ("1.6" 00566766)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (symbolize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#sympathize#sympathize#sympathize#sympathize+ingly#(1.5,01038317,01038573)(1.6,01243364,01243663)###SZ ( :DEF_WORD "sympathize" :CLASS "36.1.c" :WN_SENSE (("1.5" 01038317 01038573) ("1.6" 01243364 01243663)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (sympathize+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#sympathize#sympathize#sympathize#sympathize+ingly#(1.5,01038317,01038573)(1.6,01243364,01243663)###SZ ( :DEF_WORD "sympathize" :CLASS "36.1.d" :WN_SENSE (("1.5" 01038317 01038573) ("1.6" 01243364 01243663)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (sympathize+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#sympathize#sympathize#sympathize#sympathize+ed####SZ ( :DEF_WORD "sympathize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (sympathize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.4#1#_ag_th,instr(),ben(for)#synthesize#synthesize#synthesize#synthesize+ingly#(1.5,00362441)(1.6,00435117)###SZ ( :DEF_WORD "synthesize" :CLASS "26.4" :WN_SENSE (("1.5" 00362441) ("1.6" 00435117)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (synthesize+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#tack#tack#tack#tack+ingly#(1.5,00780166)(1.6,00929628)###SZ ( :DEF_WORD "tack" :CLASS "22.4.a" :WN_SENSE (("1.5" 00780166) ("1.6" 00929628)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (tack+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#tack#tack#tack#tack+ed#(1.5,00780166)(1.6,00929628)###SZ ( :DEF_WORD "tack" :CLASS "22.4.b" :WN_SENSE (("1.5" 00780166) ("1.6" 00929628)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tack+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#tack#tack#tack#tack+ingly#(1.5,01108640)(1.6,01326273)###SZ ( :DEF_WORD "tack" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01108640) ("1.6" 01326273)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (tack+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#tack#tack#tack#tack+ingly#(1.5,01108640)(1.6,01326273)###SZ ( :DEF_WORD "tack" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01108640) ("1.6" 01326273)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tack+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.4.2.a.i#1#_th,mod-loc(along)#tack#tack#tack#tack+ingly#(1.5,01108640)(1.6,01326273)###SZ ( :DEF_WORD "tack" :CLASS "51.4.2.a.i" :WN_SENSE (("1.5" 01108640) ("1.6" 01326273)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tack+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#tack#tack#tack#tack+ingly#(1.5,01108640)(1.6,01326273)###SZ ( :DEF_WORD "tack" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01108640) ("1.6" 01326273)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (tack+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.4.2.b#1#_ag_th_mod-loc(along)#tack#tack#tack#tack+ingly#(1.5,01108640)(1.6,01326273)###SZ ( :DEF_WORD "tack" :CLASS "51.4.2.b" :WN_SENSE (("1.5" 01108640) ("1.6" 01326273)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tack+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#tackle#tackle#tackle#tackle+ingly#(1.5,00653061)(1.6,00781513)###SZ ( :DEF_WORD "tackle" :CLASS "36.3.a" :WN_SENSE (("1.5" 00653061) ("1.6" 00781513)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (tackle+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#tag#tag#tag#tag+ed#(1.5,00914018)(1.6,01094485)###SZ ( :DEF_WORD "tag" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00914018) ("1.6" 01094485)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tag+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.3#1#_ag_th,mod-poss(with)#tag#tag#tag#tag+ed#(1.5,00914018)(1.6,01094485)###SZ ( :DEF_WORD "tag" :CLASS "25.3" :WN_SENSE (("1.5" 00914018) ("1.6" 01094485)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tag+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 10.7#1#_ag_src#tail#tail#tail##(1.5,00897357,00757365)(1.6,01072620,00902480)#loc#(th = tail+)#SZ ( :DEF_WORD "tail" :CLASS "10.7" :WN_SENSE (("1.5" 00897357 00757365) ("1.6" 01072620 00902480)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (tail+ 2) (from loc (tail+ 2) (at loc (tail+ 2) (* thing 4))))) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#tail#tail#tail#tail+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "tail" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (tail+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#tailor#tailor#tailor#tailor+ingly#(1.5,00953364)(1.6,01144127)###SZ ( :DEF_WORD "tailor" :CLASS "29.8.a" :WN_SENSE (("1.5" 00953364) ("1.6" 01144127)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (tailor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#tailor#tailor#tailor#tailor+ingly#(1.5,00182551,00953364)(1.6,00208543,01144127)###SZ ( :DEF_WORD "tailor" :CLASS "29.8.b" :WN_SENSE (("1.5" 00182551 00953364) ("1.6" 00208543 01144127)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tailor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#taint#taint#taint#taint+ed#(1.5,00053366)(1.6,00060266)###SZ ( :DEF_WORD "taint" :CLASS "9.8.a" :WN_SENSE (("1.5" 00053366) ("1.6" 00060266)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (taint+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 014#1#_ag_th,mod-poss(for),ben(for)#take#take#take#take+ingly#(1.5,00824200,01188762,01537537)(1.6,01422262,01422262,01855700)###SZ ! ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#taint#taint#taint#taint+ed#(1.5,00053366)(1.6,00060266)###SZ ( :DEF_WORD "taint" :CLASS "9.8.b" :WN_SENSE (("1.5" 00053366) ("1.6" 00060266)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (taint+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#take#take#take#take+ingly#(1.5,00691086,01258879,00104355,01257967)(1.6,00826635,01510674,00118898,01509715)###SZ ( :DEF_WORD "take" :CLASS "10.5" :WN_SENSE (("1.5" 00691086 01258879 00104355 01257967) ("1.6" 00826635 01510674 00118898 01509715)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (take+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 11.3#1#_ag_th,src(from),goal(to)#take#take#take#take+ingly#(1.5,00691086,00379073,01258879,00104355,01259481,01537537,01257967,00824200,00620792)(1.6,00826635,00455018,01510674,00118898,01511279,01855700,01509715,01422262,00744637)###SZ ( :DEF_WORD "take" :CLASS "11.3" :WN_SENSE (("1.5" 00691086 00379073 01258879 00104355 01259481 01537537 01257967 00824200 00620792) ("1.6" 00826635 00455018 01510674 00118898 01511279 01855700 01509715 01422262 00744637)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (take+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.3#2#_ag_goal_th,src(from)#take#take#take#take+ingly#(1.5,00691086,00379073,01258879,00104355,01259481,01537537,01257967,00824200,00620792)(1.6,00826635,00455018,01510674,00118898,01511279,01855700,01509715,01422262,00744637)###SZ ( :DEF_WORD "take" :CLASS "11.3" :WN_SENSE (("1.5" 00691086 00379073 01258879 00104355 01259481 01537537 01257967 00824200 00620792) ("1.6" 00826635 00455018 01510674 00118898 01511279 01855700 01509715 01422262 00744637)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (take+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#take#take#take#take+ingly#(1.5,00379073,00565774)(1.6,00455018,00678191)###SZ ( :DEF_WORD "take" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00379073 00565774) ("1.6" 00455018 00678191)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (take+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#take#take#take#take+ingly#(1.5,00379073,00565774)(1.6,00455018,00678191)###SZ ( :DEF_WORD "take" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00379073 00565774) ("1.6" 00455018 00678191)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (take+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#take#take#take#take+ed#(1.5,01354977,01273401,00565774)(1.6,01630843,01530524,00678191)###SZ ( :DEF_WORD "take" :CLASS "29.2.c" :WN_SENSE (("1.5" 01354977 01273401 00565774) ("1.6" 01630843 01530524 00678191)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (take+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#take#take#take#take+ingly#(1.5,01354977,01273401,00565774)(1.6,01630843,01530524,00678191)###SZ ( :DEF_WORD "take" :CLASS "29.2.d" :WN_SENSE (("1.5" 01354977 01273401 00565774) ("1.6" 01630843 01530524 00678191)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (take+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 39.4#1#_ag_th#take#take#take#take+ingly#(1.5,01291639,01526080)(1.6,01552034,01842330)###SZ ( :DEF_WORD "take" :CLASS "39.4" :WN_SENSE (("1.5" 01291639 01526080) ("1.6" 01552034 01842330)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (take+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.2#1#_th_pred#take#take#take#take+ingly#(1.5,01291639,01526080)(1.6,01552034,01842330)###SZ ( :DEF_WORD "take" :CLASS "54.2" :WN_SENSE (("1.5" 01291639 01526080) ("1.6" 01552034 01842330)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (take+ingly 26)) ) ;; Grid: 54.3.a#1#_th_poss#take#take#take#take+ingly#(1.5,01291639,01556964,01526080)(1.6,01552034,01877390,01842330)###SZ ( :DEF_WORD "take" :CLASS "54.3.a" :WN_SENSE (("1.5" 01291639 01556964 01526080) ("1.6" 01552034 01877390 01842330)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (take+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#take#take#take#take+ingly#(1.5,01291639,01556964,01526080)(1.6,01552034,01877390,01842330)###SZ ( :DEF_WORD "take" :CLASS "54.3.b" :WN_SENSE (("1.5" 01291639 01556964 01526080) ("1.6" 01552034 01877390 01842330)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (take+ingly 26)) ) ;; Grid: 30.3.b#0#_exp_goal(around,through,into)#take_a_look#take_a_look#take_a_look#take-a-look+ingly####SZ ! ;; Grid: 30.3.a#1#_exp_perc(at)#take_a_look#take_a_look#take_a_look#take-a-look+ingly####SZ ( :DEF_WORD "take_a_look" :CLASS "30.3.a" :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* [at] 7) perc (thing 2) (thing 8))) (take-a-look+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#take_a_step#take_a_step#take_a_step#take-a-step+ingly####SZ ( :DEF_WORD "take_a_step" :CLASS "51.3.2.a.ii" :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (take-a-step+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 41.2.2#1#_ag_th#talc#talc#talc#talc+ed#(1.5,00027266)(1.6,00029688)###SZ ( :DEF_WORD "talc" :CLASS "41.2.2" :WN_SENSE (("1.5" 00027266) ("1.6" 00029688)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (talc+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.5.a#1#_ag,goal(to),info(about)#talk#talk#talk#talk+ingly#(1.5,00542186,00530290,00543116,00527673,00466513)(1.6,00651246,00638109,00652168,00634807,00563537)###SZ ( :DEF_WORD "talk" :CLASS "37.5.a" :WN_SENSE (("1.5" 00542186 00530290 00543116 00527673 00466513) ("1.6" 00651246 00638109 00652168 00634807 00563537)) :PROPBANK ("arg0 arg2(to) arg1(about)") :THETA_ROLES ((1 "_ag,goal(to),info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (talk+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.5.b#1#_ag,mod-poss(with),info(about)#talk#talk#talk#talk+ingly#(1.5,00542186,00530290,00543116,00527673,00466513)(1.6,00651246,00638109,00652168,00634807,00563537)###SZ ( :DEF_WORD "talk" :CLASS "37.5.b" :WN_SENSE (("1.5" 00542186 00530290 00543116 00527673 00466513) ("1.6" 00651246 00638109 00652168 00634807 00563537)) :PROPBANK ("arg0 arg2(with) arg1(about)") :THETA_ROLES ((1 "_ag,mod-poss(with),info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (thing 16)))) ((* with 15) poss (*head*) (thing 16)) (talk+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +)) (16 (human +))) ) ;; Grid: 37.5.c#1#_ag,mod-loc(together)#talk#talk#talk#talk+ingly#(1.5,00542186,00530290,00543116,00527673,00466513)(1.6,00651246,00638109,00652168,00634807,00563537)###SZ ( :DEF_WORD "talk" :CLASS "37.5.c" :WN_SENSE (("1.5" 00542186 00530290 00543116 00527673 00466513) ("1.6" 00651246 00638109 00652168 00634807 00563537)) :PROPBANK ("arg0 argm-LOC(together)") :THETA_ROLES ((1 "_ag,mod-loc(together)")) :LCS (cause (* thing 1) (go comm (thing 2) (to comm (thing 2) (between comm (thing 2) (thing 1)))) ((* together 23) loc (thing 1) (nil 24)) (talk+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 25.4#1#_ag_th#tally#tally#tally#tally+ed#(1.5,00628410)(1.6,00753559)###SZ ( :DEF_WORD "tally" :CLASS "25.4" :WN_SENSE (("1.5" 00628410) ("1.6" 00753559)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tally+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#tally#tally#tally#tally+ed#(1.5,00628410,00534773)(1.6,00753559,00643108)###SZ ( :DEF_WORD "tally" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 00628410 00534773) ("1.6" 00753559 00643108)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (tally+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 25.4#1#_ag_th#tally_up#tally_up#tally_up#tally+ed###(manner = up+/m)#SZ ( :DEF_WORD "tally_up" :GLOSS_HEAD "tally" :CLASS "25.4" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tally+ed 9)))) (up+/m)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tame#tame#tame#tame+ed#(1.5,00121729)(1.6,00138377)###SZ ( :DEF_WORD "tame" :CLASS "45.4.a" :WN_SENSE (("1.5" 00121729) ("1.6" 00138377)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tame+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tame#tame#tame#tame+ed#(1.5,00121729)(1.6,00138377)###SZ ( :DEF_WORD "tame" :CLASS "45.4.b" :WN_SENSE (("1.5" 00121729) ("1.6" 00138377)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tame+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tame#tame#tame#tame+ed#(1.5,00121729)(1.6,00138377)###SZ ( :DEF_WORD "tame" :CLASS "45.4.c" :WN_SENSE (("1.5" 00121729) ("1.6" 00138377)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tame+ed 9)))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#tamp#tamp#tamp#tamp+ingly#(1.5,00906102)(1.6,01084469)###SZ ( :DEF_WORD "tamp" :CLASS "18.1.a" :WN_SENSE (("1.5" 00906102) ("1.6" 01084469)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (tamp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#tamp#tamp#tamp#tamp+ingly#(1.5,00906102)(1.6,01084469)###SZ ( :DEF_WORD "tamp" :CLASS "18.1.b" :WN_SENSE (("1.5" 00906102) ("1.6" 01084469)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (tamp+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#tamp#tamp#tamp#tamp+ingly#(1.5,00906102)(1.6,01084469)###SZ ( :DEF_WORD "tamp" :CLASS "18.1.c" :WN_SENSE (("1.5" 00906102) ("1.6" 01084469)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (tamp+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#tamp#tamp#tamp#tamp+ingly#(1.5,00906102)(1.6,01084469)###SZ ( :DEF_WORD "tamp" :CLASS "18.1.d" :WN_SENSE (("1.5" 00906102) ("1.6" 01084469)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (tamp+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#tamp#tamp#tamp#tamp+ed#(1.5,00906102)(1.6,01084469)###SZ ( :DEF_WORD "tamp" :CLASS "18.1.e" :WN_SENSE (("1.5" 00906102) ("1.6" 01084469)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tamp+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#tamper#tamper#tamper#tamper+ingly#(1.5,01437669)(1.6,01731191)###SZ ( :DEF_WORD "tamper" :CLASS "36.1.c" :WN_SENSE (("1.5" 01437669) ("1.6" 01731191)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (tamper+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#tamper#tamper#tamper#tamper+ingly#(1.5,01437669)(1.6,01731191)###SZ ( :DEF_WORD "tamper" :CLASS "36.1.d" :WN_SENSE (("1.5" 01437669) ("1.6" 01731191)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (tamper+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tan#tan#tan#tan+ed#(1.5,00300433)(1.6,00356023)###SZ ( :DEF_WORD "tan" :CLASS "45.4.a" :WN_SENSE (("1.5" 00300433) ("1.6" 00356023)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tan+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tan#tan#tan#tan+ed#(1.5,00300433)(1.6,00356023)###SZ ( :DEF_WORD "tan" :CLASS "45.4.b" :WN_SENSE (("1.5" 00300433) ("1.6" 00356023)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tan+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tan#tan#tan#tan+ed#(1.5,00061569)(1.6,00070485)###SZ ( :DEF_WORD "tan" :CLASS "45.4.c" :WN_SENSE (("1.5" 00061569) ("1.6" 00070485)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tan+ed 9)))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#tango#tango#tango#tango+ingly#(1.5,01080361)(1.6,01294378)###SZ ( :DEF_WORD "tango" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080361) ("1.6" 01294378)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tango+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#tango#tango#tango#tango+ingly#(1.5,01080361)(1.6,01294378)###SZ ( :DEF_WORD "tango" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080361) ("1.6" 01294378)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (tango+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#tango#tango#tango#tango+ingly#(1.5,01080361)(1.6,01294378)###SZ ( :DEF_WORD "tango" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080361) ("1.6" 01294378)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tango+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#tantalize#tantalize#tantalize#tantalize+ingly#(1.5,01026519,00477358)(1.6,01229968,00576741)###SZ ( :DEF_WORD "tantalize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026519 00477358) ("1.6" 01229968 00576741)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (tantalize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#tantalize#tantalize#tantalize#tantalize+ingly#(1.5,01026519)(1.6,01229968)###SZ ( :DEF_WORD "tantalize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01026519) ("1.6" 01229968)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (tantalize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#tap#tap#tap#tap+ingly#(1.5,00712296,01247229)(1.6,00851104,01496422)###SZ ( :DEF_WORD "tap" :CLASS "17.1" :WN_SENSE (("1.5" 00712296 01247229) ("1.6" 00851104 01496422)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (tap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#tap#tap#tap#tap+ingly#(1.5,00712296,01247229)(1.6,00851104,01496422)###SZ ( :DEF_WORD "tap" :CLASS "17.1" :WN_SENSE (("1.5" 00712296 01247229) ("1.6" 00851104 01496422)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (tap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#tap#tap#tap#tap+ingly#(1.5,00712296)(1.6,00851104)###SZ ( :DEF_WORD "tap" :CLASS "18.1.a" :WN_SENSE (("1.5" 00712296) ("1.6" 00851104)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (tap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#tap#tap#tap#tap+ingly#(1.5,00712296)(1.6,00851104)###SZ ( :DEF_WORD "tap" :CLASS "18.1.b" :WN_SENSE (("1.5" 00712296) ("1.6" 00851104)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (tap+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#tap#tap#tap#tap+ingly#(1.5,00712296)(1.6,00851104)###SZ ( :DEF_WORD "tap" :CLASS "18.1.c" :WN_SENSE (("1.5" 00712296) ("1.6" 00851104)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (tap+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#tap#tap#tap#tap+ingly#(1.5,00712296)(1.6,00851104)###SZ ( :DEF_WORD "tap" :CLASS "18.1.d" :WN_SENSE (("1.5" 00712296) ("1.6" 00851104)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (tap+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#tap#tap#tap#tap+ed#(1.5,00712296)(1.6,00851104)###SZ ( :DEF_WORD "tap" :CLASS "18.1.e" :WN_SENSE (("1.5" 00712296) ("1.6" 00851104)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tap+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#tap#tap#tap#tap+ingly#(1.5,00661466,01315315,00439174)(1.6,00791942,01580247,00531494)###SZ ( :DEF_WORD "tap" :CLASS "35.4" :WN_SENSE (("1.5" 00661466 01315315 00439174) ("1.6" 00791942 01580247 00531494)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (tap+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#tapdance#tapdance#tapdance#tapdance+ingly#(1.5,01080291)(1.6,01294204)###SZ ( :DEF_WORD "tapdance" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080291) ("1.6" 01294204)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tapdance+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#tapdance#tapdance#tapdance#tapdance+ingly#(1.5,01080291)(1.6,01294204)###SZ ( :DEF_WORD "tapdance" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080291) ("1.6" 01294204)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (tapdance+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#tapdance#tapdance#tapdance#tapdance+ingly#(1.5,01080291)(1.6,01294204)###SZ ( :DEF_WORD "tapdance" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080291) ("1.6" 01294204)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (tapdance+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#tape#tape#tape#tape+ingly#(1.5,00762880)(1.6,00909156)###SZ ( :DEF_WORD "tape" :CLASS "22.4.a" :WN_SENSE (("1.5" 00762880) ("1.6" 00909156)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (tape+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#tape#tape#tape#tape+ed#(1.5,00762880)(1.6,00909156)###SZ ( :DEF_WORD "tape" :CLASS "22.4.b" :WN_SENSE (("1.5" 00762880) ("1.6" 00909156)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tape+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 25.4#1#_ag_th#tape#tape#tape#tape+ed#(1.5,00565973,00563010)(1.6,00678373,00675051)###SZ ( :DEF_WORD "tape" :CLASS "25.4" :WN_SENSE (("1.5" 00565973 00563010) ("1.6" 00678373 00675051)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tape+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#taper#taper#taper#taper+ed#(1.5,00234436)(1.6,00272798)###SZ ( :DEF_WORD "taper" :CLASS "45.4.a" :WN_SENSE (("1.5" 00234436) ("1.6" 00272798)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (taper+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#taper#taper#taper#taper+ed#(1.5,00234436)(1.6,00272798)###SZ ( :DEF_WORD "taper" :CLASS "45.4.b" :WN_SENSE (("1.5" 00234436) ("1.6" 00272798)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (taper+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#taper#taper#taper#taper+ed#(1.5,00234436)(1.6,00272798)###SZ ( :DEF_WORD "taper" :CLASS "45.4.c" :WN_SENSE (("1.5" 00234436) ("1.6" 00272798)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (taper+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#tar#tar#tar#tar+ed#(1.5,00727864,00724834)(1.6,00868220,00864996)###SZ ( :DEF_WORD "tar" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00727864 00724834) ("1.6" 00868220 00864996)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tar+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#tarmac#tarmac#tarmac#tarmac+ed#(1.5,00922043)(1.6,01104170)###SZ ( :DEF_WORD "tarmac" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00922043) ("1.6" 01104170)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tarmac+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#tarnish#tarnish#tarnish#tarnish+ed#(1.5,00885147)(1.6,01057983)###SZ ( :DEF_WORD "tarnish" :CLASS "45.5" :WN_SENSE (("1.5" 00885147) ("1.6" 01057983)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tarnish+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#tarnish#tarnish#tarnish#tarnish+ingly#(1.5,00885147)(1.6,01057983)###SZ ( :DEF_WORD "tarnish" :CLASS "47.2.b" :WN_SENSE (("1.5" 00885147) ("1.6" 01057983)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (tarnish+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.c#1#_th_mod-poss(with)#tarnish#tarnish#tarnish#tarnish+ingly#(1.5,00885147)(1.6,01057983)###SZ ( :DEF_WORD "tarnish" :CLASS "47.2.c" :WN_SENSE (("1.5" 00885147) ("1.6" 01057983)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (act loc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (tarnish+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 53.1#1#_th,loc()#tarry#tarry#tarry#tarry+ingly#(1.5,01493340,01148488)(1.6,01801598,01372850)###SZ ( :DEF_WORD "tarry" :CLASS "53.1" :WN_SENSE (("1.5" 01493340 01148488) ("1.6" 01801598 01372850)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (act loc (* thing 2) ((* [over] 10) loc (thing 2) (thing 11)) (tarry+ingly 26)) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#tassel#tassel#tassel#tassel+ed####SZ ( :DEF_WORD "tassel" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tassel+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#tassel#tassel#tassel###loc#(th = tassel+)#SZ ( :DEF_WORD "tassel" :CLASS "10.7" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (tassel+ 2) (from loc (tassel+ 2) (at loc (tassel+ 2) (* thing 4))))) ) ;; Grid: 30.1.a.i#1#_exp_perc#taste#taste#taste#taste+ingly#(1.5,01250452)(1.6,01500737)###SZ ( :DEF_WORD "taste" :CLASS "30.1.a.i" :WN_SENSE (("1.5" 01250452) ("1.6" 01500737)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (taste+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.1.c#1#_exp_perc#taste#taste#taste#taste+ingly#(1.5,01250452)(1.6,01500737)###SZ ( :DEF_WORD "taste" :CLASS "30.1.c" :WN_SENSE (("1.5" 01250452) ("1.6" 01500737)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (taste+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (cform inf))) ) ;; Grid: 30.1.d#1#_exp_perc#taste#taste#taste#taste+ingly#(1.5,01250452)(1.6,01500737)###SZ ( :DEF_WORD "taste" :CLASS "30.1.d" :WN_SENSE (("1.5" 01250452) ("1.6" 01500737)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (taste+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (thing -) (aspect prog))) ) ;; Grid: 30.1.e#1#_exp_perc,mod-poss(in)#taste#taste#taste#taste+ingly#(1.5,01250452)(1.6,01500737)###SZ ( :DEF_WORD "taste" :CLASS "30.1.e" :WN_SENSE (("1.5" 01250452) ("1.6" 01500737)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) ((* in 15) poss (*head*) (thing 16)) (taste+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 30.4#1#_th_pred,mod-perc(to)#taste#taste#taste#taste+ingly#(1.5,01250452)(1.6,01500737)###SZ ( :DEF_WORD "taste" :CLASS "30.4" :WN_SENSE (("1.5" 01250452) ("1.6" 01500737)) :PROPBANK ("arg1 arg1-PRD arg0(to)") :THETA_ROLES ((1 "_th_pred,mod-perc(to)")) :LCS (be ident (* thing 2) (at ident (thing 2) (* property 9)) (taste+ingly 26) ((* relative_to 32) perc (*head*) (thing 33))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#taste#taste#taste#taste+ingly####SZ ( :DEF_WORD "taste" :CLASS "31.1.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (taste+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 35.3.a#1#_ag_purp,loc()#taste#taste#taste#taste+ingly#(1.5,01250452,01251130)(1.6,01500737,01501429)###SZ ( :DEF_WORD "taste" :CLASS "35.3.a" :WN_SENSE (("1.5" 01250452 01251130) ("1.6" 01500737 01501429)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) (for intent (*head*) (* thing 22)) (taste+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.3.b#1#_ag_loc,purp(for)#taste#taste#taste#taste+ingly#(1.5,01250452,01251130)(1.6,01500737,01501429)###SZ ( :DEF_WORD "taste" :CLASS "35.3.b" :WN_SENSE (("1.5" 01250452 01251130) ("1.6" 01500737 01501429)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (taste+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 25.1.a#1#_ag_th,goal()#tattoo#tattoo#tattoo#tattoo+ingly#(1.5,00962957)(1.6,01154002)###SZ ( :DEF_WORD "tattoo" :CLASS "25.1.a" :WN_SENSE (("1.5" 00962957) ("1.6" 01154002)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (tattoo+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.1.b#1#_ag_th,mod-poss(with)#tattoo#tattoo#tattoo#tattoo+ed#(1.5,00962957)(1.6,01154002)###SZ ( :DEF_WORD "tattoo" :CLASS "25.1.b" :WN_SENSE (("1.5" 00962957) ("1.6" 01154002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tattoo+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#taunt#taunt#taunt#taunt+ingly#(1.5,00477358)(1.6,00576741)###BJDMAP ( :DEF_WORD "taunt" :CLASS "31.1.a" :WN_SENSE (("1.5" 00477358) ("1.6" 00576741)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (taunt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tauten#tauten#tauten#tauten+ed#(1.5,00249926)(1.6,00292461)###SZ ( :DEF_WORD "tauten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00249926) ("1.6" 00292461)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tauten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tauten#tauten#tauten#tauten+ed#(1.5,00249926)(1.6,00292461)###SZ ( :DEF_WORD "tauten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00249926) ("1.6" 00292461)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tauten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tauten#tauten#tauten#tauten+ed#(1.5,00250015)(1.6,00292576)###SZ ( :DEF_WORD "tauten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00250015) ("1.6" 00292576)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tauten+ed 9)))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#tax#tax#tax#tax+ingly#(1.5,01312600)(1.6,01577503)###SZ ( :DEF_WORD "tax" :CLASS "54.5.a" :WN_SENSE (("1.5" 01312600) ("1.6" 01577503)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (tax+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#taxi#taxi#taxi#taxi+ingly#(1.5,01109669)(1.6,01327427)###SZ ( :DEF_WORD "taxi" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01109669) ("1.6" 01327427)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (taxi+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#taxi#taxi#taxi#taxi+ingly#(1.5,01109569,01109669)(1.6,01327292,01327427)###SZ ( :DEF_WORD "taxi" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01109569 01109669) ("1.6" 01327292 01327427)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (taxi+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 37.1.a#1#_ag_goal_info#teach#teach#teach#teach+ingly#(1.5,00465565)(1.6,00562446)###SZ ( :DEF_WORD "teach" :CLASS "37.1.a" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (teach+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#teach#teach#teach#teach+ingly#(1.5,00465565)(1.6,00562446)###SZ ( :DEF_WORD "teach" :CLASS "37.1.b" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (teach+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#teach#teach#teach#teach+ingly#(1.5,00465565)(1.6,00562446)###SZ ( :DEF_WORD "teach" :CLASS "37.1.c" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (teach+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 37.1.d#1#_ag_goal_info(that)#teach#teach#teach#teach+ingly#(1.5,00465565)(1.6,00562446)###SZ ( :DEF_WORD "teach" :CLASS "37.1.d" :WN_SENSE (("1.5" 00465565) ("1.6" 00562446)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (teach+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#team#team#team#team+ed#(1.5,00614857)(1.6,00737811)###SZ ( :DEF_WORD "team" :CLASS "22.2.a" :WN_SENSE (("1.5" 00614857) ("1.6" 00737811)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (team+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#team#team#team#team+ed#(1.5,00614857)(1.6,00737811)###SZ ( :DEF_WORD "team" :CLASS "22.2.c" :WN_SENSE (("1.5" 00614857) ("1.6" 00737811)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (team+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#tear#tear#tear#tear+ingly#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "23.2.a" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (tear+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#tear#tear#tear#tear+ed#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "23.2.b" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tear+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.1.a#1#_ag_th,instr(with)#tear#tear#tear#tear+ed#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "45.1.a" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tear+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.1.b#1#_ag_th#tear#tear#tear#tear+ed#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "45.1.b" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tear+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.1.c#1#_th#tear#tear#tear#tear+ed#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "45.1.c" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tear+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#tear#tear#tear#tear+ingly#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (tear+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#tear#tear#tear#tear+ingly#(1.5,01175437)(1.6,01405541)###SZ ( :DEF_WORD "tear" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01175437) ("1.6" 01405541)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tear+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#tease#tease#tease#tease+ingly#(1.5,01026736,00842135)(1.6,01230185,01004509)###SZ ( :DEF_WORD "tease" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026736 00842135) ("1.6" 01230185 01004509)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (tease+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#tease#tease#tease#tease+ingly#(1.5,01026736)(1.6,01230185)###SZ ( :DEF_WORD "tease" :CLASS "31.1.b" :WN_SENSE (("1.5" 01026736) ("1.6" 01230185)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (tease+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 35.6.ii#1#_ag_th_src(out_of)#tease#tease#tease#tease+ingly#(1.5,01026736,00842135)(1.6,01230185,01004509)###SZ ( :DEF_WORD "tease" :CLASS "35.6.ii" :WN_SENSE (("1.5" 01026736 00842135) ("1.6" 01230185 01004509)) :PROPBANK ("arg0 arg1 arg2(out_of)") :THETA_ROLES ((1 "_ag_th_src(out_of)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* away_from 3) poss (thing 2) (of poss (thing 2) (thing 4)))) (tease+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#tease#tease#tease#tease+ed#(1.5,00842135,00026042)(1.6,01004509,00028138)###SZ ( :DEF_WORD "tease" :CLASS "41.2.2" :WN_SENSE (("1.5" 00842135 00026042) ("1.6" 01004509 00028138)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tease+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#teem#teem#teem#teem+ingly#(1.5,01536387)(1.6,01854237)###SZ ( :DEF_WORD "teem" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01536387) ("1.6" 01854237)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (teem+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#teem#teem#teem#teem+ingly#(1.5,01536387)(1.6,01854237)###SZ ( :DEF_WORD "teem" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01536387) ("1.6" 01854237)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (teem+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#teem#teem#teem#teem+ed#(1.5,01536387)(1.6,01854237)###SZ ( :DEF_WORD "teem" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01536387) ("1.6" 01854237)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (teem+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 57.b#1#_mod-poss(with)#teem#teem#teem#teem+ingly#(1.5,01536387)(1.6,01854237)###SZ ( :DEF_WORD "teem" :CLASS "57.b" :WN_SENSE (("1.5" 01536387) ("1.6" 01854237)) :PROPBANK ("arg3(with)") :THETA_ROLES ((1 "_mod-poss(with)")) :LCS (act loc (thing 1) ((* with 15) poss (*head*) (thing 16)) (teem+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 47.3.a#1#_th,loc()#teeter#teeter#teeter#teeter+ingly#(1.5,01072000)(1.6,01284302)###SZ ( :DEF_WORD "teeter" :CLASS "47.3.a" :WN_SENSE (("1.5" 01072000) ("1.6" 01284302)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (teeter+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 49.a.i#1#_ag#teeter#teeter#teeter#teeter+ingly#(1.5,01072000)(1.6,01284302)###SZ ( :DEF_WORD "teeter" :CLASS "49.a.i" :WN_SENSE (("1.5" 01072000) ("1.6" 01284302)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (teeter+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#teeter#teeter#teeter#teeter+ingly#(1.5,01072000)(1.6,01284302)###SZ ( :DEF_WORD "teeter" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01072000) ("1.6" 01284302)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (teeter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 39.2.c#1#_ag,loc(on)#teethe#teethe#teethe#teethe+ingly#(1.5,00056927)(1.6,00064576)###BJDMAP ( :DEF_WORD "teethe" :CLASS "39.2.c" :WN_SENSE (("1.5" 00056927) ("1.6" 00064576)) :PROPBANK ("arg0 arg1(on)") :THETA_ROLES ((1 "_ag,loc(on)")) :LCS (act loc (* thing 1) ((* on 10) loc (thing 1) (thing 11)) (teethe+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#telecast#telecast#telecast#telecast+ingly#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "telecast" :CLASS "37.4.a" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telecast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#telecast#telecast#telecast#telecast+ingly#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "telecast" :CLASS "37.4.a" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telecast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#telecast#telecast#telecast#telecast+ingly#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "telecast" :CLASS "37.4.a" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telecast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#telecast#telecast#telecast#telecast+ingly#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "telecast" :CLASS "37.4.a" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telecast+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#telecast#telecast#telecast#telecast+ingly#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "telecast" :CLASS "37.4.b" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (telecast+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#telegraph#telegraph#telegraph#telegraph+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "telegraph" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telegraph+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#telegraph#telegraph#telegraph#telegraph+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "telegraph" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telegraph+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#telegraph#telegraph#telegraph#telegraph+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "telegraph" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telegraph+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#telegraph#telegraph#telegraph#telegraph+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "telegraph" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telegraph+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#telegraph#telegraph#telegraph#telegraph+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "telegraph" :CLASS "37.4.b" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (telegraph+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#telephone#telephone#telephone#telephone+ingly#(1.5,00443123)(1.6,00536087)###SZ ( :DEF_WORD "telephone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telephone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#telephone#telephone#telephone#telephone+ingly#(1.5,00443123)(1.6,00536087)###SZ ( :DEF_WORD "telephone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telephone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#telephone#telephone#telephone#telephone+ingly#(1.5,00443123)(1.6,00536087)###SZ ( :DEF_WORD "telephone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telephone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#telephone#telephone#telephone#telephone+ingly#(1.5,00443123)(1.6,00536087)###SZ ( :DEF_WORD "telephone" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telephone+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#telephone#telephone#telephone#telephone+ingly#(1.5,00443123)(1.6,00536087)###SZ ( :DEF_WORD "telephone" :CLASS "37.4.b" :WN_SENSE (("1.5" 00443123) ("1.6" 00536087)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (telephone+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 25.4#1#_ag_th#televise#televise#televise#televise+ed#(1.5,00546610)(1.6,00656514)###SZ ( :DEF_WORD "televise" :CLASS "25.4" :WN_SENSE (("1.5" 00546610) ("1.6" 00656514)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (televise+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#telex#telex#telex#telex+ingly#(1.5,00443921)(1.6,00537104)###SZ ( :DEF_WORD "telex" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443921) ("1.6" 00537104)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#telex#telex#telex#telex+ingly#(1.5,00443921)(1.6,00537104)###SZ ( :DEF_WORD "telex" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443921) ("1.6" 00537104)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#telex#telex#telex#telex+ingly#(1.5,00443921)(1.6,00537104)###SZ ( :DEF_WORD "telex" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443921) ("1.6" 00537104)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (telex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#telex#telex#telex#telex+ingly#(1.5,00443921)(1.6,00537104)###SZ ( :DEF_WORD "telex" :CLASS "37.4.a" :WN_SENSE (("1.5" 00443921) ("1.6" 00537104)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (telex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#telex#telex#telex#telex+ingly#(1.5,00443921)(1.6,00537104)###SZ ( :DEF_WORD "telex" :CLASS "37.4.b" :WN_SENSE (("1.5" 00443921) ("1.6" 00537104)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (telex+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.2.a#1#_ag_info_goal(to)#tell#tell#tell#tell+ingly#(1.5,00536799)(1.6,00645379)###SZ ( :DEF_WORD "tell" :CLASS "37.2.a" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (tell+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.2.a#2#_ag_goal_info#tell#tell#tell#tell+ingly#(1.5,00536799)(1.6,00645379)###SZ ( :DEF_WORD "tell" :CLASS "37.2.a" :WN_SENSE (("1.5" 00536799) ("1.6" 00645379)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (* thing 6)))) (tell+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 37.2.b#1#_ag,goal_info(of,about)#tell#tell#tell#tell+ingly#(1.5,00569629,00536799)(1.6,00682542,00645379)###SZ ( :DEF_WORD "tell" :CLASS "37.2.b" :WN_SENSE (("1.5" 00569629 00536799) ("1.6" 00682542 00645379)) :PROPBANK ("arg0 arg2 arg1(of/about)") :THETA_ROLES ((1 "_ag,goal_info(of,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (tell+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +) :optional)) ) ;; Grid: 37.2.d#1#_ag,goal_info(that,to)#tell#tell#tell#tell+ingly#(1.5,00536799,00419793)(1.6,00645379,00506398)###SZ ( :DEF_WORD "tell" :CLASS "37.2.d" :WN_SENSE (("1.5" 00536799 00419793) ("1.6" 00645379 00506398)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag,goal_info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (tell+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#temporize#temporize#temporize#temporize+ed#(1.5,00193229)(1.6,00221118)###SZ ( :DEF_WORD "temporize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00193229) ("1.6" 00221118)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (temporize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#tempt#tempt#tempt#tempt+ingly#(1.5,00446151,00439467,01029347,00435835)(1.6,00539391,00531787,01233051,00527561)###SZ ( :DEF_WORD "tempt" :CLASS "31.1.a" :WN_SENSE (("1.5" 00446151 00439467 01029347 00435835) ("1.6" 00539391 00531787 01233051 00527561)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (tempt+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#tempt#tempt#tempt#tempt+ingly#(1.5,01029347)(1.6,01233051)###SZ ( :DEF_WORD "tempt" :CLASS "31.1.b" :WN_SENSE (("1.5" 01029347) ("1.6" 01233051)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (tempt+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#tempt#tempt#tempt#tempt+ed#(1.5,00435835,00439467)(1.6,00527561,00531787)###SZ ( :DEF_WORD "tempt" :CLASS "31.1.c" :WN_SENSE (("1.5" 00435835 00439467) ("1.6" 00527561 00531787)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tempt+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 005#1#_th_prop#tend#tend#tend#tend+ingly#(1.5,01540606)(1.6,01859256)###SZ ( :DEF_WORD "tend" :CLASS "005" :WN_SENSE (("1.5" 01540606) ("1.6" 01859256)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (tend+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 13.1.a.ii#1#_ag_th,goal(to)#tender#tender#tender#tender+ingly#(1.5,01306805,01307764)(1.6,01570585,01571953)###SZ ( :DEF_WORD "tender" :CLASS "13.1.a.ii" :WN_SENSE (("1.5" 01306805 01307764) ("1.6" 01570585 01571953)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (tender+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tense#tense#tense#tense+ed#(1.5,00316199)(1.6,00374738)###SZ ( :DEF_WORD "tense" :CLASS "45.4.a" :WN_SENSE (("1.5" 00316199) ("1.6" 00374738)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tense+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tense#tense#tense#tense+ed#(1.5,00316199)(1.6,00374738)###SZ ( :DEF_WORD "tense" :CLASS "45.4.b" :WN_SENSE (("1.5" 00316199) ("1.6" 00374738)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tense+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tense#tense#tense#tense+ed#(1.5,00017228)(1.6,00018458)###SZ ( :DEF_WORD "tense" :CLASS "45.4.c" :WN_SENSE (("1.5" 00017228) ("1.6" 00018458)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tense+ed 9)))) ) ;; Grid: 29.3#1#_ag_th_pred#term#term#term#term+ingly#(1.5,00582187)(1.6,00697156)###SZ ( :DEF_WORD "term" :CLASS "29.3" :WN_SENSE (("1.5" 00582187) ("1.6" 00697156)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (term+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 55.1.a#1#_th,prop#terminate#terminate#terminate#terminate+ingly#(1.5,00213455,01475351,00211850)(1.6,00244343,01779664,00244343)###SZ ( :DEF_WORD "terminate" :CLASS "55.1.a" :WN_SENSE (("1.5" 00213455 01475351 00211850) ("1.6" 00244343 01779664 00244343)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (terminate+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#terminate#terminate#terminate#terminate+ingly#(1.5,01475351)(1.6,01779664)###SZ ( :DEF_WORD "terminate" :CLASS "55.1.b" :WN_SENSE (("1.5" 01475351) ("1.6" 01779664)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (terminate+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#terrify#terrify#terrify#terrify+ingly#(1.5,01014557)(1.6,01216115)###SZ ( :DEF_WORD "terrify" :CLASS "31.1.a" :WN_SENSE (("1.5" 01014557) ("1.6" 01216115)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (terrify+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#terrify#terrify#terrify#terrify+ingly#(1.5,01014557)(1.6,01216115)###SZ ( :DEF_WORD "terrify" :CLASS "31.1.b" :WN_SENSE (("1.5" 01014557) ("1.6" 01216115)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (terrify+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#terrify#terrify#terrify#terrify+ed#(1.5,01014557)(1.6,01216115)###SZ ( :DEF_WORD "terrify" :CLASS "31.1.c" :WN_SENSE (("1.5" 01014557) ("1.6" 01216115)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (terrify+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#terrorize#terrorize#terrorize#terrorize+ingly#(1.5,01014557)(1.6,01216115)###SZ ( :DEF_WORD "terrorize" :CLASS "31.1.a" :WN_SENSE (("1.5" 01014557) ("1.6" 01216115)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (terrorize+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#terrorize#terrorize#terrorize#terrorize+ingly#(1.5,01014557)(1.6,01216115)###SZ ( :DEF_WORD "terrorize" :CLASS "31.1.b" :WN_SENSE (("1.5" 01014557) ("1.6" 01216115)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (terrorize+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 35.4#1#_ag_loc_purp(for)#test#test#test#test+ingly#(1.5,01433448,01434123)(1.6,01726067,01726778)###SZ ( :DEF_WORD "test" :CLASS "35.4" :WN_SENSE (("1.5" 01433448 01434123) ("1.6" 01726067 01726778)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (test+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-pred(to)#sentence#sentence#sentence#sentence+ingly#(1.5,00510106)(1.6,00613914)###BJDMAP ! ;; Grid: 29.4.d#1#_exp_prop(that)#testify#testify#testify#testify+ingly#(1.5,00572798,00573040)(1.6,00686265,00686544)###BJDMAP ( :DEF_WORD "testify" :CLASS "29.4.d" :WN_SENSE (("1.5" 00572798 00573040) ("1.6" 00686265 00686544)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (testify+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#tether#tether#tether#tether+ingly#(1.5,00739334)(1.6,00881313)###SZ ( :DEF_WORD "tether" :CLASS "22.4.a" :WN_SENSE (("1.5" 00739334) ("1.6" 00881313)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (tether+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#tether#tether#tether#tether+ed#(1.5,00739334)(1.6,00881313)###SZ ( :DEF_WORD "tether" :CLASS "22.4.b" :WN_SENSE (("1.5" 00739334) ("1.6" 00881313)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tether+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#thank#thank#thank#thank+#(1.5,00501668)(1.6,00604655)###SZ ( :DEF_WORD "thank" :CLASS "33.a.i" :WN_SENSE (("1.5" 00501668) ("1.6" 00604655)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (thank+ 2) (toward comm (thank+ 2) (at comm (thank+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#thatch#thatch#thatch#thatch+ed#(1.5,00702743)(1.6,00840430)###SZ ( :DEF_WORD "thatch" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00702743) ("1.6" 00840430)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thatch+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#thaw#thaw#thaw#thaw+ed#(1.5,00225726)(1.6,00262454)###SZ ( :DEF_WORD "thaw" :CLASS "45.4.a" :WN_SENSE (("1.5" 00225726) ("1.6" 00262454)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thaw+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#thaw#thaw#thaw#thaw+ed#(1.5,00225726)(1.6,00262454)###SZ ( :DEF_WORD "thaw" :CLASS "45.4.b" :WN_SENSE (("1.5" 00225726) ("1.6" 00262454)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thaw+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#thaw#thaw#thaw#thaw+ed#(1.5,00225726)(1.6,00262454)###SZ ( :DEF_WORD "thaw" :CLASS "45.4.c" :WN_SENSE (("1.5" 00225726) ("1.6" 00262454)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thaw+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#thicken#thicken#thicken#thicken+ed#(1.5,00256577,00256712)(1.6,00300448,00300599)###SZ ( :DEF_WORD "thicken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00256577 00256712) ("1.6" 00300448 00300599)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thicken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#thicken#thicken#thicken#thicken+ed#(1.5,00256577,00256712)(1.6,00300448,00300599)###SZ ( :DEF_WORD "thicken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00256577 00256712) ("1.6" 00300448 00300599)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thicken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#thicken#thicken#thicken#thicken+ed#(1.5,00256471)(1.6,00300319)###SZ ( :DEF_WORD "thicken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00256471) ("1.6" 00300319)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thicken+ed 9)))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#thieve#thieve#thieve#thieve+ingly#(1.5,01320466)(1.6,01587253)###SZ ( :DEF_WORD "thieve" :CLASS "10.5" :WN_SENSE (("1.5" 01320466) ("1.6" 01587253)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (thieve+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#thin#thin#thin#thin+ed#(1.5,00256030,00135691)(1.6,00299862,00154752)###SZ ( :DEF_WORD "thin" :CLASS "45.4.a" :WN_SENSE (("1.5" 00256030 00135691) ("1.6" 00299862 00154752)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thin+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#thin#thin#thin#thin+ed#(1.5,00256030,00135691)(1.6,00299862,00154752)###SZ ( :DEF_WORD "thin" :CLASS "45.4.b" :WN_SENSE (("1.5" 00256030 00135691) ("1.6" 00299862 00154752)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thin+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#thin#thin#thin#thin+ed#(1.5,00256352,00135691)(1.6,00300201,00154752)###SZ ( :DEF_WORD "thin" :CLASS "45.4.c" :WN_SENSE (("1.5" 00256352 00135691) ("1.6" 00300201 00154752)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thin+ed 9)))) ) ;; Grid: 005#1#_th_prop#think#think#think#think+ingly#(1.5,00398655)(1.6,00479160)###SZ ( :DEF_WORD "think" :CLASS "005" :WN_SENSE (("1.5" 00398655) ("1.6" 00479160)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (think+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.4.a#1#_exp_perc_mod-pred#think#think#think#think+ingly#(1.5,00387631)(1.6,00465761)###SZ ( :DEF_WORD "think" :CLASS "29.4.a" :WN_SENSE (("1.5" 00387631) ("1.6" 00465761)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_exp_perc_mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as instr (*head*) (* thing 30)) (think+ingly 26)) :VAR_SPEC ((30 :obligatory) (2 (human +))) ) ;; Grid: 29.4.b#1#_exp_perc_mod-prop(to)#think#think#think#think+ingly#(1.5,00355753)(1.6,00427776)###SZ ( :DEF_WORD "think" :CLASS "29.4.b" :WN_SENSE (("1.5" 00355753) ("1.6" 00427776)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc_mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (think+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf) :obligatory)) ) ;; Grid: 29.4.c#1#_th_perc(of,about)#think#think#think#think+ingly#(1.5,00936675)(1.6,01124547)###SZ ( :DEF_WORD "think" :CLASS "29.4.c" :WN_SENSE (("1.5" 00936675) ("1.6" 01124547)) :PROPBANK ("arg0 arg1(of/about)") :THETA_ROLES ((1 "_th_perc(of,about)")) :LCS (be perc (* thing 2) ((* [about] 7) perc (thing 2) (nil 8)) (think+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (:cat n))) ) ;; Grid: 32.2.a#1#_exp_perc(for,after)#thirst#thirst#thirst#thirst+ingly#(1.5,00675382)(1.6,00807946)###SZ ! ;; Grid: 29.4.d#1#_exp_prop(that)#think#think#think#think+ingly#(1.5,00355753)(1.6,00427776)###SZ ( :DEF_WORD "think" :CLASS "29.4.d" :WN_SENSE (("1.5" 00355753) ("1.6" 00427776)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (think+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 32.2.b#1#_th_purp(for)#thirst#thirst#thirst#thirst+#(1.5,00675382)(1.6,00807946)###SZ ( :DEF_WORD "thirst" :CLASS "32.2.b" :WN_SENSE (("1.5" 00675382) ("1.6" 00807946)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (thirst+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#thrash#thrash#thrash#thrash+ingly#(1.5,00814625)(1.6,00970346)###SZ ( :DEF_WORD "thrash" :CLASS "18.3" :WN_SENSE (("1.5" 00814625) ("1.6" 00970346)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (thrash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#thread#thread#thread#thread+ingly#(1.5,00781472)(1.6,00931057)###BJDMAP ( :DEF_WORD "thread" :CLASS "22.4.a" :WN_SENSE (("1.5" 00781472) ("1.6" 00931057)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (thread+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 003#1#_exp_perc(against)#sin#sin#sin#sin+ingly#(1.5,01451740)(1.6,01750117)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#scheme#scheme#scheme#scheme+ingly#(1.5,00398274)(1.6,00478704)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#retaliate#retaliate#retaliate#retaliate+ingly#(1.5,00655007)(1.6,00784088)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#rebel#rebel#rebel#rebel+ingly#(1.5,01460819)(1.6,01760873)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#protest#protest#protest#protest+ingly#(1.5,01427604)(1.6,01718881)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#legislate#legislate#legislate#legislate+ingly#(1.5,01396396)(1.6,01680633)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#discriminate#discriminate#discriminate#discriminate+ingly#(1.5,01422337)(1.6,01712737)###BJDMAP ! ;; Grid: 003#1#_exp_perc(against)#conspire#conspire#conspire#conspire+ingly#(1.5,00397902)(1.6,00478244)###BJDMAP ! ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#thread#thread#thread#thread+ed#(1.5,00781472)(1.6,00931057)###BJDMAP ( :DEF_WORD "thread" :CLASS "22.4.b" :WN_SENSE (("1.5" 00781472) ("1.6" 00931057)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thread+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#threaten#threaten#threaten#threaten+ingly#(1.5,00489103,01523791)(1.6,00590553,01839881)###SZ ( :DEF_WORD "threaten" :CLASS "31.1.a" :WN_SENSE (("1.5" 00489103 01523791) ("1.6" 00590553 01839881)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (threaten+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#threaten#threaten#threaten#threaten+ingly#(1.5,00489251)(1.6,00590929)###SZ ( :DEF_WORD "threaten" :CLASS "31.1.b" :WN_SENSE (("1.5" 00489251) ("1.6" 00590929)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (threaten+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#thrill#thrill#thrill#thrill+ingly#(1.5,01208470,01032206)(1.6,01448850,01236581)###SZ ( :DEF_WORD "thrill" :CLASS "31.1.a" :WN_SENSE (("1.5" 01208470 01032206) ("1.6" 01448850 01236581)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (thrill+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#thrill#thrill#thrill#thrill+ingly#(1.5,01022629,01032206,01208470)(1.6,01225706,01236581,01448850)###SZ ( :DEF_WORD "thrill" :CLASS "31.1.b" :WN_SENSE (("1.5" 01022629 01032206 01208470) ("1.6" 01225706 01236581 01448850)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (thrill+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#thrill#thrill#thrill#thrill+ed#(1.5,01032206)(1.6,01236581)###SZ ( :DEF_WORD "thrill" :CLASS "31.1.c" :WN_SENSE (("1.5" 01032206) ("1.6" 01236581)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thrill+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#thrill#thrill#thrill#thrill+ingly#(1.5,01076399)(1.6,01289759)###SZ ( :DEF_WORD "thrill" :CLASS "31.3.b" :WN_SENSE (("1.5" 01076399) ("1.6" 01289759)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (thrill+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.i#1#_exp_perc(to)#thrill#thrill#thrill#thrill+ingly#(1.5,01076399)(1.6,01289759)###SZ ( :DEF_WORD "thrill" :CLASS "31.3.i" :WN_SENSE (("1.5" 01076399) ("1.6" 01289759)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc(to)")) :LCS (go perc (* thing 2) ((* to 7) perc (thing 2) (at perc (thing 2) (thing 8))) (thrill+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 39.6.b#1#_th_instr(on)#thrive#thrive#thrive#thrive+ingly#(1.5,01332260)(1.6,01599732)###SZ ( :DEF_WORD "thrive" :CLASS "39.6.b" :WN_SENSE (("1.5" 01332260) ("1.6" 01599732)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th_instr(on)")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((* on 19) instr (*head*) (nil 20)) (thrive+ingly 26)) :VAR_SPEC ((19 :obligatory) (2 (animate +))) ) ;; Grid: 47.1#1#_th,mod-loc()#thrive#thrive#thrive#thrive+ingly#(1.5,00187475,01332260)(1.6,00214424,01599732)###SZ ( :DEF_WORD "thrive" :CLASS "47.1" :WN_SENSE (("1.5" 00187475 01332260) ("1.6" 00214424 01599732)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (thrive+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#throb#throb#throb#throb+ingly#(1.5,01211403,01071326,01076399)(1.6,01452454,01283277,01289759)###SZ ( :DEF_WORD "throb" :CLASS "40.8.2" :WN_SENSE (("1.5" 01211403 01071326 01076399) ("1.6" 01452454 01283277 01289759)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (throb+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 47.3.a#1#_th,loc()#throb#throb#throb#throb+ingly#(1.5,01071326,01076399)(1.6,01283277,01289759)###SZ ( :DEF_WORD "throb" :CLASS "47.3.a" :WN_SENSE (("1.5" 01071326 01076399) ("1.6" 01283277 01289759)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (throb+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.5.1.a#1#_th,mod-loc()#throng#throng#throng#throng+ingly#(1.5,01180993)(1.6,01411995)###SZ ( :DEF_WORD "throng" :CLASS "47.5.1.a" :WN_SENSE (("1.5" 01180993) ("1.6" 01411995)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (throng+ingly 26)) ) ;; Grid: 47.5.1.b#1#_th_loc()#throng#throng#throng#throng+ingly#(1.5,01180993)(1.6,01411995)###SZ ( :DEF_WORD "throng" :CLASS "47.5.1.b" :WN_SENSE (("1.5" 01180993) ("1.6" 01411995)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th_loc()")) :LCS (act loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (throng+ingly 26)) ) ;; Grid: 47.5.1.c#1#_th_mod-poss(with)#throng#throng#throng#throng+ed#(1.5,01180993)(1.6,01411995)###SZ ( :DEF_WORD "throng" :CLASS "47.5.1.c" :WN_SENSE (("1.5" 01180993) ("1.6" 01411995)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be ident (* thing 2) (at ident (thing 2) (throng+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#throw#throw#throw#throw+ingly#(1.5,00867132)(1.6,01036035)###SZ ( :DEF_WORD "throw" :CLASS "17.1" :WN_SENSE (("1.5" 00867132) ("1.6" 01036035)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (throw+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#throw#throw#throw#throw+ingly#(1.5,00867132)(1.6,01036035)###SZ ( :DEF_WORD "throw" :CLASS "17.1" :WN_SENSE (("1.5" 00867132) ("1.6" 01036035)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (throw+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#throw#throw#throw#throw+ingly#(1.5,00349716,01019905)(1.6,00421500,01222893)###SZ ( :DEF_WORD "throw" :CLASS "31.1.a" :WN_SENSE (("1.5" 00349716 01019905) ("1.6" 00421500 01222893)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (throw+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#throw#throw#throw#throw+ingly#(1.5,--,01019905)(1.6,00421101,01222893)###SZ ( :DEF_WORD "throw" :CLASS "31.1.b" :WN_SENSE (("1.5" -- 01019905) ("1.6" 00421101 01222893)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (throw+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#thrum#thrum#thrum#thrum+ingly#(1.5,01248015,01241152)(1.6,01497399,01489353)###SZ ( :DEF_WORD "thrum" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248015 01241152) ("1.6" 01497399 01489353)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (thrum+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#thrum#thrum#thrum#thrum+ingly#(1.5,01248015,01241152)(1.6,01497399,01489353)###SZ ( :DEF_WORD "thrum" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248015 01241152) ("1.6" 01497399 01489353)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (thrum+ingly 26)) ) ;; Grid: 12.a.i#1#_ag_th#thrust#thrust#thrust#thrust+ingly#(1.5,01082019)(1.6,01296169)###SZ ( :DEF_WORD "thrust" :CLASS "12.a.i" :WN_SENSE (("1.5" 01082019) ("1.6" 01296169)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (thrust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#thrust#thrust#thrust#thrust+ingly#(1.5,01082019)(1.6,01296169)###SZ ( :DEF_WORD "thrust" :CLASS "12.a.ii" :WN_SENSE (("1.5" 01082019) ("1.6" 01296169)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (thrust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#thrust#thrust#thrust#thrust+ingly#(1.5,01179916,01535934)(1.6,01410852,01853727)###SZ ( :DEF_WORD "thrust" :CLASS "12.b" :WN_SENSE (("1.5" 01179916 01535934) ("1.6" 01410852 01853727)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (thrust+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.4.a#1#_th_goal()#thud#thud#thud#thud+ingly#(1.5,01246805,00705483,01246892)(1.6,01495883,00843614,01495970)###SZ ( :DEF_WORD "thud" :CLASS "18.4.a" :WN_SENSE (("1.5" 01246805 00705483 01246892) ("1.6" 01495883 00843614 01495970)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([against] loc (thing 2) (thing 6))) (thud+ingly 26)) ) ;; Grid: 18.4.b#1#_th,mod-loc(together)#thud#thud#thud#thud+ed#(1.5,00705483)(1.6,00843614)###SZ ( :DEF_WORD "thud" :CLASS "18.4.b" :WN_SENSE (("1.5" 00705483) ("1.6" 00843614)) :PROPBANK ("arg1 argm-LOC(together)") :THETA_ROLES ((1 "_th,mod-loc(together)")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thud+ed 9))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#thud#thud#thud#thud+ingly#(1.5,01246805,00705483,01246892)(1.6,01495883,00843614,01495970)###SZ ( :DEF_WORD "thud" :CLASS "43.2.a" :WN_SENSE (("1.5" 01246805 00705483 01246892) ("1.6" 01495883 00843614 01495970)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (thud+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#thud#thud#thud#thud+ingly#(1.5,01246805,00705483,01246892)(1.6,01495883,00843614,01495970)###SZ ( :DEF_WORD "thud" :CLASS "43.2.b" :WN_SENSE (("1.5" 01246805 00705483 01246892) ("1.6" 01495883 00843614 01495970)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (thud+ingly 26)) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#thumb#thumb#thumb#thumb+ingly#(1.5,00688124)(1.6,00823495)###SZ ( :DEF_WORD "thumb" :CLASS "35.5" :WN_SENSE (("1.5" 00688124) ("1.6" 00823495)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (thumb+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#thumb#thumb#thumb#thumb+ingly#(1.5,00688124)(1.6,00823495)###SZ ( :DEF_WORD "thumb" :CLASS "35.5" :WN_SENSE (("1.5" 00688124) ("1.6" 00823495)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (thumb+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#thumbtack#thumbtack#thumbtack#thumbtack+ingly####SZ ( :DEF_WORD "thumbtack" :CLASS "22.4.a" :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (thumbtack+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#thumbtack#thumbtack#thumbtack#thumbtack+ed####SZ ( :DEF_WORD "thumbtack" :CLASS "22.4.b" :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thumbtack+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#thump#thump#thump#thump+ingly#(1.5,00813896)(1.6,00969423)###SZ ( :DEF_WORD "thump" :CLASS "18.1.a" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (thump+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#thump#thump#thump#thump+ingly#(1.5,00813896)(1.6,00969423)###SZ ( :DEF_WORD "thump" :CLASS "18.1.b" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (thump+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#thump#thump#thump#thump+ingly#(1.5,00813896)(1.6,00969423)###SZ ( :DEF_WORD "thump" :CLASS "18.1.c" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (thump+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#thump#thump#thump#thump+ingly#(1.5,00813896)(1.6,00969423)###SZ ( :DEF_WORD "thump" :CLASS "18.1.d" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (thump+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#thump#thump#thump#thump+ed#(1.5,00813896)(1.6,00969423)###SZ ( :DEF_WORD "thump" :CLASS "18.1.e" :WN_SENSE (("1.5" 00813896) ("1.6" 00969423)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thump+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#thump#thump#thump#thump+ingly#(1.5,01071509,01246805)(1.6,01283713,01495883)###SZ ( :DEF_WORD "thump" :CLASS "43.2.a" :WN_SENSE (("1.5" 01071509 01246805) ("1.6" 01283713 01495883)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (thump+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#thump#thump#thump#thump+ingly#(1.5,01071509,01246805)(1.6,01283713,01495883)###SZ ( :DEF_WORD "thump" :CLASS "43.2.b" :WN_SENSE (("1.5" 01071509 01246805) ("1.6" 01283713 01495883)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (thump+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#thump#thump#thump#thump+ingly#(1.5,01246805)(1.6,01495883)###SZ ( :DEF_WORD "thump" :CLASS "43.2.c" :WN_SENSE (("1.5" 01246805) ("1.6" 01495883)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (thump+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#thunder#thunder#thunder#thunder+ingly#(1.5,00515068)(1.6,00619854)###SZ ( :DEF_WORD "thunder" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515068) ("1.6" 00619854)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (thunder+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#thunder#thunder#thunder#thunder+ingly#(1.5,00515068)(1.6,00619854)###SZ ( :DEF_WORD "thunder" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515068) ("1.6" 00619854)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (thunder+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#thunder#thunder#thunder#thunder+#(1.5,00515068)(1.6,00619854)###SZ ( :DEF_WORD "thunder" :CLASS "37.3.b" :WN_SENSE (("1.5" 00515068) ("1.6" 00619854)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (thunder+ 2) ((* toward 5) comm (thunder+ 2) ((at 5) comm (thunder+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#thunder#thunder#thunder#thunder+#(1.5,00515068)(1.6,00619854)###SZ ( :DEF_WORD "thunder" :CLASS "37.3.c" :WN_SENSE (("1.5" 00515068) ("1.6" 00619854)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thunder+ 2) (toward comm (thunder+ 2) (at comm (thunder+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#thunder#thunder#thunder#thunder+ingly#(1.5,01196781,00515068,00592018)(1.6,01431365,00619854,00709009)###SZ ( :DEF_WORD "thunder" :CLASS "43.2.a" :WN_SENSE (("1.5" 01196781 00515068 00592018) ("1.6" 01431365 00619854 00709009)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (thunder+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#thunder#thunder#thunder#thunder+ingly#(1.5,01196781,00515068,00592018)(1.6,01431365,00619854,00709009)###SZ ( :DEF_WORD "thunder" :CLASS "43.2.b" :WN_SENSE (("1.5" 01196781 00515068 00592018) ("1.6" 01431365 00619854 00709009)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (thunder+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#thunder#thunder#thunder#thunder+ingly#(1.5,01196781)(1.6,01431365)###SZ ( :DEF_WORD "thunder" :CLASS "43.2.c" :WN_SENSE (("1.5" 01196781) ("1.6" 01431365)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (thunder+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 57.a#1##thunder#thunder#thunder#thunder+ingly#(1.5,01564774)(1.6,01892970)###SZ ( :DEF_WORD "thunder" :CLASS "57.a" :WN_SENSE (("1.5" 01564774) ("1.6" 01892970)) :PROPBANK ("") :THETA_ROLES ((1 "")) :LCS (act loc (thing 1) (thunder+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#thunk#thunk#thunk#thunk+ingly####SZ ( :DEF_WORD "thunk" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (thunk+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#thunk#thunk#thunk#thunk+ingly####SZ ( :DEF_WORD "thunk" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (thunk+ingly 26)) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#thwack#thwack#thwack#thwack+ingly#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "thwack" :CLASS "18.1.a" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (thwack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#thwack#thwack#thwack#thwack+ingly#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "thwack" :CLASS "18.1.b" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (thwack+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#thwack#thwack#thwack#thwack+ingly#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "thwack" :CLASS "18.1.c" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (thwack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#thwack#thwack#thwack#thwack+ingly#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "thwack" :CLASS "18.1.d" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (thwack+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#thwack#thwack#thwack#thwack+ed#(1.5,00813990)(1.6,00969517)###SZ ( :DEF_WORD "thwack" :CLASS "18.1.e" :WN_SENSE (("1.5" 00813990) ("1.6" 00969517)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (thwack+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#thwart#thwart#thwart#thwart+ingly#(1.5,01447536)(1.6,01744324)###SZ ( :DEF_WORD "thwart" :CLASS "29.2.d" :WN_SENSE (("1.5" 01447536) ("1.6" 01744324)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (thwart+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#tick#tick#tick#tick+ingly#(1.5,01247317,01241645)(1.6,01496550,01489975)###SZ ( :DEF_WORD "tick" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247317 01241645) ("1.6" 01496550 01489975)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (tick+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#tick#tick#tick#tick+ingly#(1.5,01247317,01241645)(1.6,01496550,01489975)###SZ ( :DEF_WORD "tick" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247317 01241645) ("1.6" 01496550 01489975)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (tick+ingly 26)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#ticket#ticket#ticket#ticket+ed#(1.5,01414497)(1.6,01702725)###SZ ( :DEF_WORD "ticket" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01414497) ("1.6" 01702725)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ticket+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#tickle#tickle#tickle#tickle+ingly#(1.5,01210345,00822814)(1.6,01451056,00981408)###SZ ( :DEF_WORD "tickle" :CLASS "20.a" :WN_SENSE (("1.5" 01210345 00822814) ("1.6" 01451056 00981408)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (tickle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#tickle#tickle#tickle#tickle+ingly#(1.5,01210345,01034398,01022629)(1.6,01451056,01239069,01225706)###SZ ( :DEF_WORD "tickle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01210345 01034398 01022629) ("1.6" 01451056 01239069 01225706)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (tickle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#tickle#tickle#tickle#tickle+ingly#(1.5,01022629)(1.6,01225706)###SZ ( :DEF_WORD "tickle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01022629) ("1.6" 01225706)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (tickle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#tickle#tickle#tickle#tickle+ed#(1.5,01022629)(1.6,01225706)###SZ ( :DEF_WORD "tickle" :CLASS "31.1.c" :WN_SENSE (("1.5" 01022629) ("1.6" 01225706)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tickle+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.8.2#1#_exp,src(from)#tickle#tickle#tickle#tickle+ingly#(1.5,01210345,01034398,01022629)(1.6,01451056,01239069,01225706)###SZ ( :DEF_WORD "tickle" :CLASS "40.8.2" :WN_SENSE (("1.5" 01210345 01034398 01022629) ("1.6" 01451056 01239069 01225706)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (tickle+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tidy#tidy#tidy#tidy+ed#(1.5,00164443)(1.6,00188537)###SZ ( :DEF_WORD "tidy" :CLASS "45.4.a" :WN_SENSE (("1.5" 00164443) ("1.6" 00188537)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tidy+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#tie#tie#tie#tie+ingly#(1.5,00736248)(1.6,00877947)###SZ ( :DEF_WORD "tie" :CLASS "22.4.a" :WN_SENSE (("1.5" 00736248) ("1.6" 00877947)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (tie+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#tie#tie#tie#tie+ed#(1.5,00736248)(1.6,00877947)###SZ ( :DEF_WORD "tie" :CLASS "22.4.b" :WN_SENSE (("1.5" 00736248) ("1.6" 00877947)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tie+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tighten#tighten#tighten#tighten+ed#(1.5,00249759)(1.6,00292159)###SZ ( :DEF_WORD "tighten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00249759) ("1.6" 00292159)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tighten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tighten#tighten#tighten#tighten+ed#(1.5,00249759)(1.6,00292159)###SZ ( :DEF_WORD "tighten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00249759) ("1.6" 00292159)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tighten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tighten#tighten#tighten#tighten+ed#(1.5,00249599)(1.6,00291977)###SZ ( :DEF_WORD "tighten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00249599) ("1.6" 00291977)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tighten+ed 9)))) ) ;; Grid: 9.8.a#1#_mod-poss_th#tile#tile#tile#tile+ed#(1.5,00767296)(1.6,00914321)###SZ ( :DEF_WORD "tile" :CLASS "9.8.a" :WN_SENSE (("1.5" 00767296) ("1.6" 00914321)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (tile+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#tile#tile#tile#tile+ed#(1.5,00767296)(1.6,00914321)###SZ ( :DEF_WORD "tile" :CLASS "9.8.b" :WN_SENSE (("1.5" 00767296) ("1.6" 00914321)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (tile+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#tile#tile#tile#tile+ed#(1.5,00767296)(1.6,00914321)###SZ ( :DEF_WORD "tile" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00767296) ("1.6" 00914321)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tile+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#_ag_th,goal(into),ben(for)#till#till#till#till+ingly#(1.5,00994417)(1.6,01189939)###BJDMAP ( :DEF_WORD "till" :CLASS "26.5.b" :WN_SENSE (("1.5" 00994417) ("1.6" 01189939)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th,goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (till+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#tilt#tilt#tilt#tilt+ingly#(1.5,00635200)(1.6,00761781)###SZ ( :DEF_WORD "tilt" :CLASS "36.1.c" :WN_SENSE (("1.5" 00635200) ("1.6" 00761781)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (tilt+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#tilt#tilt#tilt#tilt+ingly#(1.5,00635200)(1.6,00761781)###SZ ( :DEF_WORD "tilt" :CLASS "36.1.d" :WN_SENSE (("1.5" 00635200) ("1.6" 00761781)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (tilt+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tilt#tilt#tilt#tilt+ed#(1.5,01073610)(1.6,01286408)###SZ ( :DEF_WORD "tilt" :CLASS "45.4.a" :WN_SENSE (("1.5" 01073610) ("1.6" 01286408)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tilt+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tilt#tilt#tilt#tilt+ed#(1.5,01073610)(1.6,01286408)###SZ ( :DEF_WORD "tilt" :CLASS "45.4.b" :WN_SENSE (("1.5" 01073610) ("1.6" 01286408)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tilt+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tilt#tilt#tilt#tilt+ed#(1.5,01165181)(1.6,01392754)###SZ ( :DEF_WORD "tilt" :CLASS "45.4.c" :WN_SENSE (("1.5" 01165181) ("1.6" 01392754)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tilt+ed 9)))) ) ;; Grid: 47.6.a#1#_th,loc()#tilt#tilt#tilt#tilt+ingly#(1.5,01165181)(1.6,01392754)###SZ ( :DEF_WORD "tilt" :CLASS "47.6.a" :WN_SENSE (("1.5" 01165181) ("1.6" 01392754)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (tilt+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.6.b#1#_ag_th,loc()#tilt#tilt#tilt#tilt+ingly#(1.5,01165181)(1.6,01392754)###SZ ( :DEF_WORD "tilt" :CLASS "47.6.b" :WN_SENSE (("1.5" 01165181) ("1.6" 01392754)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11))) (tilt+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#tin#tin#tin#tin+#(1.5,00127796)(1.6,00145864)###SZ ( :DEF_WORD "tin" :CLASS "9.10" :WN_SENSE (("1.5" 00127796) ("1.6" 00145864)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (tin+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#ting#ting#ting#ting+ingly#(1.5,01219368)(1.6,01462240)###SZ ( :DEF_WORD "ting" :CLASS "43.2.a" :WN_SENSE (("1.5" 01219368) ("1.6" 01462240)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (ting+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#ting#ting#ting#ting+ingly#(1.5,01219368)(1.6,01462240)###SZ ( :DEF_WORD "ting" :CLASS "43.2.b" :WN_SENSE (("1.5" 01219368) ("1.6" 01462240)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (ting+ingly 26)) ) ;; Grid: 40.8.2#1#_exp,src(from)#tingle#tingle#tingle#tingle+ingly#(1.5,01211585)(1.6,01452725)###SZ ( :DEF_WORD "tingle" :CLASS "40.8.2" :WN_SENSE (("1.5" 01211585) ("1.6" 01452725)) :PROPBANK ("arg1 arg3(from)") :THETA_ROLES ((1 "_exp,src(from)")) :LCS (go_ext perc (* thing 2) ((* from 3) perc (thing 2) (at perc (thing 2) (thing 4))) (tingle+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#tinkle#tinkle#tinkle#tinkle+ingly#(1.5,01247680)(1.6,01497009)###SZ ( :DEF_WORD "tinkle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (tinkle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#tinkle#tinkle#tinkle#tinkle+ingly#(1.5,01247680)(1.6,01497009)###SZ ( :DEF_WORD "tinkle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (tinkle+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#tinkle#tinkle#tinkle#tinkle+ingly#(1.5,01247680)(1.6,01497009)###SZ ( :DEF_WORD "tinkle" :CLASS "43.2.d" :WN_SENSE (("1.5" 01247680) ("1.6" 01497009)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tinkle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#tint#tint#tint#tint+ed#(1.5,00172262)(1.6,00197117)###SZ ( :DEF_WORD "tint" :CLASS "24" :WN_SENSE (("1.5" 00172262) ("1.6" 00197117)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tint+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 17.1#1#_ag_th,goal(to)#tip#tip#tip1#tip1+ingly#(1.5,01165685)(1.6,01393400)###SZ ( :DEF_WORD "tip" :CLASS "17.1" :WN_SENSE (("1.5" 01165685) ("1.6" 01393400)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (tip1+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#tip#tip#tip1#tip1+ingly#(1.5,01165685)(1.6,01393400)###SZ ( :DEF_WORD "tip" :CLASS "17.1" :WN_SENSE (("1.5" 01165685) ("1.6" 01393400)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (tip1+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 54.5.b#1#_ag,goal,th,purp(for)#tip#tip#tip2#tip2+ingly#(1.5,01256113)(1.6,01507890)###SZ ( :DEF_WORD "tip" :CLASS "54.5.b" :WN_SENSE (("1.5" 01256113) ("1.6" 01507890)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,goal,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 21) intent (*head*) (thing 22)) (tip2+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (6 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#tiptoe#tiptoe#tiptoe#tiptoe+ingly#(1.5,01095899)(1.6,01312939)###SZ ( :DEF_WORD "tiptoe" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01095899) ("1.6" 01312939)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (tiptoe+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#tiptoe#tiptoe#tiptoe#tiptoe+ingly#(1.5,01095899)(1.6,01312939)###SZ ( :DEF_WORD "tiptoe" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01095899) ("1.6" 01312939)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tiptoe+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#tire#tire#tire#tire+ingly#(1.5,01038043)(1.6,01243090)###SZ ( :DEF_WORD "tire" :CLASS "31.1.a" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (tire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#tire#tire#tire#tire+ingly#(1.5,01038043)(1.6,01243090)###SZ ( :DEF_WORD "tire" :CLASS "31.1.b" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (tire+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#tire#tire#tire#tire+ed#(1.5,01038043)(1.6,01243090)###SZ ( :DEF_WORD "tire" :CLASS "31.1.c" :WN_SENSE (("1.5" 01038043) ("1.6" 01243090)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tire+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#tire#tire#tire#tire+#(1.5,00046996,01038043)(1.6,00052840,01243090)###SZ ( :DEF_WORD "tire" :CLASS "31.3.f" :WN_SENSE (("1.5" 00046996 01038043) ("1.6" 00052840 01243090)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (tire+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tire#tire#tire#tire+ed#(1.5,00046374,01038043)(1.6,00052062,01243090)###SZ ( :DEF_WORD "tire" :CLASS "45.4.a" :WN_SENSE (("1.5" 00046374 01038043) ("1.6" 00052062 01243090)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tire+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#tire#tire#tire#tire+ed#(1.5,00046374,01038043)(1.6,00052062,01243090)###SZ ( :DEF_WORD "tire" :CLASS "45.4.b" :WN_SENSE (("1.5" 00046374 01038043) ("1.6" 00052062 01243090)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tire+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#tire#tire#tire#tire+ed#(1.5,00046374,00046996)(1.6,00052062,00052840)###SZ ( :DEF_WORD "tire" :CLASS "45.4.c" :WN_SENSE (("1.5" 00046374 00046996) ("1.6" 00052062 00052840)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tire+ed 9)))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#tisk#tisk#tisk#tisk+ingly####SZ ( :DEF_WORD "tisk" :CLASS "37.3.a" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (tisk+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#tisk#tisk#tisk#tisk+ingly####SZ ( :DEF_WORD "tisk" :CLASS "37.3.a" :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (tisk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#tisk#tisk#tisk#tisk+####SZ ( :DEF_WORD "tisk" :CLASS "37.3.b" :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (tisk+ 2) ((* toward 5) comm (tisk+ 2) ((at 5) comm (tisk+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#tisk#tisk#tisk#tisk+####SZ ( :DEF_WORD "tisk" :CLASS "37.3.c" :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (tisk+ 2) (toward comm (tisk+ 2) (at comm (tisk+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#titillate#titillate#titillate#titillate+ingly#(1.5,01034398)(1.6,01239069)###SZ ( :DEF_WORD "titillate" :CLASS "31.1.a" :WN_SENSE (("1.5" 01034398) ("1.6" 01239069)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (titillate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#titillate#titillate#titillate#titillate+ingly#(1.5,01034398)(1.6,01239069)###SZ ( :DEF_WORD "titillate" :CLASS "31.1.b" :WN_SENSE (("1.5" 01034398) ("1.6" 01239069)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (titillate+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#titter#titter#titter#titter+ingly#(1.5,00019651)(1.6,00021067)###BJDMAP ( :DEF_WORD "titter" :CLASS "40.2.b" :WN_SENSE (("1.5" 00019651) ("1.6" 00021067)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (titter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#toast#toast#toast#toast+ed#(1.5,00195141)(1.6,00223381)###SZ ( :DEF_WORD "toast" :CLASS "26.3" :WN_SENSE (("1.5" 00195141) ("1.6" 00223381)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toast+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#toast#toast#toast#toast+ed#(1.5,00195141)(1.6,00223381)###SZ ( :DEF_WORD "toast" :CLASS "26.3" :WN_SENSE (("1.5" 00195141) ("1.6" 00223381)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toast+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 33.a.i#1#_ag_goal_purp(for),mod-pred(as)#toast#toast#toast#toast+#(1.5,00667781)(1.6,00799278)###SZ ( :DEF_WORD "toast" :CLASS "33.a.i" :WN_SENSE (("1.5" 00667781) ("1.6" 00799278)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal_purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (toast+ 2) (toward comm (toast+ 2) (at comm (toast+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 45.3.a#1#_ag_th#toast#toast#toast#toast+ingly#(1.5,00195141)(1.6,00223381)###SZ ( :DEF_WORD "toast" :CLASS "45.3.a" :WN_SENSE (("1.5" 00195141) ("1.6" 00223381)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (toast+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.3.b#1#,ag_th#toast#toast#toast#toast+ingly#(1.5,00195141)(1.6,00223381)###SZ ( :DEF_WORD "toast" :CLASS "45.3.b" :WN_SENSE (("1.5" 00195141) ("1.6" 00223381)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (toast+ingly 26)) :VAR_SPEC ((1 (animate -) :optional)) ) ;; Grid: 45.3.c#1#_th#toast#toast#toast#toast+ed#(1.5,00195141)(1.6,00223381)###SZ ( :DEF_WORD "toast" :CLASS "45.3.c" :WN_SENSE (("1.5" 00195141) ("1.6" 00223381)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toast+ed 9)))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#toboggan#toboggan#toboggan#toboggan+ingly#(1.5,01104638)(1.6,01322059)###SZ ( :DEF_WORD "toboggan" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01104638) ("1.6" 01322059)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (toboggan+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#toboggan#toboggan#toboggan#toboggan+ingly#(1.5,01104638)(1.6,01322059)###SZ ( :DEF_WORD "toboggan" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01104638) ("1.6" 01322059)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (toboggan+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#toddle#toddle#toddle#toddle+ingly#(1.5,01092700)(1.6,01309289)###SZ ( :DEF_WORD "toddle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (toddle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#toddle#toddle#toddle#toddle+ingly#(1.5,01092700)(1.6,01309289)###SZ ( :DEF_WORD "toddle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (toddle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 41.3.2.a#1#_ag_particle(up)#tog#tog#tog#tog+ingly#(1.5,00031169)(1.6,00034046)###SZ ( :DEF_WORD "tog" :CLASS "41.3.2.a" :WN_SENSE (("1.5" 00031169) ("1.6" 00034046)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag_particle(up)")) :LCS (act loc (* thing 1) (* up+/int 34) (tog+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (human +))) ) ;; Grid: 41.3.2.b#1#_ag,th_particle(up)#tog#tog#tog#tog+ingly#(1.5,00031169)(1.6,00034046)##(th = clothing+)#BJDMAP ( :DEF_WORD "tog" :CLASS "41.3.2.b" :WN_SENSE (("1.5" 00031169) ("1.6" 00034046)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,th_particle(up)")) :LCS (act_on loc (* thing 1) (* clothing+ 2) (tog+ingly 26) (* up+/int 34)) :VAR_SPEC ((34 :obligatory) (2 :optional) (1 (human +))) ) ;; Grid: 51.3.2.a.i#1#_th#toil#toil#toil#toil+ingly#(1.5,01369485)(1.6,01647223)###SZ ( :DEF_WORD "toil" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01369485) ("1.6" 01647223)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (toil+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#toil#toil#toil#toil+ingly####SZ ( :DEF_WORD "toil" :CLASS "51.3.2.a.ii" :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (toil+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#tolerate#tolerate#tolerate#tolerate+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "tolerate" :CLASS "31.2.a" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (tolerate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#tolerate#tolerate#tolerate#tolerate+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "tolerate" :CLASS "31.2.b" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (tolerate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#tolerate#tolerate#tolerate#tolerate+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "tolerate" :CLASS "31.2.c" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (tolerate+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#tolerate#tolerate#tolerate#tolerate+ingly#(1.5,00375289)(1.6,00450535)###SZ ( :DEF_WORD "tolerate" :CLASS "31.2.g" :WN_SENSE (("1.5" 00375289) ("1.6" 00450535)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (tolerate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#toll#toll#toll#toll+ingly#(1.5,01244880)(1.6,01493737)###SZ ( :DEF_WORD "toll" :CLASS "43.2.a" :WN_SENSE (("1.5" 01244880) ("1.6" 01493737)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (toll+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#toll#toll#toll#toll+ingly#(1.5,01244880)(1.6,01493737)###SZ ( :DEF_WORD "toll" :CLASS "43.2.b" :WN_SENSE (("1.5" 01244880) ("1.6" 01493737)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (toll+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#toll#toll#toll#toll+ingly#(1.5,01245208)(1.6,01494088)###SZ ( :DEF_WORD "toll" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245208) ("1.6" 01494088)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (toll+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#toot#toot#toot#toot+ingly#(1.5,01245959)(1.6,01494904)###SZ ( :DEF_WORD "toot" :CLASS "43.2.a" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (toot+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#toot#toot#toot#toot+ingly#(1.5,01245959)(1.6,01494904)###SZ ( :DEF_WORD "toot" :CLASS "43.2.b" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (toot+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#toot#toot#toot#toot+ingly#(1.5,01245959)(1.6,01494904)###SZ ( :DEF_WORD "toot" :CLASS "43.2.d" :WN_SENSE (("1.5" 01245959) ("1.6" 01494904)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (toot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#tootle#tootle#tootle#tootle+ingly#(1.5,01246098)(1.6,01495081)###SZ ( :DEF_WORD "tootle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01246098) ("1.6" 01495081)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (tootle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#tootle#tootle#tootle#tootle+ingly#(1.5,01246098)(1.6,01495081)###SZ ( :DEF_WORD "tootle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01246098) ("1.6" 01495081)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (tootle+ingly 26)) ) ;; Grid: 10.7#1#_ag_src#top#top#top##(1.5,00757116)(1.6,00902229)#loc#(th = top+)#SZ ( :DEF_WORD "top" :CLASS "10.7" :WN_SENSE (("1.5" 00757116) ("1.6" 00902229)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (top+ 2) (from loc (top+ 2) (at loc (top+ 2) (* thing 4))))) ) ;; Grid: 47.8.j#1#_th_loc#top#top#top#top+ingly#(1.5,01190906,00295542)(1.6,01424909,00914003)###SZ ( :DEF_WORD "top" :CLASS "47.8.j" :WN_SENSE (("1.5" 01190906 00295542) ("1.6" 01424909 00914003)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (on loc (thing 2) (* thing 11)) (top+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#topple#topple#topple#topple+ed#(1.5,01202203)(1.6,01437506)###SZ ( :DEF_WORD "topple" :CLASS "45.4.a" :WN_SENSE (("1.5" 01202203) ("1.6" 01437506)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (topple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#topple#topple#topple#topple+ed#(1.5,01202203)(1.6,01437506)###SZ ( :DEF_WORD "topple" :CLASS "45.4.b" :WN_SENSE (("1.5" 01202203) ("1.6" 01437506)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (topple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#topple#topple#topple#topple+ed#(1.5,01126263)(1.6,01345619)###SZ ( :DEF_WORD "topple" :CLASS "45.4.c" :WN_SENSE (("1.5" 01126263) ("1.6" 01345619)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (topple+ed 9)))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#torment#torment#torment#torment+ingly#(1.5,01026385,01026519)(1.6,01229834,01229968)###SZ ( :DEF_WORD "torment" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026385 01026519) ("1.6" 01229834 01229968)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (torment+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#torment#torment#torment#torment+ingly#(1.5,01026385,01026519)(1.6,01229834,01229968)###SZ ( :DEF_WORD "torment" :CLASS "31.1.b" :WN_SENSE (("1.5" 01026385 01026519) ("1.6" 01229834 01229968)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (torment+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#torment#torment#torment#torment+ed#(1.5,01026385,01026519)(1.6,01229834,01229968)###SZ ( :DEF_WORD "torment" :CLASS "31.1.c" :WN_SENSE (("1.5" 01026385 01026519) ("1.6" 01229834 01229968)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (torment+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#torture#torture#torture#torture+ingly#(1.5,01026385)(1.6,01229834)###BJDMAP ( :DEF_WORD "torture" :CLASS "31.1.a" :WN_SENSE (("1.5" 01026385) ("1.6" 01229834)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (torture+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 17.1#1#_ag_th,goal(to)#toss#toss#toss#toss+ingly#(1.5,00869508,00870419,01078638,01266808)(1.6,01039125,01040233,01292232,01520955)###SZ ( :DEF_WORD "toss" :CLASS "17.1" :WN_SENSE (("1.5" 00869508 00870419 01078638 01266808) ("1.6" 01039125 01040233 01292232 01520955)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (toss+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 17.1#2#_ag_goal_th#toss#toss#toss#toss+ingly#(1.5,00869508,00870419,01078638,01266808)(1.6,01039125,01040233,01292232,01520955)###SZ ( :DEF_WORD "toss" :CLASS "17.1" :WN_SENSE (("1.5" 00869508 00870419 01078638 01266808) ("1.6" 01039125 01040233 01292232 01520955)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (toss+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#toss#toss#toss#toss+ed#(1.5,00869508,00816145)(1.6,01039125,00972191)###SZ ( :DEF_WORD "toss" :CLASS "26.3" :WN_SENSE (("1.5" 00869508 00816145) ("1.6" 01039125 00972191)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toss+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#toss#toss#toss#toss+ed#(1.5,00869508,00816145)(1.6,01039125,00972191)###SZ ( :DEF_WORD "toss" :CLASS "26.3" :WN_SENSE (("1.5" 00869508 00816145) ("1.6" 01039125 00972191)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toss+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#toss#toss#toss#toss+ingly#(1.5,00870419,01077214,01266808)(1.6,01040233,01290539,01520955)###SZ ( :DEF_WORD "toss" :CLASS "40.3.2" :WN_SENSE (("1.5" 00870419 01077214 01266808) ("1.6" 01040233 01290539 01520955)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (toss+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#total#total#total#total+ed#(1.5,00534526)(1.6,00642843)###SZ ( :DEF_WORD "total" :CLASS "22.2.a" :WN_SENSE (("1.5" 00534526) ("1.6" 00642843)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (total+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#total#total#total#total+ed#(1.5,00534526)(1.6,00642843)###SZ ( :DEF_WORD "total" :CLASS "22.2.c" :WN_SENSE (("1.5" 00534526) ("1.6" 00642843)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (total+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 54.1.a#1#_th_pred#total#total#total#total+ingly#(1.5,01496879,00534526)(1.6,01805970,00642843)###SZ ( :DEF_WORD "total" :CLASS "54.1.a" :WN_SENSE (("1.5" 01496879 00534526) ("1.6" 01805970 00642843)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (total+ingly 26)) ) ;; Grid: 54.1.b#1#_ag_th,instr(with)#total#total#total#total+ed#(1.5,01496879,00534526)(1.6,01805970,00642843)###SZ ( :DEF_WORD "total" :CLASS "54.1.b" :WN_SENSE (("1.5" 01496879 00534526) ("1.6" 01805970 00642843)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (total+ed 9)))) ((* with 19) instr (*head*) (thing 20))) ) ;; Grid: 11.4.i#1#_ag_th#tote#tote#tote#tote+ingly#(1.5,00836767)(1.6,00997858)###SZ ( :DEF_WORD "tote" :CLASS "11.4.i" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tote+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#tote#tote#tote#tote+ingly#(1.5,00836767)(1.6,00997858)###SZ ( :DEF_WORD "tote" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tote+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#tote#tote#tote#tote+ingly#(1.5,00836767)(1.6,00997858)###SZ ( :DEF_WORD "tote" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836767) ("1.6" 00997858)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tote+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#totter#totter#totter#totter+ingly#(1.5,01072000)(1.6,01284302)###SZ ( :DEF_WORD "totter" :CLASS "47.3.a" :WN_SENSE (("1.5" 01072000) ("1.6" 01284302)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (totter+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 49.a.i#1#_ag#totter#totter#totter#totter+ingly#(1.5,01092846,01092700,01072000)(1.6,01309435,01309289,01284302)###SZ ( :DEF_WORD "totter" :CLASS "49.a.i" :WN_SENSE (("1.5" 01092846 01092700 01072000) ("1.6" 01309435 01309289 01284302)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (totter+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#totter#totter#totter#totter+ingly#(1.5,01092846,01092700,01072000)(1.6,01309435,01309289,01284302)###SZ ( :DEF_WORD "totter" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01092846 01092700 01072000) ("1.6" 01309435 01309289 01284302)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (totter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#totter#totter#totter#totter+ingly#(1.5,01092846)(1.6,01309435)###SZ ( :DEF_WORD "totter" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092846) ("1.6" 01309435)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (totter+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#totter#totter#totter#totter+ingly#(1.5,01092846,01092700,01072000)(1.6,01309435,01309289,01284302)###SZ ( :DEF_WORD "totter" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092846 01092700 01072000) ("1.6" 01309435 01309289 01284302)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (totter+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 20.a#1#_ag_th,mod-loc(),instr(with)#touch#touch#touch#touch+ingly#(1.5,00686113,01517621,01214078)(1.6,00820743,01832678,01455581)###SZ ( :DEF_WORD "touch" :CLASS "20.a" :WN_SENSE (("1.5" 00686113 01517621 01214078) ("1.6" 00820743 01832678 01455581)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (touch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#touch#touch#touch#touch+ingly#(1.5,01008559,00079913)(1.6,01208417,00091848)###SZ ( :DEF_WORD "touch" :CLASS "31.1.a" :WN_SENSE (("1.5" 01008559 00079913) ("1.6" 01208417 00091848)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (touch+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#touch#touch#touch#touch+ingly#(1.5,01008559)(1.6,01208417)###SZ ( :DEF_WORD "touch" :CLASS "31.1.b" :WN_SENSE (("1.5" 01008559) ("1.6" 01208417)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (touch+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 47.8.a#1#_th#touch#touch#touch#touch+ed#(1.5,00686113)(1.6,00820743)###SZ ( :DEF_WORD "touch" :CLASS "47.8.a" :WN_SENSE (("1.5" 00686113) ("1.6" 00820743)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (touch+ed 9))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 47.8.f#1#_th_loc#touch#touch#touch#touch+ingly#(1.5,00686113,01517621,00685874)(1.6,00820743,01832678,00820504)###SZ ( :DEF_WORD "touch" :CLASS "47.8.f" :WN_SENSE (("1.5" 00686113 01517621 00685874) ("1.6" 00820743 01832678 00820504)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (at loc (thing 2) (* thing 11)) (touch+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#toughen#toughen#toughen#toughen+ed#(1.5,00183159)(1.6,00209319)###SZ ( :DEF_WORD "toughen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00183159) ("1.6" 00209319)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toughen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#toughen#toughen#toughen#toughen+ed#(1.5,00183159)(1.6,00209319)###SZ ( :DEF_WORD "toughen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00183159) ("1.6" 00209319)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toughen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#toughen#toughen#toughen#toughen+ed#(1.5,00183159)(1.6,00209319)###SZ ( :DEF_WORD "toughen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00183159) ("1.6" 00209319)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (toughen+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#tour#tour#tour#tour+ingly#(1.5,01052471)(1.6,01260239)###SZ ( :DEF_WORD "tour" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01052471) ("1.6" 01260239)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (tour+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#tour#tour#tour#tour+ingly#(1.5,01052471)(1.6,01260239)###SZ ( :DEF_WORD "tour" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01052471) ("1.6" 01260239)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tour+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tousle#tousle#tousle#tousle+ed#(1.5,00846728)(1.6,01010429)###SZ ( :DEF_WORD "tousle" :CLASS "45.4.a" :WN_SENSE (("1.5" 00846728) ("1.6" 01010429)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tousle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#tow#tow#tow#tow+ingly#(1.5,00836923)(1.6,00997989)###SZ ( :DEF_WORD "tow" :CLASS "11.4.i" :WN_SENSE (("1.5" 00836923) ("1.6" 00997989)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#tow#tow#tow#tow+ingly#(1.5,00836923)(1.6,00997989)###SZ ( :DEF_WORD "tow" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836923) ("1.6" 00997989)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tow+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#tow#tow#tow#tow+ingly#(1.5,00836923)(1.6,00997989)###SZ ( :DEF_WORD "tow" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00836923) ("1.6" 00997989)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tow+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#towel#towel#towel#towel+ingly#(1.5,00803053)(1.6,00956334)###SZ ( :DEF_WORD "towel" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00803053) ("1.6" 00956334)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (towel+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#towel#towel#towel#towel+ed#(1.5,00803053)(1.6,00956334)###SZ ( :DEF_WORD "towel" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00803053) ("1.6" 00956334)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (towel+ed 9))))) ) ;; Grid: 41.2.2#1#_ag_th#towel#towel#towel#towel+ed#(1.5,00803053)(1.6,00956334)###SZ ( :DEF_WORD "towel" :CLASS "41.2.2" :WN_SENSE (("1.5" 00803053) ("1.6" 00956334)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (towel+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.1#1#_th,mod-loc()#tower#tower#tower#tower+ingly#(1.5,01523361)(1.6,01839478)###SZ ( :DEF_WORD "tower" :CLASS "47.1" :WN_SENSE (("1.5" 01523361) ("1.6" 01839478)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (tower+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.6.a#1#_th,loc()#tower#tower#tower#tower+ingly#(1.5,01523361)(1.6,01839478)###SZ ( :DEF_WORD "tower" :CLASS "47.6.a" :WN_SENSE (("1.5" 01523361) ("1.6" 01839478)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (tower+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 25.2#1#_ag_th,goal()#trace#trace#trace#trace+ingly#(1.5,00909809)(1.6,01089750)###SZ ( :DEF_WORD "trace" :CLASS "25.2" :WN_SENSE (("1.5" 00909809) ("1.6" 01089750)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (trace+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 35.3.a#1#_ag_purp,loc()#track#track#track#track+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "track" :CLASS "35.3.a" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg3 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp,loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) (for intent (*head*) (* thing 22)) (track+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +)) (22 (animate +) :obligatory)) ) ;; Grid: 35.3.b#1#_ag_loc,purp(for)#track#track#track#track+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "track" :CLASS "35.3.b" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc,purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (track+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#track#track#track#track+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "track" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (track+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.1.b.ii#1#_ag_th,goal(to),ben(for),instr(for)#trade#trade#trade#trade+ingly#(1.5,01286544,01286642,01285870)(1.6,01546493,01546679,01545633)###SZ ( :DEF_WORD "trade" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01286544 01286642 01285870) ("1.6" 01546493 01546679 01545633)) :PROPBANK ("arg0 arg1 arg2(to) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,goal(to),ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (trade+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 13.1.b.ii#1#_ag_goal_th,ben(for),instr(for)#trade#trade#trade#trade+ingly#(1.5,01286544,01286642,01285870)(1.6,01546493,01546679,01545633)###SZ ( :DEF_WORD "trade" :CLASS "13.1.b.ii" :WN_SENSE (("1.5" 01286544 01286642 01285870) ("1.6" 01546493 01546679 01545633)) :PROPBANK ("arg0 arg2 arg1 arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_goal_th,ben(for),instr(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (from poss (thing 2) (at poss (thing 2) (thing 1))) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18)) (trade+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 13.6.b#1#_ag_th,mod-poss(for),ben(for)#trade#trade#trade#trade+ingly#(1.5,01286544,01285870)(1.6,01546493,01545633)###SZ ( :DEF_WORD "trade" :CLASS "13.6.b" :WN_SENSE (("1.5" 01286544 01285870) ("1.6" 01546493 01545633)) :PROPBANK ("arg0 arg1 arg4(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (trade+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.6.b#2#_ag_ben_th,mod-poss(for)#trade#trade#trade#trade+ingly#(1.5,01286544,01285870)(1.6,01546493,01545633)###SZ ( :DEF_WORD "trade" :CLASS "13.6.b" :WN_SENSE (("1.5" 01286544 01285870) ("1.6" 01546493 01545633)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (trade+ingly 26)) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 51.6.a#1#_ag_th,mod-loc()#trail#trail#trail#trail+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "trail" :CLASS "51.6.a" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (trail+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.6.b#1#_ag,mod-loc()_th(after)#trail#trail#trail#trail+ingly#(1.5,01142627)(1.6,01365796)###SZ ( :DEF_WORD "trail" :CLASS "51.6.b" :WN_SENSE (("1.5" 01142627) ("1.6" 01365796)) :PROPBANK ("arg0 arg1(after) argm-LOC(down - up.)") :THETA_ROLES ((1 "_ag,mod-loc()_th(after)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [down] 23) loc (*head*) (thing 24)) (trail+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#train#train#train#train+ed#(1.5,00338733,01351726,00468052)(1.6,00407541,01626290,00565367)###SZ ( :DEF_WORD "train" :CLASS "29.2.c" :WN_SENSE (("1.5" 00338733 01351726 00468052) ("1.6" 00407541 01626290 00565367)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (train+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#train#train#train#train+ingly#(1.5,00338733,01351726,00468052)(1.6,00407541,01626290,00565367)###SZ ( :DEF_WORD "train" :CLASS "29.2.d" :WN_SENSE (("1.5" 00338733 01351726 00468052) ("1.6" 00407541 01626290 00565367)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (train+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 51.4.2.a.ii#1#,ag_th,src(),goal()#train#train#train#train+ingly#(1.5,01103187)(1.6,01320490)###SZ ( :DEF_WORD "train" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01103187) ("1.6" 01320490)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (train+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#traipse#traipse#traipse#traipse+ingly#(1.5,01088813)(1.6,01303858)###SZ ( :DEF_WORD "traipse" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01088813) ("1.6" 01303858)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (traipse+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#traipse#traipse#traipse#traipse+ingly#(1.5,01088813)(1.6,01303858)###SZ ( :DEF_WORD "traipse" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01088813) ("1.6" 01303858)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (traipse+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#tram#tram#tram#tram+ingly####SZ ( :DEF_WORD "tram" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (tram+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#tram#tram#tram#tram+ingly####SZ ( :DEF_WORD "tram" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (tram+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#trammel#trammel#trammel#trammel+ingly#(1.5,00850598)(1.6,01015525)###SZ ( :DEF_WORD "trammel" :CLASS "22.4.a" :WN_SENSE (("1.5" 00850598) ("1.6" 01015525)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (trammel+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#trammel#trammel#trammel#trammel+ed#(1.5,00850598)(1.6,01015525)###SZ ( :DEF_WORD "trammel" :CLASS "22.4.b" :WN_SENSE (("1.5" 00850598) ("1.6" 01015525)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trammel+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 51.3.2.a.i#1#_th#tramp#tramp#tramp#tramp+ingly#(1.5,01093982)(1.6,01310603)###SZ ( :DEF_WORD "tramp" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01093982) ("1.6" 01310603)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (tramp+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#tramp#tramp#tramp#tramp+ingly#(1.5,01093982)(1.6,01310603)###SZ ( :DEF_WORD "tramp" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01093982) ("1.6" 01310603)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tramp+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 21.2.a#1#,ag_th(on),instr(with)#trample#trample#trample#trample+ed#(1.5,01099413)(1.6,01316559)###BJDMAP ( :DEF_WORD "trample" :CLASS "21.2.a" :WN_SENSE (("1.5" 01099413) ("1.6" 01316559)) :PROPBANK ("arg0 arg1(on) arg2(with)") :THETA_ROLES ((1 ",ag_th(on),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trample+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tranquilize#tranquilize#tranquilize#tranquilize+ed#(1.5,--)(1.6,01204371)###SZ ( :DEF_WORD "tranquilize" :CLASS "45.4.a" :WN_SENSE (("1.5" --) ("1.6" 01204371)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tranquilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#transact#transact#transact#transact+ingly#(1.5,01278539)(1.6,01536756)###SZ ( :DEF_WORD "transact" :CLASS "36.1.c" :WN_SENSE (("1.5" 01278539) ("1.6" 01536756)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (transact+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#transact#transact#transact#transact+ingly#(1.5,01278539)(1.6,01536756)###SZ ( :DEF_WORD "transact" :CLASS "36.1.d" :WN_SENSE (("1.5" 01278539) ("1.6" 01536756)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (transact+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 007#1#_exp_perc#transcend#transcend#transcend#transcend+ingly#(1.5,01509366,01509494)(1.6,01820991,01821151)###BJDMAP ( :DEF_WORD "transcend" :CLASS "007" :WN_SENSE (("1.5" 01509366 01509494) ("1.6" 01820991 01821151)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (beyond perc (thing 2) (* nil 8))) (transcend+ingly 26)) ) ;; Grid: 25.4#1#_ag_th#transcribe#transcribe#transcribe#transcribe+ed#(1.5,00561042,00560676,00560870)(1.6,00672961,00672595,00672789)###SZ ( :DEF_WORD "transcribe" :CLASS "25.4" :WN_SENSE (("1.5" 00561042 00560676 00560870) ("1.6" 00672961 00672595 00672789)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (transcribe+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#transfer#transfer#transfer#transfer+ingly#(1.5,00328416,01148913,01271735,01194965)(1.6,00388919,01373274,01527059,01429473)###SZ ( :DEF_WORD "transfer" :CLASS "11.1" :WN_SENSE (("1.5" 00328416 01148913 01271735 01194965) ("1.6" 00388919 01373274 01527059 01429473)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (transfer+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#transfer#transfer#transfer#transfer+ingly#(1.5,00328416,01148913,01271735,01194965)(1.6,00388919,01373274,01527059,01429473)###SZ ( :DEF_WORD "transfer" :CLASS "11.1" :WN_SENSE (("1.5" 00328416 01148913 01271735 01194965) ("1.6" 00388919 01373274 01527059 01429473)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (transfer+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#transfer#transfer#transfer#transfer+ingly#(1.5,01148913,01194965)(1.6,01373274,01429473)###SZ ( :DEF_WORD "transfer" :CLASS "13.2" :WN_SENSE (("1.5" 01148913 01194965) ("1.6" 01373274 01429473)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (transfer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#transfix#transfix#transfix#transfix+ingly#(1.5,01037649)(1.6,01242449)###BJDMAP ( :DEF_WORD "transfix" :CLASS "31.1.a" :WN_SENSE (("1.5" 01037649) ("1.6" 01242449)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (transfix+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#transform#transform#transform#transform+ingly#(1.5,00229041,00228717)(1.6,00266431,00266041)###SZ ( :DEF_WORD "transform" :CLASS "26.6" :WN_SENSE (("1.5" 00229041 00228717) ("1.6" 00266431 00266041)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (transform+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#transfuse#transfuse#transfuse#transfuse+ed#(1.5,00052383)(1.6,00059064)###BJDMAP ( :DEF_WORD "transfuse" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00052383) ("1.6" 00059064)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (transfuse+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#transgress#transgress#transgress#transgress+ingly#(1.5,01154006)(1.6,01379379)###BJDMAP ( :DEF_WORD "transgress" :CLASS "31.1.a" :WN_SENSE (("1.5" 01154006) ("1.6" 01379379)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (transgress+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#translate#translate#translate#translate+ingly#(1.5,00229460,00540640)(1.6,00266920,00649804)###SZ ( :DEF_WORD "translate" :CLASS "26.6" :WN_SENSE (("1.5" 00229460 00540640) ("1.6" 00266920 00649804)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (translate+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#transmit#transmit#transmit#transmit+ingly#(1.5,00825476,01271735)(1.6,00983791,01527059)###SZ ( :DEF_WORD "transmit" :CLASS "11.1" :WN_SENSE (("1.5" 00825476 01271735) ("1.6" 00983791 01527059)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (transmit+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#transmute#transmute#transmute#transmute+ingly#(1.5,00228717,00229041)(1.6,00266041,00266431)###SZ ( :DEF_WORD "transmute" :CLASS "26.6" :WN_SENSE (("1.5" 00228717 00229041) ("1.6" 00266041 00266431)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (transmute+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 48.3.a#1#_th#transpire#transpire#transpire#transpire+ingly#(1.5,00206232)(1.6,00237851)###SZ ( :DEF_WORD "transpire" :CLASS "48.3.a" :WN_SENSE (("1.5" 00206232) ("1.6" 00237851)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* nil 2) (toward exist (nil 2) (at exist (nil 2) (exist 9))) (transpire+ingly 26)) ) ;; Grid: 22.3.c.ii#1#_ag_th,goal(to)#transplant#transplant#transplant#transplant+ingly#(1.5,00880661)(1.6,01052666)###BJDMAP ( :DEF_WORD "transplant" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00880661) ("1.6" 01052666)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (transplant+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#transport#transport#transport#transport+ingly#(1.5,01112683,00834152,01110654)(1.6,01330495,00994853,01328437)###SZ ( :DEF_WORD "transport" :CLASS "11.1" :WN_SENSE (("1.5" 01112683 00834152 01110654) ("1.6" 01330495 00994853 01328437)) :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (transport+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#transport#transport#transport#transport+ingly#(1.5,01035257)(1.6,01239874)###SZ ( :DEF_WORD "transport" :CLASS "31.1.a" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (transport+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#transport#transport#transport#transport+ingly#(1.5,01035257)(1.6,01239874)###SZ ( :DEF_WORD "transport" :CLASS "31.1.b" :WN_SENSE (("1.5" 01035257) ("1.6" 01239874)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (transport+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#transpose#transpose#transpose#transpose+ed#(1.5,00227824,00977375)(1.6,00264990,01170180)###SZ ( :DEF_WORD "transpose" :CLASS "45.4.a" :WN_SENSE (("1.5" 00227824 00977375) ("1.6" 00264990 01170180)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (transpose+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#trap#trap#trap#trap+#(1.5,00924511,00850598)(1.6,01106771,01015525)###SZ ( :DEF_WORD "trap" :CLASS "9.10" :WN_SENSE (("1.5" 00924511 00850598) ("1.6" 01106771 01015525)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (trap+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#travel#travel#travel#travel+ingly#(1.5,01046072,01052895,01049627)(1.6,01253107,01260638,01257215)###SZ ( :DEF_WORD "travel" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01046072 01052895 01049627) ("1.6" 01253107 01260638 01257215)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (travel+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#travel#travel#travel#travel+ingly#(1.5,01046072,01052895,01049627)(1.6,01253107,01260638,01257215)###SZ ( :DEF_WORD "travel" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01046072 01052895 01049627) ("1.6" 01253107 01260638 01257215)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (travel+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 47.8.c#1#_th_loc#traverse#traverse#traverse#traverse+ingly#(1.5,--)(1.6,01832499)###SZ ( :DEF_WORD "traverse" :CLASS "47.8.c" :WN_SENSE (("1.5" --) ("1.6" 01832499)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (traverse+ingly 26)) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#trawl#trawl#trawl#trawl+ingly#(1.5,00649500)(1.6,00777225)###SZ ( :DEF_WORD "trawl" :CLASS "35.2.a" :WN_SENSE (("1.5" 00649500) ("1.6" 00777225)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (trawl+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#trawl#trawl#trawl#trawl+ingly#(1.5,00649500)(1.6,00777225)###SZ ( :DEF_WORD "trawl" :CLASS "35.2.a" :WN_SENSE (("1.5" 00649500) ("1.6" 00777225)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (trawl+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#trawl#trawl#trawl#trawl+ingly#(1.5,00649500)(1.6,00777225)###SZ ( :DEF_WORD "trawl" :CLASS "35.2.b" :WN_SENSE (("1.5" 00649500) ("1.6" 00777225)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (trawl+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 21.2.a#1#,ag_th(on),instr(with)#tread#tread#tread#tread+ed#(1.5,00917031)(1.6,01098283)###BJDMAP ( :DEF_WORD "tread" :CLASS "21.2.a" :WN_SENSE (("1.5" 00917031) ("1.6" 01098283)) :PROPBANK ("arg0 arg1(on) arg2(with)") :THETA_ROLES ((1 ",ag_th(on),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tread+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#treasure#treasure#treasure#treasure+ingly#(1.5,01284370,01011602)(1.6,01544040,01212539)###SZ ( :DEF_WORD "treasure" :CLASS "31.2.a" :WN_SENSE (("1.5" 01284370 01011602) ("1.6" 01544040 01212539)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (treasure+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#treasure#treasure#treasure#treasure+ingly#(1.5,01284370,01011602)(1.6,01544040,01212539)###SZ ( :DEF_WORD "treasure" :CLASS "31.2.b" :WN_SENSE (("1.5" 01284370 01011602) ("1.6" 01544040 01212539)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (treasure+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#treasure#treasure#treasure#treasure+ingly#(1.5,01284370)(1.6,01544040)###SZ ( :DEF_WORD "treasure" :CLASS "31.2.c" :WN_SENSE (("1.5" 01284370) ("1.6" 01544040)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (treasure+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#treasure#treasure#treasure#treasure+ingly#(1.5,01011602)(1.6,01212539)###SZ ( :DEF_WORD "treasure" :CLASS "31.2.g" :WN_SENSE (("1.5" 01011602) ("1.6" 01212539)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (treasure+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#treat#treat#treat#treat+ed#(1.5,01423425,01287274)(1.6,01713921,01547305)###SZ ( :DEF_WORD "treat" :CLASS "29.2.c" :WN_SENSE (("1.5" 01423425 01287274) ("1.6" 01713921 01547305)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (treat+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#treat#treat#treat#treat+ingly#(1.5,01423425,01287274)(1.6,01713921,01547305)###SZ ( :DEF_WORD "treat" :CLASS "29.2.d" :WN_SENSE (("1.5" 01423425 01287274) ("1.6" 01713921 01547305)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (treat+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#treble#treble#treble#treble+ed#(1.5,00147575)(1.6,00168528)###SZ ( :DEF_WORD "treble" :CLASS "45.4.a" :WN_SENSE (("1.5" 00147575) ("1.6" 00168528)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (treble+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#tree#tree#tree#tree+#(1.5,00650096)(1.6,00777894)###SZ ( :DEF_WORD "tree" :CLASS "9.10" :WN_SENSE (("1.5" 00650096) ("1.6" 00777894)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (tree+ 6))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#trek#trek#trek#trek+ingly#(1.5,01097140)(1.6,00000000)###SZ ( :DEF_WORD "trek" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01097140) ("1.6" 00000000)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (trek+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#trek#trek#trek#trek+ingly#(1.5,01097140)(1.6,00000000)###SZ ( :DEF_WORD "trek" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01097140) ("1.6" 00000000)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (trek+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 47.3.a#1#_th,loc()#tremble#tremble#tremble#tremble+ingly#(1.5,00008871,01076219)(1.6,00009323,01289618)###SZ ( :DEF_WORD "tremble" :CLASS "47.3.a" :WN_SENSE (("1.5" 00008871 01076219) ("1.6" 00009323 01289618)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (tremble+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#trick#trick#trick#trick+ingly#(1.5,01456926)(1.6,01756134)###SZ ( :DEF_WORD "trick" :CLASS "33.b" :WN_SENSE (("1.5" 01456926) ("1.6" 01756134)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (trick+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 47.2.a.i#1#_th,mod-loc()#trickle#trickle#trickle#trickle+ingly#(1.5,01184911)(1.6,01417153)###SZ ( :DEF_WORD "trickle" :CLASS "47.2.a.i" :WN_SENSE (("1.5" 01184911) ("1.6" 01417153)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (trickle+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#trill#trill#trill#trill+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (trill+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#trill#trill#trill#trill+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (trill+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#trill#trill#trill#trill+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "37.3.b" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (trill+ 2) ((* toward 5) comm (trill+ 2) ((at 5) comm (trill+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#trill#trill#trill#trill+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "37.3.c" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (trill+ 2) (toward comm (trill+ 2) (at comm (trill+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#trill#trill#trill#trill+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "38" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (trill+ 2) ((* toward 5) comm (trill+ 2) (touching comm (trill+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#trill#trill#trill#trill+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "43.2.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (trill+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#trill#trill#trill#trill+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "trill" :CLASS "43.2.b" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (trill+ingly 26)) ) ;; Grid: 9.8.a#1#_mod-poss_th#trim#trim#trim#trim+ed#(1.5,00961725,00961528)(1.6,01152872,01152626)###SZ ( :DEF_WORD "trim" :CLASS "9.8.a" :WN_SENSE (("1.5" 00961725 00961528) ("1.6" 01152872 01152626)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (trim+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#trim#trim#trim#trim+ed#(1.5,00961725,00961528)(1.6,01152872,01152626)###SZ ( :DEF_WORD "trim" :CLASS "9.8.b" :WN_SENSE (("1.5" 00961725 00961528) ("1.6" 01152872 01152626)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (trim+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#trim#trim#trim#trim+ingly#(1.5,00712573,00027450)(1.6,00851394,00029909)###SZ ( :DEF_WORD "trim" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00712573 00027450) ("1.6" 00851394 00029909)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (trim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#trim#trim#trim#trim+ingly#(1.5,00721243)(1.6,00861159)###SZ ( :DEF_WORD "trim" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00721243) ("1.6" 00861159)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (trim+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#trim#trim#trim#trim+ed#(1.5,00712573,00027450)(1.6,00851394,00029909)###SZ ( :DEF_WORD "trim" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00712573 00027450) ("1.6" 00851394 00029909)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trim+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 41.2.2#1#_ag_th#trim#trim#trim#trim+ed#(1.5,00712573,00027450)(1.6,00851394,00029909)###SZ ( :DEF_WORD "trim" :CLASS "41.2.2" :WN_SENSE (("1.5" 00712573 00027450) ("1.6" 00851394 00029909)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trim+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.3.2.b.i#1#_ag_th#trip#trip#trip#trip+ingly#(1.5,01082750)(1.6,01297026)###SZ ( :DEF_WORD "trip" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01082750) ("1.6" 01297026)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (trip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#trip#trip#trip#trip+ingly#(1.5,01082750)(1.6,01297026)###SZ ( :DEF_WORD "trip" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01082750) ("1.6" 01297026)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (trip+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#triple#triple#triple#triple+ed#(1.5,00147575)(1.6,00168528)###SZ ( :DEF_WORD "triple" :CLASS "45.4.a" :WN_SENSE (("1.5" 00147575) ("1.6" 00168528)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (triple+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#triple#triple#triple#triple+ed#(1.5,00147575)(1.6,00168528)###SZ ( :DEF_WORD "triple" :CLASS "45.4.b" :WN_SENSE (("1.5" 00147575) ("1.6" 00168528)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (triple+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#triple#triple#triple#triple+ed#(1.5,00147575)(1.6,00168528)###SZ ( :DEF_WORD "triple" :CLASS "45.4.c" :WN_SENSE (("1.5" 00147575) ("1.6" 00168528)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (triple+ed 9)))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#triumph#triumph#triumph#triumph+ingly#(1.5,00496372)(1.6,00598699)###BJDMAP ( :DEF_WORD "triumph" :CLASS "31.3.h" :WN_SENSE (("1.5" 00496372) ("1.6" 00598699)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (triumph+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#troll#troll#troll#troll+ingly#(1.5,00648291)(1.6,00775788)###SZ ( :DEF_WORD "troll" :CLASS "35.2.a" :WN_SENSE (("1.5" 00648291) ("1.6" 00775788)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (troll+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#troll#troll#troll#troll+ingly#(1.5,00648291)(1.6,00775788)###SZ ( :DEF_WORD "troll" :CLASS "35.2.a" :WN_SENSE (("1.5" 00648291) ("1.6" 00775788)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (troll+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#troll#troll#troll#troll+ingly#(1.5,00648291)(1.6,00775788)###SZ ( :DEF_WORD "troll" :CLASS "35.2.b" :WN_SENSE (("1.5" 00648291) ("1.6" 00775788)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (troll+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#trolley#trolley#trolley#trolley+ingly####SZ ( :DEF_WORD "trolley" :CLASS "51.4.1.a" :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (trolley+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#trolley#trolley#trolley#trolley+ingly####SZ ( :DEF_WORD "trolley" :CLASS "51.4.1.b" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (trolley+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 51.3.2.a.i#1#_th#troop#troop#troop#troop+ingly#(1.5,01096375,01093282)(1.6,01313330,01309880)###SZ ( :DEF_WORD "troop" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01096375 01093282) ("1.6" 01313330 01309880)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (troop+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#troop#troop#troop#troop+ingly#(1.5,01096375,01093282)(1.6,01313330,01309880)###SZ ( :DEF_WORD "troop" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01096375 01093282) ("1.6" 01313330 01309880)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (troop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#troop#troop#troop#troop+ingly#(1.5,01096375)(1.6,01313330)###SZ ( :DEF_WORD "troop" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (troop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#troop#troop#troop#troop+ingly#(1.5,01096375)(1.6,01313330)###SZ ( :DEF_WORD "troop" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01096375) ("1.6" 01313330)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (troop+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#trot#trot#trot#trot+ingly#(1.5,01116662)(1.6,01335096)###SZ ( :DEF_WORD "trot" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01116662) ("1.6" 01335096)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (trot+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#trot#trot#trot#trot+ingly#(1.5,01083277,01116662)(1.6,01297547,01335096)###SZ ( :DEF_WORD "trot" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01083277 01116662) ("1.6" 01297547 01335096)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (trot+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#trot#trot#trot#trot+ingly#(1.5,01083382)(1.6,01297652)###SZ ( :DEF_WORD "trot" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01083382) ("1.6" 01297652)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (trot+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#trot#trot#trot#trot+ingly#(1.5,01083382)(1.6,01297652)###SZ ( :DEF_WORD "trot" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01083382) ("1.6" 01297652)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (trot+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#trouble#trouble#trouble#trouble+ingly#(1.5,01008411)(1.6,01208224)###SZ ( :DEF_WORD "trouble" :CLASS "31.1.a" :WN_SENSE (("1.5" 01008411) ("1.6" 01208224)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (trouble+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#trouble#trouble#trouble#trouble+ingly#(1.5,01008411)(1.6,01208224)###SZ ( :DEF_WORD "trouble" :CLASS "31.1.b" :WN_SENSE (("1.5" 01008411) ("1.6" 01208224)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (trouble+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#trouble#trouble#trouble#trouble+ed#(1.5,01008411)(1.6,01208224)###SZ ( :DEF_WORD "trouble" :CLASS "31.1.c" :WN_SENSE (("1.5" 01008411) ("1.6" 01208224)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trouble+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#truck#truck#truck#truck+ingly#(1.5,01113070)(1.6,01330882)###SZ ( :DEF_WORD "truck" :CLASS "11.5" :WN_SENSE (("1.5" 01113070) ("1.6" 01330882)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (truck+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#truck#truck#truck#truck+ingly#(1.5,01113070)(1.6,01330882)###SZ ( :DEF_WORD "truck" :CLASS "11.5" :WN_SENSE (("1.5" 01113070) ("1.6" 01330882)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (truck+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#trudge#trudge#trudge#trudge+ingly#(1.5,01178474)(1.6,01409092)###SZ ( :DEF_WORD "trudge" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01178474) ("1.6" 01409092)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (trudge+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#trudge#trudge#trudge#trudge+ingly#(1.5,01178474,01093073)(1.6,01409092,01310919)###SZ ( :DEF_WORD "trudge" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01178474 01093073) ("1.6" 01409092 01310919)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (trudge+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#trumpet#trumpet#trumpet#trumpet+ingly#(1.5,00551443)(1.6,00662067)###SZ ( :DEF_WORD "trumpet" :CLASS "37.3.a" :WN_SENSE (("1.5" 00551443) ("1.6" 00662067)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (trumpet+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#trumpet#trumpet#trumpet#trumpet+ingly#(1.5,00551443)(1.6,00662067)###SZ ( :DEF_WORD "trumpet" :CLASS "37.3.a" :WN_SENSE (("1.5" 00551443) ("1.6" 00662067)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (trumpet+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#trumpet#trumpet#trumpet#trumpet+#(1.5,00551443)(1.6,00662067)###SZ ( :DEF_WORD "trumpet" :CLASS "37.3.b" :WN_SENSE (("1.5" 00551443) ("1.6" 00662067)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (trumpet+ 2) ((* toward 5) comm (trumpet+ 2) ((at 5) comm (trumpet+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#trumpet#trumpet#trumpet#trumpet+#(1.5,00551443)(1.6,00662067)###SZ ( :DEF_WORD "trumpet" :CLASS "37.3.c" :WN_SENSE (("1.5" 00551443) ("1.6" 00662067)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (trumpet+ 2) (toward comm (trumpet+ 2) (at comm (trumpet+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#trumpet#trumpet#trumpet#trumpet+ingly#(1.5,00991588)(1.6,01186056)###SZ ( :DEF_WORD "trumpet" :CLASS "43.2.a" :WN_SENSE (("1.5" 00991588) ("1.6" 01186056)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (trumpet+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#trumpet#trumpet#trumpet#trumpet+ingly#(1.5,00991588)(1.6,01186056)###SZ ( :DEF_WORD "trumpet" :CLASS "43.2.b" :WN_SENSE (("1.5" 00991588) ("1.6" 01186056)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (trumpet+ingly 26)) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#truncheon#truncheon#truncheon#truncheon+ingly####SZ ( :DEF_WORD "truncheon" :CLASS "18.3" :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (truncheon+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#trundle#trundle#trundle#trundle+ingly#(1.5,01064845)(1.6,01275557)###SZ ( :DEF_WORD "trundle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01064845) ("1.6" 01275557)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (trundle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#trundle#trundle#trundle#trundle+ingly#(1.5,01064845)(1.6,01275557)###SZ ( :DEF_WORD "trundle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01064845) ("1.6" 01275557)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (trundle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 13.4.1.a#1#_ag_th,goal(to)#trust#trust#trust#trust+ingly#(1.5,01335228,01289791)(1.6,01603985,01550051)###SZ ( :DEF_WORD "trust" :CLASS "13.4.1.a" :WN_SENSE (("1.5" 01335228 01289791) ("1.6" 01603985 01550051)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (trust+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.4.1.b#1#_ag_th,mod-poss(with)#trust#trust#trust#trust+ed#(1.5,01335228,01289791)(1.6,01603985,01550051)###SZ ( :DEF_WORD "trust" :CLASS "13.4.1.b" :WN_SENSE (("1.5" 01335228 01289791) ("1.6" 01603985 01550051)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (trust+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#trust#trust#trust#trust+ingly#(1.5,00386671)(1.6,00464775)###SZ ( :DEF_WORD "trust" :CLASS "31.2.a" :WN_SENSE (("1.5" 00386671) ("1.6" 00464775)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (trust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#trust#trust#trust#trust+ingly#(1.5,00386671)(1.6,00464775)###SZ ( :DEF_WORD "trust" :CLASS "31.2.b" :WN_SENSE (("1.5" 00386671) ("1.6" 00464775)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (trust+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#trust#trust#trust#trust+ingly#(1.5,00386671,00406425,01041216)(1.6,00464775,00488417,01246466)###SZ ( :DEF_WORD "trust" :CLASS "31.2.c" :WN_SENSE (("1.5" 00386671 00406425 01041216) ("1.6" 00464775 00488417 01246466)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (trust+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#trust#trust#trust#trust+ingly####SZ ( :DEF_WORD "trust" :CLASS "31.2.g" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (trust+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 005#1#_th_prop(to)#try#try#try#try+ingly#(1.5,01432563)(1.6,01725008)###BJDMAP ( :DEF_WORD "try" :CLASS "005" :WN_SENSE (("1.5" 01432563) ("1.6" 01725008)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (try+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#try#try#try#try+ingly#(1.5,01024114,01023881)(1.6,01227200,01226967)###SZ ( :DEF_WORD "try" :CLASS "31.1.a" :WN_SENSE (("1.5" 01024114 01023881) ("1.6" 01227200 01226967)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (try+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#try#try#try#try+ingly#(1.5,01023881,01024114)(1.6,01226967,01227200)###SZ ( :DEF_WORD "try" :CLASS "31.1.b" :WN_SENSE (("1.5" 01023881 01024114) ("1.6" 01226967 01227200)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (try+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#tuck#tuck#tuck#tuck+ingly#(1.5,00799930)(1.6,00952864)###SZ ( :DEF_WORD "tuck" :CLASS "9.3.a" :WN_SENSE (("1.5" 00799930) ("1.6" 00952864)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (tuck+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.i#1#_ag_th#tug#tug#tug#tug+ingly#(1.5,00837195,00836767,00836264,00836135)(1.6,00998260,00997858,00997134,00997005)###SZ ( :DEF_WORD "tug" :CLASS "11.4.i" :WN_SENSE (("1.5" 00837195 00836767 00836264 00836135) ("1.6" 00998260 00997858 00997134 00997005)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.4.ii#1#_ag_th,src(from),goal(to)#tug#tug#tug#tug+ingly#(1.5,00837195,00836767,00836264,00836135)(1.6,00998260,00997858,00997134,00997005)###SZ ( :DEF_WORD "tug" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00837195 00836767 00836264 00836135) ("1.6" 00998260 00997858 00997134 00997005)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [to] 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tug+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#tug#tug#tug#tug+ingly#(1.5,00837195,00836767,00836264,00836135)(1.6,00998260,00997858,00997134,00997005)###SZ ( :DEF_WORD "tug" :CLASS "11.4.ii" :WN_SENSE (("1.5" 00837195 00836767 00836264 00836135) ("1.6" 00998260 00997858 00997134 00997005)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (tug+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 12.a.i#1#_ag_th#tug#tug#tug#tug+ingly#(1.5,00837195,00836767,00836264,00836135)(1.6,00998260,00997858,00997134,00997005)###SZ ( :DEF_WORD "tug" :CLASS "12.a.i" :WN_SENSE (("1.5" 00837195 00836767 00836264 00836135) ("1.6" 00998260 00997858 00997134 00997005)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#tug#tug#tug#tug+ingly#(1.5,00837195,00836767,00836264,00836135)(1.6,00998260,00997858,00997134,00997005)###SZ ( :DEF_WORD "tug" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00837195 00836767 00836264 00836135) ("1.6" 00998260 00997858 00997134 00997005)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (tug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#tug#tug#tug#tug+ingly#(1.5,00616089)(1.6,00739127)###SZ ( :DEF_WORD "tug" :CLASS "12.b" :WN_SENSE (("1.5" 00616089) ("1.6" 00739127)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (tug+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#tug#tug#tug#tug+ingly#(1.5,00835980,00837195,00836264,00616089)(1.6,00996850,00998260,00997134,00739127)###SZ ( :DEF_WORD "tug" :CLASS "23.2.a" :WN_SENSE (("1.5" 00835980 00837195 00836264 00616089) ("1.6" 00996850 00998260 00997134 00739127)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (tug+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#tug#tug#tug#tug+ed#(1.5,00835980,00837195,00836264,00616089)(1.6,00996850,00998260,00997134,00739127)###SZ ( :DEF_WORD "tug" :CLASS "23.2.b" :WN_SENSE (("1.5" 00835980 00837195 00836264 00616089) ("1.6" 00996850 00998260 00997134 00739127)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tug+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.6#1#_th#tumble#tumble#tumble#tumble+ed#(1.5,00257635)(1.6,00301772)###SZ ( :DEF_WORD "tumble" :CLASS "45.6" :WN_SENSE (("1.5" 00257635) ("1.6" 00301772)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tumble+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#tumble#tumble#tumble#tumble+ingly#(1.5,01170769)(1.6,01399476)###SZ ( :DEF_WORD "tumble" :CLASS "47.7.a" :WN_SENSE (("1.5" 01170769) ("1.6" 01399476)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (tumble+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#tumble#tumble#tumble#tumble+ingly#(1.5,01170769)(1.6,01399476)###SZ ( :DEF_WORD "tumble" :CLASS "47.7.b" :WN_SENSE (("1.5" 01170769) ("1.6" 01399476)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (tumble+ingly 26)) ) ;; Grid: 51.1.a#1#_th,src(from),goal(to)#tumble#tumble#tumble#tumble+ingly#(1.5,01126263,01064739)(1.6,01345619,01275451)###SZ ( :DEF_WORD "tumble" :CLASS "51.1.a" :WN_SENSE (("1.5" 01126263 01064739) ("1.6" 01345619 01275451)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th,src(from),goal(to)")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* [to] 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (tumble+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (2 (animate +))) ) ;; Grid: 51.1.b#1#_th,mod-loc(down)#tumble#tumble#tumble#tumble+ingly#(1.5,01126263,01064739)(1.6,01345619,01275451)###SZ ( :DEF_WORD "tumble" :CLASS "51.1.b" :WN_SENSE (("1.5" 01126263 01064739) ("1.6" 01345619 01275451)) :PROPBANK ("arg1 argm-LOC(down)") :THETA_ROLES ((1 "_th,mod-loc(down)")) :LCS (act loc (* thing 2) ((* down 23) loc (*head*) (thing 24)) (tumble+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tune#tune#tune#tune+ed#(1.5,00178045,00178395)(1.6,00203603,00204023)###SZ ( :DEF_WORD "tune" :CLASS "45.4.a" :WN_SENSE (("1.5" 00178045 00178395) ("1.6" 00203603 00204023)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tune+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 35.5#1#_ag_purp(for),loc()#tunnel#tunnel#tunnel#tunnel+ingly#(1.5,01167301)(1.6,01395316)###SZ ( :DEF_WORD "tunnel" :CLASS "35.5" :WN_SENSE (("1.5" 01167301) ("1.6" 01395316)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (tunnel+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory) (1 (animate +))) ) ;; Grid: 35.5#2#_ag_loc()_purp(for)#tunnel#tunnel#tunnel#tunnel+ingly#(1.5,01167301)(1.6,01395316)###SZ ( :DEF_WORD "tunnel" :CLASS "35.5" :WN_SENSE (("1.5" 01167301) ("1.6" 01395316)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (tunnel+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#turf#turf#turf#turf+ed#(1.5,00703195)(1.6,00840897)###SZ ( :DEF_WORD "turf" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00703195) ("1.6" 00840897)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (turf+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#turkify#turkify#turkify#turkify+ed####SZ ( :DEF_WORD "turkify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (turkify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.6#1#,ag_th,src(from),goal()#turn#turn#turn#turn+ingly#(1.5,00086015,01485446,00072314)(1.6,00098574,01791776,00083639)###SZ ( :DEF_WORD "turn" :CLASS "26.6" :WN_SENSE (("1.5" 00086015 01485446 00072314) ("1.6" 00098574 01791776 00083639)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(from),goal()")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* from 3) ident (thing 2) (at ident (thing 2) (nil 4))) ((* to 5) ident (thing 2) ([in] ident (thing 2) (nil 6)))) (turn+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#turn#turn#turn#turn+ingly#(1.5,01086483,01197373,01201277)(1.6,01301287,01431957,01436577)###SZ ( :DEF_WORD "turn" :CLASS "40.3.2" :WN_SENSE (("1.5" 01086483 01197373 01201277) ("1.6" 01301287 01431957 01436577)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (turn+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.8.3#1#_ag_th#turn#turn#turn#turn+ed#(1.5,00054617)(1.6,00061816)###SZ ( :DEF_WORD "turn" :CLASS "40.8.3" :WN_SENSE (("1.5" 00054617) ("1.6" 00061816)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (turn+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#turn#turn#turn#turn+ingly#(1.5,01086483)(1.6,01301287)###SZ ( :DEF_WORD "turn" :CLASS "47.7.a" :WN_SENSE (("1.5" 01086483) ("1.6" 01301287)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (turn+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#turn#turn#turn#turn+ingly#(1.5,01086483)(1.6,01301287)###SZ ( :DEF_WORD "turn" :CLASS "47.7.b" :WN_SENSE (("1.5" 01086483) ("1.6" 01301287)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (turn+ingly 26)) ) ;; Grid: 51.3.1.c#1#_th,mod-loc(around)#turn#turn#turn#turn+ingly#(1.5,01086483,01201277)(1.6,01301287,01436577)###SZ ( :DEF_WORD "turn" :CLASS "51.3.1.c" :WN_SENSE (("1.5" 01086483 01201277) ("1.6" 01301287 01436577)) :PROPBANK ("arg1 argm-LOC(around)") :THETA_ROLES ((1 "_th,mod-loc(around)")) :LCS (act loc (* thing 2) ((* around 23) loc (*head*) (thing 24)) (turn+ingly 26)) ) ;; Grid: 48.1.1.b#1#_th,mod-loc(on)#turn_up#turn#turn_up#turn-up+ingly####SZ ( :DEF_WORD "turn_up" :ROMAN "turn" :CLASS "48.1.1.b" :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* on 23) loc (*head*) (thing 24)) (turn-up+ingly 26)) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#tussle#tussle#tussle#tussle+ingly#(1.5,00865335,00635289)(1.6,00761886,00761886)###SZ ( :DEF_WORD "tussle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00865335 00635289) ("1.6" 00761886 00761886)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (tussle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#tussle#tussle#tussle#tussle+ingly#(1.5,00865335,00635289)(1.6,00761886,00761886)###SZ ( :DEF_WORD "tussle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00865335 00635289) ("1.6" 00761886 00761886)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (tussle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#tutor#tutor#tutor#tutor+ingly#(1.5,00465981)(1.6,00562981)###SZ ( :DEF_WORD "tutor" :CLASS "29.8.a" :WN_SENSE (("1.5" 00465981) ("1.6" 00562981)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (tutor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#tutor#tutor#tutor#tutor+ingly#(1.5,00465981,01466673)(1.6,00562981,01767808)###SZ ( :DEF_WORD "tutor" :CLASS "29.8.b" :WN_SENSE (("1.5" 00465981 01466673) ("1.6" 00562981 01767808)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (tutor+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#twang#twang#twang#twang+ingly#(1.5,01240461)(1.6,01488636)###SZ ( :DEF_WORD "twang" :CLASS "43.2.a" :WN_SENSE (("1.5" 01240461) ("1.6" 01488636)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (twang+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#twang#twang#twang#twang+ingly#(1.5,01240461)(1.6,01488636)###SZ ( :DEF_WORD "twang" :CLASS "43.2.b" :WN_SENSE (("1.5" 01240461) ("1.6" 01488636)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (twang+ingly 26)) ) ;; Grid: 38#1#_ag,goal(at)#tweet#tweet#tweet#tweet+#(1.5,00838518)(1.6,00999780)###SZ ( :DEF_WORD "tweet" :CLASS "38" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (tweet+ 2) ((* toward 5) comm (tweet+ 2) (touching comm (tweet+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#twiddle#twiddle#twiddle#twiddle+ingly#(1.5,00697797)(1.6,00834138)###SZ ( :DEF_WORD "twiddle" :CLASS "40.3.2" :WN_SENSE (("1.5" 00697797) ("1.6" 00834138)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (twiddle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 9.6#1#,ag_th_goal(around)#twine#twine#twine#twine+ingly#(1.5,00872396)(1.6,01042567)###SZ ( :DEF_WORD "twine" :CLASS "9.6" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (twine+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#twine#twine#twine#twine+ed#(1.5,00872396)(1.6,01042567)###SZ ( :DEF_WORD "twine" :CLASS "22.2.a" :WN_SENSE (("1.5" 00872396) ("1.6" 01042567)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (twine+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 20.b#1#_ag_th,mod-loc()#twinge#twinge#twinge#twinge+ingly#(1.5,00838518)(1.6,00999780)###BJDMAP ( :DEF_WORD "twinge" :CLASS "20.b" :WN_SENSE (("1.5" 00838518) ("1.6" 00999780)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (twinge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 43.1.a#1#_th,mod-loc()#twinkle#twinkle#twinkle#twinkle+ed#(1.5,01232004,01562085)(1.6,01478242,01889465)###BJDMAP ( :DEF_WORD "twinkle" :CLASS "43.1.a" :WN_SENSE (("1.5" 01232004 01562085) ("1.6" 01478242 01889465)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (be exist (* thing 2) (at exist (thing 2) (twinkle+ed 9)) ((* [on] 23) loc (*head*) (thing 24))) ) ;; Grid: 43.1.b#1#_th_mod-poss(with)#twinkle#twinkle#twinkle#twinkle+ed#(1.5,01232004,01562085)(1.6,01478242,01889465)###BJDMAP ( :DEF_WORD "twinkle" :CLASS "43.1.b" :WN_SENSE (("1.5" 01232004 01562085) ("1.6" 01478242 01889465)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_th_mod-poss(with)")) :LCS (be exist (* thing 2) (at exist (thing 2) (twinkle+ed 9)) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#twirl#twirl#twirl#twirl+ingly#(1.5,01171503,01170963)(1.6,01400202,01399670)###SZ ( :DEF_WORD "twirl" :CLASS "9.6" :WN_SENSE (("1.5" 01171503 01170963) ("1.6" 01400202 01399670)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (twirl+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#twirl#twirl#twirl#twirl+ingly#(1.5,01171503,01170963)(1.6,01400202,01399670)###SZ ( :DEF_WORD "twirl" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 01171503 01170963) ("1.6" 01400202 01399670)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (twirl+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#twirl#twirl#twirl#twirl+ingly#(1.5,01171503,01170963)(1.6,01400202,01399670)###SZ ( :DEF_WORD "twirl" :CLASS "26.5.b" :WN_SENSE (("1.5" 01171503 01170963) ("1.6" 01400202 01399670)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (twirl+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#twist#twist#twist#twist+ingly#(1.5,00732809,00696288,00696750,00084281)(1.6,00874035,00832742,00833183,00096818)###SZ ( :DEF_WORD "twist" :CLASS "9.6" :WN_SENSE (("1.5" 00732809 00696288 00696750 00084281) ("1.6" 00874035 00832742 00833183 00096818)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (twist+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#twist#twist#twist#twist+ingly#(1.5,00732809,00696750,00084281)(1.6,00874035,00833183,00096818)###SZ ( :DEF_WORD "twist" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00732809 00696750 00084281) ("1.6" 00874035 00833183 00096818)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (twist+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#twist#twist#twist#twist+ingly#(1.5,00696288)(1.6,00832742)###SZ ( :DEF_WORD "twist" :CLASS "26.5.b" :WN_SENSE (("1.5" 00696288) ("1.6" 00832742)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (twist+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 40.8.3#1#_ag_th#twist#twist#twist#twist+ed#(1.5,00696288)(1.6,00832742)###SZ ( :DEF_WORD "twist" :CLASS "40.8.3" :WN_SENSE (("1.5" 00696288) ("1.6" 00832742)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (twist+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#twist#twist#twist#twist+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "twist" :CLASS "47.7.a" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (twist+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#twist#twist#twist#twist+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "twist" :CLASS "47.7.b" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (twist+ingly 26)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#twitch#twitch#twitch#twitch+ingly#(1.5,00006520,01077904,00838518,00833100)(1.6,00006497,01291321,00999780,00993655)###SZ ( :DEF_WORD "twitch" :CLASS "40.3.2" :WN_SENSE (("1.5" 00006520 01077904 00838518 00833100) ("1.6" 00006497 01291321 00999780 00993655)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (twitch+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 49.a.i#1#_ag#twitch#twitch#twitch#twitch+ingly#(1.5,00006520,01077904,01078887)(1.6,00006497,01291321,01292509)###SZ ( :DEF_WORD "twitch" :CLASS "49.a.i" :WN_SENSE (("1.5" 00006520 01077904 01078887) ("1.6" 00006497 01291321 01292509)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (twitch+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#twitch#twitch#twitch#twitch+ingly#(1.5,00006520,01077904,01078887)(1.6,00006497,01291321,01292509)###SZ ( :DEF_WORD "twitch" :CLASS "49.a.ii" :WN_SENSE (("1.5" 00006520 01077904 01078887) ("1.6" 00006497 01291321 01292509)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (twitch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#twitter#twitter#twitter#twitter+ingly#(1.5,00596516)(1.6,00713969)###SZ ( :DEF_WORD "twitter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (twitter+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#twitter#twitter#twitter#twitter+ingly#(1.5,00596516)(1.6,00713969)###SZ ( :DEF_WORD "twitter" :CLASS "37.3.a" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (twitter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#twitter#twitter#twitter#twitter+#(1.5,00596516)(1.6,00713969)###SZ ( :DEF_WORD "twitter" :CLASS "37.3.b" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (twitter+ 2) ((* toward 5) comm (twitter+ 2) ((at 5) comm (twitter+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#twitter#twitter#twitter#twitter+#(1.5,00596516)(1.6,00713969)###SZ ( :DEF_WORD "twitter" :CLASS "37.3.c" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (twitter+ 2) (toward comm (twitter+ 2) (at comm (twitter+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#twitter#twitter#twitter#twitter+#(1.5,00596516)(1.6,00713969)###SZ ( :DEF_WORD "twitter" :CLASS "38" :WN_SENSE (("1.5" 00596516) ("1.6" 00713969)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (twitter+ 2) ((* toward 5) comm (twitter+ 2) (touching comm (twitter+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 25.2#1#_ag_th,goal()#type#type#type#type+ingly#(1.5,00566917)(1.6,00679313)###SZ ( :DEF_WORD "type" :CLASS "25.2" :WN_SENSE (("1.5" 00566917) ("1.6" 00679313)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (type+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 25.4#1#_ag_th#type#type#type#type+ed#(1.5,00566917)(1.6,00679313)###SZ ( :DEF_WORD "type" :CLASS "25.4" :WN_SENSE (("1.5" 00566917) ("1.6" 00679313)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (type+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#typify#typify#typify#typify+ed####SZ ( :DEF_WORD "typify" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (typify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#tyrannize#tyrannize#tyrannize#tyrannize+ed#(1.5,01014985)(1.6,01216775)###SZ ( :DEF_WORD "tyrannize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01014985) ("1.6" 01216775)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (tyrannize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ulcerate#ulcerate#ulcerate#ulcerate+ed#(1.5,00013223)(1.6,00014044)###SZ ( :DEF_WORD "ulcerate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00013223) ("1.6" 00014044)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ulcerate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#ulcerate#ulcerate#ulcerate#ulcerate+ed#(1.5,00013223)(1.6,00014044)###SZ ( :DEF_WORD "ulcerate" :CLASS "45.4.b" :WN_SENSE (("1.5" 00013223) ("1.6" 00014044)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ulcerate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#ulcerate#ulcerate#ulcerate#ulcerate+ed#(1.5,00316951)(1.6,00375522)###SZ ( :DEF_WORD "ulcerate" :CLASS "45.4.c" :WN_SENSE (("1.5" 00316951) ("1.6" 00375522)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ulcerate+ed 9)))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#ululate#ululate#ululate#ululate+ingly#(1.5,00592292)(1.6,00709609)###SZ ( :DEF_WORD "ululate" :CLASS "43.2.a" :WN_SENSE (("1.5" 00592292) ("1.6" 00709609)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (ululate+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#ululate#ululate#ululate#ululate+ingly#(1.5,00592292)(1.6,00709609)###SZ ( :DEF_WORD "ululate" :CLASS "43.2.b" :WN_SENSE (("1.5" 00592292) ("1.6" 00709609)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (ululate+ingly 26)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#umpire#umpire#umpire#umpire+ingly#(1.5,00612627)(1.6,00735408)###SZ ( :DEF_WORD "umpire" :CLASS "29.8.a" :WN_SENSE (("1.5" 00612627) ("1.6" 00735408)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (umpire+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#umpire#umpire#umpire#umpire+ingly#(1.5,00612627)(1.6,00735408)###SZ ( :DEF_WORD "umpire" :CLASS "29.8.b" :WN_SENSE (("1.5" 00612627) ("1.6" 00735408)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (umpire+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unbolt#unbolt#unbolt1#unbolt1+ingly#(1.5,00775348)(1.6,00923141)###SZ ( :DEF_WORD "unbolt" :CLASS "23.3.a" :WN_SENSE (("1.5" 00775348) ("1.6" 00923141)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unbolt1+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unbolt#unbolt#unbolt1#unbolt1+ed#(1.5,00775348)(1.6,00923141)###SZ ( :DEF_WORD "unbolt" :CLASS "23.3.b" :WN_SENSE (("1.5" 00775348) ("1.6" 00923141)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unbolt1+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unbuckle#unbuckle#unbuckle#unbuckle+ingly#(1.5,00891804)(1.6,01066124)###SZ ( :DEF_WORD "unbuckle" :CLASS "23.3.a" :WN_SENSE (("1.5" 00891804) ("1.6" 01066124)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unbuckle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unbuckle#unbuckle#unbuckle#unbuckle+ed#(1.5,00891804)(1.6,01066124)###SZ ( :DEF_WORD "unbuckle" :CLASS "23.3.b" :WN_SENSE (("1.5" 00891804) ("1.6" 01066124)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unbuckle+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#unburden#unburden#unburden#unburden+ed#(1.5,00855107)(1.6,01020965)###SZ ( :DEF_WORD "unburden" :CLASS "10.6.a" :WN_SENSE (("1.5" 00855107) ("1.6" 01020965)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unburden+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unbutton#unbutton#unbutton#unbutton+ingly#(1.5,00786820)(1.6,00936665)###SZ ( :DEF_WORD "unbutton" :CLASS "23.3.a" :WN_SENSE (("1.5" 00786820) ("1.6" 00936665)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unbutton+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unbutton#unbutton#unbutton#unbutton+ed#(1.5,00786820)(1.6,00936665)###SZ ( :DEF_WORD "unbutton" :CLASS "23.3.b" :WN_SENSE (("1.5" 00786820) ("1.6" 00936665)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unbutton+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unchain#unchain#unchain#unchain+ingly#(1.5,00738397)(1.6,00880392)###SZ ( :DEF_WORD "unchain" :CLASS "23.3.a" :WN_SENSE (("1.5" 00738397) ("1.6" 00880392)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unchain+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unchain#unchain#unchain#unchain+ed#(1.5,00738397)(1.6,00880392)###SZ ( :DEF_WORD "unchain" :CLASS "23.3.b" :WN_SENSE (("1.5" 00738397) ("1.6" 00880392)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unchain+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unclamp#unclamp#unclamp#unclamp+ingly####SZ ( :DEF_WORD "unclamp" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unclamp+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unclamp#unclamp#unclamp#unclamp+ed####SZ ( :DEF_WORD "unclamp" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unclamp+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unclasp#unclasp#unclasp#unclasp+ingly#(1.5,00696150)(1.6,00832582)###SZ ( :DEF_WORD "unclasp" :CLASS "23.3.a" :WN_SENSE (("1.5" 00696150) ("1.6" 00832582)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unclasp+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unclasp#unclasp#unclasp#unclasp+ed#(1.5,00696150)(1.6,00832582)###SZ ( :DEF_WORD "unclasp" :CLASS "23.3.b" :WN_SENSE (("1.5" 00696150) ("1.6" 00832582)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unclasp+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unclip#unclip#unclip#unclip+ingly#(1.5,00786615)(1.6,00936442)###SZ ( :DEF_WORD "unclip" :CLASS "23.3.a" :WN_SENSE (("1.5" 00786615) ("1.6" 00936442)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unclip+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unclip#unclip#unclip#unclip+ed#(1.5,00786615)(1.6,00936442)###SZ ( :DEF_WORD "unclip" :CLASS "23.3.b" :WN_SENSE (("1.5" 00786615) ("1.6" 00936442)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unclip+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.1.a#1#,ag_th_src(from)#uncoil#uncoil#uncoil#uncoil+ingly#(1.5,00876675)(1.6,01047622)###BJDMAP ( :DEF_WORD "uncoil" :CLASS "23.1.a" :WN_SENSE (("1.5" 00876675) ("1.6" 01047622)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (uncoil+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#uncover#uncover#uncover#uncover+ingly#(1.5,01223339)(1.6,01467069)###SZ ( :DEF_WORD "uncover" :CLASS "29.2.b" :WN_SENSE (("1.5" 01223339) ("1.6" 01467069)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (uncover+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 54.5.b#1#_ag,goal,th,purp(for)#undercharge#undercharge#undercharge1#undercharge1+ingly#(1.5,01319136)(1.6,01584881)###SZ ( :DEF_WORD "undercharge" :CLASS "54.5.b" :WN_SENSE (("1.5" 01319136) ("1.6" 01584881)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,goal,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 21) intent (*head*) (thing 22)) (undercharge1+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (6 (animate +) :optional)) ) ;; Grid: 29.5.d#1#_ag_th_prop(to)#underestimate#underestimate#underestimate#underestimate+ingly#(1.5,00391617)(1.6,00470425)###SZ ( :DEF_WORD "underestimate" :CLASS "29.5.d" :WN_SENSE (("1.5" 00391617) ("1.6" 00470425)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* thing 27))) (underestimate+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 47.8.h#1#_th_loc#underlie#underlie#underlie##(1.5,01506711,01521528)(1.6,01817415,01837166)#loc#(loc() = under)(manner = 0)#SZ ! ;; Grid: 30.2.a.ii#1#_exp_perc#undergo#undergo#undergo#undergo+ingly#(1.5,01203891)(1.6,01443215)###SZ ( :DEF_WORD "undergo" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01203891) ("1.6" 01443215)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (undergo+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#underline#underline#underline#underline+ed#(1.5,00572704)(1.6,00686083)###SZ ( :DEF_WORD "underline" :CLASS "45.4.a" :WN_SENSE (("1.5" 00572704) ("1.6" 00686083)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (underline+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#undermine#undermine#undermine#undermine+ed#(1.5,01440421)(1.6,01734511)###SZ ( :DEF_WORD "undermine" :CLASS "45.4.a" :WN_SENSE (("1.5" 01440421) ("1.6" 01734511)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (undermine+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 018.b#1#_exp_perc(to)#understand#understand#understand#understand+ingly#(1.5,00332505)(1.6,00400923)###SZ ! ;; Grid: 018.a#1#_exp_perc(that)#understand#understand#understand#understand+ingly#(1.5,00331061,00332807)(1.6,00399152,00401225)###SZ ! ;; Grid: 11.4.ii#2#_ag_goal_th,src(from)#underrun#underrun#underrun#underrun+ingly####SZ ( :DEF_WORD "underrun" :CLASS "11.4.ii" :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) (([to] 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* [from] 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (underrun+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#yak#yak#yak#yak+ingly####BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#schmooze#schmooze#schmooze#schmooze+ingly####BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#rap#rap#rap#rap+ingly#(1.5,00589689)(1.6,00706032)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#gossip#gossip#gossip#gossip+ingly#(1.5,00589291,00587229)(1.6,00705705,00703394)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#gab#gab#gab#gab+ingly####BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#converse#converse#converse#converse+ingly#(1.5,00543974)(1.6,00653048)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#confer#confer#confer#confer+ingly#(1.5,00491947)(1.6,00593763)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#chitchat#chitchat#chitchat#chitchat+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#chatter#chatter#chatter#chatter+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#chat#chat#chat#chat+ingly#(1.5,00587229)(1.6,00703394)###BJDMAP ! ;; Grid: 37.6.a#1#_perc,exp(with),mod-poss(about)#argue#argue#argue#argue+ingly#(1.5,00434231)(1.6,00525378)###BJDMAP ! ;; Grid: 37.4.b#1#_ag_purp(for)#undersign#undersign#undersign#undersign+ingly#(1.5,00562074)(1.6,00674004)###BJDMAP ( :DEF_WORD "undersign" :CLASS "37.4.b" :WN_SENSE (("1.5" 00562074) ("1.6" 00674004)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (undersign+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#understand#understand#understand#understand+ingly#(1.5,00330150,00332505)(1.6,00397666,00400923)###SZ ( :DEF_WORD "understand" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 00330150 00332505) ("1.6" 00397666 00400923)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (understand+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#understudy#understudy#understudy#understudy+ingly#(1.5,00339585)(1.6,00408362)###SZ ( :DEF_WORD "understudy" :CLASS "29.8.a" :WN_SENSE (("1.5" 00339585) ("1.6" 00408362)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (understudy+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#understudy#understudy#understudy#understudy+ingly#(1.5,00339585)(1.6,00408362)###SZ ( :DEF_WORD "understudy" :CLASS "29.8.b" :WN_SENSE (("1.5" 00339585) ("1.6" 00408362)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (understudy+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#undertake#undertake#undertake#undertake+ingly#(1.5,00500310)(1.6,00602914)###SZ ( :DEF_WORD "undertake" :CLASS "29.2.b" :WN_SENSE (("1.5" 00500310) ("1.6" 00602914)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (undertake+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 49.b#1#_ag_th#undertake#undertake#undertake#undertake+ingly#(1.5,00944596)(1.6,01134102)###BJDMAP ( :DEF_WORD "undertake" :CLASS "49.b" :WN_SENSE (("1.5" 00944596) ("1.6" 01134102)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (undertake+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 55.1.a#1#_th,prop#undertake#undertake#undertake#undertake+ingly#(1.5,00944596)(1.6,01134102)###SZ ( :DEF_WORD "undertake" :CLASS "55.1.a" :WN_SENSE (("1.5" 00944596) ("1.6" 01134102)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (undertake+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.c#1#_th_prop(to)#undertake#undertake#undertake#undertake+ingly#(1.5,00944596)(1.6,01134102)###SZ ( :DEF_WORD "undertake" :CLASS "55.1.c" :WN_SENSE (("1.5" 00944596) ("1.6" 01134102)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (undertake+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (thing -) (cform inf))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#undo#undo#undo#undo+ingly#(1.5,00096872)(1.6,00110872)###BJDMAP ( :DEF_WORD "undo" :CLASS "44.a" :WN_SENSE (("1.5" 00096872) ("1.6" 00110872)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (undo+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#undress#undress#undress#undress+ed#(1.5,00032468)(1.6,00035494)###SZ ( :DEF_WORD "undress" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (undress+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#undress#undress#undress#undress+ed#(1.5,00032468)(1.6,00035494)###SZ ( :DEF_WORD "undress" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00032468) ("1.6" 00035494)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (undress+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#undulate#undulate#undulate#undulate+ingly#(1.5,01166002,01083482)(1.6,01393713,01297757)###SZ ( :DEF_WORD "undulate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01166002 01083482) ("1.6" 01393713 01297757)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (undulate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 10.8#1#_ag_src#unearth#unearth#unearth#unearth+#(1.5,--)(1.6,01562746)###SZ ( :DEF_WORD "unearth" :CLASS "10.8" :WN_SENSE (("1.5" --) ("1.6" 01562746)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go poss (unearth+ 2) (away_from poss (unearth+ 2) (at poss (unearth+ 2) (* thing 4))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unfasten#unfasten#unfasten#unfasten+ingly#(1.5,00771923,00771809)(1.6,00919360,00919225)###SZ ( :DEF_WORD "unfasten" :CLASS "23.3.a" :WN_SENSE (("1.5" 00771923 00771809) ("1.6" 00919360 00919225)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unfasten+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unfasten#unfasten#unfasten#unfasten+ed#(1.5,00771923,00771809)(1.6,00919360,00919225)###SZ ( :DEF_WORD "unfasten" :CLASS "23.3.b" :WN_SENSE (("1.5" 00771923 00771809) ("1.6" 00919360 00919225)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfasten+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unfix#unfix#unfix#unfix+ed####BJDMAP ( :DEF_WORD "unfix" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfix+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#unfold#unfold#unfold#unfold+ed#(1.5,01175179,00908083)(1.6,01405280,01087519)###SZ ( :DEF_WORD "unfold" :CLASS "45.4.a" :WN_SENSE (("1.5" 01175179 00908083) ("1.6" 01405280 01087519)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfold+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#unfold#unfold#unfold#unfold+ed#(1.5,01175179,00908083)(1.6,01405280,01087519)###SZ ( :DEF_WORD "unfold" :CLASS "45.4.b" :WN_SENSE (("1.5" 01175179 00908083) ("1.6" 01405280 01087519)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfold+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#unfold#unfold#unfold#unfold+ed#(1.5,01175179)(1.6,01405280)###SZ ( :DEF_WORD "unfold" :CLASS "45.4.c" :WN_SENSE (("1.5" 01175179) ("1.6" 01405280)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfold+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#unfurl#unfurl#unfurl#unfurl+ed#(1.5,00258958)(1.6,00303689)###SZ ( :DEF_WORD "unfurl" :CLASS "45.4.a" :WN_SENSE (("1.5" 00258958) ("1.6" 00303689)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unfurl+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unglue#unglue#unglue#unglue+ingly####SZ ( :DEF_WORD "unglue" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unglue+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unglue#unglue#unglue#unglue+ed####SZ ( :DEF_WORD "unglue" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unglue+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unhinge#unhinge#unhinge#unhinge+ingly#(1.5,00108224)(1.6,00123083)###SZ ( :DEF_WORD "unhinge" :CLASS "23.3.a" :WN_SENSE (("1.5" 00108224) ("1.6" 00123083)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unhinge+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unhinge#unhinge#unhinge#unhinge+ed#(1.5,00108224)(1.6,00123083)###SZ ( :DEF_WORD "unhinge" :CLASS "23.3.b" :WN_SENSE (("1.5" 00108224) ("1.6" 00123083)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unhinge+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unhitch#unhitch#unhitch#unhitch+ingly#(1.5,00760590)(1.6,00906393)###SZ ( :DEF_WORD "unhitch" :CLASS "23.3.a" :WN_SENSE (("1.5" 00760590) ("1.6" 00906393)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unhitch+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unhitch#unhitch#unhitch#unhitch+ed#(1.5,00760590)(1.6,00906393)###SZ ( :DEF_WORD "unhitch" :CLASS "23.3.b" :WN_SENSE (("1.5" 00760590) ("1.6" 00906393)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unhitch+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unhook#unhook#unhook#unhook+ingly#(1.5,00785674)(1.6,00935406)###SZ ( :DEF_WORD "unhook" :CLASS "23.3.a" :WN_SENSE (("1.5" 00785674) ("1.6" 00935406)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unhook+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unhook#unhook#unhook#unhook+ed#(1.5,00785674)(1.6,00935406)###SZ ( :DEF_WORD "unhook" :CLASS "23.3.b" :WN_SENSE (("1.5" 00785674) ("1.6" 00935406)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unhook+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#uniform#uniform#uniform#uniform+ed#(1.5,00031875)(1.6,00034901)###SZ ( :DEF_WORD "uniform" :CLASS "45.4.a" :WN_SENSE (("1.5" 00031875) ("1.6" 00034901)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (uniform+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#unify#unify#unify#unify+ed#(1.5,00841249,00146043)(1.6,01003100,00166362)###SZ ( :DEF_WORD "unify" :CLASS "22.2.a" :WN_SENSE (("1.5" 00841249 00146043) ("1.6" 01003100 00166362)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unify+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#unify#unify#unify#unify+ed#(1.5,00221242,00841249)(1.6,00257011,01003100)###SZ ( :DEF_WORD "unify" :CLASS "22.2.c" :WN_SENSE (("1.5" 00221242 00841249) ("1.6" 00257011 01003100)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unify+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#unionize#unionize#unionize#unionize+ed#(1.5,01378689)(1.6,01658698)###SZ ( :DEF_WORD "unionize" :CLASS "45.4.a" :WN_SENSE (("1.5" 01378689) ("1.6" 01658698)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unionize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#unionize#unionize#unionize#unionize+ed#(1.5,01378689)(1.6,01658698)###SZ ( :DEF_WORD "unionize" :CLASS "45.4.b" :WN_SENSE (("1.5" 01378689) ("1.6" 01658698)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unionize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#unionize#unionize#unionize#unionize+ed#(1.5,01377737)(1.6,01657599)###SZ ( :DEF_WORD "unionize" :CLASS "45.4.c" :WN_SENSE (("1.5" 01377737) ("1.6" 01657599)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unionize+ed 9)))) ) ;; Grid: 22.2.a#1#_ag_th,mod-poss(with)#unite#unite#unite#unite+ed#(1.5,00146043)(1.6,00166362)###SZ ( :DEF_WORD "unite" :CLASS "22.2.a" :WN_SENSE (("1.5" 00146043) ("1.6" 00166362)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unite+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.2.c#1#_th#unite#unite#unite#unite+ed#(1.5,00221242,01398086,01483441,00235566)(1.6,00257011,01682716,01789163,01682716)###SZ ( :DEF_WORD "unite" :CLASS "22.2.c" :WN_SENSE (("1.5" 00221242 01398086 01483441 00235566) ("1.6" 00257011 01682716 01789163 01682716)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unite+ed 9)))) :VAR_SPEC ((2 (num plur))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unlace#unlace#unlace#unlace+ingly#(1.5,00735837)(1.6,00877495)###SZ ( :DEF_WORD "unlace" :CLASS "23.3.a" :WN_SENSE (("1.5" 00735837) ("1.6" 00877495)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unlace+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unlace#unlace#unlace#unlace+ed#(1.5,00735837)(1.6,00877495)###SZ ( :DEF_WORD "unlace" :CLASS "23.3.b" :WN_SENSE (("1.5" 00735837) ("1.6" 00877495)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unlace+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unlatch#unlatch#unlatch#unlatch+ingly####SZ ( :DEF_WORD "unlatch" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unlatch+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unlatch#unlatch#unlatch#unlatch+ed####SZ ( :DEF_WORD "unlatch" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unlatch+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.3.a.ii#1#_exp_perc#unlearn#unlearn#unlearn#unlearn+ingly#(1.5,00335646,00335519)(1.6,00404273,00404146)###BJDMAP ( :DEF_WORD "unlearn" :CLASS "31.3.a.ii" :WN_SENSE (("1.5" 00335646 00335519) ("1.6" 00404273 00404146)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act perc (* thing 2) ((about 7) perc (thing 2) (* thing 8)) (unlearn+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unleash#unleash#unleash#unleash+ingly#(1.5,00848030)(1.6,01011908)###SZ ( :DEF_WORD "unleash" :CLASS "23.3.a" :WN_SENSE (("1.5" 00848030) ("1.6" 01011908)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unleash+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unleash#unleash#unleash#unleash+ed#(1.5,00848030)(1.6,01011908)###SZ ( :DEF_WORD "unleash" :CLASS "23.3.b" :WN_SENSE (("1.5" 00848030) ("1.6" 01011908)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unleash+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#unload#unload#unload#unload+ed#(1.5,--)(1.6,01021143)###SZ ( :DEF_WORD "unload" :CLASS "10.6.a" :WN_SENSE (("1.5" --) ("1.6" 01021143)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unload+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unlock#unlock#unlock#unlock+ingly#(1.5,00775112,00868843,00131515)(1.6,00922877,01038065,00150029)###SZ ( :DEF_WORD "unlock" :CLASS "23.3.a" :WN_SENSE (("1.5" 00775112 00868843 00131515) ("1.6" 00922877 01038065 00150029)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unlock+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unlock#unlock#unlock#unlock+ed#(1.5,00775112,00868843,00131515)(1.6,00922877,01038065,00150029)###SZ ( :DEF_WORD "unlock" :CLASS "23.3.b" :WN_SENSE (("1.5" 00775112 00868843 00131515) ("1.6" 00922877 01038065 00150029)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unlock+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#unnerve#unnerve#unnerve#unnerve+ingly#(1.5,01016169)(1.6,01218326)###SZ ( :DEF_WORD "unnerve" :CLASS "31.1.a" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (unnerve+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#unnerve#unnerve#unnerve#unnerve+ingly#(1.5,01016169)(1.6,01218326)###SZ ( :DEF_WORD "unnerve" :CLASS "31.1.b" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (unnerve+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unpeg#unpeg#unpeg#unpeg+ingly####SZ ( :DEF_WORD "unpeg" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unpeg+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unpeg#unpeg#unpeg#unpeg+ed####SZ ( :DEF_WORD "unpeg" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unpeg+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unpin#unpin#unpin#unpin+ingly#(1.5,00787159)(1.6,00937015)###SZ ( :DEF_WORD "unpin" :CLASS "23.3.a" :WN_SENSE (("1.5" 00787159) ("1.6" 00937015)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unpin+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unpin#unpin#unpin#unpin+ed#(1.5,00787159)(1.6,00937015)###SZ ( :DEF_WORD "unpin" :CLASS "23.3.b" :WN_SENSE (("1.5" 00787159) ("1.6" 00937015)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unpin+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#unravel#unravel#unravel#unravel+ed#(1.5,00874718)(1.6,01045069)###SZ ( :DEF_WORD "unravel" :CLASS "10.6.a" :WN_SENSE (("1.5" 00874718) ("1.6" 01045069)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unravel+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.8#1#_ag_src#unreel#unreel#unreel#unreel+####SZ ( :DEF_WORD "unreel" :CLASS "10.8" :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go poss (unreel+ 2) (away_from poss (unreel+ 2) (at poss (unreel+ 2) (* thing 4))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#unroll#unroll#unroll#unroll+ed#(1.5,00258958)(1.6,00303689)###SZ ( :DEF_WORD "unroll" :CLASS "45.4.a" :WN_SENSE (("1.5" 00258958) ("1.6" 00303689)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unroll+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unscrew#unscrew#unscrew#unscrew+ingly#(1.5,00776797)(1.6,00925695)###SZ ( :DEF_WORD "unscrew" :CLASS "23.3.a" :WN_SENSE (("1.5" 00776797) ("1.6" 00925695)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unscrew+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unscrew#unscrew#unscrew#unscrew+ed#(1.5,00776797)(1.6,00925695)###SZ ( :DEF_WORD "unscrew" :CLASS "23.3.b" :WN_SENSE (("1.5" 00776797) ("1.6" 00925695)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unscrew+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#unsettle#unsettle#unsettle#unsettle+ingly#(1.5,01016169)(1.6,01218326)###SZ ( :DEF_WORD "unsettle" :CLASS "31.1.a" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (unsettle+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#unsettle#unsettle#unsettle#unsettle+ingly#(1.5,01016169)(1.6,01218326)###SZ ( :DEF_WORD "unsettle" :CLASS "31.1.b" :WN_SENSE (("1.5" 01016169) ("1.6" 01218326)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (unsettle+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unshackle#unshackle#unshackle#unshackle+ingly####SZ ( :DEF_WORD "unshackle" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unshackle+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unshackle#unshackle#unshackle#unshackle+ed####SZ ( :DEF_WORD "unshackle" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unshackle+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.8#1#_ag_src#unsheathe#unsheathe#unsheathe#unsheathe+#(1.5,00909104)(1.6,01088818)###SZ ( :DEF_WORD "unsheathe" :CLASS "10.8" :WN_SENSE (("1.5" 00909104) ("1.6" 01088818)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go poss (unsheathe+ 2) (away_from poss (unsheathe+ 2) (at poss (unsheathe+ 2) (* thing 4))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unstaple#unstaple#unstaple#unstaple+ingly#(1.5,00786403)(1.6,00936156)###SZ ( :DEF_WORD "unstaple" :CLASS "23.3.a" :WN_SENSE (("1.5" 00786403) ("1.6" 00936156)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unstaple+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unstaple#unstaple#unstaple#unstaple+ed#(1.5,00786403)(1.6,00936156)###SZ ( :DEF_WORD "unstaple" :CLASS "23.3.b" :WN_SENSE (("1.5" 00786403) ("1.6" 00936156)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unstaple+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unstitch#unstitch#unstitch#unstitch+ingly####SZ ( :DEF_WORD "unstitch" :CLASS "23.3.a" :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unstitch+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unstitch#unstitch#unstitch#unstitch+ed####SZ ( :DEF_WORD "unstitch" :CLASS "23.3.b" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unstitch+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#untie#untie#untie#untie+ingly#(1.5,00735837)(1.6,00877495)###SZ ( :DEF_WORD "untie" :CLASS "23.3.a" :WN_SENSE (("1.5" 00735837) ("1.6" 00877495)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (untie+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#untie#untie#untie#untie+ed#(1.5,00735837)(1.6,00877495)###SZ ( :DEF_WORD "untie" :CLASS "23.3.b" :WN_SENSE (("1.5" 00735837) ("1.6" 00877495)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (untie+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.8#1#_ag_src#unveil#unveil#unveil#unveil+#(1.5,00852456,00852587)(1.6,01017658,01017835)###SZ ( :DEF_WORD "unveil" :CLASS "10.8" :WN_SENSE (("1.5" 00852456 00852587) ("1.6" 01017658 01017835)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go poss (unveil+ 2) (away_from poss (unveil+ 2) (at poss (unveil+ 2) (* thing 4))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#unwind#unwind#unwind#unwind+ed#(1.5,00016876,00017405,00876455)(1.6,00018031,00018644,01047336)###SZ ( :DEF_WORD "unwind" :CLASS "45.4.a" :WN_SENSE (("1.5" 00016876 00017405 00876455) ("1.6" 00018031 00018644 01047336)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unwind+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.3.a#1#,ag_th_src(from)#unzip#unzip#unzip#unzip+ingly#(1.5,00770249)(1.6,00917491)###SZ ( :DEF_WORD "unzip" :CLASS "23.3.a" :WN_SENSE (("1.5" 00770249) ("1.6" 00917491)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 ",ag_th_src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (unzip+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.3.b#1#,ag_th#unzip#unzip#unzip#unzip+ed#(1.5,00770249)(1.6,00917491)###SZ ( :DEF_WORD "unzip" :CLASS "23.3.b" :WN_SENSE (("1.5" 00770249) ("1.6" 00917491)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (unzip+ed 9))))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#upbraid#upbraid#upbraid#upbraid+ingly#(1.5,00463794)(1.6,00560318)###SZ ( :DEF_WORD "upbraid" :CLASS "33.b" :WN_SENSE (("1.5" 00463794) ("1.6" 00560318)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (upbraid+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#upgrade#upgrade#upgrade#upgrade+ingly#(1.5,01357178)(1.6,01633376)###SZ ( :DEF_WORD "upgrade" :CLASS "29.1.a" :WN_SENSE (("1.5" 01357178) ("1.6" 01633376)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (upgrade+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#upgrade#upgrade#upgrade#upgrade+ingly#(1.5,01357178)(1.6,01633376)###SZ ( :DEF_WORD "upgrade" :CLASS "29.1.a" :WN_SENSE (("1.5" 01357178) ("1.6" 01633376)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (upgrade+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 47.8.c#1#_th_loc#uphold#uphold#uphold#uphold+ingly#(1.5,01514891,00503899)(1.6,01828422,00607177)###SZ ( :DEF_WORD "uphold" :CLASS "47.8.c" :WN_SENSE (("1.5" 01514891 00503899) ("1.6" 01828422 00607177)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_th_loc")) :LCS (be loc (* thing 2) (in loc (thing 2) (* thing 11)) (uphold+ingly 26)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#upholster#upholster#upholster#upholster+ed#(1.5,01331513)(1.6,01598993)###BJDMAP ( :DEF_WORD "upholster" :CLASS "9.7.d" :WN_SENSE (("1.5" 01331513) ("1.6" 01598993)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (upholster+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#uplift#uplift#uplift#uplift+ingly#(1.5,01068356,01031857)(1.6,01279964,01236227)###SZ ( :DEF_WORD "uplift" :CLASS "31.1.a" :WN_SENSE (("1.5" 01068356 01031857) ("1.6" 01279964 01236227)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (uplift+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#uplift#uplift#uplift#uplift+ingly#(1.5,01031857)(1.6,01236227)###SZ ( :DEF_WORD "uplift" :CLASS "31.1.b" :WN_SENSE (("1.5" 01031857) ("1.6" 01236227)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (uplift+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 10.1#1#_ag_th,src()#uproot#uproot#uproot#uproot+ingly#(1.5,01437260,01058948,00951251,00902235)(1.6,01730589,01079137,01141564,01079137)#loc##SZ ( :DEF_WORD "uproot" :CLASS "10.1" :WN_SENSE (("1.5" 01437260 01058948 00951251 00902235) ("1.6" 01730589 01079137 01141564 01079137)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (uproot+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 11.1#1#_ag_th,goal(to),src(from)#ups#ups#ups#ups+ingly####SZ ( :DEF_WORD "ups" :CLASS "11.1" :PROPBANK ("arg0 arg1 arg2(to) arg2(from)") :THETA_ROLES ((1 "_ag_th,goal(to),src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (ups+ingly 26)) :VAR_SPEC ((3 :optional) (5 :optional) (1 (animate +))) ) ;; Grid: 11.1#2#_ag_goal_th,src(from)#ups#ups#ups#ups+ingly####SZ ( :DEF_WORD "ups" :CLASS "11.1" :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4)))) (ups+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#upset#upset#upset#upset+ingly#(1.5,01019562,01008411)(1.6,01222254,01208224)###SZ ( :DEF_WORD "upset" :CLASS "31.1.a" :WN_SENSE (("1.5" 01019562 01008411) ("1.6" 01222254 01208224)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (upset+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#upset#upset#upset#upset+ingly#(1.5,01008411,01019562)(1.6,01208224,01222254)###SZ ( :DEF_WORD "upset" :CLASS "31.1.b" :WN_SENSE (("1.5" 01008411 01019562) ("1.6" 01208224 01222254)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (upset+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#urbanize#urbanize#urbanize#urbanize+ed#(1.5,00294094)(1.6,00348785)###SZ ( :DEF_WORD "urbanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00294094) ("1.6" 00348785)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (urbanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 002#1#_ag_th,prop(to)#urge#urge#urge#urge+ingly#(1.5,00429831,00481694)(1.6,00519742,00582621)###SZ ( :DEF_WORD "urge" :CLASS "002" :WN_SENSE (("1.5" 00429831 00481694) ("1.6" 00519742 00582621)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (urge+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#urinate#urinate#urinate#urinate+ingly#(1.5,00045117)(1.6,00050470)###BJDMAP ( :DEF_WORD "urinate" :CLASS "40.1.2" :WN_SENSE (("1.5" 00045117) ("1.6" 00050470)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (urinate+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#use#use#use#use+ingly#(1.5,00658243,00658041,01453934)(1.6,00788109,00787825,01752442)###SZ ( :DEF_WORD "use" :CLASS "29.2.a" :WN_SENSE (("1.5" 00658243 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (use+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#use#use#use#use+ed#(1.5,00658243,00658041,01453934)(1.6,00788109,00787825,01752442)###SZ ( :DEF_WORD "use" :CLASS "29.2.c" :WN_SENSE (("1.5" 00658243 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (use+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#use#use#use#use+ingly#(1.5,00658243,00658041,01453934)(1.6,00788109,00787825,01752442)###SZ ( :DEF_WORD "use" :CLASS "29.2.d" :WN_SENSE (("1.5" 00658243 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (use+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 54.3.a#1#_th_poss#use#use#use#use+ingly#(1.5,00661760,00658041,01453934)(1.6,00788109,00787825,01752442)###SZ ( :DEF_WORD "use" :CLASS "54.3.a" :WN_SENSE (("1.5" 00661760 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg1 arg1-PRD") :THETA_ROLES ((1 "_th_poss")) :LCS (be poss (* thing 2) (at poss (thing 2) (* thing 12)) (use+ingly 26)) ) ;; Grid: 54.3.b#1#_ag_th_loc()#use#use#use#use+ingly#(1.5,00661760,00658041,01453934)(1.6,00788109,00787825,01752442)###SZ ( :DEF_WORD "use" :CLASS "54.3.b" :WN_SENSE (("1.5" 00661760 00658041 01453934) ("1.6" 00788109 00787825 01752442)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th_loc()")) :LCS (let (* thing 1) (be loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (use+ingly 26)) ) ;; Grid: 29.8.a#1#_ag,ben(for)#usher#usher#usher#usher+ingly#(1.5,01142152)(1.6,01364900)###SZ ( :DEF_WORD "usher" :CLASS "29.8.a" :WN_SENSE (("1.5" 01142152) ("1.6" 01364900)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (usher+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#usher#usher#usher#usher+ingly#(1.5,01142152)(1.6,01364900)###SZ ( :DEF_WORD "usher" :CLASS "29.8.b" :WN_SENSE (("1.5" 01142152) ("1.6" 01364900)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (usher+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.c#1#_th_goal#usurp#usurp#usurp#usurp+ingly#(1.5,01294295)(1.6,01554898)###SZ ( :DEF_WORD "usurp" :CLASS "51.3.2.c" :WN_SENSE (("1.5" 01294295) ("1.6" 01554898)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_goal")) :LCS (go loc (* thing 2) (to loc (thing 2) (above loc (thing 2) (* thing 6))) (usurp+ingly 26)) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#utilize#utilize#utilize#utilize+ingly#(1.5,01363428)(1.6,01640620)###SZ ( :DEF_WORD "utilize" :CLASS "29.2.a" :WN_SENSE (("1.5" 01363428) ("1.6" 01640620)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (utilize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#utilize#utilize#utilize#utilize+ed#(1.5,00658243)(1.6,00788109)###SZ ( :DEF_WORD "utilize" :CLASS "29.2.c" :WN_SENSE (("1.5" 00658243) ("1.6" 00788109)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (utilize+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#utter#utter#utter#utter+ingly#(1.5,00529407,00530290,00554586)(1.6,00636716,00638109,00665595)###SZ ( :DEF_WORD "utter" :CLASS "37.7.b" :WN_SENSE (("1.5" 00529407 00530290 00554586) ("1.6" 00636716 00638109 00665595)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (utter+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 51.1.d#1#_th,src(from)#retire#retire#retire#retire+ingly#(1.5,01084517,01138055)(1.6,01299128,01360050)###BJDMAP ! ;; Grid: 51.1.d#1#_th,src(from)#graduate#graduate#graduate#graduate+ingly#(1.5,01288801)(1.6,01549042)###BJDMAP ! ;; Grid: 51.1.d#1#_th,src(from)#emigrate#emigrate#emigrate#emigrate+ingly#(1.5,00247039)(1.6,00289068)###BJDMAP ! ;; Grid: 51.1.d#1#_th,src(from)#alight#alight#alight#alight+ingly#(1.5,01127961)(1.6,01347582)###BJDMAP ! ;; Grid: 51.1.d#1#_th,src(),goal()#gravitate#gravitate#gravitate#gravitate+ingly#(1.5,01549555)(1.6,01869403)###BJDMAP ! ;; Grid: 51.1.d#1#_th,src#vacate#vacate#vacate#vacate+ingly#(1.5,01341543)(1.6,01612615)###BJDMAP ( :DEF_WORD "vacate" :CLASS "51.1.d" :WN_SENSE (("1.5" 01341543) ("1.6" 01612615)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,src")) :LCS (go loc (* thing 2) (away_from loc (thing 2) (at loc (thing 2) (* thing 4))) (vacate+ingly 26)) :VAR_SPEC ((4 :optional) (2 (animate +))) ) ;; Grid: 56.b#1#_th,loc()#vacation#vacation#vacation#vacation+#(1.5,01532824)(1.6,01850380)###BJDMAP ( :DEF_WORD "vacation" :CLASS "56.b" :WN_SENSE (("1.5" 01532824) ("1.6" 01850380)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (vacation+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(from)#vaccinate#vaccinate#vaccinate#vaccinate+ed#(1.5,00052282)(1.6,00058927)###SZ ( :DEF_WORD "vaccinate" :CLASS "10.6.a" :WN_SENSE (("1.5" 00052282) ("1.6" 00058927)) :PROPBANK ("arg0 arg1 arg2(from)") :THETA_ROLES ((1 "_ag_th,mod-poss(from)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vaccinate+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#vacillate#vacillate#vacillate#vacillate+ingly#(1.5,01070230)(1.6,01281924)###BJDMAP ( :DEF_WORD "vacillate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01070230) ("1.6" 01281924)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (vacillate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 10.4.2.a#1#_ag_th_src(),instr(with)#vacuum#vacuum#vacuum#vacuum+ingly#(1.5,00710182)(1.6,00848868)###SZ ( :DEF_WORD "vacuum" :CLASS "10.4.2.a" :WN_SENSE (("1.5" 00710182) ("1.6" 00848868)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_src(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (vacuum+ingly 26) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.2.b#1#_ag_th#vacuum#vacuum#vacuum#vacuum+ed#(1.5,00710182)(1.6,00848868)###SZ ( :DEF_WORD "vacuum" :CLASS "10.4.2.b" :WN_SENSE (("1.5" 00710182) ("1.6" 00848868)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vacuum+ed 9))))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#valet#valet#valet#valet+ingly#(1.5,01438851)(1.6,01732641)###SZ ( :DEF_WORD "valet" :CLASS "29.8.a" :WN_SENSE (("1.5" 01438851) ("1.6" 01732641)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (valet+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#valet#valet#valet#valet+ingly#(1.5,01438851)(1.6,01732641)###SZ ( :DEF_WORD "valet" :CLASS "29.8.b" :WN_SENSE (("1.5" 01438851) ("1.6" 01732641)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (valet+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#valorize#valorize#valorize#valorize+ed####SZ ( :DEF_WORD "valorize" :CLASS "45.4.a" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (valorize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "29.2.a" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (value+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "29.2.b" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (value+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#value#value#value#value+ed#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "29.2.c" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (value+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "29.2.d" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (value+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "31.2.a" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (value+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "31.2.b" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (value+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.c#1#_exp_prop(that)#value#value#value#value+ingly#(1.5,00390535,01284370)(1.6,00469237,01544040)###SZ ( :DEF_WORD "value" :CLASS "31.2.c" :WN_SENSE (("1.5" 00390535 01284370) ("1.6" 00469237 01544040)) :PROPBANK ("arg0 arg1-PRD(that)") :THETA_ROLES ((1 "_exp_prop(that)")) :LCS (be perc (* thing 2) (at circ (thing 2) (* nil 27)) (value+ingly 26)) :VAR_SPEC ((2 (human +)) (27 (thing -) (cform fin))) ) ;; Grid: 31.2.g#1#_exp_perc#value#value#value#value+ingly#(1.5,00390535)(1.6,00469237)###SZ ( :DEF_WORD "value" :CLASS "31.2.g" :WN_SENSE (("1.5" 00390535) ("1.6" 00469237)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (value+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 54.4#1#_ag_th_loc(at)#value#value#value#value+ingly#(1.5,00391295,00383005,00370825)(1.6,00470089,00459984,00445269)###SZ ( :DEF_WORD "value" :CLASS "54.4" :WN_SENSE (("1.5" 00391295 00383005 00370825) ("1.6" 00470089 00459984 00445269)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th_loc(at)")) :LCS (cause (* thing 1) (be ident (* thing 2) ((* at 10) ident (thing 2) (thing 11))) (value+ingly 26)) ) ;; Grid: 48.2#1#_th#vanish#vanish#vanish#vanish+ingly#(1.5,00253904,01230053)(1.6,00297331,01475232)###SZ ( :DEF_WORD "vanish" :CLASS "48.2" :WN_SENSE (("1.5" 00253904 01230053) ("1.6" 00297331 01475232)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9))) (vanish+ingly 26)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#vanquish#vanquish#vanquish#vanquish+ingly#(1.5,--)(1.6,00745640)###SZ ( :DEF_WORD "vanquish" :CLASS "10.5" :WN_SENSE (("1.5" --) ("1.6" 00745640)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (vanquish+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vaporize#vaporize#vaporize#vaporize+ed#(1.5,00263622)(1.6,00308947)###SZ ( :DEF_WORD "vaporize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vaporize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#vaporize#vaporize#vaporize#vaporize+ed#(1.5,00263622)(1.6,00308947)###SZ ( :DEF_WORD "vaporize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vaporize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#vaporize#vaporize#vaporize#vaporize+ed#(1.5,00263622)(1.6,00308947)###SZ ( :DEF_WORD "vaporize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00263622) ("1.6" 00308947)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vaporize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#variegate#variegate#variegate#variegate+ed#(1.5,00259986)(1.6,00304906)###SZ ( :DEF_WORD "variegate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00259986) ("1.6" 00304906)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (variegate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 24#1#,ag_th,instr(with)#varnish#varnish#varnish#varnish+ed#(1.5,00725642)(1.6,00865827)###SZ ( :DEF_WORD "varnish" :CLASS "24" :WN_SENSE (("1.5" 00725642) ("1.6" 00865827)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (varnish+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vary#vary#vary#vary+ed#(1.5,00071241,00259986)(1.6,00082064,00304906)###SZ ( :DEF_WORD "vary" :CLASS "45.4.a" :WN_SENSE (("1.5" 00071241 00259986) ("1.6" 00082064 00304906)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vary+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#vary#vary#vary#vary+ed#(1.5,00071241,00259986)(1.6,00082064,00304906)###SZ ( :DEF_WORD "vary" :CLASS "45.4.b" :WN_SENSE (("1.5" 00071241 00259986) ("1.6" 00082064 00304906)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vary+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#vary#vary#vary#vary+ed#(1.5,00071241,01505990)(1.6,00082064,01816538)###SZ ( :DEF_WORD "vary" :CLASS "45.4.c" :WN_SENSE (("1.5" 00071241 01505990) ("1.6" 00082064 01816538)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vary+ed 9)))) ) ;; Grid: 45.6#1#_th#vary#vary#vary#vary+ed#(1.5,01505990)(1.6,01816538)###SZ ( :DEF_WORD "vary" :CLASS "45.6" :WN_SENSE (("1.5" 01505990) ("1.6" 01816538)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vary+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 13.3#2#_ag_th,goal#vaticinate#vaticinate#vaticinate#vaticinate+ingly####SZ ( :DEF_WORD "vaticinate" :CLASS "13.3" :PROPBANK ("arg0 arg1 arg2") :THETA_ROLES ((2 "_ag_th,goal")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (vaticinate+ingly 26)) :VAR_SPEC ((6 :optional) (1 (animate +))) ) ;; Grid: 29.5.e#1#_ag_info#vaticinate#vaticinate#vaticinate#vaticinate+ingly####SZ ( :DEF_WORD "vaticinate" :CLASS "29.5.e" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_info")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (vaticinate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 51.3.2.a.i#1#_th#vault#vault#vault#vault+ingly#(1.5,01119544)(1.6,01338123)###SZ ( :DEF_WORD "vault" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01119544) ("1.6" 01338123)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (vault+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#vault#vault#vault#vault+ingly#(1.5,01119544)(1.6,01338123)###SZ ( :DEF_WORD "vault" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01119544) ("1.6" 01338123)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (vault+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 37.8.b#3#_goal_info(about)#vaunt#vaunt#vaunt#vaunt+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ( :DEF_WORD "vaunt" :CLASS "37.8.b" :WN_SENSE (("1.5" 00496150) ("1.6" 00598488)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((3 "_goal_info(about)")) :LCS (cause (thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (vaunt+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#veer#veer#veer#veer+ingly#(1.5,01162716)(1.6,01389779)###BJDMAP ( :DEF_WORD "veer" :CLASS "47.7.a" :WN_SENSE (("1.5" 01162716) ("1.6" 01389779)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (veer+ingly 26)) ) ;; Grid: 9.8.a#1#_mod-poss_th#veil#veil#veil#veil+ed#(1.5,00852313)(1.6,01017466)###SZ ( :DEF_WORD "veil" :CLASS "9.8.a" :WN_SENSE (("1.5" 00852313) ("1.6" 01017466)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (veil+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#veil#veil#veil#veil+ed#(1.5,00852313)(1.6,01017466)###SZ ( :DEF_WORD "veil" :CLASS "9.8.b" :WN_SENSE (("1.5" 00852313) ("1.6" 01017466)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (veil+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#veil#veil#veil#veil+ed#(1.5,00852313)(1.6,01017466)###SZ ( :DEF_WORD "veil" :CLASS "9.8.d" :WN_SENSE (("1.5" 00852313) ("1.6" 01017466)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (veil+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#veil#veil#veil#veil+ed#(1.5,00852313)(1.6,01017466)###SZ ( :DEF_WORD "veil" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00852313) ("1.6" 01017466)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (veil+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#vein#vein#vein#vein+ed#(1.5,00971803)(1.6,01163822)###SZ ( :DEF_WORD "vein" :CLASS "9.8.a" :WN_SENSE (("1.5" 00971803) ("1.6" 01163822)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (vein+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#vein#vein#vein#vein+ed#(1.5,00971803)(1.6,01163822)###SZ ( :DEF_WORD "vein" :CLASS "9.8.b" :WN_SENSE (("1.5" 00971803) ("1.6" 01163822)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (vein+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#vein#vein#vein##(1.5,00971803)(1.6,01163822)#loc#(th = vein+)#SZ ( :DEF_WORD "vein" :CLASS "10.7" :WN_SENSE (("1.5" 00971803) ("1.6" 01163822)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (vein+ 2) (from loc (vein+ 2) (at loc (vein+ 2) (* thing 4))))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#veneer#veneer#veneer#veneer+ed#(1.5,00725768)(1.6,00865953)###SZ ( :DEF_WORD "veneer" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00725768) ("1.6" 00865953)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (veneer+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#venerate#venerate#venerate#venerate+ingly#(1.5,01013171)(1.6,01214306)###SZ ( :DEF_WORD "venerate" :CLASS "31.2.a" :WN_SENSE (("1.5" 01013171) ("1.6" 01214306)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (venerate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#venerate#venerate#venerate#venerate+ingly#(1.5,01013171)(1.6,01214306)###SZ ( :DEF_WORD "venerate" :CLASS "31.2.b" :WN_SENSE (("1.5" 01013171) ("1.6" 01214306)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (venerate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#venerate#venerate#venerate#venerate+ingly#(1.5,01013171)(1.6,01214306)###SZ ( :DEF_WORD "venerate" :CLASS "31.2.g" :WN_SENSE (("1.5" 01013171) ("1.6" 01214306)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (venerate+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#ventilate#ventilate#ventilate#ventilate+ed#(1.5,00287179)(1.6,00340255)###SZ ( :DEF_WORD "ventilate" :CLASS "45.4.a" :WN_SENSE (("1.5" 00287179) ("1.6" 00340255)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (ventilate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 008#1#_ag_th,goal(on)#venture#venture#venture#venture+ingly####SZ ( :DEF_WORD "venture" :CLASS "008" :PROPBANK ("arg0 arg1 arg2(on)") :THETA_ROLES ((1 "_ag_th,goal(on)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) (venture+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#venture#venture#venture#venture+ingly#(1.5,01344182)(1.6,01616283)###SZ ( :DEF_WORD "venture" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01344182) ("1.6" 01616283)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (venture+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#venture#venture#venture#venture+ingly#(1.5,01344182)(1.6,01616283)###SZ ( :DEF_WORD "venture" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01344182) ("1.6" 01616283)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (venture+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#verify#verify#verify#verify+ed#(1.5,00373014)(1.6,00448015)###SZ ( :DEF_WORD "verify" :CLASS "29.2.c" :WN_SENSE (("1.5" 00373014) ("1.6" 00448015)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (verify+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#versify#versify#versify#versify+ed#(1.5,00975262)(1.6,01167809)###SZ ( :DEF_WORD "versify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00975262) ("1.6" 01167809)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (versify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#vest#vest#vest#vest+ingly#(1.5,01351223,00033583)(1.6,01625681,00037183)###SZ ( :DEF_WORD "vest" :CLASS "9.7.a" :WN_SENSE (("1.5" 01351223 00033583) ("1.6" 01625681 00037183)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (vest+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#vest#vest#vest#vest+ed#(1.5,01351223,00033583)(1.6,01625681,00037183)###SZ ( :DEF_WORD "vest" :CLASS "9.7.d" :WN_SENSE (("1.5" 01351223 00033583) ("1.6" 01625681 00037183)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vest+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#vex#vex#vex#vex+ingly#(1.5,01018552)(1.6,01221002)###SZ ( :DEF_WORD "vex" :CLASS "31.1.a" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (vex+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#vex#vex#vex#vex+ingly#(1.5,01018552)(1.6,01221002)###SZ ( :DEF_WORD "vex" :CLASS "31.1.b" :WN_SENSE (("1.5" 01018552) ("1.6" 01221002)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (vex+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vibrate#vibrate#vibrate#vibrate+ed#(1.5,01070825)(1.6,01282650)###SZ ( :DEF_WORD "vibrate" :CLASS "45.4.a" :WN_SENSE (("1.5" 01070825) ("1.6" 01282650)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vibrate+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#vibrate#vibrate#vibrate#vibrate+ed#(1.5,01070825)(1.6,01282650)###SZ ( :DEF_WORD "vibrate" :CLASS "45.4.b" :WN_SENSE (("1.5" 01070825) ("1.6" 01282650)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vibrate+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#vibrate#vibrate#vibrate#vibrate+ed#(1.5,01070825)(1.6,01282650)###SZ ( :DEF_WORD "vibrate" :CLASS "45.4.c" :WN_SENSE (("1.5" 01070825) ("1.6" 01282650)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vibrate+ed 9)))) ) ;; Grid: 47.3.a#1#_th,loc()#vibrate#vibrate#vibrate#vibrate+ingly#(1.5,01070825,01077536)(1.6,01282650,01290861)###SZ ( :DEF_WORD "vibrate" :CLASS "47.3.a" :WN_SENSE (("1.5" 01070825 01077536) ("1.6" 01282650 01290861)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (vibrate+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#vibrate#vibrate#vibrate#vibrate+ingly#(1.5,01077536)(1.6,01290861)###SZ ( :DEF_WORD "vibrate" :CLASS "47.3.b" :WN_SENSE (("1.5" 01077536) ("1.6" 01290861)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (vibrate+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#victimize#victimize#victimize#victimize+ingly#(1.5,01456006,01415507)(1.6,01755199,01704037)###SZ ( :DEF_WORD "victimize" :CLASS "33.b" :WN_SENSE (("1.5" 01456006 01415507) ("1.6" 01755199 01704037)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (victimize+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#vie#vie#vie#vie+ingly#(1.5,00605050)(1.6,00727087)###SZ ( :DEF_WORD "vie" :CLASS "36.1.c" :WN_SENSE (("1.5" 00605050) ("1.6" 00727087)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (vie+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#vie#vie#vie#vie+ingly#(1.5,00605050)(1.6,00727087)###SZ ( :DEF_WORD "vie" :CLASS "36.1.d" :WN_SENSE (("1.5" 00605050) ("1.6" 00727087)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (vie+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#view#view#view#view+ingly#(1.5,00388394)(1.6,00466852)###SZ ( :DEF_WORD "view" :CLASS "29.2.a" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (view+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.b#1#_exp_perc,mod-prop(to)#view#view#view#view+ingly#(1.5,00388394)(1.6,00466852)###SZ ( :DEF_WORD "view" :CLASS "29.2.b" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (view+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#view#view#view#view+ed#(1.5,00388394)(1.6,00466852)###SZ ( :DEF_WORD "view" :CLASS "29.2.c" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (view+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#view#view#view#view+ingly#(1.5,00388394)(1.6,00466852)###SZ ( :DEF_WORD "view" :CLASS "29.2.d" :WN_SENSE (("1.5" 00388394) ("1.6" 00466852)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (view+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 30.2.a.i#1#_exp_perc#view#view#view#view+ingly#(1.5,01215948)(1.6,01457618)###SZ ( :DEF_WORD "view" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01215948) ("1.6" 01457618)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (view+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#view#view#view#view+ingly#(1.5,01215948)(1.6,01457618)###SZ ( :DEF_WORD "view" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01215948) ("1.6" 01457618)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (view+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#view#view#view#view+ingly#(1.5,01215948)(1.6,01457618)###SZ ( :DEF_WORD "view" :CLASS "30.2.c" :WN_SENSE (("1.5" 01215948) ("1.6" 01457618)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (view+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#vilify#vilify#vilify#vilify+ingly#(1.5,00475658)(1.6,00574815)###SZ ( :DEF_WORD "vilify" :CLASS "33.b" :WN_SENSE (("1.5" 00475658) ("1.6" 00574815)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (vilify+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#vindicate#vindicate#vindicate#vindicate+ingly#(1.5,00504037)(1.6,00607301)###SZ ( :DEF_WORD "vindicate" :CLASS "31.2.b" :WN_SENSE (("1.5" 00504037) ("1.6" 00607301)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (vindicate+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.1.c#1#_perc(that)_exp#embarrass#embarrass#embarrass#embarrass+ed#(1.5,01020392)(1.6,01223592)###BJDMAP ! ;; Grid: 31.1.a#1#_ag_exp,instr(with)#violate#violate#violate#violate+ingly#(1.5,00687261)(1.6,00822018)###BJDMAP ( :DEF_WORD "violate" :CLASS "31.1.a" :WN_SENSE (("1.5" 00687261) ("1.6" 00822018)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (violate+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 36.3.a#1#_ag_mod-poss(with)#visit#visit#visit#visit+ingly#(1.5,01408587,00587229)(1.6,01695318,00703394)###SZ ( :DEF_WORD "visit" :CLASS "36.3.a" :WN_SENSE (("1.5" 01408587 00587229) ("1.6" 01695318 00703394)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (visit+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.3.a#2#_ag_mod-poss#visit#visit#visit#visit+ingly#(1.5,01408587,00587229)(1.6,01695318,00703394)###SZ ( :DEF_WORD "visit" :CLASS "36.3.a" :WN_SENSE (("1.5" 01408587 00587229) ("1.6" 01695318 00703394)) :PROPBANK ("arg0 arg3") :THETA_ROLES ((2 "_ag_mod-poss")) :LCS (act loc (* thing 1) ((with 15) poss (*head*) (* thing 16)) (visit+ingly 26)) :VAR_SPEC ((16 :obligatory) (1 (human +))) ) ;; Grid: 36.3.b#1#_ag#visit#visit#visit#visit+ingly#(1.5,01408587,00587229)(1.6,01695318,00703394)###SZ ( :DEF_WORD "visit" :CLASS "36.3.b" :WN_SENSE (("1.5" 01408587 00587229) ("1.6" 01695318 00703394)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (visit+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 29.2.a#1#_exp_perc,mod-pred(as)#visualize#visualize#visualize#visualize+ingly#(1.5,00936049)(1.6,01123901)###SZ ( :DEF_WORD "visualize" :CLASS "29.2.a" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (visualize+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.2.c#1#_ag_th,mod-pred(as)#visualize#visualize#visualize#visualize+ed#(1.5,00936049)(1.6,01123901)###SZ ( :DEF_WORD "visualize" :CLASS "29.2.c" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_ag_th,mod-pred(as)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (visualize+ed 9))) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.2.d#1#_ag_th_prop(to)#visualize#visualize#visualize#visualize+ingly#(1.5,00936049)(1.6,01123901)###SZ ( :DEF_WORD "visualize" :CLASS "29.2.d" :WN_SENSE (("1.5" 00936049) ("1.6" 01123901)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (visualize+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vitrify#vitrify#vitrify#vitrify+ed#(1.5,00317513)(1.6,00376171)###SZ ( :DEF_WORD "vitrify" :CLASS "45.4.a" :WN_SENSE (("1.5" 00317513) ("1.6" 00376171)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vitrify+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#vitrify#vitrify#vitrify#vitrify+ed#(1.5,00317513)(1.6,00376171)###SZ ( :DEF_WORD "vitrify" :CLASS "45.4.b" :WN_SENSE (("1.5" 00317513) ("1.6" 00376171)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vitrify+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#vitrify#vitrify#vitrify#vitrify+ed#(1.5,00317427)(1.6,00376056)###SZ ( :DEF_WORD "vitrify" :CLASS "45.4.c" :WN_SENSE (("1.5" 00317427) ("1.6" 00376056)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vitrify+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vocalize#vocalize#vocalize#vocalize+ed#(1.5,00551844)(1.6,00662493)###SZ ( :DEF_WORD "vocalize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00551844) ("1.6" 00662493)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vocalize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info,goal(to)#vociferate#vociferate#vociferate#vociferate+ingly#(1.5,--)(1.6,00619568)###BJDMAP ( :DEF_WORD "vociferate" :CLASS "37.3.a" :WN_SENSE (("1.5" --) ("1.6" 00619568)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (vociferate+ingly 26)) :VAR_SPEC ((5 :optional) (2 :optional) (1 (human +))) ) ;; Grid: 37.7.b#1#_ag_info,goal(to)#voice#voice#voice#voice+ingly#(1.5,00525421)(1.6,00631861)###SZ ( :DEF_WORD "voice" :CLASS "37.7.b" :WN_SENSE (("1.5" 00525421) ("1.6" 00631861)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (voice+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +)) (6 (human +))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#void#void#void#void+ed#(1.5,01402858,00045690)(1.6,01688749,00051279)###SZ ( :DEF_WORD "void" :CLASS "10.6.a" :WN_SENSE (("1.5" 01402858 00045690) ("1.6" 01688749 00051279)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (void+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#volatilize#volatilize#volatilize#volatilize+ed#(1.5,00326221)(1.6,00386724)###SZ ( :DEF_WORD "volatilize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00326221) ("1.6" 00386724)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (volatilize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#volatilize#volatilize#volatilize#volatilize+ed#(1.5,00326221)(1.6,00386724)###SZ ( :DEF_WORD "volatilize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00326221) ("1.6" 00386724)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (volatilize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#volatilize#volatilize#volatilize#volatilize+ed#(1.5,00326221)(1.6,00386724)###SZ ( :DEF_WORD "volatilize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00326221) ("1.6" 00386724)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (volatilize+ed 9)))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#volunteer#volunteer#volunteer#volunteer+ingly#(1.5,01372469)(1.6,01650798)###SZ ( :DEF_WORD "volunteer" :CLASS "29.8.a" :WN_SENSE (("1.5" 01372469) ("1.6" 01650798)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (volunteer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#volunteer#volunteer#volunteer#volunteer+ingly#(1.5,01372469)(1.6,01650798)###SZ ( :DEF_WORD "volunteer" :CLASS "29.8.b" :WN_SENSE (("1.5" 01372469) ("1.6" 01650798)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (volunteer+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#vomit#vomit#vomit#vomit+ingly#(1.5,00047185)(1.6,00053004)###BJDMAP ( :DEF_WORD "vomit" :CLASS "40.1.2" :WN_SENSE (("1.5" 00047185) ("1.6" 00053004)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (vomit+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#vote#vote#vote#vote+ingly#(1.5,01393747)(1.6,01677432)###SZ ( :DEF_WORD "vote" :CLASS "13.3" :WN_SENSE (("1.5" 01393747) ("1.6" 01677432)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (vote+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#vote#vote#vote#vote+ingly#(1.5,01393747)(1.6,01677432)###SZ ( :DEF_WORD "vote" :CLASS "13.3" :WN_SENSE (("1.5" 01393747) ("1.6" 01677432)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (vote+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.5.1.a#1#_ag_th,src(),ben(for)#vote#vote#vote#vote+ingly#(1.5,01393747)(1.6,01677432)###SZ ( :DEF_WORD "vote" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393747) ("1.6" 01677432)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (vote+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +))) ) ;; Grid: 13.5.1.a#2#_ag_ben_th,src()#vote#vote#vote#vote+ingly#(1.5,01393747)(1.6,01677432)###SZ ( :DEF_WORD "vote" :CLASS "13.5.1.a" :WN_SENSE (("1.5" 01393747) ("1.6" 01677432)) :PROPBANK ("arg0 arg2 arg1 arg2(from - up.)") :THETA_ROLES ((2 "_ag_ben_th,src()")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* [from] 3) poss (thing 2) ([at] poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((for 17) poss (*head*) (* thing 18)) (vote+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +))) ) ;; Grid: 32.2.a#1#_exp_perc(for)#vow#vow#vow#vow+ingly#(1.5,00498812)(1.6,00601123)###SZ ! ;; Grid: 32.2.a#1#_exp_perc(for)#vouch#vouch#vouch#vouch+ingly#(1.5,00572954,00500655)(1.6,00686421,00603280)###SZ ! ;; Grid: 29.3#1#_ag_th_pred#vote#vote#vote#vote+ingly#(1.5,01393747)(1.6,01677432)###SZ ( :DEF_WORD "vote" :CLASS "29.3" :WN_SENSE (("1.5" 01393747) ("1.6" 01677432)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* nil 9))) (vote+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 51.4.2.a.ii#1#,ag,th,goal#voyage#voyage#voyage#voyage+ingly#(1.5,01053250)(1.6,01260993)###BJDMAP ( :DEF_WORD "voyage" :CLASS "51.4.2.a.ii" :WN_SENSE (("1.5" 01053250) ("1.6" 01260993)) :PROPBANK ("arg0 arg1 arg2") :THETA_ROLES ((1 ",ag,th,goal")) :LCS (cause (* thing 1) (go loc (* thing 2) ((from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((to 5) loc (thing 2) ([at] loc (thing 2) (* thing 6)))) (voyage+ingly 26)) :VAR_SPEC ((6 :optional) (2 :optional) (1 (animate +) :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#vroom#vroom#vroom#vroom+ingly####SZ ( :DEF_WORD "vroom" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (vroom+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#vroom#vroom#vroom#vroom+ingly####SZ ( :DEF_WORD "vroom" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (vroom+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#vulcanize#vulcanize#vulcanize#vulcanize+ed#(1.5,00303703,00317646)(1.6,00360191,00376304)###SZ ( :DEF_WORD "vulcanize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00303703 00317646) ("1.6" 00360191 00376304)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (vulcanize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#wad#wad#wad#wad+ingly#(1.5,00876771,00852688)(1.6,01047721,01017942)###SZ ( :DEF_WORD "wad" :CLASS "9.3.b" :WN_SENSE (("1.5" 00876771 00852688) ("1.6" 01047721 01017942)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wad+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#wad#wad#wad#wad+ingly#(1.5,00876771)(1.6,01047721)###SZ ( :DEF_WORD "wad" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (wad+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#wad#wad#wad#wad+ingly#(1.5,00876771)(1.6,01047721)###SZ ( :DEF_WORD "wad" :CLASS "26.5.b" :WN_SENSE (("1.5" 00876771) ("1.6" 01047721)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wad+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#waddle#waddle#waddle#waddle+ingly#(1.5,01092700)(1.6,01309289)###SZ ( :DEF_WORD "waddle" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (waddle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#waddle#waddle#waddle#waddle+ingly#(1.5,01092700)(1.6,01309289)###SZ ( :DEF_WORD "waddle" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01092700) ("1.6" 01309289)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (waddle+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.a.i#1#_th#wade#wade#wade#wade+ingly#(1.5,01091413)(1.6,01307553)###SZ ( :DEF_WORD "wade" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01091413) ("1.6" 01307553)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (wade+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#wade#wade#wade#wade+ingly#(1.5,01091413)(1.6,01307553)###SZ ( :DEF_WORD "wade" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01091413) ("1.6" 01307553)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (wade+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#wade#wade#wade#wade+ingly#(1.5,01091413)(1.6,01307553)###SZ ( :DEF_WORD "wade" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01091413) ("1.6" 01307553)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wade+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.d#1#_ag_loc#wade#wade#wade#wade+ingly#(1.5,01091413)(1.6,01307553)###SZ ( :DEF_WORD "wade" :CLASS "51.3.2.d" :WN_SENSE (("1.5" 01091413) ("1.6" 01307553)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_loc")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) (wade+ingly 26)) ) ;; Grid: 47.3.a#1#_th,loc()#waft#waft#waft#waft+ingly#(1.5,01564403,01068761)(1.6,01892360,01280404)###SZ ( :DEF_WORD "waft" :CLASS "47.3.a" :WN_SENSE (("1.5" 01564403 01068761) ("1.6" 01892360 01280404)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (waft+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#wag#wag#wag#wag+ingly#(1.5,01081498)(1.6,01295618)###SZ ( :DEF_WORD "wag" :CLASS "40.3.2" :WN_SENSE (("1.5" 01081498) ("1.6" 01295618)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (wag+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 55.2.c#1#_th_prop#wage#wage#wage#wage+ingly#(1.5,01345837)(1.6,01618507)###SZ ( :DEF_WORD "wage" :CLASS "55.2.c" :WN_SENSE (("1.5" 01345837) ("1.6" 01618507)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (wage+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n))) ) ;; Grid: 54.5.a#1#_ag,src,th,purp(for)#wager#wager#wager#wager+ingly#(1.5,00656468)(1.6,00785799)###SZ ( :DEF_WORD "wager" :CLASS "54.5.a" :WN_SENSE (("1.5" 00656468) ("1.6" 00785799)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,src,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (away_from poss (thing 2) (at poss (thing 2) (* thing 4)))) ((* for 21) intent (*head*) (thing 22)) (wager+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (4 (animate +) :optional)) ) ;; Grid: 54.5.b#1#_ag,goal,th,purp(for)#wager#wager#wager#wager+ingly#(1.5,00656468)(1.6,00785799)###SZ ( :DEF_WORD "wager" :CLASS "54.5.b" :WN_SENSE (("1.5" 00656468) ("1.6" 00785799)) :PROPBANK ("arg0 arg2 arg1 arg3(for)") :THETA_ROLES ((1 "_ag,goal,th,purp(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) (toward poss (thing 2) (at poss (thing 2) (* thing 6)))) ((* for 21) intent (*head*) (thing 22)) (wager+ingly 26)) :VAR_SPEC ((2 :optional) (1 (animate +)) (6 (animate +) :optional)) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#waggle#waggle#waggle#waggle+ingly#(1.5,01081498)(1.6,01295618)###SZ ( :DEF_WORD "waggle" :CLASS "40.3.2" :WN_SENSE (("1.5" 01081498) ("1.6" 01295618)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (waggle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 49.a.i#1#_ag#waggle#waggle#waggle#waggle+ingly#(1.5,01081498,01066762)(1.6,01295618,01277972)###SZ ( :DEF_WORD "waggle" :CLASS "49.a.i" :WN_SENSE (("1.5" 01081498 01066762) ("1.6" 01295618 01277972)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (waggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#waggle#waggle#waggle#waggle+ingly#(1.5,01081498,01066762)(1.6,01295618,01277972)###SZ ( :DEF_WORD "waggle" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01081498 01066762) ("1.6" 01295618 01277972)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (waggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#wail#wail#wail#wail+ingly#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "wail" :CLASS "37.3.a" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wail+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#wail#wail#wail#wail+ingly#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "wail" :CLASS "37.3.a" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wail+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#wail#wail#wail#wail+#(1.5,00592292,00041587)(1.6,00709609,00046267)###SZ ( :DEF_WORD "wail" :CLASS "37.3.b" :WN_SENSE (("1.5" 00592292 00041587) ("1.6" 00709609 00046267)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (wail+ 2) ((* toward 5) comm (wail+ 2) ((at 5) comm (wail+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#wail#wail#wail#wail+#(1.5,00592292,00041587)(1.6,00709609,00046267)###SZ ( :DEF_WORD "wail" :CLASS "37.3.c" :WN_SENSE (("1.5" 00592292 00041587) ("1.6" 00709609 00046267)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (wail+ 2) (toward comm (wail+ 2) (at comm (wail+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#wail#wail#wail#wail+#(1.5,00592292,00041587)(1.6,00709609,00046267)###SZ ( :DEF_WORD "wail" :CLASS "38" :WN_SENSE (("1.5" 00592292 00041587) ("1.6" 00709609 00046267)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (wail+ 2) ((* toward 5) comm (wail+ 2) (touching comm (wail+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#wail#wail#wail#wail+ingly#(1.5,00592292,00041587)(1.6,00709609,00046267)###SZ ( :DEF_WORD "wail" :CLASS "43.2.a" :WN_SENSE (("1.5" 00592292 00041587) ("1.6" 00709609 00046267)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (wail+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#wail#wail#wail#wail+ingly#(1.5,00592292,00041587)(1.6,00709609,00046267)###SZ ( :DEF_WORD "wail" :CLASS "43.2.b" :WN_SENSE (("1.5" 00592292 00041587) ("1.6" 00709609 00046267)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wail+ingly 26)) ) ;; Grid: 47.1#1#_th,mod-loc()#wait#wait#wait#wait+ingly#(1.5,01492762,00405636)(1.6,01800838,00487408)###SZ ( :DEF_WORD "wait" :CLASS "47.1" :WN_SENSE (("1.5" 01492762 00405636) ("1.6" 01800838 00487408)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (stay exist (* thing 2) (at exist (thing 2) (exist 9)) ((* [at] 23) loc (*head*) (thing 24)) (wait+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 13.2#1#_ag_th,goal(to)#waive#waive#waive#waive+ingly#(1.5,01310378)(1.6,01574799)###SZ ( :DEF_WORD "waive" :CLASS "13.2" :WN_SENSE (("1.5" 01310378) ("1.6" 01574799)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (waive+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#wake#wake#wake#wake+ed#(1.5,00012162)(1.6,00012846)###SZ ( :DEF_WORD "wake" :CLASS "45.4.a" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wake+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#waken#waken#waken#waken+ed#(1.5,00012335)(1.6,00013061)###SZ ( :DEF_WORD "waken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00012335) ("1.6" 00013061)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (waken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#waken#waken#waken#waken+ed#(1.5,00012335)(1.6,00013061)###SZ ( :DEF_WORD "waken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00012335) ("1.6" 00013061)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (waken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#waken#waken#waken#waken+ed#(1.5,00012162)(1.6,00012846)###SZ ( :DEF_WORD "waken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00012162) ("1.6" 00012846)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (waken+ed 9)))) ) ;; Grid: 51.3.2.a.i#1#_th#walk#walk#walk#walk+ingly#(1.5,01116106)(1.6,01334440)###SZ ( :DEF_WORD "walk" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01116106) ("1.6" 01334440)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (walk+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#walk#walk#walk#walk+ingly#(1.5,01116106)(1.6,01334440)###SZ ( :DEF_WORD "walk" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01116106) ("1.6" 01334440)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (walk+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#walk#walk#walk#walk+ingly#(1.5,01086212,01089891,01086031)(1.6,01300981,01305333,01300810)###SZ ( :DEF_WORD "walk" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01086212 01089891 01086031) ("1.6" 01300981 01305333 01300810)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (walk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#walk#walk#walk#walk+ingly#(1.5,01086212,01089891,01086031)(1.6,01300981,01305333,01300810)###SZ ( :DEF_WORD "walk" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01086212 01089891 01086031) ("1.6" 01300981 01305333 01300810)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (walk+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#wallop#wallop#wallop#wallop+ingly#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "wallop" :CLASS "18.3" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (wallop+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 31.3.e#1#_exp_perc(in)#wallow#wallow#wallow#wallow+ingly#(1.5,--,--,01038899)(1.6,00809857,00810314,01244174)###SZ ( :DEF_WORD "wallow" :CLASS "31.3.e" :WN_SENSE (("1.5" -- -- 01038899) ("1.6" 00809857 00810314 01244174)) :PROPBANK ("arg0 arg1(in)") :THETA_ROLES ((1 "_exp_perc(in)")) :LCS (be perc (* thing 2) ((* in 7) perc (thing 2) (thing 8)) (wallow+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#wallpaper#wallpaper#wallpaper#wallpaper+ed#(1.5,00725101)(1.6,00865289)###SZ ( :DEF_WORD "wallpaper" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00725101) ("1.6" 00865289)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wallpaper+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.5.a.i#1#_th,mod-loc(along)#waltz#waltz#waltz#waltz+ingly#(1.5,01080199)(1.6,01294113)###SZ ( :DEF_WORD "waltz" :CLASS "51.5.a.i" :WN_SENSE (("1.5" 01080199) ("1.6" 01294113)) :PROPBANK ("arg1 argm-LOC(along)") :THETA_ROLES ((1 "_th,mod-loc(along)")) :LCS (act loc (* thing 2) ((* along 23) loc (*head*) (thing 24)) (waltz+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.5.a.ii#1#,ag_th,src(),goal()#waltz#waltz#waltz#waltz+ingly#(1.5,01080199)(1.6,01294113)###SZ ( :DEF_WORD "waltz" :CLASS "51.5.a.ii" :WN_SENSE (("1.5" 01080199) ("1.6" 01294113)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 ",ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (waltz+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +) :optional)) ) ;; Grid: 51.5.b#1#_ag_th_mod-loc(along)#waltz#waltz#waltz#waltz+ingly#(1.5,01080199)(1.6,01294113)###SZ ( :DEF_WORD "waltz" :CLASS "51.5.b" :WN_SENSE (("1.5" 01080199) ("1.6" 01294113)) :PROPBANK ("arg0 arg1 argm-LOC(along)") :THETA_ROLES ((1 "_ag_th_mod-loc(along)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* along 23) loc (*head*) (thing 24)) (waltz+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#wander#wander#wander#wander+ingly#(1.5,01072128)(1.6,01284430)###SZ ( :DEF_WORD "wander" :CLASS "47.7.a" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wander+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#wander#wander#wander#wander+ingly#(1.5,01072128)(1.6,01284430)###SZ ( :DEF_WORD "wander" :CLASS "47.7.b" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wander+ingly 26)) ) ;; Grid: 51.3.2.a.i#1#_th#wander#wander#wander#wander+ingly#(1.5,01072128)(1.6,01284430)###SZ ( :DEF_WORD "wander" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (wander+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#wander#wander#wander#wander+ingly#(1.5,01072128)(1.6,01284430)###SZ ( :DEF_WORD "wander" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01072128) ("1.6" 01284430)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (wander+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 45.5#1#_th#wane#wane#wane#wane+ed#(1.5,00258012)(1.6,00302319)###SZ ( :DEF_WORD "wane" :CLASS "45.5" :WN_SENSE (("1.5" 00258012) ("1.6" 00302319)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wane+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#wangle#wangle#wangle#wangle+ingly#(1.5,01431266)(1.6,01723410)###SZ ( :DEF_WORD "wangle" :CLASS "10.5" :WN_SENSE (("1.5" 01431266) ("1.6" 01723410)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (wangle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 005#1#_ag_prop(to)#want#want#want#want+ingly#(1.5,00675532,00675801,00399168,01039302)(1.6,00808096,01245362,00479719,01244590)###SZ ! ;; Grid: 002#1#_ag_th,prop(to)#want#want#want#want+ingly#(1.5,00675801)(1.6,01245362)###SZ ( :DEF_WORD "want" :CLASS "002" :WN_SENSE (("1.5" 00675801) ("1.6" 01245362)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th,prop(to)")) :LCS (cause (* thing 1) (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27)))) (want+ingly 26)) :VAR_SPEC ((27 (cform inf) :optional)) ) ;; Grid: 005#1#_th_prop(to)#want#want#want#want+ingly#(1.5,00675532,00675801,00399168,01039302)(1.6,00808096,01245362,00479719,01244590)###BJDMAP ( :DEF_WORD "want" :CLASS "005" :WN_SENSE (("1.5" 00675532 00675801 00399168 01039302) ("1.6" 00808096 01245362 00479719 01244590)) :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (want+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.1.a#1#_exp_perc,mod-pred(as)#want#want#want#want+ingly#(1.5,01040073,00754857,00399290)(1.6,01245362,00899316,00479841)###SZ ( :DEF_WORD "want" :CLASS "29.1.a" :WN_SENSE (("1.5" 01040073 00754857 00399290) ("1.6" 01245362 00899316 00479841)) :PROPBANK ("arg0 arg1 arg3(as)") :THETA_ROLES ((1 "_exp_perc,mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* as 29) ident (*head*) (thing 30)) (want+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.a#2#_exp_perc,mod-pred#want#want#want#want+ingly#(1.5,01040073,00754857,00399290)(1.6,01245362,00899316,00479841)###SZ ( :DEF_WORD "want" :CLASS "29.1.a" :WN_SENSE (("1.5" 01040073 00754857 00399290) ("1.6" 01245362 00899316 00479841)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((2 "_exp_perc,mod-pred")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((as 29) ident (*head*) (* thing 30)) (want+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 29.1.b#1#_exp_perc,mod-prop(to)#want#want#want#want+ingly#(1.5,01040073)(1.6,01245362)###SZ ( :DEF_WORD "want" :CLASS "29.1.b" :WN_SENSE (("1.5" 01040073) ("1.6" 01245362)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_exp_perc,mod-prop(to)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) (as circ (*head*) (* nil 28)) (want+ingly 26)) :VAR_SPEC ((2 (human +)) (28 (thing -) (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#want#want#want#want+ingly#(1.5,01040073,00675532,01488814,00675801,00399290)(1.6,01245362,00808096,01796135,01245362,00479841)###SZ ( :DEF_WORD "want" :CLASS "29.1.d" :WN_SENSE (("1.5" 01040073 00675532 01488814 00675801 00399290) ("1.6" 01245362 00808096 01796135 01245362 00479841)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (want+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 32.1#1#_exp_perc,purp(for),mod-pred(as)#want#want#want#want+ingly#(1.5,01040073,00675532,01488814,00675801,00399290)(1.6,01245362,00808096,01796135,01245362,00479841)###SZ ( :DEF_WORD "want" :CLASS "32.1" :WN_SENSE (("1.5" 01040073 00675532 01488814 00675801 00399290) ("1.6" 01245362 00808096 01796135 01245362 00479841)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (want+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#war#war#war#war+ingly#(1.5,00616864)(1.6,00740218)###SZ ( :DEF_WORD "war" :CLASS "36.1.c" :WN_SENSE (("1.5" 00616864) ("1.6" 00740218)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (war+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#war#war#war#war+ingly#(1.5,00616864)(1.6,00740218)###SZ ( :DEF_WORD "war" :CLASS "36.1.d" :WN_SENSE (("1.5" 00616864) ("1.6" 00740218)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (war+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#warble#warble#warble#warble+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "warble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (warble+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#warble#warble#warble#warble+ingly#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "warble" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (warble+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#warble#warble#warble#warble+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "warble" :CLASS "37.3.b" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (warble+ 2) ((* toward 5) comm (warble+ 2) ((at 5) comm (warble+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#warble#warble#warble#warble+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "warble" :CLASS "37.3.c" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (warble+ 2) (toward comm (warble+ 2) (at comm (warble+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#warble#warble#warble#warble+#(1.5,00594846)(1.6,00712211)###SZ ( :DEF_WORD "warble" :CLASS "38" :WN_SENSE (("1.5" 00594846) ("1.6" 00712211)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (warble+ 2) ((* toward 5) comm (warble+ 2) (touching comm (warble+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 9.10#1#_ag_th#warehouse#warehouse#warehouse##(1.5,01298115)(1.6,01559699)#loc#(goal() = in warehouse+)#SZ ( :DEF_WORD "warehouse" :CLASS "9.10" :WN_SENSE (("1.5" 01298115) ("1.6" 01559699)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (warehouse+ 6))))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#warm#warm#warm#warm+ed#(1.5,00223859)(1.6,00260044)###SZ ( :DEF_WORD "warm" :CLASS "45.4.a" :WN_SENSE (("1.5" 00223859) ("1.6" 00260044)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warm+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#warm#warm#warm#warm+ed#(1.5,00223859)(1.6,00260044)###SZ ( :DEF_WORD "warm" :CLASS "45.4.b" :WN_SENSE (("1.5" 00223859) ("1.6" 00260044)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warm+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#warm#warm#warm#warm+ed#(1.5,00224079)(1.6,00260318)###SZ ( :DEF_WORD "warm" :CLASS "45.4.c" :WN_SENSE (("1.5" 00224079) ("1.6" 00260318)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warm+ed 9)))) ) ;; Grid: 37.9.a#1#_ag_goal,info(that,to)#warn#warn#warn#warn+ingly#(1.5,00488485,00488729)(1.6,00589833,00590070)###SZ ( :DEF_WORD "warn" :CLASS "37.9.a" :WN_SENSE (("1.5" 00488485 00488729) ("1.6" 00589833 00590070)) :PROPBANK ("arg0 arg2 arg1-PRD(that/to)") :THETA_ROLES ((1 "_ag_goal,info(that,to)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (warn+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) :optional)) ) ;; Grid: 37.9.b#1#_ag_goal_info(against)#warn#warn#warn#warn+ingly#(1.5,00488485,00488729)(1.6,00589833,00590070)###SZ ( :DEF_WORD "warn" :CLASS "37.9.b" :WN_SENSE (("1.5" 00488485 00488729) ("1.6" 00589833 00590070)) :PROPBANK ("arg0 arg2 arg1-PRD(against)") :THETA_ROLES ((1 "_ag_goal_info(against)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (warn+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (aspect prog))) ) ;; Grid: 37.9.c#1#_ag_goal_info(about)#warn#warn#warn#warn+ingly#(1.5,00488485,00488729)(1.6,00589833,00590070)###SZ ( :DEF_WORD "warn" :CLASS "37.9.c" :WN_SENSE (("1.5" 00488485 00488729) ("1.6" 00589833 00590070)) :PROPBANK ("arg0 arg2 arg1(about)") :THETA_ROLES ((1 "_ag_goal_info(about)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (warn+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#warp#warp#warp#warp+ed#(1.5,00215583)(1.6,00249393)###SZ ( :DEF_WORD "warp" :CLASS "45.4.a" :WN_SENSE (("1.5" 00215583) ("1.6" 00249393)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warp+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#warp#warp#warp#warp+ed#(1.5,00215583)(1.6,00249393)###SZ ( :DEF_WORD "warp" :CLASS "45.4.b" :WN_SENSE (("1.5" 00215583) ("1.6" 00249393)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warp+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#warp#warp#warp#warp+ed#(1.5,00215583)(1.6,00249393)###SZ ( :DEF_WORD "warp" :CLASS "45.4.c" :WN_SENSE (("1.5" 00215583) ("1.6" 00249393)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (warp+ed 9)))) ) ;; Grid: 29.4.e#1#_ag_th_pred#warrant#warrant#warrant#warrant+ingly#(1.5,00501543)(1.6,00604530)###SZ ( :DEF_WORD "warrant" :CLASS "29.4.e" :WN_SENSE (("1.5" 00501543) ("1.6" 00604530)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th_pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (warrant+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 29.4.f#1#_ag_th_prop(to)#warrant#warrant#warrant#warrant+ingly#(1.5,00504289)(1.6,00607583)###SZ ( :DEF_WORD "warrant" :CLASS "29.4.f" :WN_SENSE (("1.5" 00504289) ("1.6" 00607583)) :PROPBANK ("arg0 arg2 arg1-PRD(to)") :THETA_ROLES ((1 "_ag_th_prop(to)")) :LCS (cause (* thing 1) (be circ (* thing 2) (at circ (thing 2) (* nil 27))) (warrant+ingly 26)) :VAR_SPEC ((1 (human +)) (27 (thing -) (cform inf))) ) ;; Grid: 29.4.g#1#_ag_info(that)#warrant#warrant#warrant#warrant+ingly#(1.5,00501543,00504289)(1.6,00604530,00607583)###SZ ( :DEF_WORD "warrant" :CLASS "29.4.g" :WN_SENSE (("1.5" 00501543 00504289) ("1.6" 00604530 00607583)) :PROPBANK ("arg0 arg1(that)") :THETA_ROLES ((1 "_ag_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (toward comm (nil 2) (at comm (nil 2) (thing 6)))) (warrant+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#wash#wash#wash#wash+ingly#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "9.7.a" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (wash+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#wash#wash#wash#wash+ed#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "9.7.d" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#wash#wash#wash#wash+ingly#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (wash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#wash#wash#wash#wash+ingly#(1.5,--)(1.6,00391042)###SZ ( :DEF_WORD "wash" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" --) ("1.6" 00391042)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wash+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#wash#wash#wash#wash+ed#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 26.3#1#_ag_th,ben(for)#wash#wash#wash#wash+ed#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "26.3" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.3#2#_ag_ben_th#wash#wash#wash#wash+ed#(1.5,00023635,00883685)(1.6,00025612,01056327)###SZ ( :DEF_WORD "wash" :CLASS "26.3" :WN_SENSE (("1.5" 00023635 00883685) ("1.6" 00025612 01056327)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_ben_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9)))) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 41.1.1.i#1#_ag#wash#wash#wash#wash+ingly#(1.5,00023635)(1.6,00025612)###SZ ( :DEF_WORD "wash" :CLASS "41.1.1.i" :WN_SENSE (("1.5" 00023635) ("1.6" 00025612)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (wash+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 41.1.1.ii#1#,ag_th#wash#wash#wash#wash+ed#(1.5,00023635)(1.6,00025612)###SZ ( :DEF_WORD "wash" :CLASS "41.1.1.ii" :WN_SENSE (("1.5" 00023635) ("1.6" 00025612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.1.1.iii#1#,ag_th#wash#wash#wash#wash+ed#(1.5,00023635)(1.6,00025612)###SZ ( :DEF_WORD "wash" :CLASS "41.1.1.iii" :WN_SENSE (("1.5" 00023635) ("1.6" 00025612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 ",ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wash+ed 9))))) :VAR_SPEC ((1 (human +) :optional) (2 (animate +))) ) ;; Grid: 41.2.1#1#_ag,loc#wash#wash#wash#wash+ingly#(1.5,00023635)(1.6,00025612)###SZ ( :DEF_WORD "wash" :CLASS "41.2.1" :WN_SENSE (("1.5" 00023635) ("1.6" 00025612)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag,loc")) :LCS (act loc (* thing 1) (at loc (thing 1) (* thing 11)) (wash+ingly 26)) :VAR_SPEC ((11 :optional) (1 (human +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#waste#waste#waste#waste+ingly#(1.5,01291910,00657772,00231606)(1.6,01552355,00787560,00269459)###SZ ( :DEF_WORD "waste" :CLASS "44.a" :WN_SENSE (("1.5" 01291910 00657772 00231606) ("1.6" 01552355 00787560 00269459)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (waste+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#waste#waste#waste#waste+ingly#(1.5,01291910,00657772,00231606)(1.6,01552355,00787560,00269459)###SZ ( :DEF_WORD "waste" :CLASS "44.b" :WN_SENSE (("1.5" 01291910 00657772 00231606) ("1.6" 01552355 00787560 00269459)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (waste+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 005#1#_th_prop#watch#watch#watch#watch+ingly#(1.5,01216930)(1.6,01459012)###SZ ( :DEF_WORD "watch" :CLASS "005" :WN_SENSE (("1.5" 01216930) ("1.6" 01459012)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (watch+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 30.2.a.i#1#_exp_perc#watch#watch#watch#watch+ingly#(1.5,01390177,00517184)(1.6,01673353,00622450)###SZ ( :DEF_WORD "watch" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01390177 00517184) ("1.6" 01673353 00622450)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (watch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#watch#watch#watch#watch+ingly#(1.5,01390177,00517184)(1.6,01673353,00622450)###SZ ( :DEF_WORD "watch" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01390177 00517184) ("1.6" 01673353 00622450)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (watch+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#watch#watch#watch#watch+ingly#(1.5,01390177,00517184)(1.6,01673353,00622450)###SZ ( :DEF_WORD "watch" :CLASS "30.2.c" :WN_SENSE (("1.5" 01390177 00517184) ("1.6" 01673353 00622450)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (watch+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 35.2.a#1#_ag_purp(for),loc()#watch#watch#watch#watch+ingly#(1.5,01390177)(1.6,01673353)###SZ ( :DEF_WORD "watch" :CLASS "35.2.a" :WN_SENSE (("1.5" 01390177) ("1.6" 01673353)) :PROPBANK ("arg0 arg3(for) argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_purp(for),loc()")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (watch+ingly 26)) :VAR_SPEC ((10 :optional) (21 :obligatory)) ) ;; Grid: 35.2.a#2#_ag_loc()_purp(for)#watch#watch#watch#watch+ingly#(1.5,01390177)(1.6,01673353)###SZ ( :DEF_WORD "watch" :CLASS "35.2.a" :WN_SENSE (("1.5" 01390177) ("1.6" 01673353)) :PROPBANK ("arg0 arg1(in/on - up.) arg3(for)") :THETA_ROLES ((2 "_ag_loc()_purp(for)")) :LCS (act loc (* thing 1) ((* [in] 10) loc (*head*) (thing 11)) ((* for 21) intent (*head*) (thing 22)) (watch+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 35.2.b#1#_ag_loc_purp(for)#watch#watch#watch#watch+ingly#(1.5,01390177)(1.6,01673353)###SZ ( :DEF_WORD "watch" :CLASS "35.2.b" :WN_SENSE (("1.5" 01390177) ("1.6" 01673353)) :PROPBANK ("arg0 arg1 arg3(for)") :THETA_ROLES ((1 "_ag_loc_purp(for)")) :LCS (act loc (* thing 1) (in loc (thing 1) (* thing 11)) ((* for 21) intent (*head*) (thing 22)) (watch+ingly 26)) :VAR_SPEC ((21 :obligatory)) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#water#water#water#water+ingly#(1.5,00137068)(1.6,00156574)###SZ ( :DEF_WORD "water" :CLASS "9.9.i" :WN_SENSE (("1.5" 00137068) ("1.6" 00156574)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (water+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#water#water#water#water+ed#(1.5,00137068)(1.6,00156574)###BJDMAP ( :DEF_WORD "water" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00137068) ("1.6" 00156574)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (water+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#wave#wave#wave#wave+#(1.5,00588795)(1.6,00705227)###SZ ( :DEF_WORD "wave" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00588795) ("1.6" 00705227)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (wave+ 2) ((* toward 5) comm (wave+ 2) (touching comm (wave+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#wave#wave#wave#wave+ingly#(1.5,00588795)(1.6,00705227)###SZ ( :DEF_WORD "wave" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00588795) ("1.6" 00705227)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (wave+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 41.2.2#1#_ag_th#wave#wave#wave#wave+ed#(1.5,00697371,00025643)(1.6,00833674,00027742)###SZ ( :DEF_WORD "wave" :CLASS "41.2.2" :WN_SENSE (("1.5" 00697371 00025643) ("1.6" 00833674 00027742)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wave+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#wave#wave#wave#wave+ingly#(1.5,01083482)(1.6,01297757)###SZ ( :DEF_WORD "wave" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083482) ("1.6" 01297757)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (wave+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#wave#wave#wave#wave+ingly#(1.5,00831782,01083482)(1.6,00992230,01297757)###SZ ( :DEF_WORD "wave" :CLASS "47.3.b" :WN_SENSE (("1.5" 00831782 01083482) ("1.6" 00992230 01297757)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (wave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.3.a#1#_th,loc()#waver#waver#waver#waver+ingly#(1.5,01083155,01071045,01064956)(1.6,01297425,01282944,01275667)###SZ ( :DEF_WORD "waver" :CLASS "47.3.a" :WN_SENSE (("1.5" 01083155 01071045 01064956) ("1.6" 01297425 01282944 01275667)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (waver+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 9.9.i#1#_ag_th,instr(with)#wax#wax#wax#wax+ingly####SZ ( :DEF_WORD "wax" :CLASS "9.9.i" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (wax+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#wax#wax#wax#wax+ed#(1.5,00725403)(1.6,00865599)###BJDMAP ( :DEF_WORD "wax" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00725403) ("1.6" 00865599)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wax+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#wax#wax#wax2#wax2+ingly#(1.5,00257753,00257902)(1.6,00301917,00302084)###SZ ( :DEF_WORD "wax" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00257753 00257902) ("1.6" 00301917 00302084)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (wax2+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 48.1.1.a#1#_th,src(from),mod-loc()#wax#wax#wax#wax+ingly#(1.5,00257753,00257902)(1.6,00301917,00302084)###SZ ( :DEF_WORD "wax" :CLASS "48.1.1.a" :WN_SENSE (("1.5" 00257753 00257902) ("1.6" 00301917 00302084)) :PROPBANK ("arg1 arg2(from) argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,src(from),mod-loc()")) :LCS (go exist (* thing 2) (toward exist (thing 2) (at exist (thing 2) (exist 9))) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* on 23) loc (*head*) (thing 24)) (wax+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#weaken#weaken#weaken#weaken+ed#(1.5,00134905)(1.6,00153724)###SZ ( :DEF_WORD "weaken" :CLASS "45.4.a" :WN_SENSE (("1.5" 00134905) ("1.6" 00153724)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weaken+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#weaken#weaken#weaken#weaken+ed#(1.5,00134905)(1.6,00153724)###SZ ( :DEF_WORD "weaken" :CLASS "45.4.b" :WN_SENSE (("1.5" 00134905) ("1.6" 00153724)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weaken+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#weaken#weaken#weaken#weaken+ed#(1.5,00134054)(1.6,00152756)###SZ ( :DEF_WORD "weaken" :CLASS "45.4.c" :WN_SENSE (("1.5" 00134054) ("1.6" 00152756)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weaken+ed 9)))) ) ;; Grid: 10.6.a#1#_ag_th,mod-poss(of)#wean#wean#wean#wean+ed#(1.5,00674498,01039216)(1.6,00806992,01244504)###SZ ( :DEF_WORD "wean" :CLASS "10.6.a" :WN_SENSE (("1.5" 00674498 01039216) ("1.6" 00806992 01244504)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th,mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wean+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#wear#wear#wear#wear+ingly#(1.5,00277980)(1.6,00327473)###SZ ( :DEF_WORD "wear" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00277980) ("1.6" 00327473)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (wear+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#wear#wear#wear#wear+ingly#(1.5,00277980)(1.6,00327473)###SZ ( :DEF_WORD "wear" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00277980) ("1.6" 00327473)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wear+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#wear#wear#wear#wear+ed#(1.5,00277980)(1.6,00327473)###SZ ( :DEF_WORD "wear" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00277980) ("1.6" 00327473)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wear+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 41.3.1.c#1#_loc_th#wear#wear#wear##(1.5,00033668,00031055,00030951,00032702)(1.6,00037297,00033917,00033782,00036087)###BJDMAP ( :DEF_WORD "wear" :CLASS "41.3.1.c" :WN_SENSE (("1.5" 00033668 00031055 00030951 00032702) ("1.6" 00037297 00033917 00033782 00036087)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_loc_th")) :LCS (be loc (* clothes 2) (on loc (clothes 2) (* thing 11))) :VAR_SPEC ((6 (human +)) (2 :type)) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#weary#weary#weary#weary+ingly#(1.5,00046996)(1.6,00052840)###SZ ( :DEF_WORD "weary" :CLASS "31.1.a" :WN_SENSE (("1.5" 00046996) ("1.6" 00052840)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (weary+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#weary#weary#weary#weary+ingly#(1.5,00046996)(1.6,00052840)###SZ ( :DEF_WORD "weary" :CLASS "31.1.b" :WN_SENSE (("1.5" 00046996) ("1.6" 00052840)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (weary+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#weary#weary#weary#weary+ed#(1.5,00046996)(1.6,00052840)###SZ ( :DEF_WORD "weary" :CLASS "31.1.c" :WN_SENSE (("1.5" 00046996) ("1.6" 00052840)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weary+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.f#1#_th_mod-poss(of)#weary#weary#weary#weary+#(1.5,00046996)(1.6,00052840)###SZ ( :DEF_WORD "weary" :CLASS "31.3.f" :WN_SENSE (("1.5" 00046996) ("1.6" 00052840)) :PROPBANK ("arg1 arg3(of)") :THETA_ROLES ((1 "_th_mod-poss(of)")) :LCS (be poss (* thing 2) (at poss (thing 2) (weary+ 12)) ((* of 15) poss (*head*) (nil 16))) :VAR_SPEC ((15 :obligatory) (2 (human +))) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#weasel#weasel#weasel#weasel+ingly####SZ ( :DEF_WORD "weasel" :CLASS "10.5" :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (weasel+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#weave#weave#weave#weave+ed#(1.5,00958116)(1.6,01149022)###SZ ( :DEF_WORD "weave" :CLASS "26.1.a" :WN_SENSE (("1.5" 00958116) ("1.6" 01149022)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weave+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#weave#weave#weave#weave+ed#(1.5,00958116)(1.6,01149022)###SZ ( :DEF_WORD "weave" :CLASS "26.1.a" :WN_SENSE (("1.5" 00958116) ("1.6" 01149022)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weave+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#weave#weave#weave#weave+ingly#(1.5,00958116)(1.6,01149022)###SZ ( :DEF_WORD "weave" :CLASS "26.1.b" :WN_SENSE (("1.5" 00958116) ("1.6" 01149022)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (weave+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#weave#weave#weave#weave+ingly#(1.5,01072711)(1.6,01285061)###SZ ( :DEF_WORD "weave" :CLASS "47.7.a" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (weave+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#weave#weave#weave#weave+ingly#(1.5,01072711)(1.6,01285061)###SZ ( :DEF_WORD "weave" :CLASS "47.7.b" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (weave+ingly 26)) ) ;; Grid: 22.2.b#1#_ag_th_goal(to)#wed#wed#wed#wed+ingly#(1.5,01409227,01409596)(1.6,01696280,01696632)###SZ ( :DEF_WORD "wed" :CLASS "22.2.b" :WN_SENSE (("1.5" 01409227 01409596) ("1.6" 01696280 01696632)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th_goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (wed+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#wedge#wedge#wedge#wedge+ingly#(1.5,00879256,00878769)(1.6,01050882,01050168)###SZ ( :DEF_WORD "wedge" :CLASS "9.3.a" :WN_SENSE (("1.5" 00879256 00878769) ("1.6" 01050882 01050168)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (wedge+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#wedge#wedge#wedge#wedge+ingly#(1.5,00879256,00878769)(1.6,01050882,01050168)###SZ ( :DEF_WORD "wedge" :CLASS "9.3.b" :WN_SENSE (("1.5" 00879256 00878769) ("1.6" 01050882 01050168)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wedge+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#weed#weed#weed#weed+ingly#(1.5,00189889)(1.6,00217001)###SZ ( :DEF_WORD "weed" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00189889) ("1.6" 00217001)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (weed+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#weed#weed#weed#weed+ingly#(1.5,00189889)(1.6,00217001)###SZ ( :DEF_WORD "weed" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00189889) ("1.6" 00217001)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (weed+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#weed#weed#weed#weed+ed#(1.5,00189889)(1.6,00217001)###SZ ( :DEF_WORD "weed" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00189889) ("1.6" 00217001)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weed+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#weed#weed#weed##(1.5,00189889)(1.6,00217001)#loc#(th = weed+)#SZ ( :DEF_WORD "weed" :CLASS "10.7" :WN_SENSE (("1.5" 00189889) ("1.6" 00217001)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (weed+ 2) (from loc (weed+ 2) (at loc (weed+ 2) (* thing 4))))) ) ;; Grid: 56.b#1#_th,loc()#weekend#weekend#weekend#weekend+#(1.5,01532463)(1.6,01850019)###BJDMAP ( :DEF_WORD "weekend" :CLASS "56.b" :WN_SENSE (("1.5" 01532463) ("1.6" 01850019)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (weekend+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 31.3.c#1#_exp,purp(for)#weep#weep#weep#weep+ingly#(1.5,00041693)(1.6,00046397)###SZ ( :DEF_WORD "weep" :CLASS "31.3.c" :WN_SENSE (("1.5" 00041693) ("1.6" 00046397)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_exp,purp(for)")) :LCS (act perc (* thing 2) (at perc (thing 2) (thing 8)) ((* for 21) intent (*head*) (nil 22)) (weep+ingly 26)) :VAR_SPEC ((2 (human +)) (21 (:cat n))) ) ;; Grid: 40.1.2#1#_th,mod-loc(on)#weep#weep#weep#weep+ingly#(1.5,00041693)(1.6,00046397)###BJDMAP ( :DEF_WORD "weep" :CLASS "40.1.2" :WN_SENSE (("1.5" 00041693) ("1.6" 00046397)) :PROPBANK ("arg1 argm-LOC(on)") :THETA_ROLES ((1 "_th,mod-loc(on)")) :LCS (act loc (* thing 2) ((* on 23) loc (*head*) (thing 24)) (weep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#weep#weep#weep#weep+ingly#(1.5,00041693)(1.6,00046397)###BJDMAP ( :DEF_WORD "weep" :CLASS "40.2.b" :WN_SENSE (("1.5" 00041693) ("1.6" 00046397)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (weep+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 54.1.a#1#_th_pred#weigh#weigh#weigh#weigh+ingly#(1.5,01528708,01528587)(1.6,01845550,01845395)###SZ ( :DEF_WORD "weigh" :CLASS "54.1.a" :WN_SENSE (("1.5" 01528708 01528587) ("1.6" 01845550 01845395)) :PROPBANK ("arg1 arg3") :THETA_ROLES ((1 "_th_pred")) :LCS (be ident (* thing 2) (at ident (thing 2) (* thing 9)) (weigh+ingly 26)) ) ;; Grid: 54.1.b#1#_ag_th,instr(with)#weigh#weigh#weigh#weigh+ed#(1.5,01528708,01528587)(1.6,01845550,01845395)###SZ ( :DEF_WORD "weigh" :CLASS "54.1.b" :WN_SENSE (("1.5" 01528708 01528587) ("1.6" 01845550 01845395)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (to ident (thing 2) (at ident (thing 2) (weigh+ed 9)))) ((* with 19) instr (*head*) (thing 20))) ) ;; Grid: 13.4.2#1#_ag_th,mod-poss(with)#weight#weight#weight#weight+ed#(1.5,00854736)(1.6,01020584)###SZ ( :DEF_WORD "weight" :CLASS "13.4.2" :WN_SENSE (("1.5" 00854736) ("1.6" 01020584)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weight+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 33.a.ii#1#_ag_goal,purp(for),mod-pred(as)#welcome#welcome#welcome#welcome+#(1.5,01273911,00506895)(1.6,01531034,00610465)###SZ ( :DEF_WORD "welcome" :CLASS "33.a.ii" :WN_SENSE (("1.5" 01273911 00506895) ("1.6" 01531034 00610465)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_ag_goal,purp(for),mod-pred(as)")) :LCS (cause (* thing 1) (go comm (welcome+ 2) (toward comm (welcome+ 2) (at comm (welcome+ 2) (* thing 6)))) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.c.ii#1#,ag_th,goal(to)#weld#weld#weld#weld+ingly#(1.5,00917787)(1.6,01099125)###SZ ( :DEF_WORD "weld" :CLASS "22.3.c.ii" :WN_SENSE (("1.5" 00917787) ("1.6" 01099125)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 ",ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (weld+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#weld#weld#weld#weld+ed#(1.5,00917787)(1.6,01099125)###SZ ( :DEF_WORD "weld" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00917787) ("1.6" 01099125)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (weld+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#westernize#westernize#westernize#westernize+ed#(1.5,00308400)(1.6,00365567)###SZ ( :DEF_WORD "westernize" :CLASS "45.4.a" :WN_SENSE (("1.5" 00308400) ("1.6" 00365567)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (westernize+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#westernize#westernize#westernize#westernize+ed#(1.5,00308400)(1.6,00365567)###SZ ( :DEF_WORD "westernize" :CLASS "45.4.b" :WN_SENSE (("1.5" 00308400) ("1.6" 00365567)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (westernize+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#westernize#westernize#westernize#westernize+ed#(1.5,00308400)(1.6,00365567)###SZ ( :DEF_WORD "westernize" :CLASS "45.4.c" :WN_SENSE (("1.5" 00308400) ("1.6" 00365567)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (westernize+ed 9)))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#wet#wet#wet#wet+ed#(1.5,00128308)(1.6,00146425)###SZ ( :DEF_WORD "wet" :CLASS "45.4.a" :WN_SENSE (("1.5" 00128308) ("1.6" 00146425)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wet+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.a#1#_ag_th,mod-loc(),instr(with)#whack#whack#whack#whack+ingly#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "whack" :CLASS "18.1.a" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (whack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.b#1#_ag_th,mod-loc()#whack#whack#whack#whack+ingly#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "whack" :CLASS "18.1.b" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) (whack+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 18.1.c#1#_ag_goal(at),instr(with)#whack#whack#whack#whack+ingly#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "whack" :CLASS "18.1.c" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg3(at) arg2(with)") :THETA_ROLES ((1 "_ag_goal(at),instr(with)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) ((* with 19) instr (*head*) (thing 20)) (whack+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.1.d#1#_ag_th_mod-loc(against)#whack#whack#whack#whack+ingly#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "whack" :CLASS "18.1.d" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg1 argm-LOC(against)") :THETA_ROLES ((1 "_ag_th_mod-loc(against)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* against 23) loc (*head*) (thing 24)) (whack+ingly 26)) :VAR_SPEC ((23 :obligatory) (1 (animate +))) ) ;; Grid: 18.1.e#1#_ag_th,mod-loc(together)#whack#whack#whack#whack+ed#(1.5,00814425)(1.6,00970105)###SZ ( :DEF_WORD "whack" :CLASS "18.1.e" :WN_SENSE (("1.5" 00814425) ("1.6" 00970105)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 "_ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whack+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +)) (2 (num plur))) ) ;; Grid: 13.7#1#_ag#whale#whale#whale#whale+ingly#(1.5,00648412)(1.6,00775909)###SZ ( :DEF_WORD "whale" :CLASS "13.7" :WN_SENSE (("1.5" 00648412) ("1.6" 00775909)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (whale+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#wheel#wheel#wheel#wheel+ingly#(1.5,01170017,01075262)(1.6,01398606,01288265)###SZ ( :DEF_WORD "wheel" :CLASS "11.5" :WN_SENSE (("1.5" 01170017 01075262) ("1.6" 01398606 01288265)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (wheel+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#wheel#wheel#wheel#wheel+ingly#(1.5,01170017,01075262)(1.6,01398606,01288265)###SZ ( :DEF_WORD "wheel" :CLASS "11.5" :WN_SENSE (("1.5" 01170017 01075262) ("1.6" 01398606 01288265)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (wheel+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#wheeze#wheeze#wheeze#wheeze+ingly#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "37.3.a" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wheeze+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#wheeze#wheeze#wheeze#wheeze+ingly#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "37.3.a" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wheeze+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#wheeze#wheeze#wheeze#wheeze+#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "37.3.b" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (wheeze+ 2) ((* toward 5) comm (wheeze+ 2) ((at 5) comm (wheeze+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#wheeze#wheeze#wheeze#wheeze+#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "37.3.c" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (wheeze+ 2) (toward comm (wheeze+ 2) (at comm (wheeze+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 40.1.1#1#_th#wheeze#wheeze#wheeze#wheeze+ingly#(1.5,00005004)(1.6,00004868)###BJDMAP ( :DEF_WORD "wheeze" :CLASS "40.1.1" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (wheeze+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#wheeze#wheeze#wheeze#wheeze+ingly#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "43.2.a" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (wheeze+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#wheeze#wheeze#wheeze#wheeze+ingly#(1.5,00005004)(1.6,00004868)###SZ ( :DEF_WORD "wheeze" :CLASS "43.2.b" :WN_SENSE (("1.5" 00005004) ("1.6" 00004868)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wheeze+ingly 26)) ) ;; Grid: 13.7#1#_ag#whelk#whelk#whelk#whelk+ingly#(1.5,00649090)(1.6,00776767)###SZ ( :DEF_WORD "whelk" :CLASS "13.7" :WN_SENSE (("1.5" 00649090) ("1.6" 00776767)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (whelk+ingly 26)) :VAR_SPEC ((1 (human +))) ) ;; Grid: 28#1#_ag#whelp#whelp#whelp#whelp+#(1.5,00037265)(1.6,00041201)###SZ ( :DEF_WORD "whelp" :CLASS "28" :WN_SENSE (("1.5" 00037265) ("1.6" 00041201)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (cause (* thing 1) (go exist (whelp+ 2) (toward exist (whelp+ 2) (at exist (whelp+ 2) (exist 9))))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#whimper#whimper#whimper#whimper+ingly#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "whimper" :CLASS "37.3.a" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whimper+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#whimper#whimper#whimper#whimper+ingly#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "whimper" :CLASS "37.3.a" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whimper+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#whimper#whimper#whimper#whimper+#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "whimper" :CLASS "37.3.b" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (whimper+ 2) ((* toward 5) comm (whimper+ 2) ((at 5) comm (whimper+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#whimper#whimper#whimper#whimper+#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "whimper" :CLASS "37.3.c" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (whimper+ 2) (toward comm (whimper+ 2) (at comm (whimper+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#whimper#whimper#whimper#whimper+#(1.5,00041587)(1.6,00046267)###SZ ( :DEF_WORD "whimper" :CLASS "38" :WN_SENSE (("1.5" 00041587) ("1.6" 00046267)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (whimper+ 2) ((* toward 5) comm (whimper+ 2) (touching comm (whimper+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#whine#whine#whine#whine+ingly#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "whine" :CLASS "37.3.a" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whine+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#whine#whine#whine#whine+ingly#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "whine" :CLASS "37.3.a" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whine+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#whine#whine#whine#whine+#(1.5,00589771,00510953)(1.6,00706113,00614873)###SZ ( :DEF_WORD "whine" :CLASS "37.3.b" :WN_SENSE (("1.5" 00589771 00510953) ("1.6" 00706113 00614873)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (whine+ 2) ((* toward 5) comm (whine+ 2) ((at 5) comm (whine+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#whine#whine#whine#whine+#(1.5,00589771,00510953)(1.6,00706113,00614873)###SZ ( :DEF_WORD "whine" :CLASS "37.3.c" :WN_SENSE (("1.5" 00589771 00510953) ("1.6" 00706113 00614873)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (whine+ 2) (toward comm (whine+ 2) (at comm (whine+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whine#whine#whine#whine+ingly#(1.5,00589771,00510953)(1.6,00706113,00614873)###SZ ( :DEF_WORD "whine" :CLASS "43.2.a" :WN_SENSE (("1.5" 00589771 00510953) ("1.6" 00706113 00614873)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whine+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whine#whine#whine#whine+ingly#(1.5,00589771,00510953)(1.6,00706113,00614873)###SZ ( :DEF_WORD "whine" :CLASS "43.2.b" :WN_SENSE (("1.5" 00589771 00510953) ("1.6" 00706113 00614873)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whine+ingly 26)) ) ;; Grid: 38#1#_ag,goal(at)#whinny#whinny#whinny#whinny+#(1.5,00600158)(1.6,00718098)###SZ ( :DEF_WORD "whinny" :CLASS "38" :WN_SENSE (("1.5" 00600158) ("1.6" 00718098)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (whinny+ 2) ((* toward 5) comm (whinny+ 2) (touching comm (whinny+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#whip#whip#whip#whip+ingly#(1.5,00812219)(1.6,00967375)###SZ ( :DEF_WORD "whip" :CLASS "18.3" :WN_SENSE (("1.5" 00812219) ("1.6" 00967375)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (whip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#whip#whip#whip#whip+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whip" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (whip+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.i#1#_ag_th#whip#whip#whip#whip+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whip" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (whip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#whip#whip#whip#whip+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whip" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (whip+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#whip#whip#whip#whip+ed#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whip" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whip+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#whip#whip#whip#whip+ingly#(1.5,00812219,00815718)(1.6,00967375,00971707)###SZ ( :DEF_WORD "whip" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00812219 00815718) ("1.6" 00967375 00971707)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (whip+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#whip#whip#whip#whip+ingly#(1.5,00812219,00815718)(1.6,00967375,00971707)###SZ ( :DEF_WORD "whip" :CLASS "26.5.b" :WN_SENSE (("1.5" 00812219 00815718) ("1.6" 00967375 00971707)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (whip+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whir#whir#whir#whir+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whir" :CLASS "43.2.a" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whir+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whir#whir#whir#whir+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whir" :CLASS "43.2.b" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whir+ingly 26)) ) ;; Grid: 43.2.c#1#_exp_mod-poss(with)#whir#whir#whir#whir+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whir" :CLASS "43.2.c" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg1 arg3(with)") :THETA_ROLES ((1 "_exp_mod-poss(with)")) :LCS (act perc (* thing 2) ((* with 15) poss (*head*) (thing 16)) (whir+ingly 26)) :VAR_SPEC ((15 :obligatory)) ) ;; Grid: 9.6#1#,ag_th_goal(around)#whirl#whirl#whirl#whirl+ingly#(1.5,01171503,01170963,01170769,01170259)(1.6,01400202,01399670,01399476,01398848)###SZ ( :DEF_WORD "whirl" :CLASS "9.6" :WN_SENSE (("1.5" 01171503 01170963 01170769 01170259) ("1.6" 01400202 01399670 01399476 01398848)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (whirl+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whish#whish#whish#whish+ingly#(1.5,01243046,01045182)(1.6,01491826,01252181)###SZ ( :DEF_WORD "whish" :CLASS "43.2.a" :WN_SENSE (("1.5" 01243046 01045182) ("1.6" 01491826 01252181)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whish+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whish#whish#whish#whish+ingly#(1.5,01243046,01045182)(1.6,01491826,01252181)###SZ ( :DEF_WORD "whish" :CLASS "43.2.b" :WN_SENSE (("1.5" 01243046 01045182) ("1.6" 01491826 01252181)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whish+ingly 26)) ) ;; Grid: 43.2.d#1#_ag_th#whish#whish#whish#whish+ingly#(1.5,01243046)(1.6,01491826)###SZ ( :DEF_WORD "whish" :CLASS "43.2.d" :WN_SENSE (("1.5" 01243046) ("1.6" 01491826)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (whish+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#whisk#whisk#whisk#whisk+ingly#(1.5,00825356)(1.6,00983683)###SZ ( :DEF_WORD "whisk" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00825356) ("1.6" 00983683)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (whisk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#whisk#whisk#whisk#whisk+ingly#(1.5,00825356)(1.6,00983683)###SZ ( :DEF_WORD "whisk" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00825356) ("1.6" 00983683)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (whisk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#whisk#whisk#whisk#whisk+ed#(1.5,00825356)(1.6,00983683)###SZ ( :DEF_WORD "whisk" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00825356) ("1.6" 00983683)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whisk+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#whisk#whisk#whisk#whisk+ingly#(1.5,00825356)(1.6,00983683)###SZ ( :DEF_WORD "whisk" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00825356) ("1.6" 00983683)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (whisk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 18.3#1#_ag_th,mod-loc(),instr(with)#whisk#whisk#whisk#whisk+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whisk" :CLASS "18.3" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-loc(),instr(with)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [on] 23) loc (*head*) (thing 24)) ((* with 19) instr (*head*) (thing 20)) (whisk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.a.ii#1#,ag_th,goal(with)#whisk#whisk#whisk#whisk+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whisk" :CLASS "22.3.a.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) ((* with 5) loc (thing 2) (thing 6)))) (whisk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.b.i#1#_ag_th#whisk#whisk#whisk#whisk+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whisk" :CLASS "22.3.b.i" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (whisk+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.3.b.ii#1#,ag_th,goal(into)#whisk#whisk#whisk#whisk+ingly#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whisk" :CLASS "22.3.b.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 ",ag_th,goal(into)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (in loc (thing 2) (thing 6)))) (whisk+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.3.d.ii#1#,ag_th,mod-loc(together)#whisk#whisk#whisk#whisk+ed#(1.5,00815718)(1.6,00971707)###SZ ( :DEF_WORD "whisk" :CLASS "22.3.d.ii" :WN_SENSE (("1.5" 00815718) ("1.6" 00971707)) :PROPBANK ("arg0 arg1 argm-LOC(together)") :THETA_ROLES ((1 ",ag_th,mod-loc(together)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whisk+ed 9)))) ((* together 23) loc (thing 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#whisper#whisper#whisper#whisper+ingly#(1.5,00515168)(1.6,00620008)###SZ ( :DEF_WORD "whisper" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515168) ("1.6" 00620008)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whisper+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#whisper#whisper#whisper#whisper+ingly#(1.5,00515168)(1.6,00620008)###SZ ( :DEF_WORD "whisper" :CLASS "37.3.a" :WN_SENSE (("1.5" 00515168) ("1.6" 00620008)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whisper+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#whisper#whisper#whisper#whisper+#(1.5,00515168)(1.6,00620008)###SZ ( :DEF_WORD "whisper" :CLASS "37.3.b" :WN_SENSE (("1.5" 00515168) ("1.6" 00620008)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (whisper+ 2) ((* toward 5) comm (whisper+ 2) ((at 5) comm (whisper+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#whisper#whisper#whisper#whisper+#(1.5,00515168)(1.6,00620008)###SZ ( :DEF_WORD "whisper" :CLASS "37.3.c" :WN_SENSE (("1.5" 00515168) ("1.6" 00620008)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (whisper+ 2) (toward comm (whisper+ 2) (at comm (whisper+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 26.7.i#1#_ag#whistle#whistle#whistle#whistle+ingly#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "26.7.i" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (whistle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#whistle#whistle#whistle#whistle+ingly#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (whistle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#whistle#whistle#whistle#whistle+ingly#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (whistle+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#whistle#whistle#whistle#whistle+ingly#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whistle+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#whistle#whistle#whistle#whistle+ingly#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "37.3.a" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whistle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#whistle#whistle#whistle#whistle+#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "37.3.b" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (whistle+ 2) ((* toward 5) comm (whistle+ 2) ((at 5) comm (whistle+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#whistle#whistle#whistle#whistle+#(1.5,00590244)(1.6,00706845)###SZ ( :DEF_WORD "whistle" :CLASS "37.3.c" :WN_SENSE (("1.5" 00590244) ("1.6" 00706845)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (whistle+ 2) (toward comm (whistle+ 2) (at comm (whistle+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#whistle#whistle#whistle#whistle+#(1.5,01246195)(1.6,01495196)###SZ ( :DEF_WORD "whistle" :CLASS "38" :WN_SENSE (("1.5" 01246195) ("1.6" 01495196)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (whistle+ 2) ((* toward 5) comm (whistle+ 2) (touching comm (whistle+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#whistle#whistle#whistle#whistle+ingly#(1.5,01246195)(1.6,01495196)###BJDMAP ( :DEF_WORD "whistle" :CLASS "40.2.b" :WN_SENSE (("1.5" 01246195) ("1.6" 01495196)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (whistle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whistle#whistle#whistle#whistle+ingly#(1.5,01246195,01199271,00590244,00590618,00590379)(1.6,01495196,01433928,00706845,00707219,00706980)###SZ ( :DEF_WORD "whistle" :CLASS "43.2.a" :WN_SENSE (("1.5" 01246195 01199271 00590244 00590618 00590379) ("1.6" 01495196 01433928 00706845 00707219 00706980)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whistle+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whistle#whistle#whistle#whistle+ingly#(1.5,01246195,01199271,00590244,00590618,00590379)(1.6,01495196,01433928,00706845,00707219,00706980)###SZ ( :DEF_WORD "whistle" :CLASS "43.2.b" :WN_SENSE (("1.5" 01246195 01199271 00590244 00590618 00590379) ("1.6" 01495196 01433928 00706845 00707219 00706980)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whistle+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#whiten#whiten#whiten#whiten+ed#(1.5,00167303)(1.6,00191916)###SZ ( :DEF_WORD "whiten" :CLASS "45.4.a" :WN_SENSE (("1.5" 00167303) ("1.6" 00191916)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whiten+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#whiten#whiten#whiten#whiten+ed#(1.5,00167303)(1.6,00191916)###SZ ( :DEF_WORD "whiten" :CLASS "45.4.b" :WN_SENSE (("1.5" 00167303) ("1.6" 00191916)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whiten+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#whiten#whiten#whiten#whiten+ed#(1.5,00167303)(1.6,00191916)###SZ ( :DEF_WORD "whiten" :CLASS "45.4.c" :WN_SENSE (("1.5" 00167303) ("1.6" 00191916)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whiten+ed 9)))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#whitewash#whitewash#whitewash#whitewash+ed#(1.5,01225558,00726203)(1.6,01470473,00866366)###SZ ( :DEF_WORD "whitewash" :CLASS "9.9.ii" :WN_SENSE (("1.5" 01225558 00726203) ("1.6" 01470473 00866366)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whitewash+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#1#_ag_th,instr(),ben(for)#whittle#whittle#whittle#whittle+ed#(1.5,00894011,00893941)(1.6,00861844,01069071)###SZ ( :DEF_WORD "whittle" :CLASS "26.1.a" :WN_SENSE (("1.5" 00894011 00893941) ("1.6" 00861844 01069071)) :PROPBANK ("arg0 arg1 arg2(with - up.) arg3(for)") :THETA_ROLES ((1 "_ag_th,instr(),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whittle+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.1.a#2#_ag_ben_th,instr()#whittle#whittle#whittle#whittle+ed#(1.5,00894011,00893941)(1.6,00861844,01069071)###SZ ( :DEF_WORD "whittle" :CLASS "26.1.a" :WN_SENSE (("1.5" 00894011 00893941) ("1.6" 00861844 01069071)) :PROPBANK ("arg0 arg2 arg1 arg2(with - up.)") :THETA_ROLES ((2 "_ag_ben_th,instr()")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (whittle+ed 9)))) ((* [of] 19) instr (*head*) (thing 20)) ((for 17) poss (*head*) (* thing 18))) :VAR_SPEC ((18 :obligatory) (1 (animate +))) ) ;; Grid: 26.1.b#1#_ag_th_goal(into),ben(for)#whittle#whittle#whittle#whittle+ingly#(1.5,00894011,00893941)(1.6,00861844,01069071)###SZ ( :DEF_WORD "whittle" :CLASS "26.1.b" :WN_SENSE (("1.5" 00894011 00893941) ("1.6" 00861844 01069071)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 "_ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) ((* for 17) poss (*head*) (thing 18)) (whittle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#whiz#whiz#whiz#whiz+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whiz" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (whiz+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#whiz#whiz#whiz#whiz+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whiz" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (whiz+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#whiz#whiz#whiz#whiz+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whiz" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (whiz+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#whiz#whiz#whiz#whiz+ingly#(1.5,01248685)(1.6,01498536)###SZ ( :DEF_WORD "whiz" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01248685) ("1.6" 01498536)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (whiz+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#whoop#whoop#whoop#whoop+ingly#(1.5,00514346)(1.6,00618777)###SZ ( :DEF_WORD "whoop" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514346) ("1.6" 00618777)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whoop+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#whoop#whoop#whoop#whoop+ingly#(1.5,00514346)(1.6,00618777)###SZ ( :DEF_WORD "whoop" :CLASS "37.3.a" :WN_SENSE (("1.5" 00514346) ("1.6" 00618777)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (whoop+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#whoop#whoop#whoop#whoop+#(1.5,00514346)(1.6,00618777)###SZ ( :DEF_WORD "whoop" :CLASS "37.3.b" :WN_SENSE (("1.5" 00514346) ("1.6" 00618777)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (whoop+ 2) ((* toward 5) comm (whoop+ 2) ((at 5) comm (whoop+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#whoop#whoop#whoop#whoop+#(1.5,00514346)(1.6,00618777)###SZ ( :DEF_WORD "whoop" :CLASS "37.3.c" :WN_SENSE (("1.5" 00514346) ("1.6" 00618777)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (whoop+ 2) (toward comm (whoop+ 2) (at comm (whoop+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whoosh#whoosh#whoosh#whoosh+ingly#(1.5,01183705,01183577)(1.6,01415818,01415681)###SZ ( :DEF_WORD "whoosh" :CLASS "43.2.a" :WN_SENSE (("1.5" 01183705 01183577) ("1.6" 01415818 01415681)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whoosh+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whoosh#whoosh#whoosh#whoosh+ingly#(1.5,01183705,01183577)(1.6,01415818,01415681)###SZ ( :DEF_WORD "whoosh" :CLASS "43.2.b" :WN_SENSE (("1.5" 01183705 01183577) ("1.6" 01415818 01415681)) :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whoosh+ingly 26)) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#whump#whump#whump#whump+ingly####SZ ( :DEF_WORD "whump" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (whump+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#whump#whump#whump#whump+ingly####SZ ( :DEF_WORD "whump" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (whump+ingly 26)) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#widen#widen#widen#widen+ed#(1.5,00183482)(1.6,00209671)###SZ ( :DEF_WORD "widen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00183482) ("1.6" 00209671)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (widen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#widen#widen#widen#widen+ed#(1.5,00183482)(1.6,00209671)###SZ ( :DEF_WORD "widen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00183482) ("1.6" 00209671)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (widen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#widen#widen#widen#widen+ed#(1.5,00183338)(1.6,00209493)###SZ ( :DEF_WORD "widen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00183338) ("1.6" 00209493)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (widen+ed 9)))) ) ;; Grid: 29.7#1#_ag_th#widow#widow#widow#widow+ed#(1.5,00217223)(1.6,00251236)###SZ ( :DEF_WORD "widow" :CLASS "29.7" :WN_SENSE (("1.5" 00217223) ("1.6" 00251236)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (widow+ed 9))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 15.1.a#1#_ag_th,instr(by)#wield#wield#wield#wield+ingly#(1.5,00697925)(1.6,00834266)###SZ ( :DEF_WORD "wield" :CLASS "15.1.a" :WN_SENSE (("1.5" 00697925) ("1.6" 00834266)) :PROPBANK ("arg0 arg1 argm-LOC(by)") :THETA_ROLES ((1 "_ag_th,instr(by)")) :LCS (cause (* thing 1) (stay loc (* thing 2) (at loc (thing 2) (thing 1))) (wield+ingly 26) ((* by 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 15.1.b#1#_ag_th,loc()#wield#wield#wield#wield+ingly#(1.5,00697925)(1.6,00834266)###SZ ( :DEF_WORD "wield" :CLASS "15.1.b" :WN_SENSE (("1.5" 00697925) ("1.6" 00834266)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,loc()")) :LCS (cause (* thing 1) (stay loc (* thing 2) ((* [in] 10) loc (thing 2) (thing 11))) (wield+ingly 26)) :VAR_SPEC ((10 :optional) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "40.3.2" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (wiggle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 47.3.a#1#_th,loc()#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "47.3.a" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (wiggle+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 47.3.b#1#_ag_th,mod-loc()#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "47.3.b" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0 arg1 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_th,mod-loc()")) :LCS (act_on loc (* thing 1) (* thing 2) ((* [at] 23) loc (*head*) (thing 24)) (wiggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.i#1#_ag#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "49.a.i" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (wiggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (wiggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#wiggle#wiggle#wiggle#wiggle+ingly#(1.5,01081367)(1.6,01295487)###SZ ( :DEF_WORD "wiggle" :CLASS "49.b" :WN_SENSE (("1.5" 01081367) ("1.6" 01295487)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wiggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#will#will#will#will+ingly#(1.5,01270206)(1.6,01525019)###SZ ( :DEF_WORD "will" :CLASS "13.3" :WN_SENSE (("1.5" 01270206) ("1.6" 01525019)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (will+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#will#will#will#will+ingly#(1.5,01270206)(1.6,01525019)###SZ ( :DEF_WORD "will" :CLASS "13.3" :WN_SENSE (("1.5" 01270206) ("1.6" 01525019)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (will+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.5#1#_th#wilt#wilt#wilt#wilt+ed#(1.5,00278126)(1.6,00327698)###SZ ( :DEF_WORD "wilt" :CLASS "45.5" :WN_SENSE (("1.5" 00278126) ("1.6" 00327698)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wilt+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#wilt#wilt#wilt#wilt+ingly#(1.5,00278126)(1.6,00327698)###SZ ( :DEF_WORD "wilt" :CLASS "47.2.b" :WN_SENSE (("1.5" 00278126) ("1.6" 00327698)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (wilt+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),mod-poss(for),ben(for)#win#win#win#win+ingly#(1.5,00620486,01301819)(1.6,00744139,01564238)###SZ ( :DEF_WORD "win" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 00620486 01301819) ("1.6" 00744139 01564238)) :PROPBANK ("arg0 arg1 arg2 arg2(for) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),mod-poss(for),ben(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (win+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#1#_ag_th,src(from),ben(for),mod-poss(for)#win#win#win#win+ingly#(1.5,00620486,01301819)(1.6,00744139,01564238)###SZ ( :DEF_WORD "win" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 00620486 01301819) ("1.6" 00744139 01564238)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for) arg4(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((* for 17) poss (*head*) (thing 18)) (win+ingly 26)) :VAR_SPEC ((3 :optional) (1 (human +)) (16 (money +))) ) ;; Grid: 13.5.1.b.ii#2#_ag_ben_th,src(from),mod-poss(for)#win#win#win#win+ingly#(1.5,00620486,01301819)(1.6,00744139,01564238)###SZ ( :DEF_WORD "win" :CLASS "13.5.1.b.ii" :WN_SENSE (("1.5" 00620486 01301819) ("1.6" 00744139 01564238)) :PROPBANK ("arg0 arg2 arg1 arg2(from) arg3(for)") :THETA_ROLES ((2 "_ag_ben_th,src(from),mod-poss(for)")) :LCS (cause_exchange (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 15) instr (*head*) (thing 16)) ((for 17) poss (*head*) (* thing 18)) (win+ingly 26)) :VAR_SPEC ((3 :optional) (18 :obligatory) (1 (human +)) (16 (money +))) ) ;; Grid: 40.3.3.b#1#_exp_ag(at)#wince#wince#wince#wince+ingly#(1.5,01179252)(1.6,01410062)###SZ ( :DEF_WORD "wince" :CLASS "40.3.3.b" :WN_SENSE (("1.5" 01179252) ("1.6" 01410062)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_ag(at)")) :LCS (cause (* thing 1) (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (thing 1)))) (wince+ingly 26)) :VAR_SPEC ((1 (animate -) (:cat n)) (2 (animate +))) ) ;; Grid: 40.5#1#_exp_goal(at)#wince#wince#wince#wince+ingly#(1.5,01179252,00006145)(1.6,01410062,00006074)###SZ ( :DEF_WORD "wince" :CLASS "40.5" :WN_SENSE (("1.5" 01179252 00006145) ("1.6" 01410062 00006074)) :PROPBANK ("arg1 arg3(at)") :THETA_ROLES ((1 "_exp_goal(at)")) :LCS (go perc (* thing 2) ((* toward 5) perc (thing 2) (touching perc (thing 2) (thing 6))) (wince+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 9.6#1#,ag_th_goal(around)#wind#wind#wind#wind+ingly#(1.5,01072711,00875459,00871905)(1.6,01285061,01046121,01042033)###SZ ( :DEF_WORD "wind" :CLASS "9.6" :WN_SENSE (("1.5" 01072711 00875459 00871905) ("1.6" 01285061 01046121 01042033)) :PROPBANK ("arg0 arg1 arg2(around)") :THETA_ROLES ((1 ",ag_th_goal(around)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) (around loc (thing 2) (thing 6)))) (wind+ingly 26)) :VAR_SPEC ((1 (animate +) :optional) (2 (animate -))) ) ;; Grid: 10.7#1#_ag_src#wind#wind#wind##(1.5,01072711)(1.6,01285061)#loc#(th = wind+)#SZ ( :DEF_WORD "wind" :CLASS "10.7" :WN_SENSE (("1.5" 01072711) ("1.6" 01285061)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (wind+ 2) (from loc (wind+ 2) (at loc (wind+ 2) (* thing 4))))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#wind#wind#wind#wind+ingly#(1.5,01554542)(1.6,01874936)###SZ ( :DEF_WORD "wind" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 01554542) ("1.6" 01874936)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (wind+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.a.ii#1#_ag_th,ben(for)#wind#wind#wind#wind+#(1.5,01554542)(1.6,01874936)###SZ ( :DEF_WORD "wind" :CLASS "26.5.a.ii" :WN_SENSE (("1.5" 01554542) ("1.6" 01874936)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wind+ 9)))) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#wind#wind#wind#wind+ingly#(1.5,01554542)(1.6,01874936)###SZ ( :DEF_WORD "wind" :CLASS "26.5.b" :WN_SENSE (("1.5" 01554542) ("1.6" 01874936)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wind+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 47.7.a#1#_th_src(from)_goal(to)#wind#wind#wind#wind+ingly#(1.5,01554542)(1.6,01874936)###SZ ( :DEF_WORD "wind" :CLASS "47.7.a" :WN_SENSE (("1.5" 01554542) ("1.6" 01874936)) :PROPBANK ("arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_th_src(from)_goal(to)")) :LCS (go_ext loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wind+ingly 26)) ) ;; Grid: 47.7.b#1#_th_goal()#wind#wind#wind#wind+ingly#(1.5,01554542)(1.6,01874936)###SZ ( :DEF_WORD "wind" :CLASS "47.7.b" :WN_SENSE (("1.5" 01554542) ("1.6" 01874936)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go_ext loc (* thing 2) ((* [toward] 5) loc (thing 2) (at loc (thing 2) (thing 6))) (wind+ingly 26)) ) ;; Grid: 55.1.a#1#_th,prop#wind_up#wind_up#wind_up#wind-up+ingly####SZ ( :DEF_WORD "wind_up" :CLASS "55.1.a" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (wind-up+ingly 26)) :VAR_SPEC ((2 (animate +)) (27 (:cat n) :optional)) ) ;; Grid: 55.1.b#1#_th,prop#wind_up#wind_up#wind_up#wind-up+ingly####SZ ( :DEF_WORD "wind_up" :CLASS "55.1.b" :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th,prop")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* event 27))) (wind-up+ingly 26)) :VAR_SPEC ((27 (aspect prog) :optional)) ) ;; Grid: 40.3.1.i#1#_ag,goal(at)#wink#wink#wink#wink+#(1.5,00005811,00005576)(1.6,00005679,00005403)###SZ ( :DEF_WORD "wink" :CLASS "40.3.1.i" :WN_SENSE (("1.5" 00005811 00005576) ("1.6" 00005679 00005403)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (wink+ 2) ((* toward 5) comm (wink+ 2) (touching comm (wink+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.1.ii#1#_ag_th,goal(at)#wink#wink#wink#wink+ingly#(1.5,00005811)(1.6,00005679)###SZ ( :DEF_WORD "wink" :CLASS "40.3.1.ii" :WN_SENSE (("1.5" 00005811) ("1.6" 00005679)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* toward 5) comm (thing 2) (touching comm (thing 2) (thing 6)))) (wink+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 10.1#1#_ag_th,src()#winkle#winkle#winkle#winkle+ingly#(1.5,00776422)(1.6,00925204)#loc##SZ ( :DEF_WORD "winkle" :CLASS "10.1" :WN_SENSE (("1.5" 00776422) ("1.6" 00925204)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (winkle+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#winkle#winkle#winkle#winkle+ingly#(1.5,00776422)(1.6,00925204)###SZ ( :DEF_WORD "winkle" :CLASS "10.5" :WN_SENSE (("1.5" 00776422) ("1.6" 00925204)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (winkle+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#winnow#winnow#winnow#winnow+ingly#(1.5,00303455,00106516)(1.6,00359902,00121295)###SZ ( :DEF_WORD "winnow" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00303455 00106516) ("1.6" 00359902 00121295)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (winnow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#winnow#winnow#winnow#winnow+ingly#(1.5,00106516)(1.6,00121295)###SZ ( :DEF_WORD "winnow" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00106516) ("1.6" 00121295)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (winnow+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#winnow#winnow#winnow#winnow+ed#(1.5,00303455,00106516)(1.6,00359902,00121295)###SZ ( :DEF_WORD "winnow" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00303455 00106516) ("1.6" 00359902 00121295)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (winnow+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 56.b#1#_th,loc()#winter#winter#winter#winter+#(1.5,01533378)(1.6,01851008)###BJDMAP ( :DEF_WORD "winter" :CLASS "56.b" :WN_SENSE (("1.5" 01533378) ("1.6" 01851008)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (stay loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (for temp (*head*) (winter+ 31))) :VAR_SPEC ((10 :optional) (2 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#wipe#wipe#wipe#wipe+ingly#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "9.3.a" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (wipe+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#wipe#wipe#wipe#wipe+ingly#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "9.3.b" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#wipe#wipe#wipe#wipe+ingly#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (wipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#wipe#wipe#wipe#wipe+ingly#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "10.4.1.b.i" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#wipe#wipe#wipe#wipe+ed#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wipe+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 10.4.1.c#1#_ag_goal(at)#wipe#wipe#wipe#wipe+ingly#(1.5,00801916)(1.6,00955030)###SZ ( :DEF_WORD "wipe" :CLASS "10.4.1.c" :WN_SENSE (("1.5" 00801916) ("1.6" 00955030)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag_goal(at)")) :LCS (act loc (* thing 1) ((* toward 5) loc (thing 1) (touching loc (thing 1) (thing 6))) (wipe+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 11.5#1#_ag_th,src(from),goal(to)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "11.5" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg1 arg2(from) arg2(to)") :THETA_ROLES ((1 "_ag_th,src(from),goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (wire+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 11.5#2#_ag_goal_th,src(from)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "11.5" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1 arg2(from)") :THETA_ROLES ((2 "_ag_goal_th,src(from)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) (at loc (thing 2) (thing 4))) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (wire+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#wire#wire#wire#wire+ingly#(1.5,00919072)(1.6,01100928)###SZ ( :DEF_WORD "wire" :CLASS "22.4.a" :WN_SENSE (("1.5" 00919072) ("1.6" 01100928)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (wire+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#wire#wire#wire#wire+ed#(1.5,00919072)(1.6,01100928)###SZ ( :DEF_WORD "wire" :CLASS "22.4.b" :WN_SENSE (("1.5" 00919072) ("1.6" 01100928)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wire+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (wire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (wire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "37.4.a" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wire+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.b#1#_ag_purp(for)#wire#wire#wire#wire+ingly#(1.5,00568315)(1.6,00681108)###SZ ( :DEF_WORD "wire" :CLASS "37.4.b" :WN_SENSE (("1.5" 00568315) ("1.6" 00681108)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (wire+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 37.4.a#2#_ag_info_goal(to)#wireless#wireless#wireless#wireless+ingly####SZ ( :DEF_WORD "wireless" :CLASS "37.4.a" :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((2 "_ag_info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wireless+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#3#_ag_goal_info(about,that)#wireless#wireless#wireless#wireless+ingly####SZ ( :DEF_WORD "wireless" :CLASS "37.4.a" :PROPBANK ("arg0 arg2 arg1-PRD(about/that)") :THETA_ROLES ((3 "_ag_goal_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (wireless+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 37.4.a#1#_ag_goal,info#wireless#wireless#wireless#wireless+ingly####SZ ( :DEF_WORD "wireless" :CLASS "37.4.a" :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal,info")) :LCS (cause (* thing 1) (go comm (* nil 2) ((to 5) comm (nil 2) (at comm (nil 2) (* thing 6)))) (wireless+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +) :optional)) ) ;; Grid: 37.4.a#3#_ag_goal(to)_info(about,that)#wireless#wireless#wireless#wireless+ingly####SZ ( :DEF_WORD "wireless" :CLASS "37.4.a" :PROPBANK ("arg0 arg2(to) arg1(about/that)") :THETA_ROLES ((3 "_ag_goal(to)_info(about,that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (wireless+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (human +))) ) ;; Grid: 015#1#_ag_prop(to)#wish#wish#wish#wish+ingly#(1.5,01039302,01039648)(1.6,01244590,01244897)###SZ ! ;; Grid: 37.4.b#1#_ag_purp(for)#wireless#wireless#wireless#wireless+ingly####SZ ( :DEF_WORD "wireless" :CLASS "37.4.b" :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (thing 2) ((to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22)) (wireless+ingly 26)) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 005#1#_th_prop(to)#wish#wish#wish#wish+ingly####BJDMAP ( :DEF_WORD "wish" :CLASS "005" :PROPBANK ("arg0 arg1-PRD(to)") :THETA_ROLES ((1 "_th_prop(to)")) :LCS (go circ (* thing 2) (toward circ (thing 2) (at circ (thing 2) (* nil 27))) (wish+ingly 26)) :VAR_SPEC ((27 (cform inf))) ) ;; Grid: 29.1.d#1#_ag_th,pred#wish#wish#wish#wish+ingly#(1.5,01039302)(1.6,01244590)###SZ ( :DEF_WORD "wish" :CLASS "29.1.d" :WN_SENSE (("1.5" 01039302) ("1.6" 01244590)) :PROPBANK ("arg0 arg1 arg3") :THETA_ROLES ((1 "_ag_th,pred")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (* thing 9))) (wish+ingly 26)) :VAR_SPEC ((9 :optional) (1 (human +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#wish#wish#wish#wish+#(1.5,01039302)(1.6,01244590)###SZ ( :DEF_WORD "wish" :CLASS "32.2.b" :WN_SENSE (("1.5" 01039302) ("1.6" 01244590)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (wish+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 10.1#1#_ag_th,src()#withdraw#withdraw#withdraw#withdraw+ingly#(1.5,00291523,01314932)(1.6,00345547,01579864)#loc##SZ ( :DEF_WORD "withdraw" :CLASS "10.1" :WN_SENSE (("1.5" 00291523 01314932) ("1.6" 00345547 01579864)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (withdraw+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#withdraw#withdraw#withdraw#withdraw+ingly#(1.5,01314932)(1.6,01579864)###SZ ( :DEF_WORD "withdraw" :CLASS "10.5" :WN_SENSE (("1.5" 01314932) ("1.6" 01579864)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (withdraw+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 45.5#1#_th#wither#wither#wither#wither+ed#(1.5,00145094)(1.6,00165232)###SZ ( :DEF_WORD "wither" :CLASS "45.5" :WN_SENSE (("1.5" 00145094) ("1.6" 00165232)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wither+ed 9)))) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 47.2.b#1#_th,mod-loc()#wither#wither#wither#wither+ingly#(1.5,00145094)(1.6,00165232)###SZ ( :DEF_WORD "wither" :CLASS "47.2.b" :WN_SENSE (("1.5" 00145094) ("1.6" 00165232)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,mod-loc()")) :LCS (act loc (* thing 2) ((* [in] 23) loc (*head*) (thing 24)) (wither+ingly 26)) :VAR_SPEC ((2 (animate -))) ) ;; Grid: 10.1#1#_ag_th,src()#withhold#withhold#withhold#withhold+ingly#(1.5,01262879)(1.6,01516187)#loc##SZ ( :DEF_WORD "withhold" :CLASS "10.1" :WN_SENSE (("1.5" 01262879) ("1.6" 01516187)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (withhold+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 39.6.b#1#_th_instr#withstand#withstand#withstand#withstand+ingly#(1.5,00631049)(1.6,00757252)###SZ ( :DEF_WORD "withstand" :CLASS "39.6.b" :WN_SENSE (("1.5" 00631049) ("1.6" 00757252)) :PROPBANK ("arg1 arg2") :THETA_ROLES ((1 "_th_instr")) :LCS (be exist (* thing 2) (at exist (thing 2) (exist 9)) ((on 19) instr (*head*) (* nil 20)) (withstand+ingly 26)) :VAR_SPEC ((20 :obligatory) (2 (animate +))) ) ;; Grid: 29.8.a#1#_ag,ben(for)#witness#witness#witness#witness+ingly#(1.5,01214752)(1.6,01456379)###SZ ( :DEF_WORD "witness" :CLASS "29.8.a" :WN_SENSE (("1.5" 01214752) ("1.6" 01456379)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag,ben(for)")) :LCS (act loc (* thing 1) ((* for 17) poss (*head*) (thing 18)) (witness+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 29.8.b#1#_ag_th#witness#witness#witness#witness+ingly#(1.5,01214752)(1.6,01456379)###SZ ( :DEF_WORD "witness" :CLASS "29.8.b" :WN_SENSE (("1.5" 01214752) ("1.6" 01456379)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (witness+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 30.2.a.i#1#_exp_perc#witness#witness#witness#witness+ingly#(1.5,01214974)(1.6,01456625)###SZ ( :DEF_WORD "witness" :CLASS "30.2.a.i" :WN_SENSE (("1.5" 01214974) ("1.6" 01456625)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (act_on perc (* thing 2) (* thing 8) (witness+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.a.ii#1#_exp_perc#witness#witness#witness#witness+ingly#(1.5,01214974)(1.6,01456625)###SZ ( :DEF_WORD "witness" :CLASS "30.2.a.ii" :WN_SENSE (("1.5" 01214974) ("1.6" 01456625)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* thing 8))) (witness+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 30.2.c#1#_exp_perc#witness#witness#witness#witness+ingly#(1.5,01214974)(1.6,01456625)###SZ ( :DEF_WORD "witness" :CLASS "30.2.c" :WN_SENSE (("1.5" 01214974) ("1.6" 01456625)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (go perc (* thing 2) (toward perc (thing 2) (at perc (thing 2) (* nil 8))) (witness+ingly 26)) :VAR_SPEC ((2 (animate +)) (8 (aspect prog) (thing -))) ) ;; Grid: 47.3.a#1#_th,loc()#wobble#wobble#wobble#wobble+ingly#(1.5,01065400,01073884)(1.6,01276270,01286664)###SZ ( :DEF_WORD "wobble" :CLASS "47.3.a" :WN_SENSE (("1.5" 01065400 01073884) ("1.6" 01276270 01286664)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (wobble+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 49.a.i#1#_ag#wobble#wobble#wobble#wobble+ingly#(1.5,01065400)(1.6,01276270)###SZ ( :DEF_WORD "wobble" :CLASS "49.a.i" :WN_SENSE (("1.5" 01065400) ("1.6" 01276270)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (wobble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#wobble#wobble#wobble#wobble+ingly#(1.5,01065400)(1.6,01276270)###SZ ( :DEF_WORD "wobble" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01065400) ("1.6" 01276270)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (wobble+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#wobble#wobble#wobble#wobble+ingly#(1.5,01065400)(1.6,01276270)###SZ ( :DEF_WORD "wobble" :CLASS "49.b" :WN_SENSE (("1.5" 01065400) ("1.6" 01276270)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wobble+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.a.i#1#_ag_th#wolf#wolf#wolf#wolf+ingly#(1.5,00664130)(1.6,00795195)###BJDMAP ( :DEF_WORD "wolf" :CLASS "39.3.a.i" :WN_SENSE (("1.5" 00664130) ("1.6" 00795195)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wolf+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 39.3.b#1#_ag_th_particle(down)#wolf#wolf#wolf#wolf+ingly#(1.5,00664130)(1.6,00795195)###BJDMAP ( :DEF_WORD "wolf" :CLASS "39.3.b" :WN_SENSE (("1.5" 00664130) ("1.6" 00795195)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th_particle(down)")) :LCS (cause (* thing 1) (go loc (* thing 2) (toward loc (thing 2) (in loc (thing 2) (thing 1)))) (* down+/int 34) (wolf+ingly 26)) :VAR_SPEC ((34 :obligatory) (1 (animate +))) ) ;; Grid: 31.3.b#1#_exp_perc(at)#wonder#wonder#wonder#wonder+ingly#(1.5,00520006)(1.6,00625900)###SZ ( :DEF_WORD "wonder" :CLASS "31.3.b" :WN_SENSE (("1.5" 00520006) ("1.6" 00625900)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) (toward perc (thing 2) ((* at 7) perc (thing 2) (thing 8))) (wonder+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#wonder#wonder#wonder#wonder+ingly#(1.5,00520006)(1.6,00625900)###SZ ( :DEF_WORD "wonder" :CLASS "31.3.h" :WN_SENSE (("1.5" 00520006) ("1.6" 00625900)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (wonder+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#woof#woof#woof#woof+####SZ ( :DEF_WORD "woof" :CLASS "38" :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (woof+ 2) ((* toward 5) comm (woof+ 2) (touching comm (woof+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 26.5.a.i#1#_ag_th,ben(for)#work#work#work#work+ingly#(1.5,00703885,00954722)(1.6,00841585,01145518)###SZ ( :DEF_WORD "work" :CLASS "26.5.a.i" :WN_SENSE (("1.5" 00703885 00954722) ("1.6" 00841585 01145518)) :PROPBANK ("arg0 arg1 arg2(for)") :THETA_ROLES ((1 "_ag_th,ben(for)")) :LCS (act_on loc (* thing 1) (* thing 2) ((* for 17) poss (*head*) (thing 18)) (work+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.5.b#1#,ag_th_goal(into),ben(for)#work#work#work#work+ingly#(1.5,00703885,00954722)(1.6,00841585,01145518)###SZ ( :DEF_WORD "work" :CLASS "26.5.b" :WN_SENSE (("1.5" 00703885 00954722) ("1.6" 00841585 01145518)) :PROPBANK ("arg0 arg1 arg2(into) arg3(for)") :THETA_ROLES ((1 ",ag_th_goal(into),ben(for)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (work+ingly 26) ((* for 17) poss (*head*) (thing 18))) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 10.7#1#_ag_src#worm#worm#worm##(1.5,01065051)(1.6,01275761)#loc#(th = worm+)#SZ ( :DEF_WORD "worm" :CLASS "10.7" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (worm+ 2) (from loc (worm+ 2) (at loc (worm+ 2) (* thing 4))))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#worry#worry#worry#worry+ingly#(1.5,01006059)(1.6,01205112)###SZ ( :DEF_WORD "worry" :CLASS "31.1.a" :WN_SENSE (("1.5" 01006059) ("1.6" 01205112)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (worry+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#worry#worry#worry#worry+ingly#(1.5,01006059)(1.6,01205112)###SZ ( :DEF_WORD "worry" :CLASS "31.1.b" :WN_SENSE (("1.5" 01006059) ("1.6" 01205112)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (worry+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#worry#worry#worry#worry+ed#(1.5,01006059)(1.6,01205112)###SZ ( :DEF_WORD "worry" :CLASS "31.1.c" :WN_SENSE (("1.5" 01006059) ("1.6" 01205112)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (worry+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.3.a.i#1#_exp_perc(about)#worry#worry#worry#worry+ingly#(1.5,01006890,00396150)(1.6,01205957,00476269)###SZ ( :DEF_WORD "worry" :CLASS "31.3.a.i" :WN_SENSE (("1.5" 01006890 00396150) ("1.6" 01205957 00476269)) :PROPBANK ("arg0 arg1(about)") :THETA_ROLES ((1 "_exp_perc(about)")) :LCS (be perc (* thing 2) ((* about 7) perc (thing 2) (thing 8)) (worry+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.3.h#1#_exp_perc(over)#worry#worry#worry#worry+ingly#(1.5,01006890,00396150)(1.6,01205957,00476269)###SZ ( :DEF_WORD "worry" :CLASS "31.3.h" :WN_SENSE (("1.5" 01006890 00396150) ("1.6" 01205957 00476269)) :PROPBANK ("arg0 arg1(over)") :THETA_ROLES ((1 "_exp_perc(over)")) :LCS (act perc (* thing 2) ((* over 7) perc (thing 2) (thing 8)) (worry+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#worsen#worsen#worsen#worsen+ed#(1.5,00125155)(1.6,00142648)###SZ ( :DEF_WORD "worsen" :CLASS "45.4.a" :WN_SENSE (("1.5" 00125155) ("1.6" 00142648)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (worsen+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#worsen#worsen#worsen#worsen+ed#(1.5,00125155)(1.6,00142648)###SZ ( :DEF_WORD "worsen" :CLASS "45.4.b" :WN_SENSE (("1.5" 00125155) ("1.6" 00142648)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (worsen+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#worsen#worsen#worsen#worsen+ed#(1.5,00122638)(1.6,00139555)###SZ ( :DEF_WORD "worsen" :CLASS "45.4.c" :WN_SENSE (("1.5" 00122638) ("1.6" 00139555)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (worsen+ed 9)))) ) ;; Grid: 31.2.a#1#_exp_perc,purp(for),mod-pred(as)#worship#worship#worship#worship+ingly#(1.5,01013009)(1.6,01214144)###SZ ( :DEF_WORD "worship" :CLASS "31.2.a" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* for 21) intent (*head*) (thing 22)) ((* as 29) ident (*head*) (thing 30)) (worship+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (animate +))) ) ;; Grid: 31.2.b#1#_exp_perc,mod-poss(in)#worship#worship#worship#worship+ingly#(1.5,01013009)(1.6,01214144)###SZ ( :DEF_WORD "worship" :CLASS "31.2.b" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_exp_perc,mod-poss(in)")) :LCS (be perc (* thing 2) (at perc (thing 2) (* thing 8)) ((* in 15) poss (*head*) (thing 16)) (worship+ingly 26)) :VAR_SPEC ((2 (human +)) (8 (abstract +))) ) ;; Grid: 31.2.g#1#_exp_perc#worship#worship#worship#worship+ingly#(1.5,01013009)(1.6,01214144)###SZ ( :DEF_WORD "worship" :CLASS "31.2.g" :WN_SENSE (("1.5" 01013009) ("1.6" 01214144)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_exp_perc")) :LCS (be perc (* thing 2) (at perc (thing 2) (* nil 8)) (worship+ingly 26)) :VAR_SPEC ((2 (human +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#wound#wound#wound#wound+ingly#(1.5,01021077)(1.6,01224189)###SZ ( :DEF_WORD "wound" :CLASS "31.1.a" :WN_SENSE (("1.5" 01021077) ("1.6" 01224189)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (wound+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#wound#wound#wound#wound+ingly#(1.5,01021077)(1.6,01224189)###SZ ( :DEF_WORD "wound" :CLASS "31.1.b" :WN_SENSE (("1.5" 01021077) ("1.6" 01224189)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (wound+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#wound#wound#wound#wound+ed#(1.5,01021077)(1.6,01224189)###SZ ( :DEF_WORD "wound" :CLASS "31.1.c" :WN_SENSE (("1.5" 01021077) ("1.6" 01224189)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wound+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 31.1.a#1#_ag_exp,instr(with)#wow#wow#wow#wow+ingly#(1.5,01008184)(1.6,01207975)###SZ ( :DEF_WORD "wow" :CLASS "31.1.a" :WN_SENSE (("1.5" 01008184) ("1.6" 01207975)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_exp,instr(with)")) :LCS (act_on perc (* thing 1) (* thing 2) ((* with 19) instr (*head*) (thing 20)) (wow+ingly 26)) :VAR_SPEC ((1 (human +)) (2 (animate +))) ) ;; Grid: 31.1.b#1#_prop(that)_exp#wow#wow#wow#wow+ingly#(1.5,01008184)(1.6,01207975)###SZ ( :DEF_WORD "wow" :CLASS "31.1.b" :WN_SENSE (("1.5" 01008184) ("1.6" 01207975)) :PROPBANK ("arg0(that) arg1") :THETA_ROLES ((1 "_prop(that)_exp")) :LCS (cause (* nil 27) (go perc (* thing 2) (toward perc (thing 2) (at circ (thing 2) (nil 27)))) (wow+ingly 26)) :VAR_SPEC ((27 (thing -) (cform fin)) (2 (animate +))) ) ;; Grid: 31.1.c#1#_th#wow#wow#wow#wow+ed#(1.5,01008184)(1.6,01207975)###SZ ( :DEF_WORD "wow" :CLASS "31.1.c" :WN_SENSE (("1.5" 01008184) ("1.6" 01207975)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wow+ed 9)))) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#wrangle#wrangle#wrangle#wrangle+ingly#(1.5,00434811)(1.6,00526031)###SZ ( :DEF_WORD "wrangle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00434811) ("1.6" 00526031)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (wrangle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#wrangle#wrangle#wrangle#wrangle+ingly#(1.5,00434811)(1.6,00526031)###SZ ( :DEF_WORD "wrangle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00434811) ("1.6" 00526031)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (wrangle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 9.7.a#1#_ag_th_goal()#wrap#wrap#wrap#wrap+ingly#(1.5,00908601)(1.6,01088107)###SZ ( :DEF_WORD "wrap" :CLASS "9.7.a" :WN_SENSE (("1.5" 00908601) ("1.6" 01088107)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (wrap+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 count)) ) ;; Grid: 9.7.d#1#_ag_th,mod-poss(with)#wrap#wrap#wrap#wrap+ed#(1.5,00908601)(1.6,01088107)###SZ ( :DEF_WORD "wrap" :CLASS "9.7.d" :WN_SENSE (("1.5" 00908601) ("1.6" 01088107)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wrap+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.a#1#_mod-poss_th#wreathe#wreathe#wreathe#wreathe+ed#(1.5,00872080)(1.6,01042230)###SZ ( :DEF_WORD "wreathe" :CLASS "9.8.a" :WN_SENSE (("1.5" 00872080) ("1.6" 01042230)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_mod-poss_th")) :LCS (be ident (* thing 2) (at ident (thing 2) (wreathe+ed 9)) (with poss (*head*) (* thing 16))) :VAR_SPEC ((16 :obligatory) (2 (animate -))) ) ;; Grid: 9.8.b#1#_ag_th,mod-poss(with)#wreathe#wreathe#wreathe#wreathe+ed#(1.5,00872080)(1.6,01042230)###SZ ( :DEF_WORD "wreathe" :CLASS "9.8.b" :WN_SENSE (("1.5" 00872080) ("1.6" 01042230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (wreathe+ed 9))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.8.d#1#_ag_th,mod-poss(in)#wreathe#wreathe#wreathe#wreathe+ed#(1.5,00872080)(1.6,01042230)###SZ ( :DEF_WORD "wreathe" :CLASS "9.8.d" :WN_SENSE (("1.5" 00872080) ("1.6" 01042230)) :PROPBANK ("arg0 arg1 arg3(in)") :THETA_ROLES ((1 "_ag_th,mod-poss(in)")) :LCS (cause (* thing 1) (be ident (* thing 2) (at ident (thing 2) (wreathe+ed 9))) ((* in 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#wreathe#wreathe#wreathe#wreathe+ed#(1.5,00872080)(1.6,01042230)###SZ ( :DEF_WORD "wreathe" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00872080) ("1.6" 01042230)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wreathe+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.a#1#_ag_th,instr(with)#wreck#wreck#wreck#wreck+ingly#(1.5,00901933)(1.6,01078694)###SZ ( :DEF_WORD "wreck" :CLASS "44.a" :WN_SENSE (("1.5" 00901933) ("1.6" 01078694)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) ((* with 19) instr (*head*) (thing 20)) (wreck+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 44.b#1#_ag_th#wreck#wreck#wreck#wreck+ingly#(1.5,00901933)(1.6,01078694)###SZ ( :DEF_WORD "wreck" :CLASS "44.b" :WN_SENSE (("1.5" 00901933) ("1.6" 01078694)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go exist (* thing 2) (away_from exist (thing 2) (at exist (thing 2) (exist 9)))) (wreck+ingly 26)) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 10.1#1#_ag_th,src()#wrench#wrench#wrench#wrench+ingly#(1.5,01065183,00775702)(1.6,00923284,00923284)#loc##SZ ( :DEF_WORD "wrench" :CLASS "10.1" :WN_SENSE (("1.5" 01065183 00775702) ("1.6" 00923284 00923284)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th,src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4)))) (wrench+ingly 26)) :VAR_SPEC ((3 :optional)) ) ;; Grid: 10.5#1#_ag_th,src(from),ben(for)#wrest#wrest#wrest#wrest+ingly#(1.5,00775816,00690974)(1.6,00923962,00826495)###SZ ( :DEF_WORD "wrest" :CLASS "10.5" :WN_SENSE (("1.5" 00775816 00690974) ("1.6" 00923962 00826495)) :PROPBANK ("arg0 arg1 arg2(from) arg3(for)") :THETA_ROLES ((1 "_ag_th,src(from),ben(for)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* from 3) poss (thing 2) (at poss (thing 2) (thing 4))) (to poss (thing 2) (at poss (thing 2) (thing 1)))) ((* for 17) poss (*head*) (thing 18)) (wrest+ingly 26)) :VAR_SPEC ((3 :optional) (1 (animate +))) ) ;; Grid: 36.1.c#1#_ag_mod-poss(with)#wrestle#wrestle#wrestle#wrestle+ingly#(1.5,00457508,00865407)(1.6,00552571,01033610)###SZ ( :DEF_WORD "wrestle" :CLASS "36.1.c" :WN_SENSE (("1.5" 00457508 00865407) ("1.6" 00552571 01033610)) :PROPBANK ("arg0 arg2(with)") :THETA_ROLES ((1 "_ag_mod-poss(with)")) :LCS (act loc (* thing 1) ((* with 15) poss (*head*) (thing 16)) (wrestle+ingly 26)) :VAR_SPEC ((15 :obligatory) (1 (human +))) ) ;; Grid: 36.1.d#1#_ag#wrestle#wrestle#wrestle#wrestle+ingly#(1.5,00457508,00865407)(1.6,00552571,01033610)###SZ ( :DEF_WORD "wrestle" :CLASS "36.1.d" :WN_SENSE (("1.5" 00457508 00865407) ("1.6" 00552571 01033610)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 1))) (wrestle+ingly 26)) :VAR_SPEC ((1 (human +) (num plur))) ) ;; Grid: 49.a.i#1#_ag#wriggle#wriggle#wriggle#wriggle+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "wriggle" :CLASS "49.a.i" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (wriggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 49.a.ii#1#_th_goal()#wriggle#wriggle#wriggle#wriggle+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "wriggle" :CLASS "49.a.ii" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg1 argm-LOC(through - up.)") :THETA_ROLES ((1 "_th_goal()")) :LCS (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (wriggle+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 49.b#1#_ag_th#wriggle#wriggle#wriggle#wriggle+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "wriggle" :CLASS "49.b" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wriggle+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.a#1#_ag_th_goal(),instr(with)#wring#wring#wring#wring+ingly#(1.5,00776117)(1.6,00924489)###SZ ( :DEF_WORD "wring" :CLASS "9.3.a" :WN_SENSE (("1.5" 00776117) ("1.6" 00924489)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 "_ag_th_goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([in] loc (thing 2) (thing 6)))) (wring+ingly 26) ((* with 19) instr (*head*) (thing 10))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 9.3.b#1#_ag_th_goal(into)#wring#wring#wring#wring+ingly#(1.5,00776117)(1.6,00924489)###SZ ( :DEF_WORD "wring" :CLASS "9.3.b" :WN_SENSE (("1.5" 00776117) ("1.6" 00924489)) :PROPBANK ("arg0 arg1 arg2(into)") :THETA_ROLES ((1 "_ag_th_goal(into)")) :LCS (cause (* thing 1) (go ident (* thing 2) ((* to 5) ident (thing 2) (in ident (thing 2) (thing 6)))) (wring+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.a#1#_ag_th_src()#wring#wring#wring#wring+ingly#(1.5,01276442)(1.6,01534137)###SZ ( :DEF_WORD "wring" :CLASS "10.4.1.a" :WN_SENSE (("1.5" 01276442) ("1.6" 01534137)) :PROPBANK ("arg0 arg1 arg2(from - up.)") :THETA_ROLES ((1 "_ag_th_src()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [away_from] 3) loc (thing 2) ([on] loc (thing 2) (thing 4)))) (wring+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.i#1#_ag_th#wring#wring#wring#wring+ingly####SZ ( :DEF_WORD "wring" :CLASS "10.4.1.b.i" :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (wring+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 10.4.1.b.ii#1#_ag_th_mod-poss(of)#wring#wring#wring#wring+ed#(1.5,01276442)(1.6,01534137)###SZ ( :DEF_WORD "wring" :CLASS "10.4.1.b.ii" :WN_SENSE (("1.5" 01276442) ("1.6" 01534137)) :PROPBANK ("arg0 arg1 arg3(of)") :THETA_ROLES ((1 "_ag_th_mod-poss(of)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wring+ed 9)))) ((* of 15) poss (*head*) (thing 16))) :VAR_SPEC ((15 :obligatory) (1 (animate +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#wring#wring#wring#wring+ingly#(1.5,00775473)(1.6,00923284)###SZ ( :DEF_WORD "wring" :CLASS "40.3.2" :WN_SENSE (("1.5" 00775473) ("1.6" 00923284)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (wring+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 40.3.2#1#_ag_th,goal(at)#wrinkle#wrinkle#wrinkle#wrinkle+ingly#(1.5,00732410,00731436)(1.6,00873481,00872313)###SZ ( :DEF_WORD "wrinkle" :CLASS "40.3.2" :WN_SENSE (("1.5" 00732410 00731436) ("1.6" 00873481 00872313)) :PROPBANK ("arg0 arg1 arg2(at)") :THETA_ROLES ((1 "_ag_th,goal(at)")) :LCS (cause (* thing 1) (act loc (* thing 2) ((* toward 5) loc (thing 2) (touching loc (thing 2) (thing 6)))) (wrinkle+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 45.2.a#1#_ag_th,instr(with)#wrinkle#wrinkle#wrinkle#wrinkle+ed#(1.5,00732410,00731804,00731436)(1.6,00873481,00872771,00872313)###SZ ( :DEF_WORD "wrinkle" :CLASS "45.2.a" :WN_SENSE (("1.5" 00732410 00731804 00731436) ("1.6" 00873481 00872771 00872313)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wrinkle+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.2.b#1#_ag_th#wrinkle#wrinkle#wrinkle#wrinkle+ed#(1.5,00732410,00731804,00731436)(1.6,00873481,00872771,00872313)###SZ ( :DEF_WORD "wrinkle" :CLASS "45.2.b" :WN_SENSE (("1.5" 00732410 00731804 00731436) ("1.6" 00873481 00872771 00872313)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wrinkle+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.2.c#1#_th#wrinkle#wrinkle#wrinkle#wrinkle+ed#(1.5,00732410,00731804)(1.6,00873481,00872771)###SZ ( :DEF_WORD "wrinkle" :CLASS "45.2.c" :WN_SENSE (("1.5" 00732410 00731804) ("1.6" 00873481 00872771)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (wrinkle+ed 9)))) ) ;; Grid: 25.2#1#_ag_th,goal()#write#write#write#write+ingly#(1.5,00972859,00996508,00969255)(1.6,01164896,01192426,01160885)###SZ ( :DEF_WORD "write" :CLASS "25.2" :WN_SENSE (("1.5" 00972859 00996508 00969255) ("1.6" 01164896 01192426 01160885)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* toward 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (write+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 26.7.i#1#_ag#write#write#write#write+ingly#(1.5,00996508,00976825)(1.6,01192426,01169420)###SZ ( :DEF_WORD "write" :CLASS "26.7.i" :WN_SENSE (("1.5" 00996508 00976825) ("1.6" 01192426 01169420)) :PROPBANK ("arg0") :THETA_ROLES ((1 "_ag")) :LCS (act loc (* thing 1) (toward loc (thing 1) (at loc (thing 1) (thing 6))) (write+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 26.7.ii#1#_ag_th,goal(to)#write#write#write#write+ingly#(1.5,00972859,00996508,00976825)(1.6,01164896,01192426,01169420)###SZ ( :DEF_WORD "write" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00972859 00996508 00976825) ("1.6" 01164896 01192426 01169420)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) (at loc (thing 2) (thing 6)))) (write+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +)) (2 :type)) ) ;; Grid: 26.7.ii#2#_ag_goal_th#write#write#write#write+ingly#(1.5,00972859,00996508,00976825)(1.6,01164896,01192426,01169420)###SZ ( :DEF_WORD "write" :CLASS "26.7.ii" :WN_SENSE (("1.5" 00972859 00996508 00976825) ("1.6" 01164896 01192426 01169420)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go loc (* thing 2) ((to 5) loc (thing 2) (at loc (thing 2) (* thing 6)))) (write+ingly 26)) :VAR_SPEC ((1 (animate +)) (2 :type)) ) ;; Grid: 37.1.a#1#_ag_goal_info#write#write#write#write+ingly#(1.5,00559904)(1.6,00671763)###SZ ( :DEF_WORD "write" :CLASS "37.1.a" :WN_SENSE (("1.5" 00559904) ("1.6" 00671763)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((1 "_ag_goal_info")) :LCS (cause (* thing 1) (go comm (* thing 2) (to comm (thing 2) (at comm (thing 2) (* thing 6)))) (write+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +))) ) ;; Grid: 37.1.b#1#_ag_info,goal(to)#write#write#write#write+ingly#(1.5,00559904,00996508,00976825)(1.6,00671763,01192426,01169420)###SZ ( :DEF_WORD "write" :CLASS "37.1.b" :WN_SENSE (("1.5" 00559904 00996508 00976825) ("1.6" 00671763 01192426 01169420)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_info,goal(to)")) :LCS (cause (* thing 1) (go comm (* thing 2) ((* to 5) comm (thing 2) (at comm (thing 2) (thing 6)))) (write+ingly 26)) :VAR_SPEC ((1 (human +)) (5 (human +) :optional)) ) ;; Grid: 37.1.c#1#_ag,goal(to)_info(that)#write#write#write#write+ingly#(1.5,00559904)(1.6,00671763)###SZ ( :DEF_WORD "write" :CLASS "37.1.c" :WN_SENSE (("1.5" 00559904) ("1.6" 00671763)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that)") :THETA_ROLES ((1 "_ag,goal(to)_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (write+ingly 26)) :VAR_SPEC ((5 :optional) (2 (thing -) (cform fin))) ) ;; Grid: 37.1.d#1#_ag_goal_info(that)#write#write#write#write+ingly#(1.5,00559904)(1.6,00671763)###SZ ( :DEF_WORD "write" :CLASS "37.1.d" :WN_SENSE (("1.5" 00559904) ("1.6" 00671763)) :PROPBANK ("arg0 arg2 arg1-PRD(that)") :THETA_ROLES ((1 "_ag_goal_info(that)")) :LCS (cause (* thing 1) (go comm (* nil 2) (to comm (nil 2) (at comm (nil 2) (* thing 6)))) (write+ingly 26)) :VAR_SPEC ((1 (human +)) (6 (human +)) (2 (thing -) (cform fin))) ) ;; Grid: 47.3.a#1#_th,loc()#writhe#writhe#writhe#writhe+ingly#(1.5,01065051)(1.6,01275761)###SZ ( :DEF_WORD "writhe" :CLASS "47.3.a" :WN_SENSE (("1.5" 01065051) ("1.6" 01275761)) :PROPBANK ("arg1 argm-LOC(on - up.)") :THETA_ROLES ((1 "_th,loc()")) :LCS (be loc (* thing 2) ((* [at] 10) loc (thing 2) (thing 11)) (writhe+ingly 26)) :VAR_SPEC ((10 :optional)) ) ;; Grid: 33.b#1#_exp_perc,purp(for),mod-pred(as)#wrong#wrong#wrong#wrong+ingly#(1.5,01423262)(1.6,01713759)###SZ ( :DEF_WORD "wrong" :CLASS "33.b" :WN_SENSE (("1.5" 01423262) ("1.6" 01713759)) :PROPBANK ("arg0 arg1 arg3(for) arg3(as)") :THETA_ROLES ((1 "_exp_perc,purp(for),mod-pred(as)")) :LCS (act_on perc (* thing 2) (* thing 8) ((* for 21) intent (*head*) (nil 22)) ((* as 29) ident (*head*) (thing 30)) (wrong+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.4.1.a#1#_ag_th,src(),goal()#yacht#yacht#yacht#yacht+ingly#(1.5,01107981)(1.6,01325578)###SZ ( :DEF_WORD "yacht" :CLASS "51.4.1.a" :WN_SENSE (("1.5" 01107981) ("1.6" 01325578)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (yacht+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 51.4.1.b#1#_ag_mod-loc#yacht#yacht#yacht#yacht+ingly#(1.5,01107981)(1.6,01325578)###SZ ( :DEF_WORD "yacht" :CLASS "51.4.1.b" :WN_SENSE (("1.5" 01107981) ("1.6" 01325578)) :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag_mod-loc")) :LCS (act loc (* thing 1) (at loc (*head*) (* thing 24)) (yacht+ingly 26)) :VAR_SPEC ((24 :obligatory)) ) ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#object#object#object#object+ingly#(1.5,00454271)(1.6,00548744)###BJDMAP ! ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#kvetch#kvetch#kvetch#kvetch+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ! ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#grouse#grouse#grouse#grouse+ingly#(1.5,00512585)(1.6,00616654)###BJDMAP ! ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#complain#complain#complain#complain+ingly#(1.5,00510349)(1.6,00614225)###BJDMAP ! ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#brag#brag#brag#brag+ingly#(1.5,00496150)(1.6,00598488)###BJDMAP ! ;; Grid: 37.8.a#1#_ag,prop(that),goal(to)#boast#boast#boast#boast+ingly#(1.5,00496150,01488446)(1.6,00598488,01795447)###BJDMAP ! ;; Grid: 37.6.b#1#_exp#yak#yak#yak#yak+ingly####BJDMAP ( :DEF_WORD "yak" :CLASS "37.6.b" :PROPBANK ("arg1") :THETA_ROLES ((1 "_exp")) :LCS (act perc (* thing 2) (yak+ingly 26)) :VAR_SPEC ((1 (animate +) (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#yammer#yammer#yammer#yammer+ingly#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "yammer" :CLASS "37.3.a" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yammer+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#yammer#yammer#yammer#yammer+ingly#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "yammer" :CLASS "37.3.a" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yammer+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#yammer#yammer#yammer#yammer+#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "yammer" :CLASS "37.3.b" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (yammer+ 2) ((* toward 5) comm (yammer+ 2) ((at 5) comm (yammer+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#yammer#yammer#yammer#yammer+#(1.5,00510953)(1.6,00614873)###SZ ( :DEF_WORD "yammer" :CLASS "37.3.c" :WN_SENSE (("1.5" 00510953) ("1.6" 00614873)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (yammer+ 2) (toward comm (yammer+ 2) (at comm (yammer+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 12.a.i#1#_ag_th#yank#yank#yank#yank+ingly#(1.5,00915782)(1.6,01096598)###SZ ( :DEF_WORD "yank" :CLASS "12.a.i" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (yank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.a.ii#1#_ag_th_goal()#yank#yank#yank#yank+ingly#(1.5,00915782)(1.6,01096598)###SZ ( :DEF_WORD "yank" :CLASS "12.a.ii" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1 arg2(to - up.)") :THETA_ROLES ((1 "_ag_th_goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* [toward] 5) loc (thing 2) ([against] loc (thing 2) (thing 6)))) (yank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 12.b#1#_ag_goal(at,on)#yank#yank#yank#yank+ingly#(1.5,00915782)(1.6,01096598)###SZ ( :DEF_WORD "yank" :CLASS "12.b" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg3(at/on)") :THETA_ROLES ((1 "_ag_goal(at,on)")) :LCS (act loc (* thing 1) (toward loc (thing 1) ((* [on] 5) loc (thing 1) (thing 6))) (yank+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 23.2.a#1#,ag_th_src(off-of,off)#yank#yank#yank#yank+ingly#(1.5,00915782)(1.6,01096598)###SZ ( :DEF_WORD "yank" :CLASS "23.2.a" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1 arg2(off-of/off)") :THETA_ROLES ((1 ",ag_th_src(off-of,off)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* away_from 3) loc (thing 2) (on loc (thing 2) (thing 4)))) (yank+ingly 26)) :VAR_SPEC ((1 (animate +) :optional)) ) ;; Grid: 23.2.b#1#,ag_th,mod-loc(apart)#yank#yank#yank#yank+ed#(1.5,00915782)(1.6,01096598)###SZ ( :DEF_WORD "yank" :CLASS "23.2.b" :WN_SENSE (("1.5" 00915782) ("1.6" 01096598)) :PROPBANK ("arg0 arg1 argm-LOC(apart)") :THETA_ROLES ((1 ",ag_th,mod-loc(apart)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yank+ed 9)))) ((* apart 23) loc (nil 2) (nil 24))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#yap#yap#yap#yap+ingly#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yap" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yap+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#yap#yap#yap#yap+ingly#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yap" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yap+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#yap#yap#yap#yap+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yap" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (yap+ 2) ((* toward 5) comm (yap+ 2) ((at 5) comm (yap+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#yap#yap#yap#yap+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yap" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (yap+ 2) (toward comm (yap+ 2) (at comm (yap+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 32.2.a#1#_exp_perc(for,after)#yearn#yearn#yearn#yearn+ingly#(1.5,--)(1.6,01213786)###SZ ! ;; Grid: 38#1#_ag,goal(at)#yap#yap#yap#yap+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yap" :CLASS "38" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (yap+ 2) ((* toward 5) comm (yap+ 2) (touching comm (yap+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 40.1.1#1#_th#yawn#yawn#yawn#yawn+ingly#(1.5,00005369)(1.6,00005197)###BJDMAP ( :DEF_WORD "yawn" :CLASS "40.1.1" :WN_SENSE (("1.5" 00005369) ("1.6" 00005197)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (yawn+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 40.2.b#1#_exp_perc(at)#yawn#yawn#yawn#yawn+ingly#(1.5,00005369)(1.6,00005197)###BJDMAP ( :DEF_WORD "yawn" :CLASS "40.2.b" :WN_SENSE (("1.5" 00005369) ("1.6" 00005197)) :PROPBANK ("arg0 arg1(at)") :THETA_ROLES ((1 "_exp_perc(at)")) :LCS (act perc (* thing 2) ((* toward 7) perc (thing 2) (at perc (thing 2) (thing 8))) (yawn+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 32.2.b#1#_th_purp(for)#yearn#yearn#yearn#yearn+#(1.5,01042002,01028208)(1.6,01247460,01231785)###SZ ( :DEF_WORD "yearn" :CLASS "32.2.b" :WN_SENSE (("1.5" 01042002 01028208) ("1.6" 01247460 01231785)) :PROPBANK ("arg1 arg3(for)") :THETA_ROLES ((1 "_th_purp(for)")) :LCS (be poss (* thing 2) (at poss (thing 2) (yearn+ 12)) ((* for 21) intent (*head*) (nil 22))) :VAR_SPEC ((21 :obligatory) (2 (human +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#yell#yell#yell#yell+ingly#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "yell" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yell+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#yell#yell#yell#yell+ingly#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "yell" :CLASS "37.3.a" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yell+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#yell#yell#yell#yell+#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "yell" :CLASS "37.3.b" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (yell+ 2) ((* toward 5) comm (yell+ 2) ((at 5) comm (yell+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#yell#yell#yell#yell+#(1.5,00513550)(1.6,00618000)###SZ ( :DEF_WORD "yell" :CLASS "37.3.c" :WN_SENSE (("1.5" 00513550) ("1.6" 00618000)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (yell+ 2) (toward comm (yell+ 2) (at comm (yell+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#yell#yell#yell#yell+#(1.5,00514445)(1.6,00617840)###SZ ( :DEF_WORD "yell" :CLASS "38" :WN_SENSE (("1.5" 00514445) ("1.6" 00617840)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (yell+ 2) ((* toward 5) comm (yell+ 2) (touching comm (yell+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 45.4.a#1#_ag_th,instr(with)#yellow#yellow#yellow#yellow+ed#(1.5,00174365)(1.6,00199381)###SZ ( :DEF_WORD "yellow" :CLASS "45.4.a" :WN_SENSE (("1.5" 00174365) ("1.6" 00199381)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yellow+ed 9)))) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 45.4.b#1#_ag_th#yellow#yellow#yellow#yellow+ed#(1.5,00174365)(1.6,00199381)###SZ ( :DEF_WORD "yellow" :CLASS "45.4.b" :WN_SENSE (("1.5" 00174365) ("1.6" 00199381)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yellow+ed 9))))) :VAR_SPEC ((1 (animate -))) ) ;; Grid: 45.4.c#1#_th#yellow#yellow#yellow#yellow+ed#(1.5,00174365)(1.6,00199381)###SZ ( :DEF_WORD "yellow" :CLASS "45.4.c" :WN_SENSE (("1.5" 00174365) ("1.6" 00199381)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yellow+ed 9)))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#yelp#yelp#yelp#yelp+ingly#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yelp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yelp+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#yelp#yelp#yelp#yelp+ingly#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yelp" :CLASS "37.3.a" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yelp+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#yelp#yelp#yelp#yelp+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yelp" :CLASS "37.3.b" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (yelp+ 2) ((* toward 5) comm (yelp+ 2) ((at 5) comm (yelp+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#yelp#yelp#yelp#yelp+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yelp" :CLASS "37.3.c" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (yelp+ 2) (toward comm (yelp+ 2) (at comm (yelp+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 38#1#_ag,goal(at)#yelp#yelp#yelp#yelp+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yelp" :CLASS "38" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (yelp+ 2) ((* toward 5) comm (yelp+ 2) (touching comm (yelp+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#1#_ag_th,goal(to)#yield#yield#yield#yield+ingly#(1.5,01330337,00452338,00258726,01317767,01054159,00453422)(1.6,01597666,00546749,00303326,01582922,01261992,00547843)###SZ ( :DEF_WORD "yield" :CLASS "13.3" :WN_SENSE (("1.5" 01330337 00452338 00258726 01317767 01054159 00453422) ("1.6" 01597666 00546749 00303326 01582922 01261992 00547843)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag_th,goal(to)")) :LCS (cause (* thing 1) (go poss (* thing 2) ((* to 5) poss (thing 2) (at poss (thing 2) (thing 6)))) (yield+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 13.3#2#_ag_goal_th#yield#yield#yield#yield+ingly#(1.5,01330337,00452338,00258726,01317767,01054159,00453422)(1.6,01597666,00546749,00303326,01582922,01261992,00547843)###SZ ( :DEF_WORD "yield" :CLASS "13.3" :WN_SENSE (("1.5" 01330337 00452338 00258726 01317767 01054159 00453422) ("1.6" 01597666 00546749 00303326 01582922 01261992 00547843)) :PROPBANK ("arg0 arg2 arg1") :THETA_ROLES ((2 "_ag_goal_th")) :LCS (cause (* thing 1) (go poss (* thing 2) ((to 5) poss (thing 2) (at poss (thing 2) (* thing 6)))) (yield+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 38#1#_ag,goal(at)#yip#yip#yip#yip+#(1.5,00593057)(1.6,00710255)###SZ ( :DEF_WORD "yip" :CLASS "38" :WN_SENSE (("1.5" 00593057) ("1.6" 00710255)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (yip+ 2) ((* toward 5) comm (yip+ 2) (touching comm (yip+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 37.3.a#1#_ag,info_goal(to)#yodel#yodel#yodel#yodel+ingly#(1.5,00594721)(1.6,00712037)###SZ ( :DEF_WORD "yodel" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594721) ("1.6" 00712037)) :PROPBANK ("arg0 arg1 arg2(to)") :THETA_ROLES ((1 "_ag,info_goal(to)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yodel+ingly 26)) :VAR_SPEC ((2 :optional) (1 (human +))) ) ;; Grid: 37.3.a#2#_ag,goal(to)_info(that,about)#yodel#yodel#yodel#yodel+ingly#(1.5,00594721)(1.6,00712037)###SZ ( :DEF_WORD "yodel" :CLASS "37.3.a" :WN_SENSE (("1.5" 00594721) ("1.6" 00712037)) :PROPBANK ("arg0 arg2(to) arg1-PRD(that/about)") :THETA_ROLES ((2 "_ag,goal(to)_info(that,about)")) :LCS (cause (* thing 1) (go comm (* nil 2) ((* to 5) comm (nil 2) (at comm (nil 2) (thing 6)))) (yodel+ingly 26)) :VAR_SPEC ((5 :optional) (1 (human +))) ) ;; Grid: 37.3.b#1#_ag_goal(at,toward)#yodel#yodel#yodel#yodel+#(1.5,00594721)(1.6,00712037)###SZ ( :DEF_WORD "yodel" :CLASS "37.3.b" :WN_SENSE (("1.5" 00594721) ("1.6" 00712037)) :PROPBANK ("arg0 arg3(at/toward)") :THETA_ROLES ((1 "_ag_goal(at,toward)")) :LCS (cause (* thing 1) (go comm (yodel+ 2) ((* toward 5) comm (yodel+ 2) ((at 5) comm (yodel+ 2) (thing 6))))) :VAR_SPEC ((1 (human +))) ) ;; Grid: 37.3.c#1#_ag_purp(for)#yodel#yodel#yodel#yodel+#(1.5,00594721)(1.6,00712037)###SZ ( :DEF_WORD "yodel" :CLASS "37.3.c" :WN_SENSE (("1.5" 00594721) ("1.6" 00712037)) :PROPBANK ("arg0 arg3(for)") :THETA_ROLES ((1 "_ag_purp(for)")) :LCS (cause (* thing 1) (go comm (yodel+ 2) (toward comm (yodel+ 2) (at comm (yodel+ 2) (thing 6)))) ((* for 21) intent (*head*) (thing 22))) :VAR_SPEC ((21 :obligatory) (1 (human +))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#yoke#yoke#yoke#yoke+ed#(1.5,00858116,00857220)(1.6,01024407,01023462)###SZ ( :DEF_WORD "yoke" :CLASS "9.9.ii" :WN_SENSE (("1.5" 00858116 00857220) ("1.6" 01024407 01023462)) :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yoke+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#yoke#yoke#yoke#yoke+ingly#(1.5,00858116)(1.6,01024407)###SZ ( :DEF_WORD "yoke" :CLASS "22.4.a" :WN_SENSE (("1.5" 00858116) ("1.6" 01024407)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (yoke+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#yoke#yoke#yoke#yoke+ed#(1.5,00858116)(1.6,01024407)###SZ ( :DEF_WORD "yoke" :CLASS "22.4.b" :WN_SENSE (("1.5" 00858116) ("1.6" 01024407)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (yoke+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 38#1#_ag,goal(at)#yowl#yowl#yowl#yowl+#(1.5,00592513,00514727)(1.6,00709609,00619098)###SZ ( :DEF_WORD "yowl" :CLASS "38" :WN_SENSE (("1.5" 00592513 00514727) ("1.6" 00709609 00619098)) :PROPBANK ("arg0 arg3(at)") :THETA_ROLES ((1 "_ag,goal(at)")) :LCS (cause (* thing 1) (go comm (yowl+ 2) ((* toward 5) comm (yowl+ 2) (touching comm (yowl+ 2) (thing 6))))) :VAR_SPEC ((5 :optional) (1 (animate +))) ) ;; Grid: 10.7#1#_ag_src#zest#zest#zest##(1.5,--)(1.6,00392824)#loc#(th = zest+)#SZ ( :DEF_WORD "zest" :CLASS "10.7" :WN_SENSE (("1.5" --) ("1.6" 00392824)) :PROPBANK ("arg0 arg2") :THETA_ROLES ((1 "_ag_src")) :LCS (cause (* thing 1) (go loc (zest+ 2) (from loc (zest+ 2) (at loc (zest+ 2) (* thing 4))))) ) ;; Grid: 51.3.2.a.i#1#_th#zigzag#zigzag#zigzag#zigzag+ingly#(1.5,01136109)(1.6,01357794)###SZ ( :DEF_WORD "zigzag" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01136109) ("1.6" 01357794)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (zigzag+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#zigzag#zigzag#zigzag#zigzag+ingly#(1.5,01136109)(1.6,01357794)###SZ ( :DEF_WORD "zigzag" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01136109) ("1.6" 01357794)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (zigzag+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#zigzag#zigzag#zigzag#zigzag+ingly#(1.5,01136109)(1.6,01357794)###SZ ( :DEF_WORD "zigzag" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01136109) ("1.6" 01357794)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (zigzag+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#zigzag#zigzag#zigzag#zigzag+ingly#(1.5,01136109)(1.6,01357794)###SZ ( :DEF_WORD "zigzag" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01136109) ("1.6" 01357794)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (zigzag+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) ) ;; Grid: 43.2.a#1#_ag,mod-loc()#zing#zing#zing#zing+ingly####SZ ( :DEF_WORD "zing" :CLASS "43.2.a" :PROPBANK ("arg0 argm-LOC(in/on - up.)") :THETA_ROLES ((1 "_ag,mod-loc()")) :LCS (act loc (* thing 1) ((* [in] 23) loc (*head*) (thing 24)) (zing+ingly 26)) ) ;; Grid: 43.2.b#1#_th_goal(through)#zing#zing#zing#zing+ingly####SZ ( :DEF_WORD "zing" :CLASS "43.2.b" :PROPBANK ("arg1 argm-LOC(through)") :THETA_ROLES ((1 "_th_goal(through)")) :LCS (act loc (* thing 2) ((* through 5) loc (thing 2) (at loc (thing 2) (thing 6))) (zing+ingly 26)) ) ;; Grid: 22.4.a#1#,ag_th,goal(),instr(with)#zip#zip#zip#zip+ingly#(1.5,00777671)(1.6,00926618)###SZ ( :DEF_WORD "zip" :CLASS "22.4.a" :WN_SENSE (("1.5" 00777671) ("1.6" 00926618)) :PROPBANK ("arg0 arg1 arg2(to - up.) arg2(with)") :THETA_ROLES ((1 ",ag_th,goal(),instr(with)")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* to 5) loc (thing 2) ([on] loc (thing 2) (thing 6)))) ((* with 19) instr (*head*) (thing 20)) (zip+ingly 26)) :VAR_SPEC ((5 :optional) (1 (animate +) :optional)) ) ;; Grid: 22.4.b#1#,ag_th,mod-loc(together),instr(with)#zip#zip#zip#zip+ed#(1.5,00777671)(1.6,00926618)###SZ ( :DEF_WORD "zip" :CLASS "22.4.b" :WN_SENSE (("1.5" 00777671) ("1.6" 00926618)) :PROPBANK ("arg0 arg1 argm-LOC(together) arg2(with)") :THETA_ROLES ((1 ",ag_th,mod-loc(together),instr(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (zip+ed 9)))) ((* together 23) loc (thing 2) (nil 24)) ((* with 19) instr (*head*) (thing 20))) :VAR_SPEC ((1 (animate +) :optional) (2 (num plur))) ) ;; Grid: 9.9.ii#1#_ag_th,mod-poss(with)#zipcode#zipcode#zipcode#zipcode+ed####SZ ( :DEF_WORD "zipcode" :CLASS "9.9.ii" :PROPBANK ("arg0 arg1 arg2(with)") :THETA_ROLES ((1 "_ag_th,mod-poss(with)")) :LCS (cause (* thing 1) (go ident (* thing 2) (toward ident (thing 2) (at ident (thing 2) (zipcode+ed 9)))) ((* with 15) poss (*head*) (thing 16))) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.a.i#1#_th#zoom#zoom#zoom#zoom+ingly#(1.5,01106938)(1.6,01324522)###SZ ( :DEF_WORD "zoom" :CLASS "51.3.2.a.i" :WN_SENSE (("1.5" 01106938) ("1.6" 01324522)) :PROPBANK ("arg1") :THETA_ROLES ((1 "_th")) :LCS (act loc (* thing 2) (at loc (thing 2) (thing 11)) (zoom+ingly 26)) :VAR_SPEC ((2 (animate +))) ) ;; Grid: 51.3.2.a.ii#1#_th,src(),goal()#zoom#zoom#zoom#zoom+ingly#(1.5,01175552,01106938)(1.6,01405759,01324522)###SZ ( :DEF_WORD "zoom" :CLASS "51.3.2.a.ii" :WN_SENSE (("1.5" 01175552 01106938) ("1.6" 01405759 01324522)) :PROPBANK ("arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_th,src(),goal()")) :LCS (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6))) (zoom+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional)) ) ;; Grid: 51.3.2.b.i#1#_ag_th#zoom#zoom#zoom#zoom+ingly#(1.5,01175552)(1.6,01405759)###SZ ( :DEF_WORD "zoom" :CLASS "51.3.2.b.i" :WN_SENSE (("1.5" 01175552) ("1.6" 01405759)) :PROPBANK ("arg0 arg1") :THETA_ROLES ((1 "_ag_th")) :LCS (act_on loc (* thing 1) (* thing 2) (zoom+ingly 26)) :VAR_SPEC ((1 (animate +))) ) ;; Grid: 51.3.2.b.ii#1#_ag_th,src(),goal()#zoom#zoom#zoom#zoom+ingly#(1.5,01175552)(1.6,01405759)###SZ ( :DEF_WORD "zoom" :CLASS "51.3.2.b.ii" :WN_SENSE (("1.5" 01175552) ("1.6" 01405759)) :PROPBANK ("arg0 arg1 arg2(from - up.) arg2(to - up.)") :THETA_ROLES ((1 "_ag_th,src(),goal()")) :LCS (cause (* thing 1) (go loc (* thing 2) ((* from 3) loc (thing 2) ([at] loc (thing 2) (thing 4))) ((* to 5) loc (thing 2) ([at] loc (thing 2) (thing 6)))) (zoom+ingly 26)) :VAR_SPEC ((5 :optional) (3 :optional) (1 (animate +))) )