1%%% automatically generated by src/prolog/lib/verbnet2boxer.pl
    2%%%
    3:- module(verbnet,[verbnet/3,verbnet/4]).    4:- use_module(boxer(slashes)).    5
    6%%% wrapper
    7%%%
    8verbnet(A,B,C):- verbnet(A,B,C,_).
    9
   10%%% File:    ext/VerbNet/accept-77.xml
   11%%% Primary: NP V how S (accept-77)
   12%%% Syntax:  [np:Agent,v,s:Theme]
   13%%% CCG:     (s:_\np)/s:_
   14%%% Roles:   [Theme,Agent]
   15%%% Example: I accept how you do it.
   16%%%
   17verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   18verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   19verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   20verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   21verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   22verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   23verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   24verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   25
   26%%% File:    ext/VerbNet/accept-77.xml
   27%%% Primary: NP V NP (accept-77)
   28%%% Syntax:  [np:Agent,v,np:Theme]
   29%%% CCG:     (s:_\np)/np
   30%%% Roles:   [Theme,Agent]
   31%%% Example: I accepted it.
   32%%%
   33verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [77]).
   34verbnet(understand, (s:_\np)/np, ['Theme','Agent'], [77]).
   35verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [77]).
   36verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [77]).
   37verbnet(disprefer, (s:_\np)/np, ['Theme','Agent'], [77]).
   38verbnet(reject, (s:_\np)/np, ['Theme','Agent'], [77]).
   39verbnet(repent, (s:_\np)/np, ['Theme','Agent'], [77]).
   40verbnet(rue, (s:_\np)/np, ['Theme','Agent'], [77]).
   41
   42%%% File:    ext/VerbNet/accept-77.xml
   43%%% Primary: NP V S_ING (accept-77)
   44%%% Syntax:  [np:Agent,v,np:Theme]
   45%%% CCG:     (s:_\np)/np
   46%%% Roles:   [Theme,Agent]
   47%%% Example: I accepted their writing novels.
   48%%%
   49verbnet(accept, (s:_\np)/np, ['Theme','Agent'], [77]).
   50verbnet(understand, (s:_\np)/np, ['Theme','Agent'], [77]).
   51verbnet(encourage, (s:_\np)/np, ['Theme','Agent'], [77]).
   52verbnet(discourage, (s:_\np)/np, ['Theme','Agent'], [77]).
   53verbnet(disprefer, (s:_\np)/np, ['Theme','Agent'], [77]).
   54verbnet(reject, (s:_\np)/np, ['Theme','Agent'], [77]).
   55verbnet(repent, (s:_\np)/np, ['Theme','Agent'], [77]).
   56verbnet(rue, (s:_\np)/np, ['Theme','Agent'], [77]).
   57
   58%%% File:    ext/VerbNet/accept-77.xml
   59%%% Primary: NP V that S (accept-77)
   60%%% Syntax:  [np:Agent,v,s:Theme]
   61%%% CCG:     (s:_\np)/s:_
   62%%% Roles:   [Theme,Agent]
   63%%% Example: I accepted that they wrote novels.
   64%%%
   65verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   66verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   67verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   68verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   69verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   70verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   71verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   72verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   73
   74%%% File:    ext/VerbNet/accept-77.xml
   75%%% Primary: NP V what S (accept-77)
   76%%% Syntax:  [np:Agent,v,s:Theme]
   77%%% CCG:     (s:_\np)/s:_
   78%%% Roles:   [Theme,Agent]
   79%%% Example: I accepted what they were doing.
   80%%%
   81verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   82verbnet(understand, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   83verbnet(encourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   84verbnet(discourage, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   85verbnet(disprefer, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   86verbnet(reject, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   87verbnet(repent, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   88verbnet(rue, (s:_\np)/s:_, ['Theme','Agent'], [77]).
   89
   90%%% File:    ext/VerbNet/accompany-51.7.xml
   91%%% Primary: NP V NP (accompany-51.7)
   92%%% Syntax:  [np:Agent,v,np:Theme]
   93%%% CCG:     (s:_\np)/np
   94%%% Roles:   [Theme,Agent]
   95%%% Example: Jackie accompanied Rose.
   96%%%
   97verbnet(accompany, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
   98verbnet(conduct, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
   99verbnet(escort, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  100verbnet(guide, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  101verbnet(lead, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  102verbnet(misdirect, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  103verbnet(shepherd, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  104verbnet(steer, (s:_\np)/np, ['Theme','Agent'], [51,'.',7]).
  105
  106%%% File:    ext/VerbNet/accompany-51.7.xml
  107%%% Primary: NP V NP PP.destination (accompany-51.7)
  108%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Destination]
  109%%% CCG:     ((s:_\np)/pp)/np
  110%%% Roles:   [Theme,Agent]
  111%%% Example: Jackie accompanied Rose to the store.
  112%%%
  113verbnet(accompany, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  114verbnet(conduct, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  115verbnet(escort, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  116verbnet(guide, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  117verbnet(lead, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  118verbnet(misdirect, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  119verbnet(shepherd, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  120verbnet(steer, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',7]).
  121
  122%%% File:    ext/VerbNet/acquiesce-95.xml
  123%%% Primary: NP V PP.co-agent (acquiesce-95)
  124%%% Syntax:  [np:Agent,v,prep:to,np:Co-Agent]
  125%%% CCG:     (s:_\np)/pp
  126%%% Roles:   [Agent]
  127%%% Example: The enemy soldiers submitted to us.
  128%%%
  129verbnet(acquiesce, (s:_\np)/pp, ['Agent'], [95]).
  130verbnet(submit, (s:_\np)/pp, ['Agent'], [95]).
  131verbnet(give_in, (s:_\np)/pp, ['Agent'], [95]).
  132verbnet(bow, (s:_\np)/pp, ['Agent'], [95]).
  133verbnet(defer, (s:_\np)/pp, ['Agent'], [95]).
  134verbnet(accede, (s:_\np)/pp, ['Agent'], [95]).
  135verbnet(succumb, (s:_\np)/pp, ['Agent'], [95]).
  136verbnet(yield, (s:_\np)/pp, ['Agent'], [95]).
  137verbnet(capitulate, (s:_\np)/pp, ['Agent'], [95]).
  138verbnet(to, pp/np, ['Agent'], [95]).
  139
  140%%% File:    ext/VerbNet/acquiesce-95.xml
  141%%% Primary: NP V S_INF (acquiesce-95)
  142%%% Syntax:  [np:Agent,v,vp_to:Theme]
  143%%% CCG:     (s:_\np)/ (s:ng\np)
  144%%% Roles:   [Theme,Agent]
  145%%% Example: The king acquiesced to be in the same room with the paupers
  146%%%
  147verbnet(acquiesce, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  148verbnet(submit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  149verbnet(give_in, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  150verbnet(bow, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  151verbnet(defer, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  152verbnet(accede, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  153verbnet(succumb, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  154verbnet(yield, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  155verbnet(capitulate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [95]).
  156
  157%%% File:    ext/VerbNet/acquiesce-95.xml
  158%%% Primary: NP V PP.theme (acquiesce-95)
  159%%% Syntax:  [np:Agent,v,prep:to,np:Theme]
  160%%% CCG:     (s:_\np)/pp
  161%%% Roles:   [Agent]
  162%%% Example: The enemy soldiers submitted to demands.
  163%%%
  164verbnet(acquiesce, (s:_\np)/pp, ['Agent'], [95]).
  165verbnet(submit, (s:_\np)/pp, ['Agent'], [95]).
  166verbnet(give_in, (s:_\np)/pp, ['Agent'], [95]).
  167verbnet(bow, (s:_\np)/pp, ['Agent'], [95]).
  168verbnet(defer, (s:_\np)/pp, ['Agent'], [95]).
  169verbnet(accede, (s:_\np)/pp, ['Agent'], [95]).
  170verbnet(succumb, (s:_\np)/pp, ['Agent'], [95]).
  171verbnet(yield, (s:_\np)/pp, ['Agent'], [95]).
  172verbnet(capitulate, (s:_\np)/pp, ['Agent'], [95]).
  173verbnet(to, pp/np, ['Theme'], [95]).
  174
  175%%% File:    ext/VerbNet/addict-96.xml
  176%%% Primary: NP V NP PP.stimulus (addict-96)
  177%%% Syntax:  [np:Agent,v,np:Patient,prep:to,np:Stimulus]
  178%%% CCG:     ((s:_\np)/pp)/np
  179%%% Roles:   [Patient,Agent]
  180%%% Example: I addicted him to Douglas Adams.
  181%%%
  182verbnet(addict, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  183verbnet(bias, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  184verbnet(dispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  185verbnet(incline, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  186verbnet(predispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  187verbnet(woo, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  188verbnet(slant, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  189verbnet(to, pp/np, ['Stimulus'], [96]).
  190
  191%%% File:    ext/VerbNet/addict-96.xml
  192%%% Primary: NP V NP S_ING (addict-96)
  193%%% Syntax:  [np:Agent,v,np:Patient,prep:to,np:Stimulus]
  194%%% CCG:     ((s:_\np)/pp)/np
  195%%% Roles:   [Patient,Agent]
  196%%% Example: Mary addicted him to going on long journeys.
  197%%%
  198verbnet(addict, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  199verbnet(bias, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  200verbnet(dispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  201verbnet(incline, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  202verbnet(predispose, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  203verbnet(woo, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  204verbnet(slant, ((s:_\np)/pp)/np, ['Patient','Agent'], [96]).
  205verbnet(to, pp/np, ['Stimulus'], [96]).
  206
  207%%% File:    ext/VerbNet/adjust-26.9.xml
  208%%% Primary: NP V NP (adjust-26.9)
  209%%% Syntax:  [np:Agent,v,np:Patient]
  210%%% CCG:     (s:_\np)/np
  211%%% Roles:   [Patient,Agent]
  212%%% Example: He adapted himself.
  213%%%
  214verbnet(adapt, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  215verbnet(accommodate, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  216verbnet(conform, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  217verbnet(adjust, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  218verbnet(gear, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  219verbnet(fit, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  220verbnet(readjust, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  221verbnet(readapt, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  222verbnet(assimilate, (s:_\np)/np, ['Patient','Agent'], [26,'.',9]).
  223
  224%%% File:    ext/VerbNet/adjust-26.9.xml
  225%%% Primary: NP V NP PP (adjust-26.9)
  226%%% Syntax:  [np:Agent,v,np:Patient,prep:to,np:Goal]
  227%%% CCG:     ((s:_\np)/pp)/np
  228%%% Roles:   [Patient,Agent]
  229%%% Example: He adapted himself to the situation.
  230%%%
  231verbnet(adapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  232verbnet(accommodate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  233verbnet(conform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  234verbnet(adjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  235verbnet(gear, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  236verbnet(fit, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  237verbnet(readjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  238verbnet(readapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  239verbnet(assimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  240verbnet(to, pp/np, ['Goal'], [26,.,9]).
  241
  242%%% File:    ext/VerbNet/adjust-26.9.xml
  243%%% Primary: NP V NP S_ING (adjust-26.9)
  244%%% Syntax:  [np:Agent,v,np:Patient,prep:to,vp_ng:Goal]
  245%%% CCG:     ((s:_\np)/pp)/np
  246%%% Roles:   [Patient,Agent]
  247%%% Example: He adapted himself to waking up early.
  248%%%
  249verbnet(adapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  250verbnet(accommodate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  251verbnet(conform, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  252verbnet(adjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  253verbnet(gear, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  254verbnet(fit, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  255verbnet(readjust, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  256verbnet(readapt, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  257verbnet(assimilate, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',9]).
  258verbnet(to, pp/(s:ng\np), ['Goal'], [26,.,9]).
  259
  260%%% File:    ext/VerbNet/adjust-26.9.xml
  261%%% Primary: NP V S_ING (adjust-26.9)
  262%%% Syntax:  [np:Agent,v,prep:to,np:Goal]
  263%%% CCG:     (s:_\np)/pp
  264%%% Roles:   [Agent]
  265%%% Example: He adapted to waking up early.
  266%%%
  267verbnet(adapt, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  268verbnet(accommodate, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  269verbnet(conform, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  270verbnet(adjust, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  271verbnet(gear, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  272verbnet(fit, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  273verbnet(readjust, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  274verbnet(readapt, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  275verbnet(assimilate, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  276verbnet(to, pp/np, ['Goal'], [26,.,9]).
  277
  278%%% File:    ext/VerbNet/adjust-26.9.xml
  279%%% Primary: NP V PP (adjust-26.9)
  280%%% Syntax:  [np:Agent,v,prep:to,np:Goal]
  281%%% CCG:     (s:_\np)/pp
  282%%% Roles:   [Agent]
  283%%% Example: He adapted to the situation.
  284%%%
  285verbnet(adapt, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  286verbnet(accommodate, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  287verbnet(conform, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  288verbnet(adjust, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  289verbnet(gear, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  290verbnet(fit, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  291verbnet(readjust, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  292verbnet(readapt, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  293verbnet(assimilate, (s:_\np)/pp, ['Agent'], [26,'.',9]).
  294verbnet(to, pp/np, ['Goal'], [26,.,9]).
  295
  296%%% File:    ext/VerbNet/admire-31.2.xml
  297%%% Primary: NP V S_INF (admire-31.2-1)
  298%%% Syntax:  [np:Experiencer,v,vp_to:Stimulus]
  299%%% CCG:     (s:_\np)/ (s:ng\np)
  300%%% Roles:   [Stimulus,Experiencer]
  301%%% Example: I loved to write.
  302%%%
  303verbnet(despise, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  304verbnet(detest, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  305verbnet(disdain, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  306verbnet(dislike, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  307verbnet(regret, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  308verbnet(like, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  309verbnet(love, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  310verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  311verbnet(fear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  312verbnet(hate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2,-,1]).
  313
  314%%% File:    ext/VerbNet/admire-31.2.xml
  315%%% Primary: NP V NP (admire-31.2)
  316%%% Syntax:  [np:Experiencer,v,np:Stimulus]
  317%%% CCG:     (s:_\np)/np
  318%%% Roles:   [Stimulus,Experiencer]
  319%%% Example: The tourists admired the paintings.
  320%%%
  321verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  322verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  323verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  324verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  325verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  326verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  327verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  328verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  329verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  330verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  331verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  332verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  333verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  334verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  335verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  336verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  337verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  338verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  339verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  340verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  341verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  342verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  343verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  344verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  345verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  346verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  347verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  348verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  349verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  350verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  351verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  352verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  353verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  354verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  355verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  356verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  357verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  358verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  359verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  360verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  361verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  362verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  363verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  364verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  365verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  366verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  367verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  368verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  369verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  370verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  371verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  372verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  373verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  374verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  375verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  376verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  377
  378%%% File:    ext/VerbNet/admire-31.2.xml
  379%%% Primary: NP V NP PP.attribute (admire-31.2)
  380%%% Syntax:  [np:Experiencer,v,np:Stimulus,prep:for,np:Attribute]
  381%%% CCG:     ((s:_\np)/pp)/np
  382%%% Roles:   [Stimulus,Experiencer]
  383%%% Example: I admired him for his honesty.
  384%%%
  385verbnet(despise, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  386verbnet(detest, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  387verbnet(disdain, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  388verbnet(dislike, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  389verbnet(regret, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  390verbnet(like, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  391verbnet(love, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  392verbnet(enjoy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  393verbnet(fear, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  394verbnet(hate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  395verbnet(admire, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  396verbnet(adore, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  397verbnet(appreciate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  398verbnet(applaud, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  399verbnet(bear, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  400verbnet(bewail, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  401verbnet(cherish, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  402verbnet(deify, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  403verbnet(disbelieve, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  404verbnet(esteem, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  405verbnet(exalt, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  406verbnet(fancy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  407verbnet(favor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  408verbnet(grudge, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  409verbnet(idolize, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  410verbnet(miss, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  411verbnet(prefer, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  412verbnet(affirm, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  413verbnet(reaffirm, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  414verbnet(prize, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  415verbnet(respect, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  416verbnet(relish, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  417verbnet(revere, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  418verbnet(savor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  419verbnet(stand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  420verbnet(support, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  421verbnet(tolerate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  422verbnet(treasure, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  423verbnet(trust, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  424verbnet(value, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  425verbnet(venerate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  426verbnet(worship, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  427verbnet(abhor, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  428verbnet(deplore, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  429verbnet(distrust, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  430verbnet(dread, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  431verbnet(envy, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  432verbnet(execrate, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  433verbnet(lament, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  434verbnet(loathe, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  435verbnet(mourn, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  436verbnet(pity, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  437verbnet(resent, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  438verbnet(rue, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  439verbnet(believe, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  440verbnet(suffer, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  441verbnet(for, pp/np, ['Attribute'], [31,.,2]).
  442
  443%%% File:    ext/VerbNet/admire-31.2.xml
  444%%% Primary: NP V NP.stimulus (admire-31.2)
  445%%% Syntax:  [np:Experiencer,v,np:Stimulus]
  446%%% CCG:     (s:_\np)/np
  447%%% Roles:   [Stimulus,Experiencer]
  448%%% Example: I admired the honesty in him.
  449%%%
  450verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  451verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  452verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  453verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  454verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  455verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  456verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  457verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  458verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  459verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  460verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  461verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  462verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  463verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  464verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  465verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  466verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  467verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  468verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  469verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  470verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  471verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  472verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  473verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  474verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  475verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  476verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  477verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  478verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  479verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  480verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  481verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  482verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  483verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  484verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  485verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  486verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  487verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  488verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  489verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  490verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  491verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  492verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  493verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  494verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  495verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  496verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  497verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  498verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  499verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  500verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  501verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  502verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  503verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  504verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  505verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  506
  507%%% File:    ext/VerbNet/admire-31.2.xml
  508%%% Primary: NP V that S (admire-31.2)
  509%%% Syntax:  [np:Experiencer,v,s:Stimulus]
  510%%% CCG:     (s:_\np)/s:_
  511%%% Roles:   [Stimulus,Experiencer]
  512%%% Example: The children liked that the clown had a red nose.
  513%%%
  514verbnet(despise, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  515verbnet(detest, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  516verbnet(disdain, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  517verbnet(dislike, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  518verbnet(regret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  519verbnet(like, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  520verbnet(love, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  521verbnet(enjoy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  522verbnet(fear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  523verbnet(hate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  524verbnet(admire, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  525verbnet(adore, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  526verbnet(appreciate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  527verbnet(applaud, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  528verbnet(bear, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  529verbnet(bewail, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  530verbnet(cherish, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  531verbnet(deify, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  532verbnet(disbelieve, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  533verbnet(esteem, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  534verbnet(exalt, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  535verbnet(fancy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  536verbnet(favor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  537verbnet(grudge, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  538verbnet(idolize, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  539verbnet(miss, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  540verbnet(prefer, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  541verbnet(affirm, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  542verbnet(reaffirm, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  543verbnet(prize, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  544verbnet(respect, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  545verbnet(relish, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  546verbnet(revere, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  547verbnet(savor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  548verbnet(stand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  549verbnet(support, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  550verbnet(tolerate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  551verbnet(treasure, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  552verbnet(trust, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  553verbnet(value, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  554verbnet(venerate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  555verbnet(worship, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  556verbnet(abhor, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  557verbnet(deplore, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  558verbnet(distrust, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  559verbnet(dread, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  560verbnet(envy, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  561verbnet(execrate, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  562verbnet(lament, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  563verbnet(loathe, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  564verbnet(mourn, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  565verbnet(pity, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  566verbnet(resent, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  567verbnet(rue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  568verbnet(believe, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  569verbnet(suffer, (s:_\np)/s:_, ['Stimulus','Experiencer'], [31,'.',2]).
  570
  571%%% File:    ext/VerbNet/admire-31.2.xml
  572%%% Primary: NP V S_ING (admire-31.2)
  573%%% Syntax:  [np:Experiencer,v,vp_ng:Stimulus]
  574%%% CCG:     (s:_\np)/ (s:ng\np)
  575%%% Roles:   [Stimulus,Experiencer]
  576%%% Example: I loved writing.
  577%%%
  578verbnet(despise, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  579verbnet(detest, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  580verbnet(disdain, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  581verbnet(dislike, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  582verbnet(regret, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  583verbnet(like, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  584verbnet(love, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  585verbnet(enjoy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  586verbnet(fear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  587verbnet(hate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  588verbnet(admire, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  589verbnet(adore, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  590verbnet(appreciate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  591verbnet(applaud, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  592verbnet(bear, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  593verbnet(bewail, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  594verbnet(cherish, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  595verbnet(deify, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  596verbnet(disbelieve, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  597verbnet(esteem, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  598verbnet(exalt, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  599verbnet(fancy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  600verbnet(favor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  601verbnet(grudge, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  602verbnet(idolize, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  603verbnet(miss, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  604verbnet(prefer, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  605verbnet(affirm, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  606verbnet(reaffirm, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  607verbnet(prize, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  608verbnet(respect, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  609verbnet(relish, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  610verbnet(revere, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  611verbnet(savor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  612verbnet(stand, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  613verbnet(support, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  614verbnet(tolerate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  615verbnet(treasure, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  616verbnet(trust, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  617verbnet(value, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  618verbnet(venerate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  619verbnet(worship, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  620verbnet(abhor, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  621verbnet(deplore, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  622verbnet(distrust, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  623verbnet(dread, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  624verbnet(envy, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  625verbnet(execrate, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  626verbnet(lament, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  627verbnet(loathe, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  628verbnet(mourn, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  629verbnet(pity, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  630verbnet(resent, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  631verbnet(rue, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  632verbnet(believe, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  633verbnet(suffer, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [31,'.',2]).
  634
  635%%% File:    ext/VerbNet/admire-31.2.xml
  636%%% Primary: NP V NP S_ING (admire-31.2)
  637%%% Syntax:  [np:Experiencer,v,np:Stimulus]
  638%%% CCG:     (s:_\np)/np
  639%%% Roles:   [Stimulus,Experiencer]
  640%%% Example: I loved him writing novels.
  641%%%
  642verbnet(despise, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  643verbnet(detest, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  644verbnet(disdain, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  645verbnet(dislike, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  646verbnet(regret, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  647verbnet(like, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  648verbnet(love, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  649verbnet(enjoy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  650verbnet(fear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  651verbnet(hate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  652verbnet(admire, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  653verbnet(adore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  654verbnet(appreciate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  655verbnet(applaud, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  656verbnet(bear, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  657verbnet(bewail, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  658verbnet(cherish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  659verbnet(deify, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  660verbnet(disbelieve, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  661verbnet(esteem, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  662verbnet(exalt, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  663verbnet(fancy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  664verbnet(favor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  665verbnet(grudge, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  666verbnet(idolize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  667verbnet(miss, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  668verbnet(prefer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  669verbnet(affirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  670verbnet(reaffirm, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  671verbnet(prize, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  672verbnet(respect, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  673verbnet(relish, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  674verbnet(revere, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  675verbnet(savor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  676verbnet(stand, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  677verbnet(support, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  678verbnet(tolerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  679verbnet(treasure, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  680verbnet(trust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  681verbnet(value, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  682verbnet(venerate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  683verbnet(worship, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  684verbnet(abhor, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  685verbnet(deplore, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  686verbnet(distrust, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  687verbnet(dread, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  688verbnet(envy, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  689verbnet(execrate, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  690verbnet(lament, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  691verbnet(loathe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  692verbnet(mourn, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  693verbnet(pity, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  694verbnet(resent, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  695verbnet(rue, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  696verbnet(believe, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  697verbnet(suffer, (s:_\np)/np, ['Stimulus','Experiencer'], [31,'.',2]).
  698
  699%%% File:    ext/VerbNet/admit-65.xml
  700%%% Primary: NP V NP (admit-65)
  701%%% Syntax:  [np:Agent,v,np:Theme]
  702%%% CCG:     (s:_\np)/np
  703%%% Roles:   [Theme,Agent]
  704%%% Example: She admitted us.
  705%%%
  706verbnet(admit, (s:_\np)/np, ['Theme','Agent'], [65]).
  707verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [65]).
  708verbnet(exclude, (s:_\np)/np, ['Theme','Agent'], [65]).
  709verbnet(include, (s:_\np)/np, ['Theme','Agent'], [65]).
  710verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [65]).
  711verbnet(welcome, (s:_\np)/np, ['Theme','Agent'], [65]).
  712
  713%%% File:    ext/VerbNet/admit-65.xml
  714%%% Primary: NP V NP ADV (admit-65)
  715%%% Syntax:  [np:Agent,v,np:Theme,np:Location]
  716%%% CCG:     ((s:_\np)/np)/np
  717%%% Roles:   [Theme,Location,Agent]
  718%%% Example: She admitted us here.
  719%%%
  720verbnet(admit, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  721verbnet(allow, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  722verbnet(exclude, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  723verbnet(include, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  724verbnet(permit, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  725verbnet(welcome, ((s:_\np)/np)/np, ['Theme','Location','Agent'], [65]).
  726
  727%%% File:    ext/VerbNet/admit-65.xml
  728%%% Primary: NP V NP PP.location (admit-65)
  729%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
  730%%% CCG:     ((s:_\np)/pp)/np
  731%%% Roles:   [Theme,Agent]
  732%%% Example: She allowed us near the house.
  733%%%
  734verbnet(admit, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  735verbnet(allow, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  736verbnet(exclude, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  737verbnet(include, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  738verbnet(permit, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  739verbnet(welcome, ((s:_\np)/pp)/np, ['Theme','Agent'], [65]).
  740
  741%%% File:    ext/VerbNet/adopt-93.xml
  742%%% Primary: NP V NP (adopt-93)
  743%%% Syntax:  [np:Agent,v,np:Theme]
  744%%% CCG:     (s:_\np)/np
  745%%% Roles:   [Theme,Agent]
  746%%% Example: Soon, the new President will assume office.
  747%%%
  748verbnet(assume, (s:_\np)/np, ['Theme','Agent'], [93]).
  749verbnet(adopt, (s:_\np)/np, ['Theme','Agent'], [93]).
  750verbnet(take_over, (s:_\np)/np, ['Theme','Agent'], [93]).
  751verbnet(take_on, (s:_\np)/np, ['Theme','Agent'], [93]).
  752
  753%%% File:    ext/VerbNet/advise-37.9.xml
  754%%% Primary: NP V PP.topic (advise-37.9-1)
  755%%% Syntax:  [np:Agent,v,prep:against about concerning on regarding respecting,np:Topic]
  756%%% CCG:     (s:_\np)/pp
  757%%% Roles:   [Agent]
  758%%% Example: Ellen warned against skating on thin ice.
  759%%%
  760verbnet(admonish, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  761verbnet(advise, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  762verbnet(caution, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  763verbnet(counsel, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  764verbnet(instruct, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  765verbnet(warn, (s:_\np)/pp, ['Agent'], [37,'.',9,-,1]).
  766verbnet(against, pp/np, ['Topic'], [37,.,9,-,1]).
  767verbnet(about, pp/np, ['Topic'], [37,.,9,-,1]).
  768verbnet(concerning, pp/np, ['Topic'], [37,.,9,-,1]).
  769verbnet(on, pp/np, ['Topic'], [37,.,9,-,1]).
  770verbnet(regarding, pp/np, ['Topic'], [37,.,9,-,1]).
  771verbnet(respecting, pp/np, ['Topic'], [37,.,9,-,1]).
  772
  773%%% File:    ext/VerbNet/advise-37.9.xml
  774%%% Primary: NP V that S (advise-37.9-1)
  775%%% Syntax:  [np:Agent,v,s:Topic]
  776%%% CCG:     (s:_\np)/s:_
  777%%% Roles:   [Topic,Agent]
  778%%% Example: Ellen warned that the party would be tonight.
  779%%%
  780verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  781verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  782verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  783verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  784verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  785verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  786
  787%%% File:    ext/VerbNet/advise-37.9.xml
  788%%% Primary: NP V how S_INF (advise-37.9-1)
  789%%% Syntax:  [np:Agent,v,s:Topic]
  790%%% CCG:     (s:_\np)/s:_
  791%%% Roles:   [Topic,Agent]
  792%%% Example: Ellen warned how to avoid the crowd.
  793%%%
  794verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  795verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  796verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  797verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  798verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  799verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  800
  801%%% File:    ext/VerbNet/advise-37.9.xml
  802%%% Primary: NP V S-Quote (advise-37.9-1)
  803%%% Syntax:  [np:Agent,v,s:Topic]
  804%%% CCG:     (s:_\np)/s:_
  805%%% Roles:   [Topic,Agent]
  806%%% Example: Ellen warned, 'Avoid that hole in the sidewalk.'
  807%%%
  808verbnet(admonish, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  809verbnet(advise, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  810verbnet(caution, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  811verbnet(counsel, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  812verbnet(instruct, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  813verbnet(warn, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',9,-,1]).
  814
  815%%% File:    ext/VerbNet/advise-37.9.xml
  816%%% Primary: NP V NP.recipient (advise-37.9)
  817%%% Syntax:  [np:Agent,v,np:Recipient]
  818%%% CCG:     (s:_\np)/np
  819%%% Roles:   [Recipient,Agent]
  820%%% Example: Ellen alerted Helen.
  821%%%
  822verbnet(admonish, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  823verbnet(advise, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  824verbnet(caution, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  825verbnet(counsel, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  826verbnet(instruct, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  827verbnet(warn, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  828verbnet(alert, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  829verbnet(assure, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  830verbnet(brief, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  831verbnet(encourage, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  832verbnet(inform, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  833verbnet(notify, (s:_\np)/np, ['Recipient','Agent'], [37,'.',9]).
  834
  835%%% File:    ext/VerbNet/advise-37.9.xml
  836%%% Primary: NP V NP PP.topic (advise-37.9)
  837%%% Syntax:  [np:Agent,v,np:Recipient,prep:against about concerning on regarding respecting,np:Topic]
  838%%% CCG:     ((s:_\np)/pp)/np
  839%%% Roles:   [Recipient,Agent]
  840%%% Example: Ellen warned Helen against skating on thin ice.
  841%%%
  842verbnet(admonish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  843verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  844verbnet(caution, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  845verbnet(counsel, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  846verbnet(instruct, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  847verbnet(warn, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  848verbnet(alert, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  849verbnet(assure, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  850verbnet(brief, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  851verbnet(encourage, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  852verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  853verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  854verbnet(against, pp/np, ['Topic'], [37,.,9]).
  855verbnet(about, pp/np, ['Topic'], [37,.,9]).
  856verbnet(concerning, pp/np, ['Topic'], [37,.,9]).
  857verbnet(on, pp/np, ['Topic'], [37,.,9]).
  858verbnet(regarding, pp/np, ['Topic'], [37,.,9]).
  859verbnet(respecting, pp/np, ['Topic'], [37,.,9]).
  860
  861%%% File:    ext/VerbNet/advise-37.9.xml
  862%%% Primary: NP V NP.recipient that S (advise-37.9)
  863%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
  864%%% CCG:     ((s:_\np)/s:_)/np
  865%%% Roles:   [Recipient,Topic,Agent]
  866%%% Example: Ellen warned Helen that the party would be tonight.
  867%%%
  868verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  869verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  870verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  871verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  872verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  873verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  874verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  875verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  876verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  877verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  878verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  879verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  880
  881%%% File:    ext/VerbNet/advise-37.9.xml
  882%%% Primary: NP V NP how S_INF (advise-37.9)
  883%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
  884%%% CCG:     ((s:_\np)/s:_)/np
  885%%% Roles:   [Recipient,Topic,Agent]
  886%%% Example: Ellen warned Helen how to avoid the crowd.
  887%%%
  888verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  889verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  890verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  891verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  892verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  893verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  894verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  895verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  896verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  897verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  898verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  899verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  900
  901%%% File:    ext/VerbNet/advise-37.9.xml
  902%%% Primary: NP V NP S-Quote (advise-37.9)
  903%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
  904%%% CCG:     ((s:_\np)/s:_)/np
  905%%% Roles:   [Recipient,Topic,Agent]
  906%%% Example: Ellen warned Helen, 'Avoid that hole in the sidewalk.'
  907%%%
  908verbnet(admonish, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  909verbnet(advise, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  910verbnet(caution, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  911verbnet(counsel, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  912verbnet(instruct, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  913verbnet(warn, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  914verbnet(alert, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  915verbnet(assure, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  916verbnet(brief, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  917verbnet(encourage, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  918verbnet(inform, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  919verbnet(notify, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [37,'.',9]).
  920
  921%%% File:    ext/VerbNet/advise-37.9.xml
  922%%% Primary: NP V NP PP.topic (advise-37.9)
  923%%% Syntax:  [np:Agent,v,np:Recipient,prep:of,np:Topic]
  924%%% CCG:     ((s:_\np)/pp)/np
  925%%% Roles:   [Recipient,Agent]
  926%%% Example: My accountant warned me of the new loopholes in the tax code.
  927%%%
  928verbnet(admonish, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  929verbnet(advise, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  930verbnet(caution, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  931verbnet(counsel, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  932verbnet(instruct, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  933verbnet(warn, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  934verbnet(alert, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  935verbnet(assure, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  936verbnet(brief, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  937verbnet(encourage, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  938verbnet(inform, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  939verbnet(notify, ((s:_\np)/pp)/np, ['Recipient','Agent'], [37,'.',9]).
  940verbnet(of, pp/np, ['Topic'], [37,.,9]).
  941
  942%%% File:    ext/VerbNet/allow-64.xml
  943%%% Primary: NP V NP (allow-64)
  944%%% Syntax:  [np:Agent,v,np:Theme]
  945%%% CCG:     (s:_\np)/np
  946%%% Roles:   [Theme,Agent]
  947%%% Example: They allow birds.
  948%%%
  949verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]).
  950verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]).
  951verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]).
  952verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]).
  953verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]).
  954
  955%%% File:    ext/VerbNet/allow-64.xml
  956%%% Primary: NP V S_ING (allow-64)
  957%%% Syntax:  [np:Agent,v,vp_ng:Theme]
  958%%% CCG:     (s:_\np)/ (s:ng\np)
  959%%% Roles:   [Theme,Agent]
  960%%% Example: They allow smoking.
  961%%%
  962verbnet(allow, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]).
  963verbnet(approve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]).
  964verbnet(permit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]).
  965verbnet(sanction, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]).
  966verbnet(tolerate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [64]).
  967
  968%%% File:    ext/VerbNet/allow-64.xml
  969%%% Primary: NP V NP to be NP (allow-64)
  970%%% Syntax:  [np:Agent,v,np:Theme]
  971%%% CCG:     (s:_\np)/np
  972%%% Roles:   [Theme,Agent]
  973%%% Example: They allow us to be smokers.
  974%%%
  975verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]).
  976verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]).
  977verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]).
  978verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]).
  979verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]).
  980
  981%%% File:    ext/VerbNet/allow-64.xml
  982%%% Primary: NP V S_ING (allow-64)
  983%%% Syntax:  [np:Agent,v,np:Theme]
  984%%% CCG:     (s:_\np)/np
  985%%% Roles:   [Theme,Agent]
  986%%% Example: They allow our smoking.
  987%%%
  988verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [64]).
  989verbnet(approve, (s:_\np)/np, ['Theme','Agent'], [64]).
  990verbnet(permit, (s:_\np)/np, ['Theme','Agent'], [64]).
  991verbnet(sanction, (s:_\np)/np, ['Theme','Agent'], [64]).
  992verbnet(tolerate, (s:_\np)/np, ['Theme','Agent'], [64]).
  993
  994%%% File:    ext/VerbNet/allow-64.xml
  995%%% Primary: NP V that S (allow-64)
  996%%% Syntax:  [np:Agent,v,s:Theme]
  997%%% CCG:     (s:_\np)/s:_
  998%%% Roles:   [Theme,Agent]
  999%%% Example: They allow that we smoke.
 1000%%%
 1001verbnet(allow, (s:_\np)/s:_, ['Theme','Agent'], [64]).
 1002verbnet(approve, (s:_\np)/s:_, ['Theme','Agent'], [64]).
 1003verbnet(permit, (s:_\np)/s:_, ['Theme','Agent'], [64]).
 1004verbnet(sanction, (s:_\np)/s:_, ['Theme','Agent'], [64]).
 1005verbnet(tolerate, (s:_\np)/s:_, ['Theme','Agent'], [64]).
 1006
 1007%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1008%%% Primary: NP V (amalgamate-22.2-1-1)
 1009%%% Syntax:  [np:Patient,v]
 1010%%% CCG:     s:_\np
 1011%%% Roles:   [Patient]
 1012%%% Example: The yolks and the whites intermingled.
 1013%%%
 1014verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]).
 1015verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]).
 1016verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]).
 1017verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2,-,1,-,1]).
 1018
 1019%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1020%%% Primary: NP V NP PP.co-patient (amalgamate-22.2-1)
 1021%%% Syntax:  [np:Agent,v,np:Patient,prep:into to with,np:Co-Patient]
 1022%%% CCG:     ((s:_\np)/pp)/np
 1023%%% Roles:   [Patient,Agent]
 1024%%% Example: Diabetics can now incorporate sugar into their desserts.
 1025%%%
 1026verbnet(amalgamate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1027verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1028verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1029verbnet(intermingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1030verbnet(couple, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1031verbnet(incorporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1032verbnet(integrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1033verbnet(match, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1034verbnet(overlap, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1035verbnet(into, pp/np, ['Patient'], [22,.,2,-,1]).
 1036verbnet(to, pp/np, ['Patient'], [22,.,2,-,1]).
 1037verbnet(with, pp/np, ['Patient'], [22,.,2,-,1]).
 1038
 1039%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1040%%% Primary: NP V NP (amalgamate-22.2-1)
 1041%%% Syntax:  [np:Agent,v,np:Patient]
 1042%%% CCG:     (s:_\np)/np
 1043%%% Roles:   [Patient,Agent]
 1044%%% Example: A new firm will integrate their ice cream production lines.
 1045%%%
 1046verbnet(amalgamate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1047verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1048verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1049verbnet(intermingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1050verbnet(couple, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1051verbnet(incorporate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1052verbnet(integrate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1053verbnet(match, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1054verbnet(overlap, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,1]).
 1055
 1056%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1057%%% Primary: NP V PP.co-patient (amalgamate-22.2-1)
 1058%%% Syntax:  [np:Patient,v,prep:with,np:Co-Patient]
 1059%%% CCG:     (s:_\np)/pp
 1060%%% Roles:   [Patient]
 1061%%% Example: Ice cream integrates with desserts.
 1062%%%
 1063verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1064verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1065verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1066verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1067verbnet(couple, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1068verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1069verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1070verbnet(match, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1071verbnet(overlap, (s:_\np)/pp, ['Patient'], [22,'.',2,-,1]).
 1072verbnet(with, pp/np, ['Patient'], [22,.,2,-,1]).
 1073
 1074%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1075%%% Primary: NP V (amalgamate-22.2-2-1)
 1076%%% Syntax:  [np:Patient,v]
 1077%%% CCG:     s:_\np
 1078%%% Roles:   [Patient]
 1079%%% Example: Plays and ballets alternate.
 1080%%%
 1081verbnet(alternate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1082verbnet(crisscross, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1083verbnet(entwine, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1084verbnet(interchange, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1085verbnet(interconnect, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1086verbnet(interlace, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1087verbnet(interlink, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1088verbnet(interlock, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1089verbnet(intersperse, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1090verbnet(intertwine, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1091verbnet(interweave, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1092verbnet(mate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1093verbnet(unite, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1094verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1095verbnet(coincide, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1096verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1097verbnet(contrast, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1098verbnet(correlate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1099verbnet(harmonize, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1100verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1101verbnet(interrelate, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1102verbnet(rhyme, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1103verbnet(unify, s:_\np, ['Patient'], [22,'.',2,-,2,-,1]).
 1104
 1105%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1106%%% Primary: NP V NP PP.co-patient (amalgamate-22.2-2)
 1107%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Co-Patient]
 1108%%% CCG:     ((s:_\np)/pp)/np
 1109%%% Roles:   [Patient,Agent]
 1110%%% Example: The merger associated company A with company B.
 1111%%%
 1112verbnet(alternate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1113verbnet(crisscross, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1114verbnet(entwine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1115verbnet(interchange, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1116verbnet(interconnect, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1117verbnet(interlace, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1118verbnet(interlink, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1119verbnet(interlock, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1120verbnet(intersperse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1121verbnet(intertwine, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1122verbnet(interweave, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1123verbnet(mate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1124verbnet(unite, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1125verbnet(coalesce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1126verbnet(coincide, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1127verbnet(consolidate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1128verbnet(contrast, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1129verbnet(correlate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1130verbnet(harmonize, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1131verbnet(intermingle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1132verbnet(interrelate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1133verbnet(rhyme, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1134verbnet(unify, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1135verbnet(conjoin, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1136verbnet(entangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1137verbnet(muddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1138verbnet(pair, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1139verbnet(team, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1140verbnet(affiliate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1141verbnet(associate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1142verbnet(compare, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1143verbnet(confederate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1144verbnet(confuse, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1145verbnet(incorporate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1146verbnet(integrate, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1147verbnet(total, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1148verbnet(identity, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1149verbnet(with, pp/np, ['Patient'], [22,.,2,-,2]).
 1150
 1151%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1152%%% Primary: NP V NP (amalgamate-22.2-2)
 1153%%% Syntax:  [np:Agent,v,np:Patient]
 1154%%% CCG:     (s:_\np)/np
 1155%%% Roles:   [Patient,Agent]
 1156%%% Example: The merger associated the two companies.
 1157%%%
 1158verbnet(alternate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1159verbnet(crisscross, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1160verbnet(entwine, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1161verbnet(interchange, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1162verbnet(interconnect, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1163verbnet(interlace, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1164verbnet(interlink, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1165verbnet(interlock, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1166verbnet(intersperse, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1167verbnet(intertwine, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1168verbnet(interweave, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1169verbnet(mate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1170verbnet(unite, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1171verbnet(coalesce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1172verbnet(coincide, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1173verbnet(consolidate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1174verbnet(contrast, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1175verbnet(correlate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1176verbnet(harmonize, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1177verbnet(intermingle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1178verbnet(interrelate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1179verbnet(rhyme, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1180verbnet(unify, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1181verbnet(conjoin, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1182verbnet(entangle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1183verbnet(muddle, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1184verbnet(pair, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1185verbnet(team, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1186verbnet(affiliate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1187verbnet(associate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1188verbnet(compare, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1189verbnet(confederate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1190verbnet(confuse, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1191verbnet(incorporate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1192verbnet(integrate, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1193verbnet(total, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1194verbnet(identity, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,2]).
 1195
 1196%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1197%%% Primary: NP V PP (amalgamate-22.2-2)
 1198%%% Syntax:  [np:Patient,v,prep:with,np:Co-Patient]
 1199%%% CCG:     (s:_\np)/pp
 1200%%% Roles:   [Patient]
 1201%%% Example: Company A associated with Company B.
 1202%%%
 1203verbnet(alternate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1204verbnet(crisscross, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1205verbnet(entwine, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1206verbnet(interchange, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1207verbnet(interconnect, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1208verbnet(interlace, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1209verbnet(interlink, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1210verbnet(interlock, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1211verbnet(intersperse, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1212verbnet(intertwine, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1213verbnet(interweave, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1214verbnet(mate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1215verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1216verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1217verbnet(coincide, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1218verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1219verbnet(contrast, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1220verbnet(correlate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1221verbnet(harmonize, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1222verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1223verbnet(interrelate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1224verbnet(rhyme, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1225verbnet(unify, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1226verbnet(conjoin, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1227verbnet(entangle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1228verbnet(muddle, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1229verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1230verbnet(team, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1231verbnet(affiliate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1232verbnet(associate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1233verbnet(compare, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1234verbnet(confederate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1235verbnet(confuse, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1236verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1237verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1238verbnet(total, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1239verbnet(identity, (s:_\np)/pp, ['Patient'], [22,'.',2,-,2]).
 1240verbnet(with, pp/np, ['Patient'], [22,.,2,-,2]).
 1241
 1242%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1243%%% Primary: NP V (amalgamate-22.2-3-1-1)
 1244%%% Syntax:  [np:Patient,v]
 1245%%% CCG:     s:_\np
 1246%%% Roles:   [Patient]
 1247%%% Example: John and Mary married.
 1248%%%
 1249verbnet(marry, s:_\np, ['Patient'], [22,'.',2,-,3,-,1,-,1]).
 1250verbnet(wed, s:_\np, ['Patient'], [22,'.',2,-,3,-,1,-,1]).
 1251
 1252%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1253%%% Primary: NP V NP PP.co-patient (amalgamate-22.2-3-1)
 1254%%% Syntax:  [np:Agent,v,np:Patient,prep:to,np:Co-Patient]
 1255%%% CCG:     ((s:_\np)/pp)/np
 1256%%% Roles:   [Patient,Agent]
 1257%%% Example: John introduced Mary to me.
 1258%%%
 1259verbnet(marry, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]).
 1260verbnet(wed, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]).
 1261verbnet(introduce, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]).
 1262verbnet(figure, ((s:_\np)/pp)/np, ['Patient','Agent'], [22,'.',2,-,3,-,1]).
 1263verbnet(to, pp/np, ['Patient'], [22,.,2,-,3,-,1]).
 1264
 1265%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1266%%% Primary: NP V (amalgamate-22.2-3-2)
 1267%%% Syntax:  [np:Patient,v]
 1268%%% CCG:     s:_\np
 1269%%% Roles:   [Patient]
 1270%%% Example: John and Mary are engaged.
 1271%%%
 1272verbnet(engage, s:_\np, ['Patient'], [22,'.',2,-,3,-,2]).
 1273
 1274%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1275%%% Primary: NP V NP (amalgamate-22.2-3)
 1276%%% Syntax:  [np:Agent,v,np:Patient]
 1277%%% CCG:     (s:_\np)/np
 1278%%% Roles:   [Patient,Agent]
 1279%%% Example: John opposed the two ideas.
 1280%%%
 1281verbnet(marry, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1282verbnet(wed, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1283verbnet(introduce, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1284verbnet(figure, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1285verbnet(engage, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1286verbnet(oppose, (s:_\np)/np, ['Patient','Agent'], [22,'.',2,-,3]).
 1287
 1288%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1289%%% Primary: NP V ADVP-Middle PP (amalgamate-22.2)
 1290%%% Syntax:  [np:Patient,v,adv,prep:with,np:Co-Patient]
 1291%%% CCG:     (s:_\np)/pp
 1292%%% Roles:   [Patient]
 1293%%% Example: Folk songs alternate well with pop songs.
 1294%%%
 1295verbnet(amalgamate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1296verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1297verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1298verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1299verbnet(couple, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1300verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1301verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1302verbnet(match, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1303verbnet(overlap, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1304verbnet(alternate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1305verbnet(crisscross, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1306verbnet(entwine, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1307verbnet(interchange, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1308verbnet(interconnect, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1309verbnet(interlace, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1310verbnet(interlink, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1311verbnet(interlock, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1312verbnet(intersperse, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1313verbnet(intertwine, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1314verbnet(interweave, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1315verbnet(mate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1316verbnet(unite, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1317verbnet(coalesce, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1318verbnet(coincide, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1319verbnet(consolidate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1320verbnet(contrast, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1321verbnet(correlate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1322verbnet(harmonize, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1323verbnet(intermingle, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1324verbnet(interrelate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1325verbnet(rhyme, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1326verbnet(unify, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1327verbnet(conjoin, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1328verbnet(entangle, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1329verbnet(muddle, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1330verbnet(pair, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1331verbnet(team, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1332verbnet(affiliate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1333verbnet(associate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1334verbnet(compare, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1335verbnet(confederate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1336verbnet(confuse, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1337verbnet(incorporate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1338verbnet(integrate, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1339verbnet(total, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1340verbnet(identity, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1341verbnet(marry, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1342verbnet(wed, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1343verbnet(introduce, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1344verbnet(figure, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1345verbnet(engage, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1346verbnet(oppose, (s:_\np)/pp, ['Patient'], [22,'.',2]).
 1347verbnet(with, pp/np, ['Patient'], [22,.,2]).
 1348
 1349%%% File:    ext/VerbNet/amalgamate-22.2.xml
 1350%%% Primary: NP V ADVP-Middle (amalgamate-22.2)
 1351%%% Syntax:  [np:Patient,v,adv]
 1352%%% CCG:     s:_\np
 1353%%% Roles:   [Patient]
 1354%%% Example: The pieces interconnect easily.
 1355%%%
 1356verbnet(amalgamate, s:_\np, ['Patient'], [22,'.',2]).
 1357verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2]).
 1358verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2]).
 1359verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2]).
 1360verbnet(couple, s:_\np, ['Patient'], [22,'.',2]).
 1361verbnet(incorporate, s:_\np, ['Patient'], [22,'.',2]).
 1362verbnet(integrate, s:_\np, ['Patient'], [22,'.',2]).
 1363verbnet(match, s:_\np, ['Patient'], [22,'.',2]).
 1364verbnet(overlap, s:_\np, ['Patient'], [22,'.',2]).
 1365verbnet(alternate, s:_\np, ['Patient'], [22,'.',2]).
 1366verbnet(crisscross, s:_\np, ['Patient'], [22,'.',2]).
 1367verbnet(entwine, s:_\np, ['Patient'], [22,'.',2]).
 1368verbnet(interchange, s:_\np, ['Patient'], [22,'.',2]).
 1369verbnet(interconnect, s:_\np, ['Patient'], [22,'.',2]).
 1370verbnet(interlace, s:_\np, ['Patient'], [22,'.',2]).
 1371verbnet(interlink, s:_\np, ['Patient'], [22,'.',2]).
 1372verbnet(interlock, s:_\np, ['Patient'], [22,'.',2]).
 1373verbnet(intersperse, s:_\np, ['Patient'], [22,'.',2]).
 1374verbnet(intertwine, s:_\np, ['Patient'], [22,'.',2]).
 1375verbnet(interweave, s:_\np, ['Patient'], [22,'.',2]).
 1376verbnet(mate, s:_\np, ['Patient'], [22,'.',2]).
 1377verbnet(unite, s:_\np, ['Patient'], [22,'.',2]).
 1378verbnet(coalesce, s:_\np, ['Patient'], [22,'.',2]).
 1379verbnet(coincide, s:_\np, ['Patient'], [22,'.',2]).
 1380verbnet(consolidate, s:_\np, ['Patient'], [22,'.',2]).
 1381verbnet(contrast, s:_\np, ['Patient'], [22,'.',2]).
 1382verbnet(correlate, s:_\np, ['Patient'], [22,'.',2]).
 1383verbnet(harmonize, s:_\np, ['Patient'], [22,'.',2]).
 1384verbnet(intermingle, s:_\np, ['Patient'], [22,'.',2]).
 1385verbnet(interrelate, s:_\np, ['Patient'], [22,'.',2]).
 1386verbnet(rhyme, s:_\np, ['Patient'], [22,'.',2]).
 1387verbnet(unify, s:_\np, ['Patient'], [22,'.',2]).
 1388verbnet(conjoin, s:_\np, ['Patient'], [22,'.',2]).
 1389verbnet(entangle, s:_\np, ['Patient'], [22,'.',2]).
 1390verbnet(muddle, s:_\np, ['Patient'], [22,'.',2]).
 1391verbnet(pair, s:_\np, ['Patient'], [22,'.',2]).
 1392verbnet(team, s:_\np, ['Patient'], [22,'.',2]).
 1393verbnet(affiliate, s:_\np, ['Patient'], [22,'.',2]).
 1394verbnet(associate, s:_\np, ['Patient'], [22,'.',2]).
 1395verbnet(compare, s:_\np, ['Patient'], [22,'.',2]).
 1396verbnet(confederate, s:_\np, ['Patient'], [22,'.',2]).
 1397verbnet(confuse, s:_\np, ['Patient'], [22,'.',2]).
 1398verbnet(incorporate, s:_\np, ['Patient'], [22,'.',2]).
 1399verbnet(integrate, s:_\np, ['Patient'], [22,'.',2]).
 1400verbnet(total, s:_\np, ['Patient'], [22,'.',2]).
 1401verbnet(identity, s:_\np, ['Patient'], [22,'.',2]).
 1402verbnet(marry, s:_\np, ['Patient'], [22,'.',2]).
 1403verbnet(wed, s:_\np, ['Patient'], [22,'.',2]).
 1404verbnet(introduce, s:_\np, ['Patient'], [22,'.',2]).
 1405verbnet(figure, s:_\np, ['Patient'], [22,'.',2]).
 1406verbnet(engage, s:_\np, ['Patient'], [22,'.',2]).
 1407verbnet(oppose, s:_\np, ['Patient'], [22,'.',2]).
 1408
 1409%%% File:    ext/VerbNet/amuse-31.1.xml
 1410%%% Primary: NP V NP (amuse-31.1)
 1411%%% Syntax:  [np:Stimulus,v,np:Experiencer]
 1412%%% CCG:     (s:_\np)/np
 1413%%% Roles:   [Experiencer,Stimulus]
 1414%%% Example: The clown amused the children.
 1415%%%
 1416verbnet(abash, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1417verbnet(affect, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1418verbnet(afflict, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1419verbnet(affront, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1420verbnet(aggravate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1421verbnet(aggrieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1422verbnet(agitate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1423verbnet(agonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1424verbnet(alarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1425verbnet(alienate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1426verbnet(amaze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1427verbnet(amuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1428verbnet(anger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1429verbnet(annoy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1430verbnet(antagonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1431verbnet(appall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1432verbnet(appease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1433verbnet(arouse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1434verbnet(assuage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1435verbnet(astonish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1436verbnet(astound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1437verbnet(awe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1438verbnet(baffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1439verbnet(befuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1440verbnet(beguile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1441verbnet(bewilder, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1442verbnet(bewitch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1443verbnet(boggle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1444verbnet(bore, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1445verbnet(bother, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1446verbnet(bug, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1447verbnet(calm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1448verbnet(captivate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1449verbnet(chagrin, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1450verbnet(charm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1451verbnet(cheer, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1452verbnet(chill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1453verbnet(cloy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1454verbnet(comfort, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1455verbnet(concern, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1456verbnet(confound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1457verbnet(confuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1458verbnet(console, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1459verbnet(content, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1460verbnet(convince, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1461verbnet(cow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1462verbnet(crush, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1463verbnet(cut, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1464verbnet(daunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1465verbnet(daze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1466verbnet(dazzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1467verbnet(deject, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1468verbnet(delight, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1469verbnet(demolish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1470verbnet(demoralize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1471verbnet(depress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1472verbnet(devastate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1473verbnet(disappoint, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1474verbnet(disarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1475verbnet(discombobulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1476verbnet(discomfit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1477verbnet(disconcert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1478verbnet(discompose, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1479verbnet(discourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1480verbnet(disgrace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1481verbnet(disgruntle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1482verbnet(disgust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1483verbnet(dishearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1484verbnet(dishonour, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1485verbnet(disillusion, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1486verbnet(dismay, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1487verbnet(dispirit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1488verbnet(displease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1489verbnet(disquiet, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1490verbnet(dissatisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1491verbnet(distract, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1492verbnet(distress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1493verbnet(disturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1494verbnet(divert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1495verbnet(dumbfound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1496verbnet(elate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1497verbnet(electrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1498verbnet(embarrass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1499verbnet(embolden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1500verbnet(enchant, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1501verbnet(encourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1502verbnet(enervate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1503verbnet(engage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1504verbnet(engross, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1505verbnet(enlighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1506verbnet(enliven, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1507verbnet(enrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1508verbnet(enrapture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1509verbnet(entertain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1510verbnet(enthrall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1511verbnet(enthuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1512verbnet(entice, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1513verbnet(entrance, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1514verbnet(exasperate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1515verbnet(excite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1516verbnet(exhaust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1517verbnet(exhilarate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1518verbnet(fascinate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1519verbnet(fatigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1520verbnet(faze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1521verbnet(flabbergast, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1522verbnet(flatter, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1523verbnet(floor, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1524verbnet(fluster, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1525verbnet(fox, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1526verbnet(frighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1527verbnet(frustrate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1528verbnet(fuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1529verbnet(gall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1530verbnet(galvanize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1531verbnet(gladden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1532verbnet(gratify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1533verbnet(grieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1534verbnet(harass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1535verbnet(harm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1536verbnet(haunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1537verbnet(hearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1538verbnet(horrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1539verbnet(humble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1540verbnet(humiliate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1541verbnet(hurt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1542verbnet(hypnotize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1543verbnet(impair, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1544verbnet(impress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1545verbnet(incense, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1546verbnet(inflame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1547verbnet(infuriate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1548verbnet(inspire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1549verbnet(insult, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1550verbnet(interest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1551verbnet(intimidate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1552verbnet(intoxicate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1553verbnet(intrigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1554verbnet(invigorate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1555verbnet(irk, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1556verbnet(irritate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1557verbnet(jade, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1558verbnet(jar, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1559verbnet(jollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1560verbnet(jolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1561verbnet(lull, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1562verbnet(madden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1563verbnet(menace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1564verbnet(mesmerize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1565verbnet(miff, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1566verbnet(molest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1567verbnet(mollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1568verbnet(mortify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1569verbnet(move, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1570verbnet(muddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1571verbnet(mystify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1572verbnet(nauseate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1573verbnet(nettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1574verbnet(numb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1575verbnet(obsess, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1576verbnet(occupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1577verbnet(offend, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1578verbnet(outrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1579verbnet(overawe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1580verbnet(overwhelm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1581verbnet(pacify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1582verbnet(pain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1583verbnet(peeve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1584verbnet(perplex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1585verbnet(perturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1586verbnet(pester, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1587verbnet(pique, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1588verbnet(placate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1589verbnet(plague, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1590verbnet(please, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1591verbnet(preoccupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1592verbnet(provoke, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1593verbnet(puzzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1594verbnet(quench, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1595verbnet(rag, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1596verbnet(rankle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1597verbnet(ravish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1598verbnet(reassure, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1599verbnet(recharge, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1600verbnet(refresh, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1601verbnet(rejuvenate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1602verbnet(relax, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1603verbnet(relieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1604verbnet(repel, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1605verbnet(repulse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1606verbnet(revitalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1607verbnet(revolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1608verbnet(rile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1609verbnet(ruffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1610verbnet(sadden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1611verbnet(satiate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1612verbnet(satisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1613verbnet(scandalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1614verbnet(scare, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1615verbnet(shake, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1616verbnet(shame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1617verbnet(shock, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1618verbnet(sicken, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1619verbnet(sober, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1620verbnet(solace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1621verbnet(soothe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1622verbnet(spellbind, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1623verbnet(spook, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1624verbnet(stagger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1625verbnet(startle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1626verbnet(stimulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1627verbnet(sting, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1628verbnet(stir, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1629verbnet(strike, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1630verbnet(stump, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1631verbnet(stun, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1632verbnet(stupefy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1633verbnet(surprise, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1634verbnet(tantalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1635verbnet(taunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1636verbnet(tease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1637verbnet(tempt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1638verbnet(terrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1639verbnet(terrorize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1640verbnet(threaten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1641verbnet(thrill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1642verbnet(throw, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1643verbnet(tickle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1644verbnet(tire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1645verbnet(titillate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1646verbnet(torment, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1647verbnet(torture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1648verbnet(touch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1649verbnet(transfix, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1650verbnet(transport, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1651verbnet(trouble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1652verbnet(try, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1653verbnet(unnerve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1654verbnet(unsettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1655verbnet(uplift, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1656verbnet(upset, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1657verbnet(vex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1658verbnet(weary, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1659verbnet(worry, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1660verbnet(wound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1661verbnet(wow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1662verbnet(roil, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1663verbnet(smite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 1664
 1665%%% File:    ext/VerbNet/amuse-31.1.xml
 1666%%% Primary: NP V ADV-Middle (amuse-31.1)
 1667%%% Syntax:  [np:Experiencer,v,adv]
 1668%%% CCG:     s:_\np
 1669%%% Roles:   [Experiencer]
 1670%%% Example: Little children amuse easily.
 1671%%%
 1672verbnet(abash, s:_\np, ['Experiencer'], [31,'.',1]).
 1673verbnet(affect, s:_\np, ['Experiencer'], [31,'.',1]).
 1674verbnet(afflict, s:_\np, ['Experiencer'], [31,'.',1]).
 1675verbnet(affront, s:_\np, ['Experiencer'], [31,'.',1]).
 1676verbnet(aggravate, s:_\np, ['Experiencer'], [31,'.',1]).
 1677verbnet(aggrieve, s:_\np, ['Experiencer'], [31,'.',1]).
 1678verbnet(agitate, s:_\np, ['Experiencer'], [31,'.',1]).
 1679verbnet(agonize, s:_\np, ['Experiencer'], [31,'.',1]).
 1680verbnet(alarm, s:_\np, ['Experiencer'], [31,'.',1]).
 1681verbnet(alienate, s:_\np, ['Experiencer'], [31,'.',1]).
 1682verbnet(amaze, s:_\np, ['Experiencer'], [31,'.',1]).
 1683verbnet(amuse, s:_\np, ['Experiencer'], [31,'.',1]).
 1684verbnet(anger, s:_\np, ['Experiencer'], [31,'.',1]).
 1685verbnet(annoy, s:_\np, ['Experiencer'], [31,'.',1]).
 1686verbnet(antagonize, s:_\np, ['Experiencer'], [31,'.',1]).
 1687verbnet(appall, s:_\np, ['Experiencer'], [31,'.',1]).
 1688verbnet(appease, s:_\np, ['Experiencer'], [31,'.',1]).
 1689verbnet(arouse, s:_\np, ['Experiencer'], [31,'.',1]).
 1690verbnet(assuage, s:_\np, ['Experiencer'], [31,'.',1]).
 1691verbnet(astonish, s:_\np, ['Experiencer'], [31,'.',1]).
 1692verbnet(astound, s:_\np, ['Experiencer'], [31,'.',1]).
 1693verbnet(awe, s:_\np, ['Experiencer'], [31,'.',1]).
 1694verbnet(baffle, s:_\np, ['Experiencer'], [31,'.',1]).
 1695verbnet(befuddle, s:_\np, ['Experiencer'], [31,'.',1]).
 1696verbnet(beguile, s:_\np, ['Experiencer'], [31,'.',1]).
 1697verbnet(bewilder, s:_\np, ['Experiencer'], [31,'.',1]).
 1698verbnet(bewitch, s:_\np, ['Experiencer'], [31,'.',1]).
 1699verbnet(boggle, s:_\np, ['Experiencer'], [31,'.',1]).
 1700verbnet(bore, s:_\np, ['Experiencer'], [31,'.',1]).
 1701verbnet(bother, s:_\np, ['Experiencer'], [31,'.',1]).
 1702verbnet(bug, s:_\np, ['Experiencer'], [31,'.',1]).
 1703verbnet(calm, s:_\np, ['Experiencer'], [31,'.',1]).
 1704verbnet(captivate, s:_\np, ['Experiencer'], [31,'.',1]).
 1705verbnet(chagrin, s:_\np, ['Experiencer'], [31,'.',1]).
 1706verbnet(charm, s:_\np, ['Experiencer'], [31,'.',1]).
 1707verbnet(cheer, s:_\np, ['Experiencer'], [31,'.',1]).
 1708verbnet(chill, s:_\np, ['Experiencer'], [31,'.',1]).
 1709verbnet(cloy, s:_\np, ['Experiencer'], [31,'.',1]).
 1710verbnet(comfort, s:_\np, ['Experiencer'], [31,'.',1]).
 1711verbnet(concern, s:_\np, ['Experiencer'], [31,'.',1]).
 1712verbnet(confound, s:_\np, ['Experiencer'], [31,'.',1]).
 1713verbnet(confuse, s:_\np, ['Experiencer'], [31,'.',1]).
 1714verbnet(console, s:_\np, ['Experiencer'], [31,'.',1]).
 1715verbnet(content, s:_\np, ['Experiencer'], [31,'.',1]).
 1716verbnet(convince, s:_\np, ['Experiencer'], [31,'.',1]).
 1717verbnet(cow, s:_\np, ['Experiencer'], [31,'.',1]).
 1718verbnet(crush, s:_\np, ['Experiencer'], [31,'.',1]).
 1719verbnet(cut, s:_\np, ['Experiencer'], [31,'.',1]).
 1720verbnet(daunt, s:_\np, ['Experiencer'], [31,'.',1]).
 1721verbnet(daze, s:_\np, ['Experiencer'], [31,'.',1]).
 1722verbnet(dazzle, s:_\np, ['Experiencer'], [31,'.',1]).
 1723verbnet(deject, s:_\np, ['Experiencer'], [31,'.',1]).
 1724verbnet(delight, s:_\np, ['Experiencer'], [31,'.',1]).
 1725verbnet(demolish, s:_\np, ['Experiencer'], [31,'.',1]).
 1726verbnet(demoralize, s:_\np, ['Experiencer'], [31,'.',1]).
 1727verbnet(depress, s:_\np, ['Experiencer'], [31,'.',1]).
 1728verbnet(devastate, s:_\np, ['Experiencer'], [31,'.',1]).
 1729verbnet(disappoint, s:_\np, ['Experiencer'], [31,'.',1]).
 1730verbnet(disarm, s:_\np, ['Experiencer'], [31,'.',1]).
 1731verbnet(discombobulate, s:_\np, ['Experiencer'], [31,'.',1]).
 1732verbnet(discomfit, s:_\np, ['Experiencer'], [31,'.',1]).
 1733verbnet(disconcert, s:_\np, ['Experiencer'], [31,'.',1]).
 1734verbnet(discompose, s:_\np, ['Experiencer'], [31,'.',1]).
 1735verbnet(discourage, s:_\np, ['Experiencer'], [31,'.',1]).
 1736verbnet(disgrace, s:_\np, ['Experiencer'], [31,'.',1]).
 1737verbnet(disgruntle, s:_\np, ['Experiencer'], [31,'.',1]).
 1738verbnet(disgust, s:_\np, ['Experiencer'], [31,'.',1]).
 1739verbnet(dishearten, s:_\np, ['Experiencer'], [31,'.',1]).
 1740verbnet(dishonour, s:_\np, ['Experiencer'], [31,'.',1]).
 1741verbnet(disillusion, s:_\np, ['Experiencer'], [31,'.',1]).
 1742verbnet(dismay, s:_\np, ['Experiencer'], [31,'.',1]).
 1743verbnet(dispirit, s:_\np, ['Experiencer'], [31,'.',1]).
 1744verbnet(displease, s:_\np, ['Experiencer'], [31,'.',1]).
 1745verbnet(disquiet, s:_\np, ['Experiencer'], [31,'.',1]).
 1746verbnet(dissatisfy, s:_\np, ['Experiencer'], [31,'.',1]).
 1747verbnet(distract, s:_\np, ['Experiencer'], [31,'.',1]).
 1748verbnet(distress, s:_\np, ['Experiencer'], [31,'.',1]).
 1749verbnet(disturb, s:_\np, ['Experiencer'], [31,'.',1]).
 1750verbnet(divert, s:_\np, ['Experiencer'], [31,'.',1]).
 1751verbnet(dumbfound, s:_\np, ['Experiencer'], [31,'.',1]).
 1752verbnet(elate, s:_\np, ['Experiencer'], [31,'.',1]).
 1753verbnet(electrify, s:_\np, ['Experiencer'], [31,'.',1]).
 1754verbnet(embarrass, s:_\np, ['Experiencer'], [31,'.',1]).
 1755verbnet(embolden, s:_\np, ['Experiencer'], [31,'.',1]).
 1756verbnet(enchant, s:_\np, ['Experiencer'], [31,'.',1]).
 1757verbnet(encourage, s:_\np, ['Experiencer'], [31,'.',1]).
 1758verbnet(enervate, s:_\np, ['Experiencer'], [31,'.',1]).
 1759verbnet(engage, s:_\np, ['Experiencer'], [31,'.',1]).
 1760verbnet(engross, s:_\np, ['Experiencer'], [31,'.',1]).
 1761verbnet(enlighten, s:_\np, ['Experiencer'], [31,'.',1]).
 1762verbnet(enliven, s:_\np, ['Experiencer'], [31,'.',1]).
 1763verbnet(enrage, s:_\np, ['Experiencer'], [31,'.',1]).
 1764verbnet(enrapture, s:_\np, ['Experiencer'], [31,'.',1]).
 1765verbnet(entertain, s:_\np, ['Experiencer'], [31,'.',1]).
 1766verbnet(enthrall, s:_\np, ['Experiencer'], [31,'.',1]).
 1767verbnet(enthuse, s:_\np, ['Experiencer'], [31,'.',1]).
 1768verbnet(entice, s:_\np, ['Experiencer'], [31,'.',1]).
 1769verbnet(entrance, s:_\np, ['Experiencer'], [31,'.',1]).
 1770verbnet(exasperate, s:_\np, ['Experiencer'], [31,'.',1]).
 1771verbnet(excite, s:_\np, ['Experiencer'], [31,'.',1]).
 1772verbnet(exhaust, s:_\np, ['Experiencer'], [31,'.',1]).
 1773verbnet(exhilarate, s:_\np, ['Experiencer'], [31,'.',1]).
 1774verbnet(fascinate, s:_\np, ['Experiencer'], [31,'.',1]).
 1775verbnet(fatigue, s:_\np, ['Experiencer'], [31,'.',1]).
 1776verbnet(faze, s:_\np, ['Experiencer'], [31,'.',1]).
 1777verbnet(flabbergast, s:_\np, ['Experiencer'], [31,'.',1]).
 1778verbnet(flatter, s:_\np, ['Experiencer'], [31,'.',1]).
 1779verbnet(floor, s:_\np, ['Experiencer'], [31,'.',1]).
 1780verbnet(fluster, s:_\np, ['Experiencer'], [31,'.',1]).
 1781verbnet(fox, s:_\np, ['Experiencer'], [31,'.',1]).
 1782verbnet(frighten, s:_\np, ['Experiencer'], [31,'.',1]).
 1783verbnet(frustrate, s:_\np, ['Experiencer'], [31,'.',1]).
 1784verbnet(fuddle, s:_\np, ['Experiencer'], [31,'.',1]).
 1785verbnet(gall, s:_\np, ['Experiencer'], [31,'.',1]).
 1786verbnet(galvanize, s:_\np, ['Experiencer'], [31,'.',1]).
 1787verbnet(gladden, s:_\np, ['Experiencer'], [31,'.',1]).
 1788verbnet(gratify, s:_\np, ['Experiencer'], [31,'.',1]).
 1789verbnet(grieve, s:_\np, ['Experiencer'], [31,'.',1]).
 1790verbnet(harass, s:_\np, ['Experiencer'], [31,'.',1]).
 1791verbnet(harm, s:_\np, ['Experiencer'], [31,'.',1]).
 1792verbnet(haunt, s:_\np, ['Experiencer'], [31,'.',1]).
 1793verbnet(hearten, s:_\np, ['Experiencer'], [31,'.',1]).
 1794verbnet(horrify, s:_\np, ['Experiencer'], [31,'.',1]).
 1795verbnet(humble, s:_\np, ['Experiencer'], [31,'.',1]).
 1796verbnet(humiliate, s:_\np, ['Experiencer'], [31,'.',1]).
 1797verbnet(hurt, s:_\np, ['Experiencer'], [31,'.',1]).
 1798verbnet(hypnotize, s:_\np, ['Experiencer'], [31,'.',1]).
 1799verbnet(impair, s:_\np, ['Experiencer'], [31,'.',1]).
 1800verbnet(impress, s:_\np, ['Experiencer'], [31,'.',1]).
 1801verbnet(incense, s:_\np, ['Experiencer'], [31,'.',1]).
 1802verbnet(inflame, s:_\np, ['Experiencer'], [31,'.',1]).
 1803verbnet(infuriate, s:_\np, ['Experiencer'], [31,'.',1]).
 1804verbnet(inspire, s:_\np, ['Experiencer'], [31,'.',1]).
 1805verbnet(insult, s:_\np, ['Experiencer'], [31,'.',1]).
 1806verbnet(interest, s:_\np, ['Experiencer'], [31,'.',1]).
 1807verbnet(intimidate, s:_\np, ['Experiencer'], [31,'.',1]).
 1808verbnet(intoxicate, s:_\np, ['Experiencer'], [31,'.',1]).
 1809verbnet(intrigue, s:_\np, ['Experiencer'], [31,'.',1]).
 1810verbnet(invigorate, s:_\np, ['Experiencer'], [31,'.',1]).
 1811verbnet(irk, s:_\np, ['Experiencer'], [31,'.',1]).
 1812verbnet(irritate, s:_\np, ['Experiencer'], [31,'.',1]).
 1813verbnet(jade, s:_\np, ['Experiencer'], [31,'.',1]).
 1814verbnet(jar, s:_\np, ['Experiencer'], [31,'.',1]).
 1815verbnet(jollify, s:_\np, ['Experiencer'], [31,'.',1]).
 1816verbnet(jolt, s:_\np, ['Experiencer'], [31,'.',1]).
 1817verbnet(lull, s:_\np, ['Experiencer'], [31,'.',1]).
 1818verbnet(madden, s:_\np, ['Experiencer'], [31,'.',1]).
 1819verbnet(menace, s:_\np, ['Experiencer'], [31,'.',1]).
 1820verbnet(mesmerize, s:_\np, ['Experiencer'], [31,'.',1]).
 1821verbnet(miff, s:_\np, ['Experiencer'], [31,'.',1]).
 1822verbnet(molest, s:_\np, ['Experiencer'], [31,'.',1]).
 1823verbnet(mollify, s:_\np, ['Experiencer'], [31,'.',1]).
 1824verbnet(mortify, s:_\np, ['Experiencer'], [31,'.',1]).
 1825verbnet(move, s:_\np, ['Experiencer'], [31,'.',1]).
 1826verbnet(muddle, s:_\np, ['Experiencer'], [31,'.',1]).
 1827verbnet(mystify, s:_\np, ['Experiencer'], [31,'.',1]).
 1828verbnet(nauseate, s:_\np, ['Experiencer'], [31,'.',1]).
 1829verbnet(nettle, s:_\np, ['Experiencer'], [31,'.',1]).
 1830verbnet(numb, s:_\np, ['Experiencer'], [31,'.',1]).
 1831verbnet(obsess, s:_\np, ['Experiencer'], [31,'.',1]).
 1832verbnet(occupy, s:_\np, ['Experiencer'], [31,'.',1]).
 1833verbnet(offend, s:_\np, ['Experiencer'], [31,'.',1]).
 1834verbnet(outrage, s:_\np, ['Experiencer'], [31,'.',1]).
 1835verbnet(overawe, s:_\np, ['Experiencer'], [31,'.',1]).
 1836verbnet(overwhelm, s:_\np, ['Experiencer'], [31,'.',1]).
 1837verbnet(pacify, s:_\np, ['Experiencer'], [31,'.',1]).
 1838verbnet(pain, s:_\np, ['Experiencer'], [31,'.',1]).
 1839verbnet(peeve, s:_\np, ['Experiencer'], [31,'.',1]).
 1840verbnet(perplex, s:_\np, ['Experiencer'], [31,'.',1]).
 1841verbnet(perturb, s:_\np, ['Experiencer'], [31,'.',1]).
 1842verbnet(pester, s:_\np, ['Experiencer'], [31,'.',1]).
 1843verbnet(pique, s:_\np, ['Experiencer'], [31,'.',1]).
 1844verbnet(placate, s:_\np, ['Experiencer'], [31,'.',1]).
 1845verbnet(plague, s:_\np, ['Experiencer'], [31,'.',1]).
 1846verbnet(please, s:_\np, ['Experiencer'], [31,'.',1]).
 1847verbnet(preoccupy, s:_\np, ['Experiencer'], [31,'.',1]).
 1848verbnet(provoke, s:_\np, ['Experiencer'], [31,'.',1]).
 1849verbnet(puzzle, s:_\np, ['Experiencer'], [31,'.',1]).
 1850verbnet(quench, s:_\np, ['Experiencer'], [31,'.',1]).
 1851verbnet(rag, s:_\np, ['Experiencer'], [31,'.',1]).
 1852verbnet(rankle, s:_\np, ['Experiencer'], [31,'.',1]).
 1853verbnet(ravish, s:_\np, ['Experiencer'], [31,'.',1]).
 1854verbnet(reassure, s:_\np, ['Experiencer'], [31,'.',1]).
 1855verbnet(recharge, s:_\np, ['Experiencer'], [31,'.',1]).
 1856verbnet(refresh, s:_\np, ['Experiencer'], [31,'.',1]).
 1857verbnet(rejuvenate, s:_\np, ['Experiencer'], [31,'.',1]).
 1858verbnet(relax, s:_\np, ['Experiencer'], [31,'.',1]).
 1859verbnet(relieve, s:_\np, ['Experiencer'], [31,'.',1]).
 1860verbnet(repel, s:_\np, ['Experiencer'], [31,'.',1]).
 1861verbnet(repulse, s:_\np, ['Experiencer'], [31,'.',1]).
 1862verbnet(revitalize, s:_\np, ['Experiencer'], [31,'.',1]).
 1863verbnet(revolt, s:_\np, ['Experiencer'], [31,'.',1]).
 1864verbnet(rile, s:_\np, ['Experiencer'], [31,'.',1]).
 1865verbnet(ruffle, s:_\np, ['Experiencer'], [31,'.',1]).
 1866verbnet(sadden, s:_\np, ['Experiencer'], [31,'.',1]).
 1867verbnet(satiate, s:_\np, ['Experiencer'], [31,'.',1]).
 1868verbnet(satisfy, s:_\np, ['Experiencer'], [31,'.',1]).
 1869verbnet(scandalize, s:_\np, ['Experiencer'], [31,'.',1]).
 1870verbnet(scare, s:_\np, ['Experiencer'], [31,'.',1]).
 1871verbnet(shake, s:_\np, ['Experiencer'], [31,'.',1]).
 1872verbnet(shame, s:_\np, ['Experiencer'], [31,'.',1]).
 1873verbnet(shock, s:_\np, ['Experiencer'], [31,'.',1]).
 1874verbnet(sicken, s:_\np, ['Experiencer'], [31,'.',1]).
 1875verbnet(sober, s:_\np, ['Experiencer'], [31,'.',1]).
 1876verbnet(solace, s:_\np, ['Experiencer'], [31,'.',1]).
 1877verbnet(soothe, s:_\np, ['Experiencer'], [31,'.',1]).
 1878verbnet(spellbind, s:_\np, ['Experiencer'], [31,'.',1]).
 1879verbnet(spook, s:_\np, ['Experiencer'], [31,'.',1]).
 1880verbnet(stagger, s:_\np, ['Experiencer'], [31,'.',1]).
 1881verbnet(startle, s:_\np, ['Experiencer'], [31,'.',1]).
 1882verbnet(stimulate, s:_\np, ['Experiencer'], [31,'.',1]).
 1883verbnet(sting, s:_\np, ['Experiencer'], [31,'.',1]).
 1884verbnet(stir, s:_\np, ['Experiencer'], [31,'.',1]).
 1885verbnet(strike, s:_\np, ['Experiencer'], [31,'.',1]).
 1886verbnet(stump, s:_\np, ['Experiencer'], [31,'.',1]).
 1887verbnet(stun, s:_\np, ['Experiencer'], [31,'.',1]).
 1888verbnet(stupefy, s:_\np, ['Experiencer'], [31,'.',1]).
 1889verbnet(surprise, s:_\np, ['Experiencer'], [31,'.',1]).
 1890verbnet(tantalize, s:_\np, ['Experiencer'], [31,'.',1]).
 1891verbnet(taunt, s:_\np, ['Experiencer'], [31,'.',1]).
 1892verbnet(tease, s:_\np, ['Experiencer'], [31,'.',1]).
 1893verbnet(tempt, s:_\np, ['Experiencer'], [31,'.',1]).
 1894verbnet(terrify, s:_\np, ['Experiencer'], [31,'.',1]).
 1895verbnet(terrorize, s:_\np, ['Experiencer'], [31,'.',1]).
 1896verbnet(threaten, s:_\np, ['Experiencer'], [31,'.',1]).
 1897verbnet(thrill, s:_\np, ['Experiencer'], [31,'.',1]).
 1898verbnet(throw, s:_\np, ['Experiencer'], [31,'.',1]).
 1899verbnet(tickle, s:_\np, ['Experiencer'], [31,'.',1]).
 1900verbnet(tire, s:_\np, ['Experiencer'], [31,'.',1]).
 1901verbnet(titillate, s:_\np, ['Experiencer'], [31,'.',1]).
 1902verbnet(torment, s:_\np, ['Experiencer'], [31,'.',1]).
 1903verbnet(torture, s:_\np, ['Experiencer'], [31,'.',1]).
 1904verbnet(touch, s:_\np, ['Experiencer'], [31,'.',1]).
 1905verbnet(transfix, s:_\np, ['Experiencer'], [31,'.',1]).
 1906verbnet(transport, s:_\np, ['Experiencer'], [31,'.',1]).
 1907verbnet(trouble, s:_\np, ['Experiencer'], [31,'.',1]).
 1908verbnet(try, s:_\np, ['Experiencer'], [31,'.',1]).
 1909verbnet(unnerve, s:_\np, ['Experiencer'], [31,'.',1]).
 1910verbnet(unsettle, s:_\np, ['Experiencer'], [31,'.',1]).
 1911verbnet(uplift, s:_\np, ['Experiencer'], [31,'.',1]).
 1912verbnet(upset, s:_\np, ['Experiencer'], [31,'.',1]).
 1913verbnet(vex, s:_\np, ['Experiencer'], [31,'.',1]).
 1914verbnet(weary, s:_\np, ['Experiencer'], [31,'.',1]).
 1915verbnet(worry, s:_\np, ['Experiencer'], [31,'.',1]).
 1916verbnet(wound, s:_\np, ['Experiencer'], [31,'.',1]).
 1917verbnet(wow, s:_\np, ['Experiencer'], [31,'.',1]).
 1918verbnet(roil, s:_\np, ['Experiencer'], [31,'.',1]).
 1919verbnet(smite, s:_\np, ['Experiencer'], [31,'.',1]).
 1920
 1921%%% File:    ext/VerbNet/amuse-31.1.xml
 1922%%% Primary: NP V NP-PRO-ARB (amuse-31.1)
 1923%%% Syntax:  [np:Stimulus,v]
 1924%%% CCG:     s:_\np
 1925%%% Roles:   [Stimulus]
 1926%%% Example: The clown amused.
 1927%%%
 1928verbnet(abash, s:_\np, ['Stimulus'], [31,'.',1]).
 1929verbnet(affect, s:_\np, ['Stimulus'], [31,'.',1]).
 1930verbnet(afflict, s:_\np, ['Stimulus'], [31,'.',1]).
 1931verbnet(affront, s:_\np, ['Stimulus'], [31,'.',1]).
 1932verbnet(aggravate, s:_\np, ['Stimulus'], [31,'.',1]).
 1933verbnet(aggrieve, s:_\np, ['Stimulus'], [31,'.',1]).
 1934verbnet(agitate, s:_\np, ['Stimulus'], [31,'.',1]).
 1935verbnet(agonize, s:_\np, ['Stimulus'], [31,'.',1]).
 1936verbnet(alarm, s:_\np, ['Stimulus'], [31,'.',1]).
 1937verbnet(alienate, s:_\np, ['Stimulus'], [31,'.',1]).
 1938verbnet(amaze, s:_\np, ['Stimulus'], [31,'.',1]).
 1939verbnet(amuse, s:_\np, ['Stimulus'], [31,'.',1]).
 1940verbnet(anger, s:_\np, ['Stimulus'], [31,'.',1]).
 1941verbnet(annoy, s:_\np, ['Stimulus'], [31,'.',1]).
 1942verbnet(antagonize, s:_\np, ['Stimulus'], [31,'.',1]).
 1943verbnet(appall, s:_\np, ['Stimulus'], [31,'.',1]).
 1944verbnet(appease, s:_\np, ['Stimulus'], [31,'.',1]).
 1945verbnet(arouse, s:_\np, ['Stimulus'], [31,'.',1]).
 1946verbnet(assuage, s:_\np, ['Stimulus'], [31,'.',1]).
 1947verbnet(astonish, s:_\np, ['Stimulus'], [31,'.',1]).
 1948verbnet(astound, s:_\np, ['Stimulus'], [31,'.',1]).
 1949verbnet(awe, s:_\np, ['Stimulus'], [31,'.',1]).
 1950verbnet(baffle, s:_\np, ['Stimulus'], [31,'.',1]).
 1951verbnet(befuddle, s:_\np, ['Stimulus'], [31,'.',1]).
 1952verbnet(beguile, s:_\np, ['Stimulus'], [31,'.',1]).
 1953verbnet(bewilder, s:_\np, ['Stimulus'], [31,'.',1]).
 1954verbnet(bewitch, s:_\np, ['Stimulus'], [31,'.',1]).
 1955verbnet(boggle, s:_\np, ['Stimulus'], [31,'.',1]).
 1956verbnet(bore, s:_\np, ['Stimulus'], [31,'.',1]).
 1957verbnet(bother, s:_\np, ['Stimulus'], [31,'.',1]).
 1958verbnet(bug, s:_\np, ['Stimulus'], [31,'.',1]).
 1959verbnet(calm, s:_\np, ['Stimulus'], [31,'.',1]).
 1960verbnet(captivate, s:_\np, ['Stimulus'], [31,'.',1]).
 1961verbnet(chagrin, s:_\np, ['Stimulus'], [31,'.',1]).
 1962verbnet(charm, s:_\np, ['Stimulus'], [31,'.',1]).
 1963verbnet(cheer, s:_\np, ['Stimulus'], [31,'.',1]).
 1964verbnet(chill, s:_\np, ['Stimulus'], [31,'.',1]).
 1965verbnet(cloy, s:_\np, ['Stimulus'], [31,'.',1]).
 1966verbnet(comfort, s:_\np, ['Stimulus'], [31,'.',1]).
 1967verbnet(concern, s:_\np, ['Stimulus'], [31,'.',1]).
 1968verbnet(confound, s:_\np, ['Stimulus'], [31,'.',1]).
 1969verbnet(confuse, s:_\np, ['Stimulus'], [31,'.',1]).
 1970verbnet(console, s:_\np, ['Stimulus'], [31,'.',1]).
 1971verbnet(content, s:_\np, ['Stimulus'], [31,'.',1]).
 1972verbnet(convince, s:_\np, ['Stimulus'], [31,'.',1]).
 1973verbnet(cow, s:_\np, ['Stimulus'], [31,'.',1]).
 1974verbnet(crush, s:_\np, ['Stimulus'], [31,'.',1]).
 1975verbnet(cut, s:_\np, ['Stimulus'], [31,'.',1]).
 1976verbnet(daunt, s:_\np, ['Stimulus'], [31,'.',1]).
 1977verbnet(daze, s:_\np, ['Stimulus'], [31,'.',1]).
 1978verbnet(dazzle, s:_\np, ['Stimulus'], [31,'.',1]).
 1979verbnet(deject, s:_\np, ['Stimulus'], [31,'.',1]).
 1980verbnet(delight, s:_\np, ['Stimulus'], [31,'.',1]).
 1981verbnet(demolish, s:_\np, ['Stimulus'], [31,'.',1]).
 1982verbnet(demoralize, s:_\np, ['Stimulus'], [31,'.',1]).
 1983verbnet(depress, s:_\np, ['Stimulus'], [31,'.',1]).
 1984verbnet(devastate, s:_\np, ['Stimulus'], [31,'.',1]).
 1985verbnet(disappoint, s:_\np, ['Stimulus'], [31,'.',1]).
 1986verbnet(disarm, s:_\np, ['Stimulus'], [31,'.',1]).
 1987verbnet(discombobulate, s:_\np, ['Stimulus'], [31,'.',1]).
 1988verbnet(discomfit, s:_\np, ['Stimulus'], [31,'.',1]).
 1989verbnet(disconcert, s:_\np, ['Stimulus'], [31,'.',1]).
 1990verbnet(discompose, s:_\np, ['Stimulus'], [31,'.',1]).
 1991verbnet(discourage, s:_\np, ['Stimulus'], [31,'.',1]).
 1992verbnet(disgrace, s:_\np, ['Stimulus'], [31,'.',1]).
 1993verbnet(disgruntle, s:_\np, ['Stimulus'], [31,'.',1]).
 1994verbnet(disgust, s:_\np, ['Stimulus'], [31,'.',1]).
 1995verbnet(dishearten, s:_\np, ['Stimulus'], [31,'.',1]).
 1996verbnet(dishonour, s:_\np, ['Stimulus'], [31,'.',1]).
 1997verbnet(disillusion, s:_\np, ['Stimulus'], [31,'.',1]).
 1998verbnet(dismay, s:_\np, ['Stimulus'], [31,'.',1]).
 1999verbnet(dispirit, s:_\np, ['Stimulus'], [31,'.',1]).
 2000verbnet(displease, s:_\np, ['Stimulus'], [31,'.',1]).
 2001verbnet(disquiet, s:_\np, ['Stimulus'], [31,'.',1]).
 2002verbnet(dissatisfy, s:_\np, ['Stimulus'], [31,'.',1]).
 2003verbnet(distract, s:_\np, ['Stimulus'], [31,'.',1]).
 2004verbnet(distress, s:_\np, ['Stimulus'], [31,'.',1]).
 2005verbnet(disturb, s:_\np, ['Stimulus'], [31,'.',1]).
 2006verbnet(divert, s:_\np, ['Stimulus'], [31,'.',1]).
 2007verbnet(dumbfound, s:_\np, ['Stimulus'], [31,'.',1]).
 2008verbnet(elate, s:_\np, ['Stimulus'], [31,'.',1]).
 2009verbnet(electrify, s:_\np, ['Stimulus'], [31,'.',1]).
 2010verbnet(embarrass, s:_\np, ['Stimulus'], [31,'.',1]).
 2011verbnet(embolden, s:_\np, ['Stimulus'], [31,'.',1]).
 2012verbnet(enchant, s:_\np, ['Stimulus'], [31,'.',1]).
 2013verbnet(encourage, s:_\np, ['Stimulus'], [31,'.',1]).
 2014verbnet(enervate, s:_\np, ['Stimulus'], [31,'.',1]).
 2015verbnet(engage, s:_\np, ['Stimulus'], [31,'.',1]).
 2016verbnet(engross, s:_\np, ['Stimulus'], [31,'.',1]).
 2017verbnet(enlighten, s:_\np, ['Stimulus'], [31,'.',1]).
 2018verbnet(enliven, s:_\np, ['Stimulus'], [31,'.',1]).
 2019verbnet(enrage, s:_\np, ['Stimulus'], [31,'.',1]).
 2020verbnet(enrapture, s:_\np, ['Stimulus'], [31,'.',1]).
 2021verbnet(entertain, s:_\np, ['Stimulus'], [31,'.',1]).
 2022verbnet(enthrall, s:_\np, ['Stimulus'], [31,'.',1]).
 2023verbnet(enthuse, s:_\np, ['Stimulus'], [31,'.',1]).
 2024verbnet(entice, s:_\np, ['Stimulus'], [31,'.',1]).
 2025verbnet(entrance, s:_\np, ['Stimulus'], [31,'.',1]).
 2026verbnet(exasperate, s:_\np, ['Stimulus'], [31,'.',1]).
 2027verbnet(excite, s:_\np, ['Stimulus'], [31,'.',1]).
 2028verbnet(exhaust, s:_\np, ['Stimulus'], [31,'.',1]).
 2029verbnet(exhilarate, s:_\np, ['Stimulus'], [31,'.',1]).
 2030verbnet(fascinate, s:_\np, ['Stimulus'], [31,'.',1]).
 2031verbnet(fatigue, s:_\np, ['Stimulus'], [31,'.',1]).
 2032verbnet(faze, s:_\np, ['Stimulus'], [31,'.',1]).
 2033verbnet(flabbergast, s:_\np, ['Stimulus'], [31,'.',1]).
 2034verbnet(flatter, s:_\np, ['Stimulus'], [31,'.',1]).
 2035verbnet(floor, s:_\np, ['Stimulus'], [31,'.',1]).
 2036verbnet(fluster, s:_\np, ['Stimulus'], [31,'.',1]).
 2037verbnet(fox, s:_\np, ['Stimulus'], [31,'.',1]).
 2038verbnet(frighten, s:_\np, ['Stimulus'], [31,'.',1]).
 2039verbnet(frustrate, s:_\np, ['Stimulus'], [31,'.',1]).
 2040verbnet(fuddle, s:_\np, ['Stimulus'], [31,'.',1]).
 2041verbnet(gall, s:_\np, ['Stimulus'], [31,'.',1]).
 2042verbnet(galvanize, s:_\np, ['Stimulus'], [31,'.',1]).
 2043verbnet(gladden, s:_\np, ['Stimulus'], [31,'.',1]).
 2044verbnet(gratify, s:_\np, ['Stimulus'], [31,'.',1]).
 2045verbnet(grieve, s:_\np, ['Stimulus'], [31,'.',1]).
 2046verbnet(harass, s:_\np, ['Stimulus'], [31,'.',1]).
 2047verbnet(harm, s:_\np, ['Stimulus'], [31,'.',1]).
 2048verbnet(haunt, s:_\np, ['Stimulus'], [31,'.',1]).
 2049verbnet(hearten, s:_\np, ['Stimulus'], [31,'.',1]).
 2050verbnet(horrify, s:_\np, ['Stimulus'], [31,'.',1]).
 2051verbnet(humble, s:_\np, ['Stimulus'], [31,'.',1]).
 2052verbnet(humiliate, s:_\np, ['Stimulus'], [31,'.',1]).
 2053verbnet(hurt, s:_\np, ['Stimulus'], [31,'.',1]).
 2054verbnet(hypnotize, s:_\np, ['Stimulus'], [31,'.',1]).
 2055verbnet(impair, s:_\np, ['Stimulus'], [31,'.',1]).
 2056verbnet(impress, s:_\np, ['Stimulus'], [31,'.',1]).
 2057verbnet(incense, s:_\np, ['Stimulus'], [31,'.',1]).
 2058verbnet(inflame, s:_\np, ['Stimulus'], [31,'.',1]).
 2059verbnet(infuriate, s:_\np, ['Stimulus'], [31,'.',1]).
 2060verbnet(inspire, s:_\np, ['Stimulus'], [31,'.',1]).
 2061verbnet(insult, s:_\np, ['Stimulus'], [31,'.',1]).
 2062verbnet(interest, s:_\np, ['Stimulus'], [31,'.',1]).
 2063verbnet(intimidate, s:_\np, ['Stimulus'], [31,'.',1]).
 2064verbnet(intoxicate, s:_\np, ['Stimulus'], [31,'.',1]).
 2065verbnet(intrigue, s:_\np, ['Stimulus'], [31,'.',1]).
 2066verbnet(invigorate, s:_\np, ['Stimulus'], [31,'.',1]).
 2067verbnet(irk, s:_\np, ['Stimulus'], [31,'.',1]).
 2068verbnet(irritate, s:_\np, ['Stimulus'], [31,'.',1]).
 2069verbnet(jade, s:_\np, ['Stimulus'], [31,'.',1]).
 2070verbnet(jar, s:_\np, ['Stimulus'], [31,'.',1]).
 2071verbnet(jollify, s:_\np, ['Stimulus'], [31,'.',1]).
 2072verbnet(jolt, s:_\np, ['Stimulus'], [31,'.',1]).
 2073verbnet(lull, s:_\np, ['Stimulus'], [31,'.',1]).
 2074verbnet(madden, s:_\np, ['Stimulus'], [31,'.',1]).
 2075verbnet(menace, s:_\np, ['Stimulus'], [31,'.',1]).
 2076verbnet(mesmerize, s:_\np, ['Stimulus'], [31,'.',1]).
 2077verbnet(miff, s:_\np, ['Stimulus'], [31,'.',1]).
 2078verbnet(molest, s:_\np, ['Stimulus'], [31,'.',1]).
 2079verbnet(mollify, s:_\np, ['Stimulus'], [31,'.',1]).
 2080verbnet(mortify, s:_\np, ['Stimulus'], [31,'.',1]).
 2081verbnet(move, s:_\np, ['Stimulus'], [31,'.',1]).
 2082verbnet(muddle, s:_\np, ['Stimulus'], [31,'.',1]).
 2083verbnet(mystify, s:_\np, ['Stimulus'], [31,'.',1]).
 2084verbnet(nauseate, s:_\np, ['Stimulus'], [31,'.',1]).
 2085verbnet(nettle, s:_\np, ['Stimulus'], [31,'.',1]).
 2086verbnet(numb, s:_\np, ['Stimulus'], [31,'.',1]).
 2087verbnet(obsess, s:_\np, ['Stimulus'], [31,'.',1]).
 2088verbnet(occupy, s:_\np, ['Stimulus'], [31,'.',1]).
 2089verbnet(offend, s:_\np, ['Stimulus'], [31,'.',1]).
 2090verbnet(outrage, s:_\np, ['Stimulus'], [31,'.',1]).
 2091verbnet(overawe, s:_\np, ['Stimulus'], [31,'.',1]).
 2092verbnet(overwhelm, s:_\np, ['Stimulus'], [31,'.',1]).
 2093verbnet(pacify, s:_\np, ['Stimulus'], [31,'.',1]).
 2094verbnet(pain, s:_\np, ['Stimulus'], [31,'.',1]).
 2095verbnet(peeve, s:_\np, ['Stimulus'], [31,'.',1]).
 2096verbnet(perplex, s:_\np, ['Stimulus'], [31,'.',1]).
 2097verbnet(perturb, s:_\np, ['Stimulus'], [31,'.',1]).
 2098verbnet(pester, s:_\np, ['Stimulus'], [31,'.',1]).
 2099verbnet(pique, s:_\np, ['Stimulus'], [31,'.',1]).
 2100verbnet(placate, s:_\np, ['Stimulus'], [31,'.',1]).
 2101verbnet(plague, s:_\np, ['Stimulus'], [31,'.',1]).
 2102verbnet(please, s:_\np, ['Stimulus'], [31,'.',1]).
 2103verbnet(preoccupy, s:_\np, ['Stimulus'], [31,'.',1]).
 2104verbnet(provoke, s:_\np, ['Stimulus'], [31,'.',1]).
 2105verbnet(puzzle, s:_\np, ['Stimulus'], [31,'.',1]).
 2106verbnet(quench, s:_\np, ['Stimulus'], [31,'.',1]).
 2107verbnet(rag, s:_\np, ['Stimulus'], [31,'.',1]).
 2108verbnet(rankle, s:_\np, ['Stimulus'], [31,'.',1]).
 2109verbnet(ravish, s:_\np, ['Stimulus'], [31,'.',1]).
 2110verbnet(reassure, s:_\np, ['Stimulus'], [31,'.',1]).
 2111verbnet(recharge, s:_\np, ['Stimulus'], [31,'.',1]).
 2112verbnet(refresh, s:_\np, ['Stimulus'], [31,'.',1]).
 2113verbnet(rejuvenate, s:_\np, ['Stimulus'], [31,'.',1]).
 2114verbnet(relax, s:_\np, ['Stimulus'], [31,'.',1]).
 2115verbnet(relieve, s:_\np, ['Stimulus'], [31,'.',1]).
 2116verbnet(repel, s:_\np, ['Stimulus'], [31,'.',1]).
 2117verbnet(repulse, s:_\np, ['Stimulus'], [31,'.',1]).
 2118verbnet(revitalize, s:_\np, ['Stimulus'], [31,'.',1]).
 2119verbnet(revolt, s:_\np, ['Stimulus'], [31,'.',1]).
 2120verbnet(rile, s:_\np, ['Stimulus'], [31,'.',1]).
 2121verbnet(ruffle, s:_\np, ['Stimulus'], [31,'.',1]).
 2122verbnet(sadden, s:_\np, ['Stimulus'], [31,'.',1]).
 2123verbnet(satiate, s:_\np, ['Stimulus'], [31,'.',1]).
 2124verbnet(satisfy, s:_\np, ['Stimulus'], [31,'.',1]).
 2125verbnet(scandalize, s:_\np, ['Stimulus'], [31,'.',1]).
 2126verbnet(scare, s:_\np, ['Stimulus'], [31,'.',1]).
 2127verbnet(shake, s:_\np, ['Stimulus'], [31,'.',1]).
 2128verbnet(shame, s:_\np, ['Stimulus'], [31,'.',1]).
 2129verbnet(shock, s:_\np, ['Stimulus'], [31,'.',1]).
 2130verbnet(sicken, s:_\np, ['Stimulus'], [31,'.',1]).
 2131verbnet(sober, s:_\np, ['Stimulus'], [31,'.',1]).
 2132verbnet(solace, s:_\np, ['Stimulus'], [31,'.',1]).
 2133verbnet(soothe, s:_\np, ['Stimulus'], [31,'.',1]).
 2134verbnet(spellbind, s:_\np, ['Stimulus'], [31,'.',1]).
 2135verbnet(spook, s:_\np, ['Stimulus'], [31,'.',1]).
 2136verbnet(stagger, s:_\np, ['Stimulus'], [31,'.',1]).
 2137verbnet(startle, s:_\np, ['Stimulus'], [31,'.',1]).
 2138verbnet(stimulate, s:_\np, ['Stimulus'], [31,'.',1]).
 2139verbnet(sting, s:_\np, ['Stimulus'], [31,'.',1]).
 2140verbnet(stir, s:_\np, ['Stimulus'], [31,'.',1]).
 2141verbnet(strike, s:_\np, ['Stimulus'], [31,'.',1]).
 2142verbnet(stump, s:_\np, ['Stimulus'], [31,'.',1]).
 2143verbnet(stun, s:_\np, ['Stimulus'], [31,'.',1]).
 2144verbnet(stupefy, s:_\np, ['Stimulus'], [31,'.',1]).
 2145verbnet(surprise, s:_\np, ['Stimulus'], [31,'.',1]).
 2146verbnet(tantalize, s:_\np, ['Stimulus'], [31,'.',1]).
 2147verbnet(taunt, s:_\np, ['Stimulus'], [31,'.',1]).
 2148verbnet(tease, s:_\np, ['Stimulus'], [31,'.',1]).
 2149verbnet(tempt, s:_\np, ['Stimulus'], [31,'.',1]).
 2150verbnet(terrify, s:_\np, ['Stimulus'], [31,'.',1]).
 2151verbnet(terrorize, s:_\np, ['Stimulus'], [31,'.',1]).
 2152verbnet(threaten, s:_\np, ['Stimulus'], [31,'.',1]).
 2153verbnet(thrill, s:_\np, ['Stimulus'], [31,'.',1]).
 2154verbnet(throw, s:_\np, ['Stimulus'], [31,'.',1]).
 2155verbnet(tickle, s:_\np, ['Stimulus'], [31,'.',1]).
 2156verbnet(tire, s:_\np, ['Stimulus'], [31,'.',1]).
 2157verbnet(titillate, s:_\np, ['Stimulus'], [31,'.',1]).
 2158verbnet(torment, s:_\np, ['Stimulus'], [31,'.',1]).
 2159verbnet(torture, s:_\np, ['Stimulus'], [31,'.',1]).
 2160verbnet(touch, s:_\np, ['Stimulus'], [31,'.',1]).
 2161verbnet(transfix, s:_\np, ['Stimulus'], [31,'.',1]).
 2162verbnet(transport, s:_\np, ['Stimulus'], [31,'.',1]).
 2163verbnet(trouble, s:_\np, ['Stimulus'], [31,'.',1]).
 2164verbnet(try, s:_\np, ['Stimulus'], [31,'.',1]).
 2165verbnet(unnerve, s:_\np, ['Stimulus'], [31,'.',1]).
 2166verbnet(unsettle, s:_\np, ['Stimulus'], [31,'.',1]).
 2167verbnet(uplift, s:_\np, ['Stimulus'], [31,'.',1]).
 2168verbnet(upset, s:_\np, ['Stimulus'], [31,'.',1]).
 2169verbnet(vex, s:_\np, ['Stimulus'], [31,'.',1]).
 2170verbnet(weary, s:_\np, ['Stimulus'], [31,'.',1]).
 2171verbnet(worry, s:_\np, ['Stimulus'], [31,'.',1]).
 2172verbnet(wound, s:_\np, ['Stimulus'], [31,'.',1]).
 2173verbnet(wow, s:_\np, ['Stimulus'], [31,'.',1]).
 2174verbnet(roil, s:_\np, ['Stimulus'], [31,'.',1]).
 2175verbnet(smite, s:_\np, ['Stimulus'], [31,'.',1]).
 2176
 2177%%% File:    ext/VerbNet/amuse-31.1.xml
 2178%%% Primary: NP.cause V NP (amuse-31.1)
 2179%%% Syntax:  [np:Stimulus,lex:'s,v,np:Experiencer]
 2180%%% CCG:     (s:_\np)/np
 2181%%% Roles:   [Experiencer,Stimulus]
 2182%%% Missing: [lex:'s]
 2183%%% Example: The clown's antics amused the children.
 2184%%%
 2185verbnet(abash, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2186verbnet(affect, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2187verbnet(afflict, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2188verbnet(affront, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2189verbnet(aggravate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2190verbnet(aggrieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2191verbnet(agitate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2192verbnet(agonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2193verbnet(alarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2194verbnet(alienate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2195verbnet(amaze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2196verbnet(amuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2197verbnet(anger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2198verbnet(annoy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2199verbnet(antagonize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2200verbnet(appall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2201verbnet(appease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2202verbnet(arouse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2203verbnet(assuage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2204verbnet(astonish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2205verbnet(astound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2206verbnet(awe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2207verbnet(baffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2208verbnet(befuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2209verbnet(beguile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2210verbnet(bewilder, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2211verbnet(bewitch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2212verbnet(boggle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2213verbnet(bore, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2214verbnet(bother, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2215verbnet(bug, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2216verbnet(calm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2217verbnet(captivate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2218verbnet(chagrin, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2219verbnet(charm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2220verbnet(cheer, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2221verbnet(chill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2222verbnet(cloy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2223verbnet(comfort, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2224verbnet(concern, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2225verbnet(confound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2226verbnet(confuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2227verbnet(console, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2228verbnet(content, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2229verbnet(convince, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2230verbnet(cow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2231verbnet(crush, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2232verbnet(cut, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2233verbnet(daunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2234verbnet(daze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2235verbnet(dazzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2236verbnet(deject, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2237verbnet(delight, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2238verbnet(demolish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2239verbnet(demoralize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2240verbnet(depress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2241verbnet(devastate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2242verbnet(disappoint, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2243verbnet(disarm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2244verbnet(discombobulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2245verbnet(discomfit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2246verbnet(disconcert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2247verbnet(discompose, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2248verbnet(discourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2249verbnet(disgrace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2250verbnet(disgruntle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2251verbnet(disgust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2252verbnet(dishearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2253verbnet(dishonour, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2254verbnet(disillusion, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2255verbnet(dismay, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2256verbnet(dispirit, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2257verbnet(displease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2258verbnet(disquiet, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2259verbnet(dissatisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2260verbnet(distract, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2261verbnet(distress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2262verbnet(disturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2263verbnet(divert, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2264verbnet(dumbfound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2265verbnet(elate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2266verbnet(electrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2267verbnet(embarrass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2268verbnet(embolden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2269verbnet(enchant, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2270verbnet(encourage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2271verbnet(enervate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2272verbnet(engage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2273verbnet(engross, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2274verbnet(enlighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2275verbnet(enliven, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2276verbnet(enrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2277verbnet(enrapture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2278verbnet(entertain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2279verbnet(enthrall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2280verbnet(enthuse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2281verbnet(entice, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2282verbnet(entrance, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2283verbnet(exasperate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2284verbnet(excite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2285verbnet(exhaust, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2286verbnet(exhilarate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2287verbnet(fascinate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2288verbnet(fatigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2289verbnet(faze, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2290verbnet(flabbergast, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2291verbnet(flatter, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2292verbnet(floor, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2293verbnet(fluster, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2294verbnet(fox, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2295verbnet(frighten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2296verbnet(frustrate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2297verbnet(fuddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2298verbnet(gall, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2299verbnet(galvanize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2300verbnet(gladden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2301verbnet(gratify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2302verbnet(grieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2303verbnet(harass, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2304verbnet(harm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2305verbnet(haunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2306verbnet(hearten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2307verbnet(horrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2308verbnet(humble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2309verbnet(humiliate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2310verbnet(hurt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2311verbnet(hypnotize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2312verbnet(impair, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2313verbnet(impress, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2314verbnet(incense, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2315verbnet(inflame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2316verbnet(infuriate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2317verbnet(inspire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2318verbnet(insult, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2319verbnet(interest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2320verbnet(intimidate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2321verbnet(intoxicate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2322verbnet(intrigue, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2323verbnet(invigorate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2324verbnet(irk, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2325verbnet(irritate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2326verbnet(jade, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2327verbnet(jar, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2328verbnet(jollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2329verbnet(jolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2330verbnet(lull, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2331verbnet(madden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2332verbnet(menace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2333verbnet(mesmerize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2334verbnet(miff, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2335verbnet(molest, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2336verbnet(mollify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2337verbnet(mortify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2338verbnet(move, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2339verbnet(muddle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2340verbnet(mystify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2341verbnet(nauseate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2342verbnet(nettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2343verbnet(numb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2344verbnet(obsess, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2345verbnet(occupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2346verbnet(offend, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2347verbnet(outrage, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2348verbnet(overawe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2349verbnet(overwhelm, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2350verbnet(pacify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2351verbnet(pain, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2352verbnet(peeve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2353verbnet(perplex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2354verbnet(perturb, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2355verbnet(pester, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2356verbnet(pique, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2357verbnet(placate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2358verbnet(plague, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2359verbnet(please, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2360verbnet(preoccupy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2361verbnet(provoke, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2362verbnet(puzzle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2363verbnet(quench, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2364verbnet(rag, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2365verbnet(rankle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2366verbnet(ravish, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2367verbnet(reassure, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2368verbnet(recharge, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2369verbnet(refresh, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2370verbnet(rejuvenate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2371verbnet(relax, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2372verbnet(relieve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2373verbnet(repel, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2374verbnet(repulse, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2375verbnet(revitalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2376verbnet(revolt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2377verbnet(rile, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2378verbnet(ruffle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2379verbnet(sadden, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2380verbnet(satiate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2381verbnet(satisfy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2382verbnet(scandalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2383verbnet(scare, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2384verbnet(shake, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2385verbnet(shame, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2386verbnet(shock, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2387verbnet(sicken, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2388verbnet(sober, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2389verbnet(solace, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2390verbnet(soothe, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2391verbnet(spellbind, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2392verbnet(spook, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2393verbnet(stagger, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2394verbnet(startle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2395verbnet(stimulate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2396verbnet(sting, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2397verbnet(stir, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2398verbnet(strike, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2399verbnet(stump, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2400verbnet(stun, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2401verbnet(stupefy, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2402verbnet(surprise, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2403verbnet(tantalize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2404verbnet(taunt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2405verbnet(tease, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2406verbnet(tempt, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2407verbnet(terrify, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2408verbnet(terrorize, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2409verbnet(threaten, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2410verbnet(thrill, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2411verbnet(throw, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2412verbnet(tickle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2413verbnet(tire, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2414verbnet(titillate, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2415verbnet(torment, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2416verbnet(torture, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2417verbnet(touch, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2418verbnet(transfix, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2419verbnet(transport, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2420verbnet(trouble, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2421verbnet(try, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2422verbnet(unnerve, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2423verbnet(unsettle, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2424verbnet(uplift, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2425verbnet(upset, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2426verbnet(vex, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2427verbnet(weary, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2428verbnet(worry, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2429verbnet(wound, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2430verbnet(wow, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2431verbnet(roil, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2432verbnet(smite, (s:_\np)/np, ['Experiencer','Stimulus'], [31,'.',1]).
 2433
 2434%%% File:    ext/VerbNet/amuse-31.1.xml
 2435%%% Primary: NP V NP ADJ (amuse-31.1)
 2436%%% Syntax:  [np:Stimulus,v,np:Experiencer,np:Result]
 2437%%% CCG:     ((s:_\np)/np)/np
 2438%%% Roles:   [Experiencer,Goal,Stimulus]
 2439%%% Example: That movie bored me silly.
 2440%%%
 2441verbnet(abash, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2442verbnet(affect, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2443verbnet(afflict, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2444verbnet(affront, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2445verbnet(aggravate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2446verbnet(aggrieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2447verbnet(agitate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2448verbnet(agonize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2449verbnet(alarm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2450verbnet(alienate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2451verbnet(amaze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2452verbnet(amuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2453verbnet(anger, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2454verbnet(annoy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2455verbnet(antagonize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2456verbnet(appall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2457verbnet(appease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2458verbnet(arouse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2459verbnet(assuage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2460verbnet(astonish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2461verbnet(astound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2462verbnet(awe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2463verbnet(baffle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2464verbnet(befuddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2465verbnet(beguile, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2466verbnet(bewilder, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2467verbnet(bewitch, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2468verbnet(boggle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2469verbnet(bore, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2470verbnet(bother, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2471verbnet(bug, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2472verbnet(calm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2473verbnet(captivate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2474verbnet(chagrin, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2475verbnet(charm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2476verbnet(cheer, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2477verbnet(chill, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2478verbnet(cloy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2479verbnet(comfort, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2480verbnet(concern, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2481verbnet(confound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2482verbnet(confuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2483verbnet(console, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2484verbnet(content, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2485verbnet(convince, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2486verbnet(cow, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2487verbnet(crush, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2488verbnet(cut, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2489verbnet(daunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2490verbnet(daze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2491verbnet(dazzle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2492verbnet(deject, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2493verbnet(delight, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2494verbnet(demolish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2495verbnet(demoralize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2496verbnet(depress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2497verbnet(devastate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2498verbnet(disappoint, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2499verbnet(disarm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2500verbnet(discombobulate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2501verbnet(discomfit, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2502verbnet(disconcert, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2503verbnet(discompose, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2504verbnet(discourage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2505verbnet(disgrace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2506verbnet(disgruntle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2507verbnet(disgust, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2508verbnet(dishearten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2509verbnet(dishonour, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2510verbnet(disillusion, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2511verbnet(dismay, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2512verbnet(dispirit, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2513verbnet(displease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2514verbnet(disquiet, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2515verbnet(dissatisfy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2516verbnet(distract, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2517verbnet(distress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2518verbnet(disturb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2519verbnet(divert, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2520verbnet(dumbfound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2521verbnet(elate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2522verbnet(electrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2523verbnet(embarrass, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2524verbnet(embolden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2525verbnet(enchant, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2526verbnet(encourage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2527verbnet(enervate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2528verbnet(engage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2529verbnet(engross, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2530verbnet(enlighten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2531verbnet(enliven, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2532verbnet(enrage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2533verbnet(enrapture, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2534verbnet(entertain, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2535verbnet(enthrall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2536verbnet(enthuse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2537verbnet(entice, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2538verbnet(entrance, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2539verbnet(exasperate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2540verbnet(excite, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2541verbnet(exhaust, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2542verbnet(exhilarate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2543verbnet(fascinate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2544verbnet(fatigue, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2545verbnet(faze, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2546verbnet(flabbergast, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2547verbnet(flatter, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2548verbnet(floor, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2549verbnet(fluster, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2550verbnet(fox, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2551verbnet(frighten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2552verbnet(frustrate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2553verbnet(fuddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2554verbnet(gall, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2555verbnet(galvanize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2556verbnet(gladden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2557verbnet(gratify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2558verbnet(grieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2559verbnet(harass, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2560verbnet(harm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2561verbnet(haunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2562verbnet(hearten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2563verbnet(horrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2564verbnet(humble, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2565verbnet(humiliate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2566verbnet(hurt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2567verbnet(hypnotize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2568verbnet(impair, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2569verbnet(impress, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2570verbnet(incense, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2571verbnet(inflame, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2572verbnet(infuriate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2573verbnet(inspire, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2574verbnet(insult, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2575verbnet(interest, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2576verbnet(intimidate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2577verbnet(intoxicate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2578verbnet(intrigue, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2579verbnet(invigorate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2580verbnet(irk, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2581verbnet(irritate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2582verbnet(jade, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2583verbnet(jar, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2584verbnet(jollify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2585verbnet(jolt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2586verbnet(lull, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2587verbnet(madden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2588verbnet(menace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2589verbnet(mesmerize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2590verbnet(miff, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2591verbnet(molest, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2592verbnet(mollify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2593verbnet(mortify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2594verbnet(move, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2595verbnet(muddle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2596verbnet(mystify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2597verbnet(nauseate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2598verbnet(nettle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2599verbnet(numb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2600verbnet(obsess, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2601verbnet(occupy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2602verbnet(offend, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2603verbnet(outrage, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2604verbnet(overawe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2605verbnet(overwhelm, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2606verbnet(pacify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2607verbnet(pain, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2608verbnet(peeve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2609verbnet(perplex, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2610verbnet(perturb, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2611verbnet(pester, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2612verbnet(pique, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2613verbnet(placate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2614verbnet(plague, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2615verbnet(please, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2616verbnet(preoccupy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2617verbnet(provoke, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2618verbnet(puzzle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2619verbnet(quench, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2620verbnet(rag, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2621verbnet(rankle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2622verbnet(ravish, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2623verbnet(reassure, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2624verbnet(recharge, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2625verbnet(refresh, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2626verbnet(rejuvenate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2627verbnet(relax, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2628verbnet(relieve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2629verbnet(repel, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2630verbnet(repulse, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2631verbnet(revitalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2632verbnet(revolt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2633verbnet(rile, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2634verbnet(ruffle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2635verbnet(sadden, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2636verbnet(satiate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2637verbnet(satisfy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2638verbnet(scandalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2639verbnet(scare, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2640verbnet(shake, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2641verbnet(shame, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2642verbnet(shock, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2643verbnet(sicken, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2644verbnet(sober, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2645verbnet(solace, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2646verbnet(soothe, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2647verbnet(spellbind, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2648verbnet(spook, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2649verbnet(stagger, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2650verbnet(startle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2651verbnet(stimulate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2652verbnet(sting, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2653verbnet(stir, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2654verbnet(strike, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2655verbnet(stump, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2656verbnet(stun, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2657verbnet(stupefy, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2658verbnet(surprise, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2659verbnet(tantalize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2660verbnet(taunt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2661verbnet(tease, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2662verbnet(tempt, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2663verbnet(terrify, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2664verbnet(terrorize, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2665verbnet(threaten, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2666verbnet(thrill, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2667verbnet(throw, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2668verbnet(tickle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2669verbnet(tire, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2670verbnet(titillate, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2671verbnet(torment, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2672verbnet(torture, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2673verbnet(touch, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2674verbnet(transfix, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2675verbnet(transport, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2676verbnet(trouble, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2677verbnet(try, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2678verbnet(unnerve, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2679verbnet(unsettle, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2680verbnet(uplift, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2681verbnet(upset, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2682verbnet(vex, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2683verbnet(weary, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2684verbnet(worry, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2685verbnet(wound, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2686verbnet(wow, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2687verbnet(roil, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2688verbnet(smite, ((s:_\np)/np)/np, ['Experiencer','Goal','Stimulus'], [31,'.',1]).
 2689
 2690%%% File:    ext/VerbNet/animal_sounds-38.xml
 2691%%% Primary: NP V (animal_sounds-38)
 2692%%% Syntax:  [np:Agent,v]
 2693%%% CCG:     s:_\np
 2694%%% Roles:   [Agent]
 2695%%% Example: The dog barked.
 2696%%%
 2697verbnet(baa, s:_\np, ['Agent'], [38]).
 2698verbnet(bark, s:_\np, ['Agent'], [38]).
 2699verbnet(bay, s:_\np, ['Agent'], [38]).
 2700verbnet(bellow, s:_\np, ['Agent'], [38]).
 2701verbnet(blat, s:_\np, ['Agent'], [38]).
 2702verbnet(bleat, s:_\np, ['Agent'], [38]).
 2703verbnet(bray, s:_\np, ['Agent'], [38]).
 2704verbnet(buzz, s:_\np, ['Agent'], [38]).
 2705verbnet(cackle, s:_\np, ['Agent'], [38]).
 2706verbnet(call, s:_\np, ['Agent'], [38]).
 2707verbnet(caw, s:_\np, ['Agent'], [38]).
 2708verbnet(chatter, s:_\np, ['Agent'], [38]).
 2709verbnet(cheep, s:_\np, ['Agent'], [38]).
 2710verbnet(chirp, s:_\np, ['Agent'], [38]).
 2711verbnet(chirrup, s:_\np, ['Agent'], [38]).
 2712verbnet(chitter, s:_\np, ['Agent'], [38]).
 2713verbnet(cluck, s:_\np, ['Agent'], [38]).
 2714verbnet(coo, s:_\np, ['Agent'], [38]).
 2715verbnet(croak, s:_\np, ['Agent'], [38]).
 2716verbnet(crow, s:_\np, ['Agent'], [38]).
 2717verbnet(cuckoo, s:_\np, ['Agent'], [38]).
 2718verbnet(drone, s:_\np, ['Agent'], [38]).
 2719verbnet(gobble, s:_\np, ['Agent'], [38]).
 2720verbnet(growl, s:_\np, ['Agent'], [38]).
 2721verbnet(grunt, s:_\np, ['Agent'], [38]).
 2722verbnet('hee-haw', s:_\np, ['Agent'], [38]).
 2723verbnet(hiss, s:_\np, ['Agent'], [38]).
 2724verbnet(honk, s:_\np, ['Agent'], [38]).
 2725verbnet(hoot, s:_\np, ['Agent'], [38]).
 2726verbnet(howl, s:_\np, ['Agent'], [38]).
 2727verbnet('ki-yi', s:_\np, ['Agent'], [38]).
 2728verbnet(low, s:_\np, ['Agent'], [38]).
 2729verbnet(meow, s:_\np, ['Agent'], [38]).
 2730verbnet(mew, s:_\np, ['Agent'], [38]).
 2731verbnet(moo, s:_\np, ['Agent'], [38]).
 2732verbnet(neigh, s:_\np, ['Agent'], [38]).
 2733verbnet(oink, s:_\np, ['Agent'], [38]).
 2734verbnet(peep, s:_\np, ['Agent'], [38]).
 2735verbnet(pipe, s:_\np, ['Agent'], [38]).
 2736verbnet(purr, s:_\np, ['Agent'], [38]).
 2737verbnet(quack, s:_\np, ['Agent'], [38]).
 2738verbnet(roar, s:_\np, ['Agent'], [38]).
 2739verbnet(scrawk, s:_\np, ['Agent'], [38]).
 2740verbnet(squawk, s:_\np, ['Agent'], [38]).
 2741verbnet(squeak, s:_\np, ['Agent'], [38]).
 2742verbnet(squeal, s:_\np, ['Agent'], [38]).
 2743verbnet(stridulate, s:_\np, ['Agent'], [38]).
 2744verbnet(trill, s:_\np, ['Agent'], [38]).
 2745verbnet(tweet, s:_\np, ['Agent'], [38]).
 2746verbnet(twitter, s:_\np, ['Agent'], [38]).
 2747verbnet(wail, s:_\np, ['Agent'], [38]).
 2748verbnet(warble, s:_\np, ['Agent'], [38]).
 2749verbnet(whimper, s:_\np, ['Agent'], [38]).
 2750verbnet(whinny, s:_\np, ['Agent'], [38]).
 2751verbnet(whistle, s:_\np, ['Agent'], [38]).
 2752verbnet(woof, s:_\np, ['Agent'], [38]).
 2753verbnet(yap, s:_\np, ['Agent'], [38]).
 2754verbnet(yell, s:_\np, ['Agent'], [38]).
 2755verbnet(yelp, s:_\np, ['Agent'], [38]).
 2756verbnet(yip, s:_\np, ['Agent'], [38]).
 2757verbnet(yowl, s:_\np, ['Agent'], [38]).
 2758verbnet(boom, s:_\np, ['Agent'], [38]).
 2759verbnet(rattle, s:_\np, ['Agent'], [38]).
 2760verbnet(groan, s:_\np, ['Agent'], [38]).
 2761verbnet(ululate, s:_\np, ['Agent'], [38]).
 2762verbnet(moan, s:_\np, ['Agent'], [38]).
 2763verbnet(rumble, s:_\np, ['Agent'], [38]).
 2764verbnet(screech, s:_\np, ['Agent'], [38]).
 2765verbnet(snarl, s:_\np, ['Agent'], [38]).
 2766verbnet(thunder, s:_\np, ['Agent'], [38]).
 2767verbnet(trumpet, s:_\np, ['Agent'], [38]).
 2768verbnet(wheeze, s:_\np, ['Agent'], [38]).
 2769verbnet(whine, s:_\np, ['Agent'], [38]).
 2770
 2771%%% File:    ext/VerbNet/animal_sounds-38.xml
 2772%%% Primary: NP V PP.recipient (animal_sounds-38)
 2773%%% Syntax:  [np:Agent,v,pp,np:Recipient]
 2774%%% CCG:     (s:_\np)/pp
 2775%%% Roles:   [Agent]
 2776%%% Example: The dog barked at the cat.
 2777%%%
 2778verbnet(baa, (s:_\np)/pp, ['Agent'], [38]).
 2779verbnet(bark, (s:_\np)/pp, ['Agent'], [38]).
 2780verbnet(bay, (s:_\np)/pp, ['Agent'], [38]).
 2781verbnet(bellow, (s:_\np)/pp, ['Agent'], [38]).
 2782verbnet(blat, (s:_\np)/pp, ['Agent'], [38]).
 2783verbnet(bleat, (s:_\np)/pp, ['Agent'], [38]).
 2784verbnet(bray, (s:_\np)/pp, ['Agent'], [38]).
 2785verbnet(buzz, (s:_\np)/pp, ['Agent'], [38]).
 2786verbnet(cackle, (s:_\np)/pp, ['Agent'], [38]).
 2787verbnet(call, (s:_\np)/pp, ['Agent'], [38]).
 2788verbnet(caw, (s:_\np)/pp, ['Agent'], [38]).
 2789verbnet(chatter, (s:_\np)/pp, ['Agent'], [38]).
 2790verbnet(cheep, (s:_\np)/pp, ['Agent'], [38]).
 2791verbnet(chirp, (s:_\np)/pp, ['Agent'], [38]).
 2792verbnet(chirrup, (s:_\np)/pp, ['Agent'], [38]).
 2793verbnet(chitter, (s:_\np)/pp, ['Agent'], [38]).
 2794verbnet(cluck, (s:_\np)/pp, ['Agent'], [38]).
 2795verbnet(coo, (s:_\np)/pp, ['Agent'], [38]).
 2796verbnet(croak, (s:_\np)/pp, ['Agent'], [38]).
 2797verbnet(crow, (s:_\np)/pp, ['Agent'], [38]).
 2798verbnet(cuckoo, (s:_\np)/pp, ['Agent'], [38]).
 2799verbnet(drone, (s:_\np)/pp, ['Agent'], [38]).
 2800verbnet(gobble, (s:_\np)/pp, ['Agent'], [38]).
 2801verbnet(growl, (s:_\np)/pp, ['Agent'], [38]).
 2802verbnet(grunt, (s:_\np)/pp, ['Agent'], [38]).
 2803verbnet('hee-haw', (s:_\np)/pp, ['Agent'], [38]).
 2804verbnet(hiss, (s:_\np)/pp, ['Agent'], [38]).
 2805verbnet(honk, (s:_\np)/pp, ['Agent'], [38]).
 2806verbnet(hoot, (s:_\np)/pp, ['Agent'], [38]).
 2807verbnet(howl, (s:_\np)/pp, ['Agent'], [38]).
 2808verbnet('ki-yi', (s:_\np)/pp, ['Agent'], [38]).
 2809verbnet(low, (s:_\np)/pp, ['Agent'], [38]).
 2810verbnet(meow, (s:_\np)/pp, ['Agent'], [38]).
 2811verbnet(mew, (s:_\np)/pp, ['Agent'], [38]).
 2812verbnet(moo, (s:_\np)/pp, ['Agent'], [38]).
 2813verbnet(neigh, (s:_\np)/pp, ['Agent'], [38]).
 2814verbnet(oink, (s:_\np)/pp, ['Agent'], [38]).
 2815verbnet(peep, (s:_\np)/pp, ['Agent'], [38]).
 2816verbnet(pipe, (s:_\np)/pp, ['Agent'], [38]).
 2817verbnet(purr, (s:_\np)/pp, ['Agent'], [38]).
 2818verbnet(quack, (s:_\np)/pp, ['Agent'], [38]).
 2819verbnet(roar, (s:_\np)/pp, ['Agent'], [38]).
 2820verbnet(scrawk, (s:_\np)/pp, ['Agent'], [38]).
 2821verbnet(squawk, (s:_\np)/pp, ['Agent'], [38]).
 2822verbnet(squeak, (s:_\np)/pp, ['Agent'], [38]).
 2823verbnet(squeal, (s:_\np)/pp, ['Agent'], [38]).
 2824verbnet(stridulate, (s:_\np)/pp, ['Agent'], [38]).
 2825verbnet(trill, (s:_\np)/pp, ['Agent'], [38]).
 2826verbnet(tweet, (s:_\np)/pp, ['Agent'], [38]).
 2827verbnet(twitter, (s:_\np)/pp, ['Agent'], [38]).
 2828verbnet(wail, (s:_\np)/pp, ['Agent'], [38]).
 2829verbnet(warble, (s:_\np)/pp, ['Agent'], [38]).
 2830verbnet(whimper, (s:_\np)/pp, ['Agent'], [38]).
 2831verbnet(whinny, (s:_\np)/pp, ['Agent'], [38]).
 2832verbnet(whistle, (s:_\np)/pp, ['Agent'], [38]).
 2833verbnet(woof, (s:_\np)/pp, ['Agent'], [38]).
 2834verbnet(yap, (s:_\np)/pp, ['Agent'], [38]).
 2835verbnet(yell, (s:_\np)/pp, ['Agent'], [38]).
 2836verbnet(yelp, (s:_\np)/pp, ['Agent'], [38]).
 2837verbnet(yip, (s:_\np)/pp, ['Agent'], [38]).
 2838verbnet(yowl, (s:_\np)/pp, ['Agent'], [38]).
 2839verbnet(boom, (s:_\np)/pp, ['Agent'], [38]).
 2840verbnet(rattle, (s:_\np)/pp, ['Agent'], [38]).
 2841verbnet(groan, (s:_\np)/pp, ['Agent'], [38]).
 2842verbnet(ululate, (s:_\np)/pp, ['Agent'], [38]).
 2843verbnet(moan, (s:_\np)/pp, ['Agent'], [38]).
 2844verbnet(rumble, (s:_\np)/pp, ['Agent'], [38]).
 2845verbnet(screech, (s:_\np)/pp, ['Agent'], [38]).
 2846verbnet(snarl, (s:_\np)/pp, ['Agent'], [38]).
 2847verbnet(thunder, (s:_\np)/pp, ['Agent'], [38]).
 2848verbnet(trumpet, (s:_\np)/pp, ['Agent'], [38]).
 2849verbnet(wheeze, (s:_\np)/pp, ['Agent'], [38]).
 2850verbnet(whine, (s:_\np)/pp, ['Agent'], [38]).
 2851
 2852%%% File:    ext/VerbNet/animal_sounds-38.xml
 2853%%% Primary: NP V NP.theme (animal_sounds-38)
 2854%%% Syntax:  [np:Agent,v,np:Theme]
 2855%%% CCG:     (s:_\np)/np
 2856%%% Roles:   [Theme,Agent]
 2857%%% Example: The dog barked a warning.
 2858%%%
 2859verbnet(baa, (s:_\np)/np, ['Theme','Agent'], [38]).
 2860verbnet(bark, (s:_\np)/np, ['Theme','Agent'], [38]).
 2861verbnet(bay, (s:_\np)/np, ['Theme','Agent'], [38]).
 2862verbnet(bellow, (s:_\np)/np, ['Theme','Agent'], [38]).
 2863verbnet(blat, (s:_\np)/np, ['Theme','Agent'], [38]).
 2864verbnet(bleat, (s:_\np)/np, ['Theme','Agent'], [38]).
 2865verbnet(bray, (s:_\np)/np, ['Theme','Agent'], [38]).
 2866verbnet(buzz, (s:_\np)/np, ['Theme','Agent'], [38]).
 2867verbnet(cackle, (s:_\np)/np, ['Theme','Agent'], [38]).
 2868verbnet(call, (s:_\np)/np, ['Theme','Agent'], [38]).
 2869verbnet(caw, (s:_\np)/np, ['Theme','Agent'], [38]).
 2870verbnet(chatter, (s:_\np)/np, ['Theme','Agent'], [38]).
 2871verbnet(cheep, (s:_\np)/np, ['Theme','Agent'], [38]).
 2872verbnet(chirp, (s:_\np)/np, ['Theme','Agent'], [38]).
 2873verbnet(chirrup, (s:_\np)/np, ['Theme','Agent'], [38]).
 2874verbnet(chitter, (s:_\np)/np, ['Theme','Agent'], [38]).
 2875verbnet(cluck, (s:_\np)/np, ['Theme','Agent'], [38]).
 2876verbnet(coo, (s:_\np)/np, ['Theme','Agent'], [38]).
 2877verbnet(croak, (s:_\np)/np, ['Theme','Agent'], [38]).
 2878verbnet(crow, (s:_\np)/np, ['Theme','Agent'], [38]).
 2879verbnet(cuckoo, (s:_\np)/np, ['Theme','Agent'], [38]).
 2880verbnet(drone, (s:_\np)/np, ['Theme','Agent'], [38]).
 2881verbnet(gobble, (s:_\np)/np, ['Theme','Agent'], [38]).
 2882verbnet(growl, (s:_\np)/np, ['Theme','Agent'], [38]).
 2883verbnet(grunt, (s:_\np)/np, ['Theme','Agent'], [38]).
 2884verbnet('hee-haw', (s:_\np)/np, ['Theme','Agent'], [38]).
 2885verbnet(hiss, (s:_\np)/np, ['Theme','Agent'], [38]).
 2886verbnet(honk, (s:_\np)/np, ['Theme','Agent'], [38]).
 2887verbnet(hoot, (s:_\np)/np, ['Theme','Agent'], [38]).
 2888verbnet(howl, (s:_\np)/np, ['Theme','Agent'], [38]).
 2889verbnet('ki-yi', (s:_\np)/np, ['Theme','Agent'], [38]).
 2890verbnet(low, (s:_\np)/np, ['Theme','Agent'], [38]).
 2891verbnet(meow, (s:_\np)/np, ['Theme','Agent'], [38]).
 2892verbnet(mew, (s:_\np)/np, ['Theme','Agent'], [38]).
 2893verbnet(moo, (s:_\np)/np, ['Theme','Agent'], [38]).
 2894verbnet(neigh, (s:_\np)/np, ['Theme','Agent'], [38]).
 2895verbnet(oink, (s:_\np)/np, ['Theme','Agent'], [38]).
 2896verbnet(peep, (s:_\np)/np, ['Theme','Agent'], [38]).
 2897verbnet(pipe, (s:_\np)/np, ['Theme','Agent'], [38]).
 2898verbnet(purr, (s:_\np)/np, ['Theme','Agent'], [38]).
 2899verbnet(quack, (s:_\np)/np, ['Theme','Agent'], [38]).
 2900verbnet(roar, (s:_\np)/np, ['Theme','Agent'], [38]).
 2901verbnet(scrawk, (s:_\np)/np, ['Theme','Agent'], [38]).
 2902verbnet(squawk, (s:_\np)/np, ['Theme','Agent'], [38]).
 2903verbnet(squeak, (s:_\np)/np, ['Theme','Agent'], [38]).
 2904verbnet(squeal, (s:_\np)/np, ['Theme','Agent'], [38]).
 2905verbnet(stridulate, (s:_\np)/np, ['Theme','Agent'], [38]).
 2906verbnet(trill, (s:_\np)/np, ['Theme','Agent'], [38]).
 2907verbnet(tweet, (s:_\np)/np, ['Theme','Agent'], [38]).
 2908verbnet(twitter, (s:_\np)/np, ['Theme','Agent'], [38]).
 2909verbnet(wail, (s:_\np)/np, ['Theme','Agent'], [38]).
 2910verbnet(warble, (s:_\np)/np, ['Theme','Agent'], [38]).
 2911verbnet(whimper, (s:_\np)/np, ['Theme','Agent'], [38]).
 2912verbnet(whinny, (s:_\np)/np, ['Theme','Agent'], [38]).
 2913verbnet(whistle, (s:_\np)/np, ['Theme','Agent'], [38]).
 2914verbnet(woof, (s:_\np)/np, ['Theme','Agent'], [38]).
 2915verbnet(yap, (s:_\np)/np, ['Theme','Agent'], [38]).
 2916verbnet(yell, (s:_\np)/np, ['Theme','Agent'], [38]).
 2917verbnet(yelp, (s:_\np)/np, ['Theme','Agent'], [38]).
 2918verbnet(yip, (s:_\np)/np, ['Theme','Agent'], [38]).
 2919verbnet(yowl, (s:_\np)/np, ['Theme','Agent'], [38]).
 2920verbnet(boom, (s:_\np)/np, ['Theme','Agent'], [38]).
 2921verbnet(rattle, (s:_\np)/np, ['Theme','Agent'], [38]).
 2922verbnet(groan, (s:_\np)/np, ['Theme','Agent'], [38]).
 2923verbnet(ululate, (s:_\np)/np, ['Theme','Agent'], [38]).
 2924verbnet(moan, (s:_\np)/np, ['Theme','Agent'], [38]).
 2925verbnet(rumble, (s:_\np)/np, ['Theme','Agent'], [38]).
 2926verbnet(screech, (s:_\np)/np, ['Theme','Agent'], [38]).
 2927verbnet(snarl, (s:_\np)/np, ['Theme','Agent'], [38]).
 2928verbnet(thunder, (s:_\np)/np, ['Theme','Agent'], [38]).
 2929verbnet(trumpet, (s:_\np)/np, ['Theme','Agent'], [38]).
 2930verbnet(wheeze, (s:_\np)/np, ['Theme','Agent'], [38]).
 2931verbnet(whine, (s:_\np)/np, ['Theme','Agent'], [38]).
 2932
 2933%%% File:    ext/VerbNet/animal_sounds-38.xml
 2934%%% Primary: NP V PP.location (animal_sounds-38)
 2935%%% Syntax:  [np:Agent,v,np:Location]
 2936%%% CCG:     (s:_\np)/np
 2937%%% Roles:   [Location,Agent]
 2938%%% Example: Birds sang in the trees.
 2939%%%
 2940verbnet(baa, (s:_\np)/np, ['Location','Agent'], [38]).
 2941verbnet(bark, (s:_\np)/np, ['Location','Agent'], [38]).
 2942verbnet(bay, (s:_\np)/np, ['Location','Agent'], [38]).
 2943verbnet(bellow, (s:_\np)/np, ['Location','Agent'], [38]).
 2944verbnet(blat, (s:_\np)/np, ['Location','Agent'], [38]).
 2945verbnet(bleat, (s:_\np)/np, ['Location','Agent'], [38]).
 2946verbnet(bray, (s:_\np)/np, ['Location','Agent'], [38]).
 2947verbnet(buzz, (s:_\np)/np, ['Location','Agent'], [38]).
 2948verbnet(cackle, (s:_\np)/np, ['Location','Agent'], [38]).
 2949verbnet(call, (s:_\np)/np, ['Location','Agent'], [38]).
 2950verbnet(caw, (s:_\np)/np, ['Location','Agent'], [38]).
 2951verbnet(chatter, (s:_\np)/np, ['Location','Agent'], [38]).
 2952verbnet(cheep, (s:_\np)/np, ['Location','Agent'], [38]).
 2953verbnet(chirp, (s:_\np)/np, ['Location','Agent'], [38]).
 2954verbnet(chirrup, (s:_\np)/np, ['Location','Agent'], [38]).
 2955verbnet(chitter, (s:_\np)/np, ['Location','Agent'], [38]).
 2956verbnet(cluck, (s:_\np)/np, ['Location','Agent'], [38]).
 2957verbnet(coo, (s:_\np)/np, ['Location','Agent'], [38]).
 2958verbnet(croak, (s:_\np)/np, ['Location','Agent'], [38]).
 2959verbnet(crow, (s:_\np)/np, ['Location','Agent'], [38]).
 2960verbnet(cuckoo, (s:_\np)/np, ['Location','Agent'], [38]).
 2961verbnet(drone, (s:_\np)/np, ['Location','Agent'], [38]).
 2962verbnet(gobble, (s:_\np)/np, ['Location','Agent'], [38]).
 2963verbnet(growl, (s:_\np)/np, ['Location','Agent'], [38]).
 2964verbnet(grunt, (s:_\np)/np, ['Location','Agent'], [38]).
 2965verbnet('hee-haw', (s:_\np)/np, ['Location','Agent'], [38]).
 2966verbnet(hiss, (s:_\np)/np, ['Location','Agent'], [38]).
 2967verbnet(honk, (s:_\np)/np, ['Location','Agent'], [38]).
 2968verbnet(hoot, (s:_\np)/np, ['Location','Agent'], [38]).
 2969verbnet(howl, (s:_\np)/np, ['Location','Agent'], [38]).
 2970verbnet('ki-yi', (s:_\np)/np, ['Location','Agent'], [38]).
 2971verbnet(low, (s:_\np)/np, ['Location','Agent'], [38]).
 2972verbnet(meow, (s:_\np)/np, ['Location','Agent'], [38]).
 2973verbnet(mew, (s:_\np)/np, ['Location','Agent'], [38]).
 2974verbnet(moo, (s:_\np)/np, ['Location','Agent'], [38]).
 2975verbnet(neigh, (s:_\np)/np, ['Location','Agent'], [38]).
 2976verbnet(oink, (s:_\np)/np, ['Location','Agent'], [38]).
 2977verbnet(peep, (s:_\np)/np, ['Location','Agent'], [38]).
 2978verbnet(pipe, (s:_\np)/np, ['Location','Agent'], [38]).
 2979verbnet(purr, (s:_\np)/np, ['Location','Agent'], [38]).
 2980verbnet(quack, (s:_\np)/np, ['Location','Agent'], [38]).
 2981verbnet(roar, (s:_\np)/np, ['Location','Agent'], [38]).
 2982verbnet(scrawk, (s:_\np)/np, ['Location','Agent'], [38]).
 2983verbnet(squawk, (s:_\np)/np, ['Location','Agent'], [38]).
 2984verbnet(squeak, (s:_\np)/np, ['Location','Agent'], [38]).
 2985verbnet(squeal, (s:_\np)/np, ['Location','Agent'], [38]).
 2986verbnet(stridulate, (s:_\np)/np, ['Location','Agent'], [38]).
 2987verbnet(trill, (s:_\np)/np, ['Location','Agent'], [38]).
 2988verbnet(tweet, (s:_\np)/np, ['Location','Agent'], [38]).
 2989verbnet(twitter, (s:_\np)/np, ['Location','Agent'], [38]).
 2990verbnet(wail, (s:_\np)/np, ['Location','Agent'], [38]).
 2991verbnet(warble, (s:_\np)/np, ['Location','Agent'], [38]).
 2992verbnet(whimper, (s:_\np)/np, ['Location','Agent'], [38]).
 2993verbnet(whinny, (s:_\np)/np, ['Location','Agent'], [38]).
 2994verbnet(whistle, (s:_\np)/np, ['Location','Agent'], [38]).
 2995verbnet(woof, (s:_\np)/np, ['Location','Agent'], [38]).
 2996verbnet(yap, (s:_\np)/np, ['Location','Agent'], [38]).
 2997verbnet(yell, (s:_\np)/np, ['Location','Agent'], [38]).
 2998verbnet(yelp, (s:_\np)/np, ['Location','Agent'], [38]).
 2999verbnet(yip, (s:_\np)/np, ['Location','Agent'], [38]).
 3000verbnet(yowl, (s:_\np)/np, ['Location','Agent'], [38]).
 3001verbnet(boom, (s:_\np)/np, ['Location','Agent'], [38]).
 3002verbnet(rattle, (s:_\np)/np, ['Location','Agent'], [38]).
 3003verbnet(groan, (s:_\np)/np, ['Location','Agent'], [38]).
 3004verbnet(ululate, (s:_\np)/np, ['Location','Agent'], [38]).
 3005verbnet(moan, (s:_\np)/np, ['Location','Agent'], [38]).
 3006verbnet(rumble, (s:_\np)/np, ['Location','Agent'], [38]).
 3007verbnet(screech, (s:_\np)/np, ['Location','Agent'], [38]).
 3008verbnet(snarl, (s:_\np)/np, ['Location','Agent'], [38]).
 3009verbnet(thunder, (s:_\np)/np, ['Location','Agent'], [38]).
 3010verbnet(trumpet, (s:_\np)/np, ['Location','Agent'], [38]).
 3011verbnet(wheeze, (s:_\np)/np, ['Location','Agent'], [38]).
 3012verbnet(whine, (s:_\np)/np, ['Location','Agent'], [38]).
 3013
 3014%%% File:    ext/VerbNet/animal_sounds-38.xml
 3015%%% Primary: NP.location V PP.agent (animal_sounds-38)
 3016%%% Syntax:  [np:Location,v,prep:with,np:Agent]
 3017%%% CCG:     (s:_\np)/pp
 3018%%% Roles:   [Location]
 3019%%% Example: The tree sang with birds.
 3020%%%
 3021verbnet(baa, (s:_\np)/pp, ['Location'], [38]).
 3022verbnet(bark, (s:_\np)/pp, ['Location'], [38]).
 3023verbnet(bay, (s:_\np)/pp, ['Location'], [38]).
 3024verbnet(bellow, (s:_\np)/pp, ['Location'], [38]).
 3025verbnet(blat, (s:_\np)/pp, ['Location'], [38]).
 3026verbnet(bleat, (s:_\np)/pp, ['Location'], [38]).
 3027verbnet(bray, (s:_\np)/pp, ['Location'], [38]).
 3028verbnet(buzz, (s:_\np)/pp, ['Location'], [38]).
 3029verbnet(cackle, (s:_\np)/pp, ['Location'], [38]).
 3030verbnet(call, (s:_\np)/pp, ['Location'], [38]).
 3031verbnet(caw, (s:_\np)/pp, ['Location'], [38]).
 3032verbnet(chatter, (s:_\np)/pp, ['Location'], [38]).
 3033verbnet(cheep, (s:_\np)/pp, ['Location'], [38]).
 3034verbnet(chirp, (s:_\np)/pp, ['Location'], [38]).
 3035verbnet(chirrup, (s:_\np)/pp, ['Location'], [38]).
 3036verbnet(chitter, (s:_\np)/pp, ['Location'], [38]).
 3037verbnet(cluck, (s:_\np)/pp, ['Location'], [38]).
 3038verbnet(coo, (s:_\np)/pp, ['Location'], [38]).
 3039verbnet(croak, (s:_\np)/pp, ['Location'], [38]).
 3040verbnet(crow, (s:_\np)/pp, ['Location'], [38]).
 3041verbnet(cuckoo, (s:_\np)/pp, ['Location'], [38]).
 3042verbnet(drone, (s:_\np)/pp, ['Location'], [38]).
 3043verbnet(gobble, (s:_\np)/pp, ['Location'], [38]).
 3044verbnet(growl, (s:_\np)/pp, ['Location'], [38]).
 3045verbnet(grunt, (s:_\np)/pp, ['Location'], [38]).
 3046verbnet('hee-haw', (s:_\np)/pp, ['Location'], [38]).
 3047verbnet(hiss, (s:_\np)/pp, ['Location'], [38]).
 3048verbnet(honk, (s:_\np)/pp, ['Location'], [38]).
 3049verbnet(hoot, (s:_\np)/pp, ['Location'], [38]).
 3050verbnet(howl, (s:_\np)/pp, ['Location'], [38]).
 3051verbnet('ki-yi', (s:_\np)/pp, ['Location'], [38]).
 3052verbnet(low, (s:_\np)/pp, ['Location'], [38]).
 3053verbnet(meow, (s:_\np)/pp, ['Location'], [38]).
 3054verbnet(mew, (s:_\np)/pp, ['Location'], [38]).
 3055verbnet(moo, (s:_\np)/pp, ['Location'], [38]).
 3056verbnet(neigh, (s:_\np)/pp, ['Location'], [38]).
 3057verbnet(oink, (s:_\np)/pp, ['Location'], [38]).
 3058verbnet(peep, (s:_\np)/pp, ['Location'], [38]).
 3059verbnet(pipe, (s:_\np)/pp, ['Location'], [38]).
 3060verbnet(purr, (s:_\np)/pp, ['Location'], [38]).
 3061verbnet(quack, (s:_\np)/pp, ['Location'], [38]).
 3062verbnet(roar, (s:_\np)/pp, ['Location'], [38]).
 3063verbnet(scrawk, (s:_\np)/pp, ['Location'], [38]).
 3064verbnet(squawk, (s:_\np)/pp, ['Location'], [38]).
 3065verbnet(squeak, (s:_\np)/pp, ['Location'], [38]).
 3066verbnet(squeal, (s:_\np)/pp, ['Location'], [38]).
 3067verbnet(stridulate, (s:_\np)/pp, ['Location'], [38]).
 3068verbnet(trill, (s:_\np)/pp, ['Location'], [38]).
 3069verbnet(tweet, (s:_\np)/pp, ['Location'], [38]).
 3070verbnet(twitter, (s:_\np)/pp, ['Location'], [38]).
 3071verbnet(wail, (s:_\np)/pp, ['Location'], [38]).
 3072verbnet(warble, (s:_\np)/pp, ['Location'], [38]).
 3073verbnet(whimper, (s:_\np)/pp, ['Location'], [38]).
 3074verbnet(whinny, (s:_\np)/pp, ['Location'], [38]).
 3075verbnet(whistle, (s:_\np)/pp, ['Location'], [38]).
 3076verbnet(woof, (s:_\np)/pp, ['Location'], [38]).
 3077verbnet(yap, (s:_\np)/pp, ['Location'], [38]).
 3078verbnet(yell, (s:_\np)/pp, ['Location'], [38]).
 3079verbnet(yelp, (s:_\np)/pp, ['Location'], [38]).
 3080verbnet(yip, (s:_\np)/pp, ['Location'], [38]).
 3081verbnet(yowl, (s:_\np)/pp, ['Location'], [38]).
 3082verbnet(boom, (s:_\np)/pp, ['Location'], [38]).
 3083verbnet(rattle, (s:_\np)/pp, ['Location'], [38]).
 3084verbnet(groan, (s:_\np)/pp, ['Location'], [38]).
 3085verbnet(ululate, (s:_\np)/pp, ['Location'], [38]).
 3086verbnet(moan, (s:_\np)/pp, ['Location'], [38]).
 3087verbnet(rumble, (s:_\np)/pp, ['Location'], [38]).
 3088verbnet(screech, (s:_\np)/pp, ['Location'], [38]).
 3089verbnet(snarl, (s:_\np)/pp, ['Location'], [38]).
 3090verbnet(thunder, (s:_\np)/pp, ['Location'], [38]).
 3091verbnet(trumpet, (s:_\np)/pp, ['Location'], [38]).
 3092verbnet(wheeze, (s:_\np)/pp, ['Location'], [38]).
 3093verbnet(whine, (s:_\np)/pp, ['Location'], [38]).
 3094verbnet(with, pp/np, ['Agent'], [38]).
 3095
 3096%%% File:    ext/VerbNet/appeal-31.4.xml
 3097%%% Primary: NP V PP.experiencer (appeal-31.4-1)
 3098%%% Syntax:  [np:Stimulus,v,prep:at,np:Experiencer]
 3099%%% CCG:     (s:_\np)/pp
 3100%%% Roles:   [Stimulus]
 3101%%% Example: The irritation niggled at Melinda.
 3102%%%
 3103verbnet(niggle, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,1]).
 3104verbnet(at, pp/np, ['Experiencer'], [31,.,4,-,1]).
 3105
 3106%%% File:    ext/VerbNet/appeal-31.4.xml
 3107%%% Primary: NP V PP.experiencer (appeal-31.4-2)
 3108%%% Syntax:  [np:Stimulus,v,prep:on,np:Experiencer]
 3109%%% CCG:     (s:_\np)/pp
 3110%%% Roles:   [Stimulus]
 3111%%% Example: The music grates on me.
 3112%%%
 3113verbnet(grate, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,2]).
 3114verbnet(jar, (s:_\np)/pp, ['Stimulus'], [31,'.',4,-,2]).
 3115verbnet(on, pp/np, ['Experiencer'], [31,.,4,-,2]).
 3116
 3117%%% File:    ext/VerbNet/appeal-31.4.xml
 3118%%% Primary: NP V (appeal-31.4-3)
 3119%%% Syntax:  [np:Stimulus,v]
 3120%%% CCG:     s:_\np
 3121%%% Roles:   [Stimulus]
 3122%%% Example: Stuff matters.
 3123%%%
 3124verbnet(appeal, s:_\np, ['Stimulus'], [31,'.',4,-,3]).
 3125verbnet(matter, s:_\np, ['Stimulus'], [31,'.',4,-,3]).
 3126
 3127%%% File:    ext/VerbNet/appeal-31.4.xml
 3128%%% Primary: NP V PP.experiencer (appeal-31.4)
 3129%%% Syntax:  [np:Stimulus,v,prep:to,np:Experiencer]
 3130%%% CCG:     (s:_\np)/pp
 3131%%% Roles:   [Stimulus]
 3132%%% Example: This painting appeals to Malinda.
 3133%%%
 3134verbnet(niggle, (s:_\np)/pp, ['Stimulus'], [31,'.',4]).
 3135verbnet(grate, (s:_\np)/pp, ['Stimulus'], [31,'.',4]).
 3136verbnet(jar, (s:_\np)/pp, ['Stimulus'], [31,'.',4]).
 3137verbnet(appeal, (s:_\np)/pp, ['Stimulus'], [31,'.',4]).
 3138verbnet(matter, (s:_\np)/pp, ['Stimulus'], [31,'.',4]).
 3139verbnet(to, pp/np, ['Experiencer'], [31,.,4]).
 3140
 3141%%% File:    ext/VerbNet/appear-48.1.1.xml
 3142%%% Primary: NP V (appear-48.1.1)
 3143%%% Syntax:  [np:Theme,v]
 3144%%% CCG:     s:_\np
 3145%%% Roles:   [Theme]
 3146%%% Example: A ship appeared.
 3147%%%
 3148verbnet(appear, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3149verbnet(arise, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3150verbnet(awake, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3151verbnet(awaken, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3152verbnet(break, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3153verbnet(burst, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3154verbnet(coalesce, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3155verbnet(come, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3156verbnet(dawn, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3157verbnet(derive, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3158verbnet(develop, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3159verbnet(emanate, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3160verbnet(emerge, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3161verbnet(erupt, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3162verbnet(evolve, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3163verbnet(exude, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3164verbnet(flow, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3165verbnet(form, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3166verbnet(grow, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3167verbnet(gush, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3168verbnet(irrupt, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3169verbnet(issue, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3170verbnet(materialize, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3171verbnet(open, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3172verbnet(plop, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3173verbnet(pop_up, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3174verbnet(reappear, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3175verbnet('re-emerge', s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3176verbnet(result, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3177verbnet(rise, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3178verbnet(show_up, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3179verbnet(spill, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3180verbnet(spread, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3181verbnet(spring_up, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3182verbnet(steal, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3183verbnet(stem, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3184verbnet(stream, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3185verbnet(supervene, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3186verbnet(surge, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3187verbnet(take_shape, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3188verbnet(wax, s:_\np, ['Theme'], [48,'.',1,'.',1]).
 3189
 3190%%% File:    ext/VerbNet/appear-48.1.1.xml
 3191%%% Primary: NP V PP.location (appear-48.1.1)
 3192%%% Syntax:  [np:Theme,v,pp,np:Location]
 3193%%% CCG:     (s:_\np)/pp
 3194%%% Roles:   [Theme]
 3195%%% Example: A ship appeared on the horizon.
 3196%%%
 3197verbnet(appear, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3198verbnet(arise, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3199verbnet(awake, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3200verbnet(awaken, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3201verbnet(break, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3202verbnet(burst, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3203verbnet(coalesce, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3204verbnet(come, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3205verbnet(dawn, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3206verbnet(derive, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3207verbnet(develop, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3208verbnet(emanate, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3209verbnet(emerge, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3210verbnet(erupt, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3211verbnet(evolve, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3212verbnet(exude, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3213verbnet(flow, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3214verbnet(form, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3215verbnet(grow, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3216verbnet(gush, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3217verbnet(irrupt, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3218verbnet(issue, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3219verbnet(materialize, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3220verbnet(open, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3221verbnet(plop, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3222verbnet(pop_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3223verbnet(reappear, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3224verbnet('re-emerge', (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3225verbnet(result, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3226verbnet(rise, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3227verbnet(show_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3228verbnet(spill, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3229verbnet(spread, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3230verbnet(spring_up, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3231verbnet(steal, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3232verbnet(stem, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3233verbnet(stream, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3234verbnet(supervene, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3235verbnet(surge, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3236verbnet(take_shape, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3237verbnet(wax, (s:_\np)/pp, ['Theme'], [48,'.',1,'.',1]).
 3238
 3239%%% File:    ext/VerbNet/appear-48.1.1.xml
 3240%%% Primary: There V NP PP (appear-48.1.1)
 3241%%% Syntax:  [lex:there,v,np:Theme,pp,np:Location]
 3242%%% CCG:     ((s:_\lex:there)/pp)/np
 3243%%% Roles:   [Theme]
 3244%%% Example: There appeared a ship on the horizon.
 3245%%%
 3246verbnet(appear, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3247verbnet(arise, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3248verbnet(awake, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3249verbnet(awaken, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3250verbnet(break, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3251verbnet(burst, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3252verbnet(coalesce, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3253verbnet(come, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3254verbnet(dawn, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3255verbnet(derive, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3256verbnet(develop, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3257verbnet(emanate, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3258verbnet(emerge, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3259verbnet(erupt, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3260verbnet(evolve, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3261verbnet(exude, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3262verbnet(flow, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3263verbnet(form, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3264verbnet(grow, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3265verbnet(gush, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3266verbnet(irrupt, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3267verbnet(issue, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3268verbnet(materialize, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3269verbnet(open, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3270verbnet(plop, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3271verbnet(pop_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3272verbnet(reappear, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3273verbnet('re-emerge', ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3274verbnet(result, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3275verbnet(rise, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3276verbnet(show_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3277verbnet(spill, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3278verbnet(spread, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3279verbnet(spring_up, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3280verbnet(steal, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3281verbnet(stem, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3282verbnet(stream, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3283verbnet(supervene, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3284verbnet(surge, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3285verbnet(take_shape, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3286verbnet(wax, ((s:_\lex:there)/pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3287
 3288%%% File:    ext/VerbNet/appear-48.1.1.xml
 3289%%% Primary: PP.location V NP (appear-48.1.1)
 3290%%% Syntax:  [pp,np:Location,v,np:Theme]
 3291%%% CCG:     (s:_\pp)/np
 3292%%% Roles:   [Theme]
 3293%%% Example: On the horizon appeared a large ship.
 3294%%%
 3295verbnet(appear, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3296verbnet(arise, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3297verbnet(awake, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3298verbnet(awaken, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3299verbnet(break, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3300verbnet(burst, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3301verbnet(coalesce, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3302verbnet(come, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3303verbnet(dawn, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3304verbnet(derive, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3305verbnet(develop, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3306verbnet(emanate, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3307verbnet(emerge, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3308verbnet(erupt, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3309verbnet(evolve, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3310verbnet(exude, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3311verbnet(flow, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3312verbnet(form, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3313verbnet(grow, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3314verbnet(gush, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3315verbnet(irrupt, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3316verbnet(issue, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3317verbnet(materialize, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3318verbnet(open, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3319verbnet(plop, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3320verbnet(pop_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3321verbnet(reappear, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3322verbnet('re-emerge', (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3323verbnet(result, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3324verbnet(rise, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3325verbnet(show_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3326verbnet(spill, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3327verbnet(spread, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3328verbnet(spring_up, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3329verbnet(steal, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3330verbnet(stem, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3331verbnet(stream, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3332verbnet(supervene, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3333verbnet(surge, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3334verbnet(take_shape, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3335verbnet(wax, (s:_\pp)/np, ['Theme'], [48,'.',1,'.',1]).
 3336
 3337%%% File:    ext/VerbNet/appear-48.1.1.xml
 3338%%% Primary: NP V ADV (appear-48.1.1)
 3339%%% Syntax:  [np:Theme,v,np:Location]
 3340%%% CCG:     (s:_\np)/np
 3341%%% Roles:   [Location,Theme]
 3342%%% Example: It appeared there.
 3343%%%
 3344verbnet(appear, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3345verbnet(arise, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3346verbnet(awake, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3347verbnet(awaken, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3348verbnet(break, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3349verbnet(burst, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3350verbnet(coalesce, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3351verbnet(come, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3352verbnet(dawn, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3353verbnet(derive, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3354verbnet(develop, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3355verbnet(emanate, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3356verbnet(emerge, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3357verbnet(erupt, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3358verbnet(evolve, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3359verbnet(exude, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3360verbnet(flow, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3361verbnet(form, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3362verbnet(grow, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3363verbnet(gush, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3364verbnet(irrupt, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3365verbnet(issue, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3366verbnet(materialize, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3367verbnet(open, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3368verbnet(plop, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3369verbnet(pop_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3370verbnet(reappear, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3371verbnet('re-emerge', (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3372verbnet(result, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3373verbnet(rise, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3374verbnet(show_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3375verbnet(spill, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3376verbnet(spread, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3377verbnet(spring_up, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3378verbnet(steal, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3379verbnet(stem, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3380verbnet(stream, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3381verbnet(supervene, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3382verbnet(surge, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3383verbnet(take_shape, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3384verbnet(wax, (s:_\np)/np, ['Location','Theme'], [48,'.',1,'.',1]).
 3385
 3386%%% File:    ext/VerbNet/appoint-29.1.xml
 3387%%% Primary: NP V NP NP (appoint-29.1)
 3388%%% Syntax:  [np:Agent,v,np:Theme,np:Result]
 3389%%% CCG:     ((s:_\np)/np)/np
 3390%%% Roles:   [Theme,Goal,Agent]
 3391%%% Example: We elected him governor.
 3392%%%
 3393verbnet(appoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3394verbnet(coronate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3395verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3396verbnet(designate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3397verbnet(elect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3398verbnet(install, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3399verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3400verbnet(mark, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3401verbnet(ordain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3402verbnet(adopt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3403verbnet(upgrade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3404verbnet(reelect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3405verbnet(want, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3406verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3407verbnet(nominate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3408
 3409%%% File:    ext/VerbNet/appoint-29.1.xml
 3410%%% Primary: NP V NP PP.result (appoint-29.1)
 3411%%% Syntax:  [np:Agent,v,np:Theme,lex: (as),np:Result]
 3412%%% CCG:     ((s:_\np)/pp)/np
 3413%%% Roles:   [Theme,Agent]
 3414%%% Example: We elected him as governor.
 3415%%%
 3416verbnet(appoint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3417verbnet(coronate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3418verbnet(crown, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3419verbnet(designate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3420verbnet(elect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3421verbnet(install, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3422verbnet(proclaim, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3423verbnet(mark, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3424verbnet(ordain, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3425verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3426verbnet(upgrade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3427verbnet(reelect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3428verbnet(want, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3429verbnet(name, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3430verbnet(nominate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',1]).
 3431verbnet(as, pp/np, ['Goal'], [29,.,1]).
 3432
 3433%%% File:    ext/VerbNet/appoint-29.1.xml
 3434%%% Primary: NP V NP to be NP (appoint-29.1)
 3435%%% Syntax:  [np:Agent,v,np:Theme,lex:to,lex:be,np:Result]
 3436%%% CCG:     ((s:_\np)/np)/np
 3437%%% Roles:   [Theme,Goal,Agent]
 3438%%% Missing: [lex:be,lex:to]
 3439%%% Example: We elected Alan to be our new governor.
 3440%%%
 3441verbnet(appoint, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3442verbnet(coronate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3443verbnet(crown, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3444verbnet(designate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3445verbnet(elect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3446verbnet(install, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3447verbnet(proclaim, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3448verbnet(mark, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3449verbnet(ordain, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3450verbnet(adopt, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3451verbnet(upgrade, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3452verbnet(reelect, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3453verbnet(want, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3454verbnet(name, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3455verbnet(nominate, ((s:_\np)/np)/np, ['Theme','Goal','Agent'], [29,'.',1]).
 3456
 3457%%% File:    ext/VerbNet/appoint-29.1.xml
 3458%%% Primary: NP V NP (appoint-29.1)
 3459%%% Syntax:  [np:Agent,v,np:Theme]
 3460%%% CCG:     (s:_\np)/np
 3461%%% Roles:   [Theme,Agent]
 3462%%% Example: They elected John.
 3463%%%
 3464verbnet(appoint, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3465verbnet(coronate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3466verbnet(crown, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3467verbnet(designate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3468verbnet(elect, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3469verbnet(install, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3470verbnet(proclaim, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3471verbnet(mark, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3472verbnet(ordain, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3473verbnet(adopt, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3474verbnet(upgrade, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3475verbnet(reelect, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3476verbnet(want, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3477verbnet(name, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3478verbnet(nominate, (s:_\np)/np, ['Theme','Agent'], [29,'.',1]).
 3479
 3480%%% File:    ext/VerbNet/approve-77.xml
 3481%%% Primary: NP v how S (approve-77)
 3482%%% Syntax:  [np:Agent,v,s:Proposition]
 3483%%% CCG:     (s:_\np)/s:_
 3484%%% Roles:   [Topic,Agent]
 3485%%% Example: I accept how you do it.
 3486%%%
 3487verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3488verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3489verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3490verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3491verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3492verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3493
 3494%%% File:    ext/VerbNet/approve-77.xml
 3495%%% Primary: NP V NP (approve-77)
 3496%%% Syntax:  [np:Agent,v,np:Proposition]
 3497%%% CCG:     (s:_\np)/np
 3498%%% Roles:   [Topic,Agent]
 3499%%% Example: I accepted it.
 3500%%%
 3501verbnet(accept, (s:_\np)/np, ['Topic','Agent'], [77]).
 3502verbnet(understand, (s:_\np)/np, ['Topic','Agent'], [77]).
 3503verbnet(encourage, (s:_\np)/np, ['Topic','Agent'], [77]).
 3504verbnet(discourage, (s:_\np)/np, ['Topic','Agent'], [77]).
 3505verbnet(disprefer, (s:_\np)/np, ['Topic','Agent'], [77]).
 3506verbnet(reject, (s:_\np)/np, ['Topic','Agent'], [77]).
 3507
 3508%%% File:    ext/VerbNet/approve-77.xml
 3509%%% Primary: NP V S_ING (approve-77)
 3510%%% Syntax:  [np:Agent,v,np:Proposition]
 3511%%% CCG:     (s:_\np)/np
 3512%%% Roles:   [Topic,Agent]
 3513%%% Example: I accepted their writing novels.
 3514%%%
 3515verbnet(accept, (s:_\np)/np, ['Topic','Agent'], [77]).
 3516verbnet(understand, (s:_\np)/np, ['Topic','Agent'], [77]).
 3517verbnet(encourage, (s:_\np)/np, ['Topic','Agent'], [77]).
 3518verbnet(discourage, (s:_\np)/np, ['Topic','Agent'], [77]).
 3519verbnet(disprefer, (s:_\np)/np, ['Topic','Agent'], [77]).
 3520verbnet(reject, (s:_\np)/np, ['Topic','Agent'], [77]).
 3521
 3522%%% File:    ext/VerbNet/approve-77.xml
 3523%%% Primary: NP V that S (approve-77)
 3524%%% Syntax:  [np:Agent,v,s:Proposition]
 3525%%% CCG:     (s:_\np)/s:_
 3526%%% Roles:   [Topic,Agent]
 3527%%% Example: I accepted that they wrote novels.
 3528%%%
 3529verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3530verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3531verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3532verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3533verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3534verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3535
 3536%%% File:    ext/VerbNet/approve-77.xml
 3537%%% Primary: NP V what S (approve-77)
 3538%%% Syntax:  [np:Agent,v,s:Proposition]
 3539%%% CCG:     (s:_\np)/s:_
 3540%%% Roles:   [Topic,Agent]
 3541%%% Example: I accepted what they were doing.
 3542%%%
 3543verbnet(accept, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3544verbnet(understand, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3545verbnet(encourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3546verbnet(discourage, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3547verbnet(disprefer, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3548verbnet(reject, (s:_\np)/s:_, ['Topic','Agent'], [77]).
 3549
 3550%%% File:    ext/VerbNet/assessment-34.1.xml
 3551%%% Primary: NP V NP (assessment-34.1)
 3552%%% Syntax:  [np:Agent,v,np:Theme]
 3553%%% CCG:     (s:_\np)/np
 3554%%% Roles:   [Theme,Agent]
 3555%%% Example: The inspector analyzed the building.
 3556%%%
 3557verbnet(analyze, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3558verbnet(appraise, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3559verbnet(assess, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3560verbnet(audit, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3561verbnet(evaluate, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3562verbnet(review, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3563verbnet(scrutinize, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3564verbnet(analyse, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3565verbnet(assay, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3566verbnet(proofread, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3567verbnet(study, (s:_\np)/np, ['Theme','Agent'], [34,'.',1]).
 3568
 3569%%% File:    ext/VerbNet/assessment-34.1.xml
 3570%%% Primary: NP V NP PP.attribute (assessment-34.1)
 3571%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Attribute]
 3572%%% CCG:     ((s:_\np)/pp)/np
 3573%%% Roles:   [Theme,Agent]
 3574%%% Example: The inspector analyzed the building for its soundness.
 3575%%%
 3576verbnet(analyze, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3577verbnet(appraise, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3578verbnet(assess, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3579verbnet(audit, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3580verbnet(evaluate, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3581verbnet(review, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3582verbnet(scrutinize, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3583verbnet(analyse, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3584verbnet(assay, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3585verbnet(proofread, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3586verbnet(study, ((s:_\np)/pp)/np, ['Theme','Agent'], [34,'.',1]).
 3587verbnet(for, pp/np, ['Attribute'], [34,.,1]).
 3588
 3589%%% File:    ext/VerbNet/assessment-34.1.xml
 3590%%% Primary: NP V NP.attribute (assessment-34.1)
 3591%%% Syntax:  [np:Agent,v,np:Theme,lex:'s,np:Attribute]
 3592%%% CCG:     ((s:_\np)/np)/np
 3593%%% Roles:   [Theme,Attribute,Agent]
 3594%%% Missing: [lex:'s]
 3595%%% Example: The inspector analyzed the building's soundness.
 3596%%%
 3597verbnet(analyze, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3598verbnet(appraise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3599verbnet(assess, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3600verbnet(audit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3601verbnet(evaluate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3602verbnet(review, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3603verbnet(scrutinize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3604verbnet(analyse, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3605verbnet(assay, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3606verbnet(proofread, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3607verbnet(study, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [34,'.',1]).
 3608
 3609%%% File:    ext/VerbNet/assuming_position-50.xml
 3610%%% Primary: NP V (assuming_position-50)
 3611%%% Syntax:  [np:Agent,v]
 3612%%% CCG:     s:_\np
 3613%%% Roles:   [Agent]
 3614%%% Example: The dog flopped.
 3615%%%
 3616verbnet(bend, s:_\np, ['Agent'], [50]).
 3617verbnet(bow, s:_\np, ['Agent'], [50]).
 3618verbnet(crouch, s:_\np, ['Agent'], [50]).
 3619verbnet(flop, s:_\np, ['Agent'], [50]).
 3620verbnet(hang, s:_\np, ['Agent'], [50]).
 3621verbnet(hunch, s:_\np, ['Agent'], [50]).
 3622verbnet(hunch_up, s:_\np, ['Agent'], [50]).
 3623verbnet(kneel, s:_\np, ['Agent'], [50]).
 3624verbnet(lean, s:_\np, ['Agent'], [50]).
 3625verbnet(lie, s:_\np, ['Agent'], [50]).
 3626verbnet(lie_down, s:_\np, ['Agent'], [50]).
 3627verbnet(perch, s:_\np, ['Agent'], [50]).
 3628verbnet(plop, s:_\np, ['Agent'], [50]).
 3629verbnet(rise, s:_\np, ['Agent'], [50]).
 3630verbnet(sit, s:_\np, ['Agent'], [50]).
 3631verbnet(sit_down, s:_\np, ['Agent'], [50]).
 3632verbnet(slouch, s:_\np, ['Agent'], [50]).
 3633verbnet(slump, s:_\np, ['Agent'], [50]).
 3634verbnet(sprawl, s:_\np, ['Agent'], [50]).
 3635verbnet(squat, s:_\np, ['Agent'], [50]).
 3636verbnet(squat_down, s:_\np, ['Agent'], [50]).
 3637verbnet(stand, s:_\np, ['Agent'], [50]).
 3638verbnet(stand_up, s:_\np, ['Agent'], [50]).
 3639verbnet(stoop, s:_\np, ['Agent'], [50]).
 3640verbnet(straddle, s:_\np, ['Agent'], [50]).
 3641
 3642%%% File:    ext/VerbNet/assuming_position-50.xml
 3643%%% Primary: NP V PP.location (assuming_position-50)
 3644%%% Syntax:  [np:Agent,v,pp,np:Location]
 3645%%% CCG:     (s:_\np)/pp
 3646%%% Roles:   [Agent]
 3647%%% Example: The dog flopped in the corner.
 3648%%%
 3649verbnet(bend, (s:_\np)/pp, ['Agent'], [50]).
 3650verbnet(bow, (s:_\np)/pp, ['Agent'], [50]).
 3651verbnet(crouch, (s:_\np)/pp, ['Agent'], [50]).
 3652verbnet(flop, (s:_\np)/pp, ['Agent'], [50]).
 3653verbnet(hang, (s:_\np)/pp, ['Agent'], [50]).
 3654verbnet(hunch, (s:_\np)/pp, ['Agent'], [50]).
 3655verbnet(hunch_up, (s:_\np)/pp, ['Agent'], [50]).
 3656verbnet(kneel, (s:_\np)/pp, ['Agent'], [50]).
 3657verbnet(lean, (s:_\np)/pp, ['Agent'], [50]).
 3658verbnet(lie, (s:_\np)/pp, ['Agent'], [50]).
 3659verbnet(lie_down, (s:_\np)/pp, ['Agent'], [50]).
 3660verbnet(perch, (s:_\np)/pp, ['Agent'], [50]).
 3661verbnet(plop, (s:_\np)/pp, ['Agent'], [50]).
 3662verbnet(rise, (s:_\np)/pp, ['Agent'], [50]).
 3663verbnet(sit, (s:_\np)/pp, ['Agent'], [50]).
 3664verbnet(sit_down, (s:_\np)/pp, ['Agent'], [50]).
 3665verbnet(slouch, (s:_\np)/pp, ['Agent'], [50]).
 3666verbnet(slump, (s:_\np)/pp, ['Agent'], [50]).
 3667verbnet(sprawl, (s:_\np)/pp, ['Agent'], [50]).
 3668verbnet(squat, (s:_\np)/pp, ['Agent'], [50]).
 3669verbnet(squat_down, (s:_\np)/pp, ['Agent'], [50]).
 3670verbnet(stand, (s:_\np)/pp, ['Agent'], [50]).
 3671verbnet(stand_up, (s:_\np)/pp, ['Agent'], [50]).
 3672verbnet(stoop, (s:_\np)/pp, ['Agent'], [50]).
 3673verbnet(straddle, (s:_\np)/pp, ['Agent'], [50]).
 3674
 3675%%% File:    ext/VerbNet/avoid-52.xml
 3676%%% Primary: NP V NP.location (avoid-52)
 3677%%% Syntax:  [np:Agent,v,np:Location]
 3678%%% CCG:     (s:_\np)/np
 3679%%% Roles:   [Location,Agent]
 3680%%% Example: We avoided the area.
 3681%%%
 3682verbnet(avoid, (s:_\np)/np, ['Location','Agent'], [52]).
 3683verbnet(boycott, (s:_\np)/np, ['Location','Agent'], [52]).
 3684verbnet(circumvent, (s:_\np)/np, ['Location','Agent'], [52]).
 3685verbnet(dodge, (s:_\np)/np, ['Location','Agent'], [52]).
 3686verbnet(duck, (s:_\np)/np, ['Location','Agent'], [52]).
 3687verbnet(elude, (s:_\np)/np, ['Location','Agent'], [52]).
 3688verbnet(eschew, (s:_\np)/np, ['Location','Agent'], [52]).
 3689verbnet(evade, (s:_\np)/np, ['Location','Agent'], [52]).
 3690verbnet(forgo, (s:_\np)/np, ['Location','Agent'], [52]).
 3691verbnet(shun, (s:_\np)/np, ['Location','Agent'], [52]).
 3692verbnet(sidestep, (s:_\np)/np, ['Location','Agent'], [52]).
 3693
 3694%%% File:    ext/VerbNet/avoid-52.xml
 3695%%% Primary: NP V NP.theme (avoid-52)
 3696%%% Syntax:  [np:Agent,v,np:Theme]
 3697%%% CCG:     (s:_\np)/np
 3698%%% Roles:   [Theme,Agent]
 3699%%% Example: We avoided the ball.
 3700%%%
 3701verbnet(avoid, (s:_\np)/np, ['Theme','Agent'], [52]).
 3702verbnet(boycott, (s:_\np)/np, ['Theme','Agent'], [52]).
 3703verbnet(circumvent, (s:_\np)/np, ['Theme','Agent'], [52]).
 3704verbnet(dodge, (s:_\np)/np, ['Theme','Agent'], [52]).
 3705verbnet(duck, (s:_\np)/np, ['Theme','Agent'], [52]).
 3706verbnet(elude, (s:_\np)/np, ['Theme','Agent'], [52]).
 3707verbnet(eschew, (s:_\np)/np, ['Theme','Agent'], [52]).
 3708verbnet(evade, (s:_\np)/np, ['Theme','Agent'], [52]).
 3709verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [52]).
 3710verbnet(shun, (s:_\np)/np, ['Theme','Agent'], [52]).
 3711verbnet(sidestep, (s:_\np)/np, ['Theme','Agent'], [52]).
 3712
 3713%%% File:    ext/VerbNet/avoid-52.xml
 3714%%% Primary: NP V S_ING (avoid-52)
 3715%%% Syntax:  [np:Agent,v,vp_ng:Theme]
 3716%%% CCG:     (s:_\np)/ (s:ng\np)
 3717%%% Roles:   [Theme,Agent]
 3718%%% Example: He avoided going to the area.
 3719%%%
 3720verbnet(avoid, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3721verbnet(boycott, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3722verbnet(circumvent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3723verbnet(dodge, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3724verbnet(duck, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3725verbnet(elude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3726verbnet(eschew, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3727verbnet(evade, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3728verbnet(forgo, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3729verbnet(shun, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3730verbnet(sidestep, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [52]).
 3731
 3732%%% File:    ext/VerbNet/avoid-52.xml
 3733%%% Primary: NP V S_ING (avoid-52)
 3734%%% Syntax:  [np:Agent,v,np:Theme]
 3735%%% CCG:     (s:_\np)/np
 3736%%% Roles:   [Theme,Agent]
 3737%%% Example: He avoided his nagging.
 3738%%%
 3739verbnet(avoid, (s:_\np)/np, ['Theme','Agent'], [52]).
 3740verbnet(boycott, (s:_\np)/np, ['Theme','Agent'], [52]).
 3741verbnet(circumvent, (s:_\np)/np, ['Theme','Agent'], [52]).
 3742verbnet(dodge, (s:_\np)/np, ['Theme','Agent'], [52]).
 3743verbnet(duck, (s:_\np)/np, ['Theme','Agent'], [52]).
 3744verbnet(elude, (s:_\np)/np, ['Theme','Agent'], [52]).
 3745verbnet(eschew, (s:_\np)/np, ['Theme','Agent'], [52]).
 3746verbnet(evade, (s:_\np)/np, ['Theme','Agent'], [52]).
 3747verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [52]).
 3748verbnet(shun, (s:_\np)/np, ['Theme','Agent'], [52]).
 3749verbnet(sidestep, (s:_\np)/np, ['Theme','Agent'], [52]).
 3750
 3751%%% File:    ext/VerbNet/banish-10.2.xml
 3752%%% Primary: NP V NP (banish-10.2)
 3753%%% Syntax:  [np:Agent,v,np:Theme]
 3754%%% CCG:     (s:_\np)/np
 3755%%% Roles:   [Theme,Agent]
 3756%%% Example: The king banished the general.
 3757%%%
 3758verbnet(banish, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3759verbnet(deport, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3760verbnet(evacuate, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3761verbnet(expel, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3762verbnet(extradite, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3763verbnet(recall, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3764verbnet(remove, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3765verbnet(shanghai, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3766verbnet(boot, (s:_\np)/np, ['Theme','Agent'], [10,'.',2]).
 3767
 3768%%% File:    ext/VerbNet/banish-10.2.xml
 3769%%% Primary: NP V NP PP.source (banish-10.2)
 3770%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Source]
 3771%%% CCG:     ((s:_\np)/pp)/np
 3772%%% Roles:   [Theme,Agent]
 3773%%% Example: The king banished the general from the army.
 3774%%%
 3775verbnet(banish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3776verbnet(deport, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3777verbnet(evacuate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3778verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3779verbnet(extradite, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3780verbnet(recall, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3781verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3782verbnet(shanghai, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3783verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3784
 3785%%% File:    ext/VerbNet/banish-10.2.xml
 3786%%% Primary: NP V NP PP.destination (banish-10.2)
 3787%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination]
 3788%%% CCG:     ((s:_\np)/pp)/np
 3789%%% Roles:   [Theme,Agent]
 3790%%% Example: The king deported the general to the isle.
 3791%%%
 3792verbnet(banish, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3793verbnet(deport, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3794verbnet(evacuate, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3795verbnet(expel, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3796verbnet(extradite, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3797verbnet(recall, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3798verbnet(remove, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3799verbnet(shanghai, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3800verbnet(boot, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',2]).
 3801verbnet(to, pp/np, ['Destination'], [10,.,2]).
 3802
 3803%%% File:    ext/VerbNet/base-97.1.xml
 3804%%% Primary: NP V NP PP.source (base-97.1)
 3805%%% Syntax:  [np:Agent,v,np:Theme,prep:on,np:Source]
 3806%%% CCG:     ((s:_\np)/pp)/np
 3807%%% Roles:   [Theme,Agent]
 3808%%% Example: We based our plans on his information.
 3809%%%
 3810verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3811verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3812verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3813verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3814verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3815verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3816verbnet(on, pp/np, ['Source'], [97,.,1]).
 3817
 3818%%% File:    ext/VerbNet/base-97.1.xml
 3819%%% Primary: NP V NP PP.source whether S (base-97.1)
 3820%%% Syntax:  [np:Agent,v,np:Theme,prep:on,s:Source]
 3821%%% CCG:     ((s:_\np)/pp)/np
 3822%%% Roles:   [Theme,Agent]
 3823%%% Example: They based their decision on whether he happened to come or not.
 3824%%%
 3825verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3826verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3827verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3828verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3829verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3830verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3831verbnet(on, pp/s:_, ['Source'], [97,.,1]).
 3832
 3833%%% File:    ext/VerbNet/base-97.1.xml
 3834%%% Primary: NP V NP PP.source S_ING (base-97.1)
 3835%%% Syntax:  [np:Agent,v,np:Theme,prep:on,np:Source]
 3836%%% CCG:     ((s:_\np)/pp)/np
 3837%%% Roles:   [Theme,Agent]
 3838%%% Example: They based their plan on his seizing the base.
 3839%%%
 3840verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3841verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3842verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3843verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3844verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3845verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3846verbnet(on, pp/np, ['Source'], [97,.,1]).
 3847
 3848%%% File:    ext/VerbNet/base-97.1.xml
 3849%%% Primary: NP V NP PP.source S (base-97.1)
 3850%%% Syntax:  [np:Agent,v,np:Theme,prep:on,vp_ng:Source]
 3851%%% CCG:     ((s:_\np)/pp)/np
 3852%%% Roles:   [Theme,Agent]
 3853%%% Example: They based their plans on him getting in on time.
 3854%%%
 3855verbnet(base, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3856verbnet(establish, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3857verbnet(ground, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3858verbnet(found, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3859verbnet(build, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3860verbnet(construe, ((s:_\np)/pp)/np, ['Theme','Agent'], [97,'.',1]).
 3861verbnet(on, pp/(s:ng\np), ['Source'], [97,.,1]).
 3862
 3863%%% File:    ext/VerbNet/battle-36.4.xml
 3864%%% Primary: NP V (battle-36.4-1)
 3865%%% Syntax:  [np:Agent,v]
 3866%%% CCG:     s:_\np
 3867%%% Roles:   [Agent]
 3868%%% Example: They battled.
 3869%%%
 3870verbnet(argue, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3871verbnet(bargain, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3872verbnet(battle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3873verbnet(bicker, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3874verbnet(brawl, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3875verbnet(clash, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3876verbnet(combat, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3877verbnet(compete, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3878verbnet(conflict, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3879verbnet(correspond, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3880verbnet(communicate, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3881verbnet(dicker, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3882verbnet(differ, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3883verbnet(disagree, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3884verbnet(dispute, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3885verbnet(duel, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3886verbnet(feud, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3887verbnet(fight, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3888verbnet(joust, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3889verbnet(quarrel, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3890verbnet(quibble, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3891verbnet(scuffle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3892verbnet(skirmish, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3893verbnet(spar, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3894verbnet(spat, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3895verbnet(struggle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3896verbnet(squabble, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3897verbnet(tilt, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3898verbnet(tussle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3899verbnet(vie, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3900verbnet(war, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3901verbnet(wrangle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3902verbnet(wrestle, s:_\np, ['Agent'], [36,'.',4,-,1]).
 3903
 3904%%% File:    ext/VerbNet/battle-36.4.xml
 3905%%% Primary: NP V PP.topic NP S_ING (battle-36.4-1)
 3906%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
 3907%%% CCG:     (s:_\np)/pp
 3908%%% Roles:   [Agent]
 3909%%% Example: They battled about his coming.
 3910%%%
 3911verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3912verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3913verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3914verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3915verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3916verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3917verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3918verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3919verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3920verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3921verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3922verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3923verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3924verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3925verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3926verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3927verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3928verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3929verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3930verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3931verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3932verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3933verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3934verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3935verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3936verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3937verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3938verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3939verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3940verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3941verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3942verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3943verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3944verbnet(about, pp/np, ['Topic'], [36,.,4,-,1]).
 3945
 3946%%% File:    ext/VerbNet/battle-36.4.xml
 3947%%% Primary: NP V PP.topic whether S (battle-36.4-1)
 3948%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
 3949%%% CCG:     (s:_\np)/pp
 3950%%% Roles:   [Agent]
 3951%%% Example: They battled about whether he should go.
 3952%%%
 3953verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3954verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3955verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3956verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3957verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3958verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3959verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3960verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3961verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3962verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3963verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3964verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3965verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3966verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3967verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3968verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3969verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3970verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3971verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3972verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3973verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3974verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3975verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3976verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3977verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3978verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3979verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3980verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3981verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3982verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3983verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3984verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3985verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3986verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]).
 3987
 3988%%% File:    ext/VerbNet/battle-36.4.xml
 3989%%% Primary: NP V PP.topic what S (battle-36.4-1)
 3990%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
 3991%%% CCG:     (s:_\np)/pp
 3992%%% Roles:   [Agent]
 3993%%% Example: They battled about what was the right thing.
 3994%%%
 3995verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3996verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3997verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3998verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 3999verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4000verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4001verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4002verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4003verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4004verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4005verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4006verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4007verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4008verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4009verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4010verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4011verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4012verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4013verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4014verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4015verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4016verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4017verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4018verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4019verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4020verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4021verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4022verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4023verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4024verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4025verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4026verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4027verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4028verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]).
 4029
 4030%%% File:    ext/VerbNet/battle-36.4.xml
 4031%%% Primary: NP V PP.topic whether S_INF (battle-36.4-1)
 4032%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
 4033%%% CCG:     (s:_\np)/pp
 4034%%% Roles:   [Agent]
 4035%%% Example: They battled about whether to go.
 4036%%%
 4037verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4038verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4039verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4040verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4041verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4042verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4043verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4044verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4045verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4046verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4047verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4048verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4049verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4050verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4051verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4052verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4053verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4054verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4055verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4056verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4057verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4058verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4059verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4060verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4061verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4062verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4063verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4064verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4065verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4066verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4067verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4068verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4069verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4070verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]).
 4071
 4072%%% File:    ext/VerbNet/battle-36.4.xml
 4073%%% Primary: NP V PP.topic what S_INF (battle-36.4-1)
 4074%%% Syntax:  [np:Agent,v,prep:about,s:Topic]
 4075%%% CCG:     (s:_\np)/pp
 4076%%% Roles:   [Agent]
 4077%%% Example: They battled about what to do.
 4078%%%
 4079verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4080verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4081verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4082verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4083verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4084verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4085verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4086verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4087verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4088verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4089verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4090verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4091verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4092verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4093verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4094verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4095verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4096verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4097verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4098verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4099verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4100verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4101verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4102verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4103verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4104verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4105verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4106verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4107verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4108verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4109verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4110verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4111verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4112verbnet(about, pp/s:_, ['Topic'], [36,.,4,-,1]).
 4113
 4114%%% File:    ext/VerbNet/battle-36.4.xml
 4115%%% Primary: NP V PP.topic (battle-36.4-1)
 4116%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
 4117%%% CCG:     (s:_\np)/pp
 4118%%% Roles:   [Agent]
 4119%%% Example: They battled about it.
 4120%%%
 4121verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4122verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4123verbnet(battle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4124verbnet(bicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4125verbnet(brawl, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4126verbnet(clash, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4127verbnet(combat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4128verbnet(compete, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4129verbnet(conflict, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4130verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4131verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4132verbnet(dicker, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4133verbnet(differ, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4134verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4135verbnet(dispute, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4136verbnet(duel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4137verbnet(feud, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4138verbnet(fight, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4139verbnet(joust, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4140verbnet(quarrel, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4141verbnet(quibble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4142verbnet(scuffle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4143verbnet(skirmish, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4144verbnet(spar, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4145verbnet(spat, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4146verbnet(struggle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4147verbnet(squabble, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4148verbnet(tilt, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4149verbnet(tussle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4150verbnet(vie, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4151verbnet(war, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4152verbnet(wrangle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4153verbnet(wrestle, (s:_\np)/pp, ['Agent'], [36,'.',4,-,1]).
 4154verbnet(about, pp/np, ['Topic'], [36,.,4,-,1]).
 4155
 4156%%% File:    ext/VerbNet/battle-36.4.xml
 4157%%% Primary: NP V PP.co-agent PP.topic whether/if S (battle-36.4)
 4158%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic]
 4159%%% CCG:     ((s:_\np)/pp)/pp
 4160%%% Roles:   [Agent]
 4161%%% Example: I battled with him about whether he should kill the peasants.
 4162%%%
 4163verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4164verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4165verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4166verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4167verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4168verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4169verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4170verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4171verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4172verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4173verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4174verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4175verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4176verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4177verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4178verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4179verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4180verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4181verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4182verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4183verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4184verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4185verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4186verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4187verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4188verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4189verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4190verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4191verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4192verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4193verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4194verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4195verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4196verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4197verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4198verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4199verbnet(about, pp/s:_, ['Topic'], [36,.,4]).
 4200
 4201%%% File:    ext/VerbNet/battle-36.4.xml
 4202%%% Primary: NP V PP.co-agent PP.topic what S (battle-36.4)
 4203%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic]
 4204%%% CCG:     ((s:_\np)/pp)/pp
 4205%%% Roles:   [Agent]
 4206%%% Example: I battled with him about whether he should go.
 4207%%%
 4208verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4209verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4210verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4211verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4212verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4213verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4214verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4215verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4216verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4217verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4218verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4219verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4220verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4221verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4222verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4223verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4224verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4225verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4226verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4227verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4228verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4229verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4230verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4231verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4232verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4233verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4234verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4235verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4236verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4237verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4238verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4239verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4240verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4241verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4242verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4243verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4244verbnet(about, pp/s:_, ['Topic'], [36,.,4]).
 4245
 4246%%% File:    ext/VerbNet/battle-36.4.xml
 4247%%% Primary: NP V PP.co-agent PP.topic what S_INF (battle-36.4)
 4248%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic]
 4249%%% CCG:     ((s:_\np)/pp)/pp
 4250%%% Roles:   [Agent]
 4251%%% Example: I battled with him about what to do.
 4252%%%
 4253verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4254verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4255verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4256verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4257verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4258verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4259verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4260verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4261verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4262verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4263verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4264verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4265verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4266verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4267verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4268verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4269verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4270verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4271verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4272verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4273verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4274verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4275verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4276verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4277verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4278verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4279verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4280verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4281verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4282verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4283verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4284verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4285verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4286verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4287verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4288verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4289verbnet(about, pp/s:_, ['Topic'], [36,.,4]).
 4290
 4291%%% File:    ext/VerbNet/battle-36.4.xml
 4292%%% Primary: NP V PP.co-agent PP.topic whether S_INF (battle-36.4)
 4293%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Topic]
 4294%%% CCG:     ((s:_\np)/pp)/pp
 4295%%% Roles:   [Agent]
 4296%%% Example: I battled with him about whether to go.
 4297%%%
 4298verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4299verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4300verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4301verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4302verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4303verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4304verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4305verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4306verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4307verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4308verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4309verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4310verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4311verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4312verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4313verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4314verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4315verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4316verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4317verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4318verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4319verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4320verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4321verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4322verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4323verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4324verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4325verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4326verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4327verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4328verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4329verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4330verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4331verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4332verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4333verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4334verbnet(about, pp/s:_, ['Topic'], [36,.,4]).
 4335
 4336%%% File:    ext/VerbNet/battle-36.4.xml
 4337%%% Primary: NP V PP.co-agent PP.topic (battle-36.4)
 4338%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic]
 4339%%% CCG:     ((s:_\np)/pp)/pp
 4340%%% Roles:   [Agent]
 4341%%% Example: I battled with him about it.
 4342%%%
 4343verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4344verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4345verbnet(battle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4346verbnet(bicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4347verbnet(brawl, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4348verbnet(clash, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4349verbnet(combat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4350verbnet(compete, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4351verbnet(conflict, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4352verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4353verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4354verbnet(dicker, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4355verbnet(differ, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4356verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4357verbnet(dispute, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4358verbnet(duel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4359verbnet(feud, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4360verbnet(fight, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4361verbnet(joust, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4362verbnet(quarrel, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4363verbnet(quibble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4364verbnet(scuffle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4365verbnet(skirmish, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4366verbnet(spar, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4367verbnet(spat, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4368verbnet(struggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4369verbnet(squabble, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4370verbnet(tilt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4371verbnet(tussle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4372verbnet(vie, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4373verbnet(war, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4374verbnet(wrangle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4375verbnet(wrestle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4376verbnet(consult, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4377verbnet(contend, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4378verbnet(exile, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',4]).
 4379verbnet(about, pp/np, ['Topic'], [36,.,4]).
 4380
 4381%%% File:    ext/VerbNet/beg-58.2.xml
 4382%%% Primary: NP V for NP S_INF (beg-58.2)
 4383%%% Syntax:  [np:Agent,v,np:Topic]
 4384%%% CCG:     (s:_\np)/np
 4385%%% Roles:   [Topic,Agent]
 4386%%% Example: I begged for her to do it.
 4387%%%
 4388verbnet(beg, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]).
 4389verbnet(ask, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]).
 4390verbnet(request, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]).
 4391verbnet(supplicate, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]).
 4392verbnet(importune, (s:_\np)/np, ['Topic','Agent'], [58,'.',2]).
 4393
 4394%%% File:    ext/VerbNet/beg-58.2.xml
 4395%%% Primary: NP V NP PP.topic (beg-58.2)
 4396%%% Syntax:  [np:Agent,v,np:Recipient,prep:for,np:Topic]
 4397%%% CCG:     ((s:_\np)/pp)/np
 4398%%% Roles:   [Recipient,Agent]
 4399%%% Example: I begged her for release.
 4400%%%
 4401verbnet(beg, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]).
 4402verbnet(ask, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]).
 4403verbnet(request, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]).
 4404verbnet(supplicate, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]).
 4405verbnet(importune, ((s:_\np)/pp)/np, ['Recipient','Agent'], [58,'.',2]).
 4406verbnet(for, pp/np, ['Topic'], [58,.,2]).
 4407
 4408%%% File:    ext/VerbNet/beg-58.2.xml
 4409%%% Primary: NP V NP S_INF (beg-58.2)
 4410%%% Syntax:  [np:Agent,v,np:Recipient,vp_to:Topic]
 4411%%% CCG:     ((s:_\np)/ (s:ng\np))/np
 4412%%% Roles:   [Recipient,Topic,Agent]
 4413%%% Example: I begged her to do it.
 4414%%%
 4415verbnet(beg, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4416verbnet(ask, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4417verbnet(request, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4418verbnet(supplicate, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4419verbnet(importune, ((s:_\np)/ (s:ng\np))/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4420
 4421%%% File:    ext/VerbNet/beg-58.2.xml
 4422%%% Primary: NP V PP.topic (beg-58.2)
 4423%%% Syntax:  [np:Agent,v,prep:for,np:Topic]
 4424%%% CCG:     (s:_\np)/pp
 4425%%% Roles:   [Agent]
 4426%%% Example: I begged for release.
 4427%%%
 4428verbnet(beg, (s:_\np)/pp, ['Agent'], [58,'.',2]).
 4429verbnet(ask, (s:_\np)/pp, ['Agent'], [58,'.',2]).
 4430verbnet(request, (s:_\np)/pp, ['Agent'], [58,'.',2]).
 4431verbnet(supplicate, (s:_\np)/pp, ['Agent'], [58,'.',2]).
 4432verbnet(importune, (s:_\np)/pp, ['Agent'], [58,'.',2]).
 4433verbnet(for, pp/np, ['Topic'], [58,.,2]).
 4434
 4435%%% File:    ext/VerbNet/beg-58.2.xml
 4436%%% Primary: NP V NP that S (beg-58.2)
 4437%%% Syntax:  [np:Agent,v,np:Recipient,s:Topic]
 4438%%% CCG:     ((s:_\np)/s:_)/np
 4439%%% Roles:   [Recipient,Topic,Agent]
 4440%%% Example: I begged him that he come.
 4441%%%
 4442verbnet(beg, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4443verbnet(ask, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4444verbnet(request, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4445verbnet(supplicate, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4446verbnet(importune, ((s:_\np)/s:_)/np, ['Recipient','Topic','Agent'], [58,'.',2]).
 4447
 4448%%% File:    ext/VerbNet/beg-58.2.xml
 4449%%% Primary: NP V S_INF (beg-58.2)
 4450%%% Syntax:  [np:Agent,v,vp_to:Topic]
 4451%%% CCG:     (s:_\np)/ (s:ng\np)
 4452%%% Roles:   [Topic,Agent]
 4453%%% Example: I begged to come.
 4454%%%
 4455verbnet(beg, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]).
 4456verbnet(ask, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]).
 4457verbnet(request, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]).
 4458verbnet(supplicate, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]).
 4459verbnet(importune, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [58,'.',2]).
 4460
 4461%%% File:    ext/VerbNet/begin-55.1.xml
 4462%%% Primary: NP V S_ING (begin-55.1-1)
 4463%%% Syntax:  [np:Agent,v,vp_ng:Theme]
 4464%%% CCG:     (s:_\np)/ (s:ng\np)
 4465%%% Roles:   [Theme,Agent]
 4466%%% Example: John began going to the area.
 4467%%%
 4468verbnet(begin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4469verbnet(start, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4470verbnet(start_off, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4471verbnet(commence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4472verbnet(recommence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4473verbnet(resume, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4474verbnet(undertake, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1,-,1]).
 4475
 4476%%% File:    ext/VerbNet/begin-55.1.xml
 4477%%% Primary: NP.theme V (begin-55.1-1)
 4478%%% Syntax:  [np:Theme,v]
 4479%%% CCG:     s:_\np
 4480%%% Roles:   [Theme]
 4481%%% Example: The storm began.
 4482%%%
 4483verbnet(begin, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4484verbnet(start, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4485verbnet(start_off, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4486verbnet(commence, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4487verbnet(recommence, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4488verbnet(resume, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4489verbnet(undertake, s:_\np, ['Theme'], [55,'.',1,-,1]).
 4490
 4491%%% File:    ext/VerbNet/begin-55.1.xml
 4492%%% Primary: NP V NP (begin-55.1-1)
 4493%%% Syntax:  [np:Agent,v,np:Theme]
 4494%%% CCG:     (s:_\np)/np
 4495%%% Roles:   [Theme,Agent]
 4496%%% Example: John started the party.
 4497%%%
 4498verbnet(begin, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4499verbnet(start, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4500verbnet(start_off, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4501verbnet(commence, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4502verbnet(recommence, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4503verbnet(resume, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4504verbnet(undertake, (s:_\np)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4505
 4506%%% File:    ext/VerbNet/begin-55.1.xml
 4507%%% Primary: NP V PP.instrument (begin-55.1-1)
 4508%%% Syntax:  [np:Theme,v,prep:with,np:Instrument]
 4509%%% CCG:     (s:_\np)/pp
 4510%%% Roles:   [Theme]
 4511%%% Example: The party began with a bang.
 4512%%%
 4513verbnet(begin, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4514verbnet(start, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4515verbnet(start_off, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4516verbnet(commence, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4517verbnet(recommence, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4518verbnet(resume, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4519verbnet(undertake, (s:_\np)/pp, ['Theme'], [55,'.',1,-,1]).
 4520verbnet(with, pp/np, ['Instrument'], [55,.,1,-,1]).
 4521
 4522%%% File:    ext/VerbNet/begin-55.1.xml
 4523%%% Primary: NP V NP PP.instrument (begin-55.1-1)
 4524%%% Syntax:  [np:Agent,v,np:Theme,prep:with,np:Instrument]
 4525%%% CCG:     ((s:_\np)/pp)/np
 4526%%% Roles:   [Theme,Agent]
 4527%%% Example: I began the party with a speech.
 4528%%%
 4529verbnet(begin, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4530verbnet(start, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4531verbnet(start_off, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4532verbnet(commence, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4533verbnet(recommence, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4534verbnet(resume, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4535verbnet(undertake, ((s:_\np)/pp)/np, ['Theme','Agent'], [55,'.',1,-,1]).
 4536verbnet(with, pp/np, ['Instrument'], [55,.,1,-,1]).
 4537
 4538%%% File:    ext/VerbNet/begin-55.1.xml
 4539%%% Primary: NP.instrument V NP (begin-55.1-1)
 4540%%% Syntax:  [np:Instrument,v,np:Theme]
 4541%%% CCG:     (s:_\np)/np
 4542%%% Roles:   [Theme,Instrument]
 4543%%% Example: A murder began the book.
 4544%%%
 4545verbnet(begin, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4546verbnet(start, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4547verbnet(start_off, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4548verbnet(commence, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4549verbnet(recommence, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4550verbnet(resume, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4551verbnet(undertake, (s:_\np)/np, ['Theme','Instrument'], [55,'.',1,-,1]).
 4552
 4553%%% File:    ext/VerbNet/begin-55.1.xml
 4554%%% Primary: NP V S_INF (begin-55.1)
 4555%%% Syntax:  [np:Agent,v,vp_to:Theme]
 4556%%% CCG:     (s:_\np)/ (s:ng\np)
 4557%%% Roles:   [Theme,Agent]
 4558%%% Example: He began to pack.
 4559%%%
 4560verbnet(begin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4561verbnet(start, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4562verbnet(start_off, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4563verbnet(commence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4564verbnet(recommence, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4565verbnet(resume, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4566verbnet(undertake, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4567verbnet(go_on, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4568verbnet(pledge, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4569verbnet(proceed, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',1]).
 4570
 4571%%% File:    ext/VerbNet/being_dressed-41.3.3.xml
 4572%%% Primary: Passive (being_dressed-41.3.3)
 4573%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
 4574%%% CCG:     (s:_\np)/pp
 4575%%% Roles:   [Agent]
 4576%%% Example: She was always clad in black.
 4577%%%
 4578verbnet(attire, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]).
 4579verbnet(clad, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]).
 4580verbnet(garb, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]).
 4581verbnet(robe, (s:_\np)/pp, ['Agent'], [41,'.',3,'.',3]).
 4582verbnet(in, pp/np, ['Theme'], [41,.,3,.,3]).
 4583
 4584%%% File:    ext/VerbNet/bend-45.2.xml
 4585%%% Primary: NP V NP.patient (bend-45.2)
 4586%%% Syntax:  [np:Agent,v,np:Patient]
 4587%%% CCG:     (s:_\np)/np
 4588%%% Roles:   [Patient,Agent]
 4589%%% Example: Tony bent the rod.
 4590%%%
 4591verbnet(bend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4592verbnet(crease, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4593verbnet(crinkle, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4594verbnet(crumple, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4595verbnet(distend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4596verbnet(flex, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4597verbnet(fold, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4598verbnet(furrow, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4599verbnet(roll, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4600verbnet(round, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4601verbnet(rumple, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4602verbnet(scrunch, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4603verbnet(splay, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4604verbnet(straighten, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4605verbnet(stretch, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4606verbnet(unfold, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4607verbnet(unfurl, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4608verbnet(unroll, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4609verbnet(unwind, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4610verbnet(warp, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4611verbnet(wrinkle, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4612verbnet(unbend, (s:_\np)/np, ['Patient','Agent'], [45,'.',2]).
 4613
 4614%%% File:    ext/VerbNet/bend-45.2.xml
 4615%%% Primary: NP V NP PP.instrument (bend-45.2)
 4616%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
 4617%%% CCG:     ((s:_\np)/pp)/np
 4618%%% Roles:   [Patient,Agent]
 4619%%% Example: Tony bent the rod with pliers.
 4620%%%
 4621verbnet(bend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4622verbnet(crease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4623verbnet(crinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4624verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4625verbnet(distend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4626verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4627verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4628verbnet(furrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4629verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4630verbnet(round, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4631verbnet(rumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4632verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4633verbnet(splay, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4634verbnet(straighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4635verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4636verbnet(unfold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4637verbnet(unfurl, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4638verbnet(unroll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4639verbnet(unwind, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4640verbnet(warp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4641verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4642verbnet(unbend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4643verbnet(with, pp/np, ['Instrument'], [45,.,2]).
 4644
 4645%%% File:    ext/VerbNet/bend-45.2.xml
 4646%%% Primary: NP.patient V (bend-45.2)
 4647%%% Syntax:  [np:Patient,v]
 4648%%% CCG:     s:_\np
 4649%%% Roles:   [Patient]
 4650%%% Example: The rod bent.
 4651%%%
 4652verbnet(bend, s:_\np, ['Patient'], [45,'.',2]).
 4653verbnet(crease, s:_\np, ['Patient'], [45,'.',2]).
 4654verbnet(crinkle, s:_\np, ['Patient'], [45,'.',2]).
 4655verbnet(crumple, s:_\np, ['Patient'], [45,'.',2]).
 4656verbnet(distend, s:_\np, ['Patient'], [45,'.',2]).
 4657verbnet(flex, s:_\np, ['Patient'], [45,'.',2]).
 4658verbnet(fold, s:_\np, ['Patient'], [45,'.',2]).
 4659verbnet(furrow, s:_\np, ['Patient'], [45,'.',2]).
 4660verbnet(roll, s:_\np, ['Patient'], [45,'.',2]).
 4661verbnet(round, s:_\np, ['Patient'], [45,'.',2]).
 4662verbnet(rumple, s:_\np, ['Patient'], [45,'.',2]).
 4663verbnet(scrunch, s:_\np, ['Patient'], [45,'.',2]).
 4664verbnet(splay, s:_\np, ['Patient'], [45,'.',2]).
 4665verbnet(straighten, s:_\np, ['Patient'], [45,'.',2]).
 4666verbnet(stretch, s:_\np, ['Patient'], [45,'.',2]).
 4667verbnet(unfold, s:_\np, ['Patient'], [45,'.',2]).
 4668verbnet(unfurl, s:_\np, ['Patient'], [45,'.',2]).
 4669verbnet(unroll, s:_\np, ['Patient'], [45,'.',2]).
 4670verbnet(unwind, s:_\np, ['Patient'], [45,'.',2]).
 4671verbnet(warp, s:_\np, ['Patient'], [45,'.',2]).
 4672verbnet(wrinkle, s:_\np, ['Patient'], [45,'.',2]).
 4673verbnet(unbend, s:_\np, ['Patient'], [45,'.',2]).
 4674
 4675%%% File:    ext/VerbNet/bend-45.2.xml
 4676%%% Primary: NP V ADV-Middle (bend-45.2)
 4677%%% Syntax:  [np:Patient,v,adv]
 4678%%% CCG:     s:_\np
 4679%%% Roles:   [Patient]
 4680%%% Example: Copper rods bend easily.
 4681%%%
 4682verbnet(bend, s:_\np, ['Patient'], [45,'.',2]).
 4683verbnet(crease, s:_\np, ['Patient'], [45,'.',2]).
 4684verbnet(crinkle, s:_\np, ['Patient'], [45,'.',2]).
 4685verbnet(crumple, s:_\np, ['Patient'], [45,'.',2]).
 4686verbnet(distend, s:_\np, ['Patient'], [45,'.',2]).
 4687verbnet(flex, s:_\np, ['Patient'], [45,'.',2]).
 4688verbnet(fold, s:_\np, ['Patient'], [45,'.',2]).
 4689verbnet(furrow, s:_\np, ['Patient'], [45,'.',2]).
 4690verbnet(roll, s:_\np, ['Patient'], [45,'.',2]).
 4691verbnet(round, s:_\np, ['Patient'], [45,'.',2]).
 4692verbnet(rumple, s:_\np, ['Patient'], [45,'.',2]).
 4693verbnet(scrunch, s:_\np, ['Patient'], [45,'.',2]).
 4694verbnet(splay, s:_\np, ['Patient'], [45,'.',2]).
 4695verbnet(straighten, s:_\np, ['Patient'], [45,'.',2]).
 4696verbnet(stretch, s:_\np, ['Patient'], [45,'.',2]).
 4697verbnet(unfold, s:_\np, ['Patient'], [45,'.',2]).
 4698verbnet(unfurl, s:_\np, ['Patient'], [45,'.',2]).
 4699verbnet(unroll, s:_\np, ['Patient'], [45,'.',2]).
 4700verbnet(unwind, s:_\np, ['Patient'], [45,'.',2]).
 4701verbnet(warp, s:_\np, ['Patient'], [45,'.',2]).
 4702verbnet(wrinkle, s:_\np, ['Patient'], [45,'.',2]).
 4703verbnet(unbend, s:_\np, ['Patient'], [45,'.',2]).
 4704
 4705%%% File:    ext/VerbNet/bend-45.2.xml
 4706%%% Primary: NP.instrument V NP (bend-45.2)
 4707%%% Syntax:  [np:Instrument,v,np:Patient]
 4708%%% CCG:     (s:_\np)/np
 4709%%% Roles:   [Patient,Instrument]
 4710%%% Example: The pliers bent the rod.
 4711%%%
 4712verbnet(bend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4713verbnet(crease, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4714verbnet(crinkle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4715verbnet(crumple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4716verbnet(distend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4717verbnet(flex, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4718verbnet(fold, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4719verbnet(furrow, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4720verbnet(roll, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4721verbnet(round, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4722verbnet(rumple, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4723verbnet(scrunch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4724verbnet(splay, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4725verbnet(straighten, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4726verbnet(stretch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4727verbnet(unfold, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4728verbnet(unfurl, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4729verbnet(unroll, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4730verbnet(unwind, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4731verbnet(warp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4732verbnet(wrinkle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4733verbnet(unbend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',2]).
 4734
 4735%%% File:    ext/VerbNet/bend-45.2.xml
 4736%%% Primary: NP V NP ADJ (bend-45.2)
 4737%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
 4738%%% CCG:     ((s:_\np)/np)/np
 4739%%% Roles:   [Patient,Goal,Agent]
 4740%%% Example: Tony folded the flaps open.
 4741%%%
 4742verbnet(bend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4743verbnet(crease, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4744verbnet(crinkle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4745verbnet(crumple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4746verbnet(distend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4747verbnet(flex, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4748verbnet(fold, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4749verbnet(furrow, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4750verbnet(roll, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4751verbnet(round, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4752verbnet(rumple, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4753verbnet(scrunch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4754verbnet(splay, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4755verbnet(straighten, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4756verbnet(stretch, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4757verbnet(unfold, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4758verbnet(unfurl, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4759verbnet(unroll, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4760verbnet(unwind, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4761verbnet(warp, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4762verbnet(wrinkle, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4763verbnet(unbend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',2]).
 4764
 4765%%% File:    ext/VerbNet/bend-45.2.xml
 4766%%% Primary: NP V NP PP.result (bend-45.2)
 4767%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
 4768%%% CCG:     ((s:_\np)/pp)/np
 4769%%% Roles:   [Patient,Agent]
 4770%%% Example: Tony bent the rod into a U.
 4771%%%
 4772verbnet(bend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4773verbnet(crease, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4774verbnet(crinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4775verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4776verbnet(distend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4777verbnet(flex, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4778verbnet(fold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4779verbnet(furrow, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4780verbnet(roll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4781verbnet(round, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4782verbnet(rumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4783verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4784verbnet(splay, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4785verbnet(straighten, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4786verbnet(stretch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4787verbnet(unfold, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4788verbnet(unfurl, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4789verbnet(unroll, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4790verbnet(unwind, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4791verbnet(warp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4792verbnet(wrinkle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4793verbnet(unbend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4794verbnet(to, pp/np, ['Goal'], [45,.,2]).
 4795verbnet(into, pp/np, ['Goal'], [45,.,2]).
 4796
 4797%%% File:    ext/VerbNet/bend-45.2.xml
 4798%%% Primary: NP V NP PP.result PP.instrument (bend-45.2)
 4799%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
 4800%%% CCG:     (((s:_\np)/pp)/pp)/np
 4801%%% Roles:   [Patient,Agent]
 4802%%% Example: Tony bent the rod into a U with pliers.
 4803%%%
 4804verbnet(bend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4805verbnet(crease, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4806verbnet(crinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4807verbnet(crumple, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4808verbnet(distend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4809verbnet(flex, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4810verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4811verbnet(furrow, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4812verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4813verbnet(round, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4814verbnet(rumple, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4815verbnet(scrunch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4816verbnet(splay, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4817verbnet(straighten, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4818verbnet(stretch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4819verbnet(unfold, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4820verbnet(unfurl, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4821verbnet(unroll, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4822verbnet(unwind, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4823verbnet(warp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4824verbnet(wrinkle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4825verbnet(unbend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',2]).
 4826verbnet(with, pp/np, ['Instrument'], [45,.,2]).
 4827
 4828%%% File:    ext/VerbNet/berry-13.7.xml
 4829%%% Primary: NP V (berry-13.7)
 4830%%% Syntax:  [np:Agent,v]
 4831%%% CCG:     s:_\np
 4832%%% Roles:   [Agent]
 4833%%% Example: The children berry in the summer.
 4834%%%
 4835verbnet(antique, s:_\np, ['Agent'], [13,'.',7]).
 4836verbnet(berry, s:_\np, ['Agent'], [13,'.',7]).
 4837verbnet(birdnest, s:_\np, ['Agent'], [13,'.',7]).
 4838verbnet(blackberry, s:_\np, ['Agent'], [13,'.',7]).
 4839verbnet(clam, s:_\np, ['Agent'], [13,'.',7]).
 4840verbnet(crab, s:_\np, ['Agent'], [13,'.',7]).
 4841verbnet(fish, s:_\np, ['Agent'], [13,'.',7]).
 4842verbnet(fowl, s:_\np, ['Agent'], [13,'.',7]).
 4843verbnet(grouse, s:_\np, ['Agent'], [13,'.',7]).
 4844verbnet(hay, s:_\np, ['Agent'], [13,'.',7]).
 4845verbnet(log, s:_\np, ['Agent'], [13,'.',7]).
 4846verbnet(mushroom, s:_\np, ['Agent'], [13,'.',7]).
 4847verbnet(nest, s:_\np, ['Agent'], [13,'.',7]).
 4848verbnet(nut, s:_\np, ['Agent'], [13,'.',7]).
 4849verbnet(oyster, s:_\np, ['Agent'], [13,'.',7]).
 4850verbnet(pearl, s:_\np, ['Agent'], [13,'.',7]).
 4851verbnet(prawn, s:_\np, ['Agent'], [13,'.',7]).
 4852verbnet(rabbit, s:_\np, ['Agent'], [13,'.',7]).
 4853verbnet(scollop, s:_\np, ['Agent'], [13,'.',7]).
 4854verbnet(seal, s:_\np, ['Agent'], [13,'.',7]).
 4855verbnet(shark, s:_\np, ['Agent'], [13,'.',7]).
 4856verbnet(shrimp, s:_\np, ['Agent'], [13,'.',7]).
 4857verbnet(snail, s:_\np, ['Agent'], [13,'.',7]).
 4858verbnet(snipe, s:_\np, ['Agent'], [13,'.',7]).
 4859verbnet(sponge, s:_\np, ['Agent'], [13,'.',7]).
 4860verbnet(whale, s:_\np, ['Agent'], [13,'.',7]).
 4861verbnet(whelk, s:_\np, ['Agent'], [13,'.',7]).
 4862verbnet(whore, s:_\np, ['Agent'], [13,'.',7]).
 4863verbnet(hawk, s:_\np, ['Agent'], [13,'.',7]).
 4864
 4865%%% File:    ext/VerbNet/bill-54.5.xml
 4866%%% Primary: NP V NP.recipient (bill-54.5)
 4867%%% Syntax:  [np:Agent,v,np:Recipient]
 4868%%% CCG:     (s:_\np)/np
 4869%%% Roles:   [Recipient,Agent]
 4870%%% Example: The phone company billed me.
 4871%%%
 4872verbnet(amerce, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4873verbnet(bet, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4874verbnet(bill, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4875verbnet(charge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4876verbnet(fine, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4877verbnet(invoice, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4878verbnet(mulct, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4879verbnet(overcharge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4880verbnet(save, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4881verbnet(scrimp, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4882verbnet(spare, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4883verbnet(tax, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4884verbnet(tip, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4885verbnet(undercharge, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4886verbnet(wager, (s:_\np)/np, ['Recipient','Agent'], [54,'.',5]).
 4887
 4888%%% File:    ext/VerbNet/bill-54.5.xml
 4889%%% Primary: NP V NP NP.asset (bill-54.5)
 4890%%% Syntax:  [np:Agent,v,np:Recipient,np:Asset]
 4891%%% CCG:     ((s:_\np)/np)/np
 4892%%% Roles:   [Recipient,Asset,Agent]
 4893%%% Example: The phone company billed me $10.
 4894%%%
 4895verbnet(amerce, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4896verbnet(bet, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4897verbnet(bill, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4898verbnet(charge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4899verbnet(fine, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4900verbnet(invoice, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4901verbnet(mulct, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4902verbnet(overcharge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4903verbnet(save, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4904verbnet(scrimp, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4905verbnet(spare, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4906verbnet(tax, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4907verbnet(tip, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4908verbnet(undercharge, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4909verbnet(wager, ((s:_\np)/np)/np, ['Recipient','Asset','Agent'], [54,'.',5]).
 4910
 4911%%% File:    ext/VerbNet/body_internal_motion-49.xml
 4912%%% Primary: NP V (body_internal_motion-49)
 4913%%% Syntax:  [np:Agent,v]
 4914%%% CCG:     s:_\np
 4915%%% Roles:   [Agent]
 4916%%% Example: Sylvia fidgeted.
 4917%%%
 4918verbnet(buck, s:_\np, ['Agent'], [49]).
 4919verbnet(fidget, s:_\np, ['Agent'], [49]).
 4920verbnet(flap, s:_\np, ['Agent'], [49]).
 4921verbnet(gyrate, s:_\np, ['Agent'], [49]).
 4922verbnet(jiggle, s:_\np, ['Agent'], [49]).
 4923verbnet(kick, s:_\np, ['Agent'], [49]).
 4924verbnet(rock, s:_\np, ['Agent'], [49]).
 4925verbnet(squirm, s:_\np, ['Agent'], [49]).
 4926verbnet(sway, s:_\np, ['Agent'], [49]).
 4927verbnet(teeter, s:_\np, ['Agent'], [49]).
 4928verbnet(totter, s:_\np, ['Agent'], [49]).
 4929verbnet(twitch, s:_\np, ['Agent'], [49]).
 4930verbnet(waggle, s:_\np, ['Agent'], [49]).
 4931verbnet(wiggle, s:_\np, ['Agent'], [49]).
 4932verbnet(wobble, s:_\np, ['Agent'], [49]).
 4933verbnet(wriggle, s:_\np, ['Agent'], [49]).
 4934
 4935%%% File:    ext/VerbNet/body_internal_states-40.6.xml
 4936%%% Primary: NP V (body_internal_states-40.6)
 4937%%% Syntax:  [np:Experiencer,v]
 4938%%% CCG:     s:_\np
 4939%%% Roles:   [Experiencer]
 4940%%% Example: Sharon shivered.
 4941%%%
 4942verbnet(convulse, s:_\np, ['Experiencer'], [40,'.',6]).
 4943verbnet(cower, s:_\np, ['Experiencer'], [40,'.',6]).
 4944verbnet(quake, s:_\np, ['Experiencer'], [40,'.',6]).
 4945verbnet(quiver, s:_\np, ['Experiencer'], [40,'.',6]).
 4946verbnet(shake, s:_\np, ['Experiencer'], [40,'.',6]).
 4947verbnet(shiver, s:_\np, ['Experiencer'], [40,'.',6]).
 4948verbnet(shudder, s:_\np, ['Experiencer'], [40,'.',6]).
 4949verbnet(tremble, s:_\np, ['Experiencer'], [40,'.',6]).
 4950verbnet(writhe, s:_\np, ['Experiencer'], [40,'.',6]).
 4951
 4952%%% File:    ext/VerbNet/body_internal_states-40.6.xml
 4953%%% Primary: NP V PP.stimulus (body_internal_states-40.6)
 4954%%% Syntax:  [np:Experiencer,v,prep:from at,np:Stimulus]
 4955%%% CCG:     (s:_\np)/pp
 4956%%% Roles:   [Experiencer]
 4957%%% Example: Sharon shivered from fear.
 4958%%%
 4959verbnet(convulse, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4960verbnet(cower, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4961verbnet(quake, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4962verbnet(quiver, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4963verbnet(shake, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4964verbnet(shiver, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4965verbnet(shudder, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4966verbnet(tremble, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4967verbnet(writhe, (s:_\np)/pp, ['Experiencer'], [40,'.',6]).
 4968verbnet(from, pp/np, ['Stimulus'], [40,.,6]).
 4969verbnet(at, pp/np, ['Stimulus'], [40,.,6]).
 4970
 4971%%% File:    ext/VerbNet/braid-41.2.2.xml
 4972%%% Primary: NP V NP (braid-41.2.2)
 4973%%% Syntax:  [np:Agent,v,np:Patient]
 4974%%% CCG:     (s:_\np)/np
 4975%%% Roles:   [Patient,Agent]
 4976%%% Example: Celia brushed the baby's hair.
 4977%%%
 4978verbnet(bob, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4979verbnet(braid, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4980verbnet(brush, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4981verbnet(clip, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4982verbnet(coldcream, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4983verbnet(comb, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4984verbnet(condition, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4985verbnet(crimp, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4986verbnet(crop, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4987verbnet(curl, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4988verbnet(cut, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4989verbnet(dye, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4990verbnet(file, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4991verbnet(gel, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4992verbnet(henna, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4993verbnet(highlight, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4994verbnet(lather, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4995verbnet(manicure, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4996verbnet(part, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4997verbnet(perm, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4998verbnet(paint, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 4999verbnet(plait, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5000verbnet(pluck, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5001verbnet(powder, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5002verbnet(rinse, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5003verbnet(rouge, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5004verbnet(set, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5005verbnet(shampoo, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5006verbnet(soap, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5007verbnet(style, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5008verbnet(talc, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5009verbnet(tease, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5010verbnet(towel, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5011verbnet(trim, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5012verbnet(tweeze, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5013verbnet(wave, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5014verbnet(wax, (s:_\np)/np, ['Patient','Agent'], [41,'.',2,'.',2]).
 5015
 5016%%% File:    ext/VerbNet/break-45.1.xml
 5017%%% Primary: NP V NP (break-45.1)
 5018%%% Syntax:  [np:Agent,v,np:Patient]
 5019%%% CCG:     (s:_\np)/np
 5020%%% Roles:   [Patient,Agent]
 5021%%% Example: Tony broke the window.
 5022%%%
 5023verbnet(break, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5024verbnet(break_apart, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5025verbnet(break_down, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5026verbnet(break_up, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5027verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5028verbnet(cleave, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5029verbnet(crack, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5030verbnet(crash, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5031verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5032verbnet(dissolve, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5033verbnet(fracture, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5034verbnet(fragment, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5035verbnet(rend, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5036verbnet(rive, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5037verbnet(rip, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5038verbnet(shatter, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5039verbnet(shred, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5040verbnet(sliver, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5041verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5042verbnet(snap, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5043verbnet(splinter, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5044verbnet(split, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5045verbnet(tear, (s:_\np)/np, ['Patient','Agent'], [45,'.',1]).
 5046
 5047%%% File:    ext/VerbNet/break-45.1.xml
 5048%%% Primary: NP V NP PP.instrument (break-45.1)
 5049%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
 5050%%% CCG:     ((s:_\np)/pp)/np
 5051%%% Roles:   [Patient,Agent]
 5052%%% Example: Tony broke the window with a hammer.
 5053%%%
 5054verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5055verbnet(break_apart, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5056verbnet(break_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5057verbnet(break_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5058verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5059verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5060verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5061verbnet(crash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5062verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5063verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5064verbnet(fracture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5065verbnet(fragment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5066verbnet(rend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5067verbnet(rive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5068verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5069verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5070verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5071verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5072verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5073verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5074verbnet(splinter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5075verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5076verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5077verbnet(with, pp/np, ['Instrument'], [45,.,1]).
 5078
 5079%%% File:    ext/VerbNet/break-45.1.xml
 5080%%% Primary: NP.patient V (break-45.1)
 5081%%% Syntax:  [np:Patient,v]
 5082%%% CCG:     s:_\np
 5083%%% Roles:   [Patient]
 5084%%% Example: The window broke.
 5085%%%
 5086verbnet(break, s:_\np, ['Patient'], [45,'.',1]).
 5087verbnet(break_apart, s:_\np, ['Patient'], [45,'.',1]).
 5088verbnet(break_down, s:_\np, ['Patient'], [45,'.',1]).
 5089verbnet(break_up, s:_\np, ['Patient'], [45,'.',1]).
 5090verbnet(chip, s:_\np, ['Patient'], [45,'.',1]).
 5091verbnet(cleave, s:_\np, ['Patient'], [45,'.',1]).
 5092verbnet(crack, s:_\np, ['Patient'], [45,'.',1]).
 5093verbnet(crash, s:_\np, ['Patient'], [45,'.',1]).
 5094verbnet(crush, s:_\np, ['Patient'], [45,'.',1]).
 5095verbnet(dissolve, s:_\np, ['Patient'], [45,'.',1]).
 5096verbnet(fracture, s:_\np, ['Patient'], [45,'.',1]).
 5097verbnet(fragment, s:_\np, ['Patient'], [45,'.',1]).
 5098verbnet(rend, s:_\np, ['Patient'], [45,'.',1]).
 5099verbnet(rive, s:_\np, ['Patient'], [45,'.',1]).
 5100verbnet(rip, s:_\np, ['Patient'], [45,'.',1]).
 5101verbnet(shatter, s:_\np, ['Patient'], [45,'.',1]).
 5102verbnet(shred, s:_\np, ['Patient'], [45,'.',1]).
 5103verbnet(sliver, s:_\np, ['Patient'], [45,'.',1]).
 5104verbnet(smash, s:_\np, ['Patient'], [45,'.',1]).
 5105verbnet(snap, s:_\np, ['Patient'], [45,'.',1]).
 5106verbnet(splinter, s:_\np, ['Patient'], [45,'.',1]).
 5107verbnet(split, s:_\np, ['Patient'], [45,'.',1]).
 5108verbnet(tear, s:_\np, ['Patient'], [45,'.',1]).
 5109
 5110%%% File:    ext/VerbNet/break-45.1.xml
 5111%%% Primary: NP V ADV-Middle (break-45.1)
 5112%%% Syntax:  [np:Patient,v,adv]
 5113%%% CCG:     s:_\np
 5114%%% Roles:   [Patient]
 5115%%% Example: Crystal vases break easily.
 5116%%%
 5117verbnet(break, s:_\np, ['Patient'], [45,'.',1]).
 5118verbnet(break_apart, s:_\np, ['Patient'], [45,'.',1]).
 5119verbnet(break_down, s:_\np, ['Patient'], [45,'.',1]).
 5120verbnet(break_up, s:_\np, ['Patient'], [45,'.',1]).
 5121verbnet(chip, s:_\np, ['Patient'], [45,'.',1]).
 5122verbnet(cleave, s:_\np, ['Patient'], [45,'.',1]).
 5123verbnet(crack, s:_\np, ['Patient'], [45,'.',1]).
 5124verbnet(crash, s:_\np, ['Patient'], [45,'.',1]).
 5125verbnet(crush, s:_\np, ['Patient'], [45,'.',1]).
 5126verbnet(dissolve, s:_\np, ['Patient'], [45,'.',1]).
 5127verbnet(fracture, s:_\np, ['Patient'], [45,'.',1]).
 5128verbnet(fragment, s:_\np, ['Patient'], [45,'.',1]).
 5129verbnet(rend, s:_\np, ['Patient'], [45,'.',1]).
 5130verbnet(rive, s:_\np, ['Patient'], [45,'.',1]).
 5131verbnet(rip, s:_\np, ['Patient'], [45,'.',1]).
 5132verbnet(shatter, s:_\np, ['Patient'], [45,'.',1]).
 5133verbnet(shred, s:_\np, ['Patient'], [45,'.',1]).
 5134verbnet(sliver, s:_\np, ['Patient'], [45,'.',1]).
 5135verbnet(smash, s:_\np, ['Patient'], [45,'.',1]).
 5136verbnet(snap, s:_\np, ['Patient'], [45,'.',1]).
 5137verbnet(splinter, s:_\np, ['Patient'], [45,'.',1]).
 5138verbnet(split, s:_\np, ['Patient'], [45,'.',1]).
 5139verbnet(tear, s:_\np, ['Patient'], [45,'.',1]).
 5140
 5141%%% File:    ext/VerbNet/break-45.1.xml
 5142%%% Primary: NP.instrument V NP (break-45.1)
 5143%%% Syntax:  [np:Instrument,v,np:Patient]
 5144%%% CCG:     (s:_\np)/np
 5145%%% Roles:   [Patient,Instrument]
 5146%%% Example: The hammer broke the window.
 5147%%%
 5148verbnet(break, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5149verbnet(break_apart, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5150verbnet(break_down, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5151verbnet(break_up, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5152verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5153verbnet(cleave, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5154verbnet(crack, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5155verbnet(crash, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5156verbnet(crush, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5157verbnet(dissolve, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5158verbnet(fracture, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5159verbnet(fragment, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5160verbnet(rend, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5161verbnet(rive, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5162verbnet(rip, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5163verbnet(shatter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5164verbnet(shred, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5165verbnet(sliver, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5166verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5167verbnet(snap, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5168verbnet(splinter, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5169verbnet(split, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5170verbnet(tear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',1]).
 5171
 5172%%% File:    ext/VerbNet/break-45.1.xml
 5173%%% Primary: NP V NP ADJ (break-45.1)
 5174%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
 5175%%% CCG:     ((s:_\np)/np)/np
 5176%%% Roles:   [Patient,Goal,Agent]
 5177%%% Example: Tony broke the piggy bank open.
 5178%%%
 5179verbnet(break, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5180verbnet(break_apart, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5181verbnet(break_down, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5182verbnet(break_up, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5183verbnet(chip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5184verbnet(cleave, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5185verbnet(crack, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5186verbnet(crash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5187verbnet(crush, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5188verbnet(dissolve, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5189verbnet(fracture, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5190verbnet(fragment, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5191verbnet(rend, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5192verbnet(rive, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5193verbnet(rip, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5194verbnet(shatter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5195verbnet(shred, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5196verbnet(sliver, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5197verbnet(smash, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5198verbnet(snap, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5199verbnet(splinter, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5200verbnet(split, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5201verbnet(tear, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5202
 5203%%% File:    ext/VerbNet/break-45.1.xml
 5204%%% Primary: NP V NP ADJ PP.instrument (break-45.1)
 5205%%% Syntax:  [np:Agent,v,np:Patient,np:Result,prep:with,np:Instrument]
 5206%%% CCG:     (((s:_\np)/pp)/np)/np
 5207%%% Roles:   [Patient,Goal,Agent]
 5208%%% Example: Tony broke the piggy bank open with a hammer.
 5209%%%
 5210verbnet(break, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5211verbnet(break_apart, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5212verbnet(break_down, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5213verbnet(break_up, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5214verbnet(chip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5215verbnet(cleave, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5216verbnet(crack, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5217verbnet(crash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5218verbnet(crush, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5219verbnet(dissolve, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5220verbnet(fracture, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5221verbnet(fragment, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5222verbnet(rend, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5223verbnet(rive, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5224verbnet(rip, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5225verbnet(shatter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5226verbnet(shred, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5227verbnet(sliver, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5228verbnet(smash, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5229verbnet(snap, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5230verbnet(splinter, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5231verbnet(split, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5232verbnet(tear, (((s:_\np)/pp)/np)/np, ['Patient','Goal','Agent'], [45,'.',1]).
 5233verbnet(with, pp/np, ['Instrument'], [45,.,1]).
 5234
 5235%%% File:    ext/VerbNet/break-45.1.xml
 5236%%% Primary: NP V NP PP.result (break-45.1)
 5237%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
 5238%%% CCG:     ((s:_\np)/pp)/np
 5239%%% Roles:   [Patient,Agent]
 5240%%% Example: Tony broke the glass to pieces.
 5241%%%
 5242verbnet(break, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5243verbnet(break_apart, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5244verbnet(break_down, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5245verbnet(break_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5246verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5247verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5248verbnet(crack, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5249verbnet(crash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5250verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5251verbnet(dissolve, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5252verbnet(fracture, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5253verbnet(fragment, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5254verbnet(rend, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5255verbnet(rive, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5256verbnet(rip, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5257verbnet(shatter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5258verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5259verbnet(sliver, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5260verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5261verbnet(snap, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5262verbnet(splinter, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5263verbnet(split, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5264verbnet(tear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5265verbnet(to, pp/np, ['Goal'], [45,.,1]).
 5266verbnet(into, pp/np, ['Goal'], [45,.,1]).
 5267
 5268%%% File:    ext/VerbNet/break-45.1.xml
 5269%%% Primary: NP V NP PP.result PP.instrument (break-45.1)
 5270%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:with,np:Instrument]
 5271%%% CCG:     (((s:_\np)/pp)/pp)/np
 5272%%% Roles:   [Patient,Agent]
 5273%%% Example: Tony broke the glass to pieces with a hammer.
 5274%%%
 5275verbnet(break, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5276verbnet(break_apart, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5277verbnet(break_down, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5278verbnet(break_up, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5279verbnet(chip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5280verbnet(cleave, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5281verbnet(crack, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5282verbnet(crash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5283verbnet(crush, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5284verbnet(dissolve, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5285verbnet(fracture, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5286verbnet(fragment, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5287verbnet(rend, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5288verbnet(rive, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5289verbnet(rip, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5290verbnet(shatter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5291verbnet(shred, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5292verbnet(sliver, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5293verbnet(smash, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5294verbnet(snap, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5295verbnet(splinter, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5296verbnet(split, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5297verbnet(tear, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',1]).
 5298verbnet(with, pp/np, ['Instrument'], [45,.,1]).
 5299
 5300%%% File:    ext/VerbNet/break-45.1.xml
 5301%%% Primary: NP V PP.result (break-45.1)
 5302%%% Syntax:  [np:Patient,v,prep:to into,np:Result]
 5303%%% CCG:     (s:_\np)/pp
 5304%%% Roles:   [Patient]
 5305%%% Example: The glass broke into a thousand pieces.
 5306%%%
 5307verbnet(break, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5308verbnet(break_apart, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5309verbnet(break_down, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5310verbnet(break_up, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5311verbnet(chip, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5312verbnet(cleave, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5313verbnet(crack, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5314verbnet(crash, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5315verbnet(crush, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5316verbnet(dissolve, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5317verbnet(fracture, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5318verbnet(fragment, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5319verbnet(rend, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5320verbnet(rive, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5321verbnet(rip, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5322verbnet(shatter, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5323verbnet(shred, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5324verbnet(sliver, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5325verbnet(smash, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5326verbnet(snap, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5327verbnet(splinter, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5328verbnet(split, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5329verbnet(tear, (s:_\np)/pp, ['Patient'], [45,'.',1]).
 5330verbnet(to, pp/np, ['Goal'], [45,.,1]).
 5331verbnet(into, pp/np, ['Goal'], [45,.,1]).
 5332
 5333%%% File:    ext/VerbNet/breathe-40.1.2.xml
 5334%%% Primary: NP V NP (breathe-40.1.2-1)
 5335%%% Syntax:  [np:Agent,v,np:Theme]
 5336%%% CCG:     (s:_\np)/np
 5337%%% Roles:   [Theme,Agent]
 5338%%% Example: Paul breathed a deep breath.
 5339%%%
 5340verbnet(breathe, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5341verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5342verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5343verbnet(defecate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5344verbnet(expectorate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5345verbnet(retch, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5346verbnet(slobber, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5347verbnet(urinate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5348verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2,-,1]).
 5349
 5350%%% File:    ext/VerbNet/breathe-40.1.2.xml
 5351%%% Primary: NP V (breathe-40.1.2)
 5352%%% Syntax:  [np:Agent,v]
 5353%%% CCG:     s:_\np
 5354%%% Roles:   [Agent]
 5355%%% Example: Paul breathed.
 5356%%%
 5357verbnet(breathe, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5358verbnet(cough, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5359verbnet(cry, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5360verbnet(defecate, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5361verbnet(expectorate, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5362verbnet(retch, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5363verbnet(slobber, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5364verbnet(urinate, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5365verbnet(hawk, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5366verbnet(barf, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5367verbnet(bleed, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5368verbnet(dribble, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5369verbnet(drool, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5370verbnet(pee, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5371verbnet(piss, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5372verbnet(puke, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5373verbnet(shit, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5374verbnet(spit, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5375verbnet(sweat, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5376verbnet(throw_up, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5377verbnet(vomit, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5378verbnet(weep, s:_\np, ['Agent'], [40,'.',1,'.',2]).
 5379
 5380%%% File:    ext/VerbNet/breathe-40.1.2.xml
 5381%%% Primary: NP V PP.destination (breathe-40.1.2)
 5382%%% Syntax:  [np:Agent,v,prep:on onto,np:Destination]
 5383%%% CCG:     (s:_\np)/pp
 5384%%% Roles:   [Agent]
 5385%%% Example: Paul breathed on Mary.
 5386%%%
 5387verbnet(breathe, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5388verbnet(cough, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5389verbnet(cry, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5390verbnet(defecate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5391verbnet(expectorate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5392verbnet(retch, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5393verbnet(slobber, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5394verbnet(urinate, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5395verbnet(hawk, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5396verbnet(barf, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5397verbnet(bleed, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5398verbnet(dribble, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5399verbnet(drool, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5400verbnet(pee, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5401verbnet(piss, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5402verbnet(puke, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5403verbnet(shit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5404verbnet(spit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5405verbnet(sweat, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5406verbnet(throw_up, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5407verbnet(vomit, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5408verbnet(weep, (s:_\np)/pp, ['Agent'], [40,'.',1,'.',2]).
 5409verbnet(on, pp/np, ['Destination'], [40,.,1,.,2]).
 5410verbnet(onto, pp/np, ['Destination'], [40,.,1,.,2]).
 5411
 5412%%% File:    ext/VerbNet/breathe-40.1.2.xml
 5413%%% Primary: NP V NP.theme (breathe-40.1.2)
 5414%%% Syntax:  [np:Agent,v,np:Theme]
 5415%%% CCG:     (s:_\np)/np
 5416%%% Roles:   [Theme,Agent]
 5417%%% Example: The dragon breathed fire.
 5418%%%
 5419verbnet(breathe, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5420verbnet(cough, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5421verbnet(cry, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5422verbnet(defecate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5423verbnet(expectorate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5424verbnet(retch, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5425verbnet(slobber, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5426verbnet(urinate, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5427verbnet(hawk, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5428verbnet(barf, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5429verbnet(bleed, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5430verbnet(dribble, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5431verbnet(drool, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5432verbnet(pee, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5433verbnet(piss, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5434verbnet(puke, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5435verbnet(shit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5436verbnet(spit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5437verbnet(sweat, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5438verbnet(throw_up, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5439verbnet(vomit, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5440verbnet(weep, (s:_\np)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5441
 5442%%% File:    ext/VerbNet/breathe-40.1.2.xml
 5443%%% Primary: NP V NP.theme PP.destination (breathe-40.1.2)
 5444%%% Syntax:  [np:Agent,v,np:Theme,prep:on onto,np:Destination]
 5445%%% CCG:     ((s:_\np)/pp)/np
 5446%%% Roles:   [Theme,Agent]
 5447%%% Example: The dragon breathed fire on Mary.
 5448%%%
 5449verbnet(breathe, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5450verbnet(cough, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5451verbnet(cry, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5452verbnet(defecate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5453verbnet(expectorate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5454verbnet(retch, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5455verbnet(slobber, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5456verbnet(urinate, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5457verbnet(hawk, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5458verbnet(barf, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5459verbnet(bleed, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5460verbnet(dribble, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5461verbnet(drool, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5462verbnet(pee, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5463verbnet(piss, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5464verbnet(puke, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5465verbnet(shit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5466verbnet(spit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5467verbnet(sweat, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5468verbnet(throw_up, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5469verbnet(vomit, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5470verbnet(weep, ((s:_\np)/pp)/np, ['Theme','Agent'], [40,'.',1,'.',2]).
 5471verbnet(on, pp/np, ['Destination'], [40,.,1,.,2]).
 5472verbnet(onto, pp/np, ['Destination'], [40,.,1,.,2]).
 5473
 5474%%% File:    ext/VerbNet/bring-11.3.xml
 5475%%% Primary: NP V NP NP (bring-11.3-1)
 5476%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
 5477%%% CCG:     ((s:_\np)/np)/np
 5478%%% Roles:   [Destination,Theme,Agent]
 5479%%% Example: Nora brought Pamela the book.
 5480%%%
 5481verbnet(bring, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',3,-,1]).
 5482
 5483%%% File:    ext/VerbNet/bring-11.3.xml
 5484%%% Primary: NP V NP together (bring-11.3-1)
 5485%%% Syntax:  [np:Agent,v,np:Theme,lex:together]
 5486%%% CCG:     (s:_\np)/np
 5487%%% Roles:   [Theme,Agent]
 5488%%% Missing: [lex:together]
 5489%%% Example: Nora brought us together.
 5490%%%
 5491verbnet(bring, (s:_\np)/np, ['Theme','Agent'], [11,'.',3,-,1]).
 5492
 5493%%% File:    ext/VerbNet/bring-11.3.xml
 5494%%% Primary: NP V NP (bring-11.3)
 5495%%% Syntax:  [np:Agent,v,np:Theme]
 5496%%% CCG:     (s:_\np)/np
 5497%%% Roles:   [Theme,Agent]
 5498%%% Example: Nora brought the book.
 5499%%%
 5500verbnet(bring, (s:_\np)/np, ['Theme','Agent'], [11,'.',3]).
 5501verbnet(take, (s:_\np)/np, ['Theme','Agent'], [11,'.',3]).
 5502
 5503%%% File:    ext/VerbNet/bring-11.3.xml
 5504%%% Primary: NP V NP PP.destination (bring-11.3)
 5505%%% Syntax:  [np:Agent,v,np:Theme,prep:against before into on to onto,np:Destination]
 5506%%% CCG:     ((s:_\np)/pp)/np
 5507%%% Roles:   [Theme,Agent]
 5508%%% Example: Nora brought the book to the meeting.
 5509%%%
 5510verbnet(bring, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5511verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5512verbnet(against, pp/np, ['Destination'], [11,.,3]).
 5513verbnet(before, pp/np, ['Destination'], [11,.,3]).
 5514verbnet(into, pp/np, ['Destination'], [11,.,3]).
 5515verbnet(on, pp/np, ['Destination'], [11,.,3]).
 5516verbnet(to, pp/np, ['Destination'], [11,.,3]).
 5517verbnet(onto, pp/np, ['Destination'], [11,.,3]).
 5518
 5519%%% File:    ext/VerbNet/bring-11.3.xml
 5520%%% Primary: NP V PP.destination NP (bring-11.3)
 5521%%% Syntax:  [np:Agent,v,prep:against before into on to onto,np:Destination,np:Theme]
 5522%%% CCG:     ((s:_\np)/np)/pp
 5523%%% Roles:   [Theme,Agent]
 5524%%% Example: Nora brought to lunch the book.
 5525%%%
 5526verbnet(bring, ((s:_\np)/np)/pp, ['Theme','Agent'], [11,'.',3]).
 5527verbnet(take, ((s:_\np)/np)/pp, ['Theme','Agent'], [11,'.',3]).
 5528
 5529%%% File:    ext/VerbNet/bring-11.3.xml
 5530%%% Primary: NP V NP PP.initial_location (bring-11.3)
 5531%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
 5532%%% CCG:     ((s:_\np)/pp)/np
 5533%%% Roles:   [Theme,Agent]
 5534%%% Example: Nora brought the book from home.
 5535%%%
 5536verbnet(bring, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5537verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5538
 5539%%% File:    ext/VerbNet/bring-11.3.xml
 5540%%% Primary: NP V NP PP.initial_location PP.destination (bring-11.3)
 5541%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to,np:Destination]
 5542%%% CCG:     (((s:_\np)/pp)/pp)/np
 5543%%% Roles:   [Theme,Agent]
 5544%%% Example: Nora brought the book from home to the meeting.
 5545%%%
 5546verbnet(bring, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5547verbnet(take, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',3]).
 5548verbnet(to, pp/np, ['Destination'], [11,.,3]).
 5549
 5550%%% File:    ext/VerbNet/bring-11.3.xml
 5551%%% Primary: NP V NP ADVP (bring-11.3)
 5552%%% Syntax:  [np:Instrument,v,np:Theme,np:Destination]
 5553%%% CCG:     ((s:_\np)/np)/np
 5554%%% Roles:   [Theme,Destination,Instrument]
 5555%%% Example: The train brought us here.
 5556%%%
 5557verbnet(bring, ((s:_\np)/np)/np, ['Theme','Destination','Instrument'], [11,'.',3]).
 5558verbnet(take, ((s:_\np)/np)/np, ['Theme','Destination','Instrument'], [11,'.',3]).
 5559
 5560%%% File:    ext/VerbNet/build-26.1.xml
 5561%%% Primary: NP V NP P.asset (build-26.1-1)
 5562%%% Syntax:  [np:Agent,v,np:Product,prep:for,np:Asset]
 5563%%% CCG:     ((s:_\np)/pp)/np
 5564%%% Roles:   [Result,Agent]
 5565%%% Example: The contractor builds houses for $100,000.
 5566%%%
 5567verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5568verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5569verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5570verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5571verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5572verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5573verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1,-,1]).
 5574verbnet(for, pp/np, ['Asset'], [26,.,1,-,1]).
 5575
 5576%%% File:    ext/VerbNet/build-26.1.xml
 5577%%% Primary: NP.asset V NP (build-26.1-1)
 5578%%% Syntax:  [np:Asset,v,np:Product]
 5579%%% CCG:     (s:_\np)/np
 5580%%% Roles:   [Result,Asset]
 5581%%% Example: $100,000 builds a house.
 5582%%%
 5583verbnet(build, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5584verbnet(carve, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5585verbnet(cut, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5586verbnet(make, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5587verbnet(remake, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5588verbnet(sculpt, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5589verbnet(shape, (s:_\np)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5590
 5591%%% File:    ext/VerbNet/build-26.1.xml
 5592%%% Primary: NP.asset V NP NP (build-26.1-1)
 5593%%% Syntax:  [np:Asset,v,np:Beneficiary,np:Product]
 5594%%% CCG:     ((s:_\np)/np)/np
 5595%%% Roles:   [Beneficiary,Result,Asset]
 5596%%% Example: $100,000 will build you a house.
 5597%%%
 5598verbnet(build, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5599verbnet(carve, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5600verbnet(cut, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5601verbnet(make, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5602verbnet(remake, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5603verbnet(sculpt, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5604verbnet(shape, ((s:_\np)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5605
 5606%%% File:    ext/VerbNet/build-26.1.xml
 5607%%% Primary: NP.asset V PP (build-26.1-1)
 5608%%% Syntax:  [np:Asset,v,np:Product,prep:from out_of,np:Material]
 5609%%% CCG:     ((s:_\np)/pp)/np
 5610%%% Roles:   [Result,Asset]
 5611%%% Example: $100,000 builds a house out of sticks.
 5612%%%
 5613verbnet(build, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5614verbnet(carve, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5615verbnet(cut, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5616verbnet(make, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5617verbnet(remake, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5618verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5619verbnet(shape, ((s:_\np)/pp)/np, ['Result','Asset'], [26,'.',1,-,1]).
 5620verbnet(from, pp/np, ['Source'], [26,.,1,-,1]).
 5621verbnet(out_of, pp/np, ['Source'], [26,.,1,-,1]).
 5622
 5623%%% File:    ext/VerbNet/build-26.1.xml
 5624%%% Primary: NP.asset V NP PP (build-26.1-1)
 5625%%% Syntax:  [np:Asset,v,np:Beneficiary,np:Product,prep:from out_of,np:Material]
 5626%%% CCG:     (((s:_\np)/pp)/np)/np
 5627%%% Roles:   [Beneficiary,Result,Asset]
 5628%%% Example: $100,000 builds you a house out of sticks.
 5629%%%
 5630verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5631verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5632verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5633verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5634verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5635verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5636verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Asset'], [26,'.',1,-,1]).
 5637verbnet(from, pp/np, ['Source'], [26,.,1,-,1]).
 5638verbnet(out_of, pp/np, ['Source'], [26,.,1,-,1]).
 5639
 5640%%% File:    ext/VerbNet/build-26.1.xml
 5641%%% Primary: NP V NP (build-26.1)
 5642%%% Syntax:  [np:Agent,v,np:Product]
 5643%%% CCG:     (s:_\np)/np
 5644%%% Roles:   [Result,Agent]
 5645%%% Example: Martha carves toys.
 5646%%%
 5647verbnet(build, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5648verbnet(carve, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5649verbnet(cut, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5650verbnet(make, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5651verbnet(remake, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5652verbnet(sculpt, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5653verbnet(shape, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5654verbnet(arrange, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5655verbnet(assemble, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5656verbnet(bake, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5657verbnet(bead, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5658verbnet(blow, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5659verbnet(cast, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5660verbnet(chisel, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5661verbnet(churn, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5662verbnet(compile, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5663verbnet(cook, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5664verbnet(crochet, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5665verbnet(develop, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5666verbnet(embroider, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5667verbnet(erect, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5668verbnet(fashion, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5669verbnet(fold, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5670verbnet(forge, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5671verbnet(formulate, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5672verbnet(grind, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5673verbnet(grow, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5674verbnet(hack, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5675verbnet(hammer, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5676verbnet(knit, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5677verbnet(mold, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5678verbnet(pound, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5679verbnet(roll, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5680verbnet(sculpture, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5681verbnet(sew, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5682verbnet(spin, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5683verbnet(stitch, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5684verbnet(weave, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5685verbnet(whittle, (s:_\np)/np, ['Result','Agent'], [26,'.',1]).
 5686
 5687%%% File:    ext/VerbNet/build-26.1.xml
 5688%%% Primary: NP V (build-26.1)
 5689%%% Syntax:  [np:Agent,v]
 5690%%% CCG:     s:_\np
 5691%%% Roles:   [Agent]
 5692%%% Example: Martha carves.
 5693%%%
 5694verbnet(build, s:_\np, ['Agent'], [26,'.',1]).
 5695verbnet(carve, s:_\np, ['Agent'], [26,'.',1]).
 5696verbnet(cut, s:_\np, ['Agent'], [26,'.',1]).
 5697verbnet(make, s:_\np, ['Agent'], [26,'.',1]).
 5698verbnet(remake, s:_\np, ['Agent'], [26,'.',1]).
 5699verbnet(sculpt, s:_\np, ['Agent'], [26,'.',1]).
 5700verbnet(shape, s:_\np, ['Agent'], [26,'.',1]).
 5701verbnet(arrange, s:_\np, ['Agent'], [26,'.',1]).
 5702verbnet(assemble, s:_\np, ['Agent'], [26,'.',1]).
 5703verbnet(bake, s:_\np, ['Agent'], [26,'.',1]).
 5704verbnet(bead, s:_\np, ['Agent'], [26,'.',1]).
 5705verbnet(blow, s:_\np, ['Agent'], [26,'.',1]).
 5706verbnet(cast, s:_\np, ['Agent'], [26,'.',1]).
 5707verbnet(chisel, s:_\np, ['Agent'], [26,'.',1]).
 5708verbnet(churn, s:_\np, ['Agent'], [26,'.',1]).
 5709verbnet(compile, s:_\np, ['Agent'], [26,'.',1]).
 5710verbnet(cook, s:_\np, ['Agent'], [26,'.',1]).
 5711verbnet(crochet, s:_\np, ['Agent'], [26,'.',1]).
 5712verbnet(develop, s:_\np, ['Agent'], [26,'.',1]).
 5713verbnet(embroider, s:_\np, ['Agent'], [26,'.',1]).
 5714verbnet(erect, s:_\np, ['Agent'], [26,'.',1]).
 5715verbnet(fashion, s:_\np, ['Agent'], [26,'.',1]).
 5716verbnet(fold, s:_\np, ['Agent'], [26,'.',1]).
 5717verbnet(forge, s:_\np, ['Agent'], [26,'.',1]).
 5718verbnet(formulate, s:_\np, ['Agent'], [26,'.',1]).
 5719verbnet(grind, s:_\np, ['Agent'], [26,'.',1]).
 5720verbnet(grow, s:_\np, ['Agent'], [26,'.',1]).
 5721verbnet(hack, s:_\np, ['Agent'], [26,'.',1]).
 5722verbnet(hammer, s:_\np, ['Agent'], [26,'.',1]).
 5723verbnet(knit, s:_\np, ['Agent'], [26,'.',1]).
 5724verbnet(mold, s:_\np, ['Agent'], [26,'.',1]).
 5725verbnet(pound, s:_\np, ['Agent'], [26,'.',1]).
 5726verbnet(roll, s:_\np, ['Agent'], [26,'.',1]).
 5727verbnet(sculpture, s:_\np, ['Agent'], [26,'.',1]).
 5728verbnet(sew, s:_\np, ['Agent'], [26,'.',1]).
 5729verbnet(spin, s:_\np, ['Agent'], [26,'.',1]).
 5730verbnet(stitch, s:_\np, ['Agent'], [26,'.',1]).
 5731verbnet(weave, s:_\np, ['Agent'], [26,'.',1]).
 5732verbnet(whittle, s:_\np, ['Agent'], [26,'.',1]).
 5733
 5734%%% File:    ext/VerbNet/build-26.1.xml
 5735%%% Primary: NP V NP.product PP.material (build-26.1)
 5736%%% Syntax:  [np:Agent,v,np:Product,prep:from out_of,np:Material]
 5737%%% CCG:     ((s:_\np)/pp)/np
 5738%%% Roles:   [Result,Agent]
 5739%%% Example: Martha carved a toy out of a piece of wood.
 5740%%%
 5741verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5742verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5743verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5744verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5745verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5746verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5747verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5748verbnet(arrange, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5749verbnet(assemble, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5750verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5751verbnet(bead, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5752verbnet(blow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5753verbnet(cast, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5754verbnet(chisel, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5755verbnet(churn, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5756verbnet(compile, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5757verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5758verbnet(crochet, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5759verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5760verbnet(embroider, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5761verbnet(erect, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5762verbnet(fashion, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5763verbnet(fold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5764verbnet(forge, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5765verbnet(formulate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5766verbnet(grind, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5767verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5768verbnet(hack, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5769verbnet(hammer, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5770verbnet(knit, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5771verbnet(mold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5772verbnet(pound, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5773verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5774verbnet(sculpture, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5775verbnet(sew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5776verbnet(spin, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5777verbnet(stitch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5778verbnet(weave, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5779verbnet(whittle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5780verbnet(from, pp/np, ['Source'], [26,.,1]).
 5781verbnet(out_of, pp/np, ['Source'], [26,.,1]).
 5782
 5783%%% File:    ext/VerbNet/build-26.1.xml
 5784%%% Primary: NP V NP.material PP.product (build-26.1)
 5785%%% Syntax:  [np:Agent,v,np:Material,prep:into,np:Product]
 5786%%% CCG:     ((s:_\np)/pp)/np
 5787%%% Roles:   [Source,Agent]
 5788%%% Example: Martha carved the piece of wood into a toy.
 5789%%%
 5790verbnet(build, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5791verbnet(carve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5792verbnet(cut, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5793verbnet(make, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5794verbnet(remake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5795verbnet(sculpt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5796verbnet(shape, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5797verbnet(arrange, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5798verbnet(assemble, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5799verbnet(bake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5800verbnet(bead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5801verbnet(blow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5802verbnet(cast, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5803verbnet(chisel, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5804verbnet(churn, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5805verbnet(compile, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5806verbnet(cook, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5807verbnet(crochet, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5808verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5809verbnet(embroider, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5810verbnet(erect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5811verbnet(fashion, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5812verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5813verbnet(forge, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5814verbnet(formulate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5815verbnet(grind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5816verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5817verbnet(hack, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5818verbnet(hammer, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5819verbnet(knit, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5820verbnet(mold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5821verbnet(pound, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5822verbnet(roll, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5823verbnet(sculpture, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5824verbnet(sew, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5825verbnet(spin, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5826verbnet(stitch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5827verbnet(weave, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5828verbnet(whittle, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5829verbnet(into, pp/np, ['Result'], [26,.,1]).
 5830
 5831%%% File:    ext/VerbNet/build-26.1.xml
 5832%%% Primary: NP V NP PP.beneficiary (build-26.1)
 5833%%% Syntax:  [np:Agent,v,np:Product,prep:for,np:Beneficiary]
 5834%%% CCG:     ((s:_\np)/pp)/np
 5835%%% Roles:   [Result,Agent]
 5836%%% Example: Martha carved a toy for the baby.
 5837%%%
 5838verbnet(build, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5839verbnet(carve, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5840verbnet(cut, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5841verbnet(make, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5842verbnet(remake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5843verbnet(sculpt, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5844verbnet(shape, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5845verbnet(arrange, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5846verbnet(assemble, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5847verbnet(bake, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5848verbnet(bead, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5849verbnet(blow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5850verbnet(cast, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5851verbnet(chisel, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5852verbnet(churn, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5853verbnet(compile, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5854verbnet(cook, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5855verbnet(crochet, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5856verbnet(develop, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5857verbnet(embroider, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5858verbnet(erect, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5859verbnet(fashion, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5860verbnet(fold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5861verbnet(forge, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5862verbnet(formulate, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5863verbnet(grind, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5864verbnet(grow, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5865verbnet(hack, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5866verbnet(hammer, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5867verbnet(knit, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5868verbnet(mold, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5869verbnet(pound, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5870verbnet(roll, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5871verbnet(sculpture, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5872verbnet(sew, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5873verbnet(spin, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5874verbnet(stitch, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5875verbnet(weave, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5876verbnet(whittle, ((s:_\np)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5877verbnet(for, pp/np, ['Beneficiary'], [26,.,1]).
 5878
 5879%%% File:    ext/VerbNet/build-26.1.xml
 5880%%% Primary: NP V NP.beneficiary NP PP (build-26.1)
 5881%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Product,prep:from out_of,np:Material]
 5882%%% CCG:     (((s:_\np)/pp)/np)/np
 5883%%% Roles:   [Beneficiary,Result,Agent]
 5884%%% Example: Martha carved the baby a toy out of a piece of wood.
 5885%%%
 5886verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5887verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5888verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5889verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5890verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5891verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5892verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5893verbnet(arrange, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5894verbnet(assemble, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5895verbnet(bake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5896verbnet(bead, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5897verbnet(blow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5898verbnet(cast, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5899verbnet(chisel, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5900verbnet(churn, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5901verbnet(compile, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5902verbnet(cook, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5903verbnet(crochet, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5904verbnet(develop, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5905verbnet(embroider, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5906verbnet(erect, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5907verbnet(fashion, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5908verbnet(fold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5909verbnet(forge, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5910verbnet(formulate, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5911verbnet(grind, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5912verbnet(grow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5913verbnet(hack, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5914verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5915verbnet(knit, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5916verbnet(mold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5917verbnet(pound, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5918verbnet(roll, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5919verbnet(sculpture, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5920verbnet(sew, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5921verbnet(spin, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5922verbnet(stitch, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5923verbnet(weave, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5924verbnet(whittle, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 5925verbnet(from, pp/np, ['Source'], [26,.,1]).
 5926verbnet(out_of, pp/np, ['Source'], [26,.,1]).
 5927
 5928%%% File:    ext/VerbNet/build-26.1.xml
 5929%%% Primary: NP V NP PP.material PP.beneficiary (build-26.1)
 5930%%% Syntax:  [np:Agent,v,np:Product,prep:from out_of,np:Material,prep:for,np:Beneficiary]
 5931%%% CCG:     (((s:_\np)/pp)/pp)/np
 5932%%% Roles:   [Result,Agent]
 5933%%% Example: Martha carved a toy out of a piece of wood for the baby.
 5934%%%
 5935verbnet(build, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5936verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5937verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5938verbnet(make, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5939verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5940verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5941verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5942verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5943verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5944verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5945verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5946verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5947verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5948verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5949verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5950verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5951verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5952verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5953verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5954verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5955verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5956verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5957verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5958verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5959verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5960verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5961verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5962verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5963verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5964verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5965verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5966verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5967verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5968verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5969verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5970verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5971verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5972verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5973verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 5974verbnet(for, pp/np, ['Beneficiary'], [26,.,1]).
 5975
 5976%%% File:    ext/VerbNet/build-26.1.xml
 5977%%% Primary: NP V NP PP.beneficiary (build-26.1)
 5978%%% Syntax:  [np:Agent,v,np:Material,prep:for,np:Beneficiary]
 5979%%% CCG:     ((s:_\np)/pp)/np
 5980%%% Roles:   [Source,Agent]
 5981%%% Example: Martha carved a piece of wood for the baby.
 5982%%%
 5983verbnet(build, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5984verbnet(carve, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5985verbnet(cut, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5986verbnet(make, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5987verbnet(remake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5988verbnet(sculpt, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5989verbnet(shape, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5990verbnet(arrange, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5991verbnet(assemble, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5992verbnet(bake, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5993verbnet(bead, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5994verbnet(blow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5995verbnet(cast, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5996verbnet(chisel, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5997verbnet(churn, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5998verbnet(compile, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 5999verbnet(cook, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6000verbnet(crochet, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6001verbnet(develop, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6002verbnet(embroider, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6003verbnet(erect, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6004verbnet(fashion, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6005verbnet(fold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6006verbnet(forge, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6007verbnet(formulate, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6008verbnet(grind, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6009verbnet(grow, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6010verbnet(hack, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6011verbnet(hammer, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6012verbnet(knit, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6013verbnet(mold, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6014verbnet(pound, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6015verbnet(roll, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6016verbnet(sculpture, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6017verbnet(sew, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6018verbnet(spin, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6019verbnet(stitch, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6020verbnet(weave, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6021verbnet(whittle, ((s:_\np)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6022verbnet(for, pp/np, ['Beneficiary'], [26,.,1]).
 6023
 6024%%% File:    ext/VerbNet/build-26.1.xml
 6025%%% Primary: NP V NP PP.product PP.beneficiary (build-26.1)
 6026%%% Syntax:  [np:Agent,v,np:Material,prep:into,np:Product,prep:for,np:Beneficiary]
 6027%%% CCG:     (((s:_\np)/pp)/pp)/np
 6028%%% Roles:   [Source,Agent]
 6029%%% Example: Martha carved a piece of wood into a toy for the baby.
 6030%%%
 6031verbnet(build, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6032verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6033verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6034verbnet(make, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6035verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6036verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6037verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6038verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6039verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6040verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6041verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6042verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6043verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6044verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6045verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6046verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6047verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6048verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6049verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6050verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6051verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6052verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6053verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6054verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6055verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6056verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6057verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6058verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6059verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6060verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6061verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6062verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6063verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6064verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6065verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6066verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6067verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6068verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6069verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Source','Agent'], [26,'.',1]).
 6070verbnet(for, pp/np, ['Beneficiary'], [26,.,1]).
 6071
 6072%%% File:    ext/VerbNet/build-26.1.xml
 6073%%% Primary: NP.material V NP (build-26.1)
 6074%%% Syntax:  [np:Material,v,np:Product]
 6075%%% CCG:     (s:_\np)/np
 6076%%% Roles:   [Result,Source]
 6077%%% Example: This wood carved beautiful toys.
 6078%%%
 6079verbnet(build, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6080verbnet(carve, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6081verbnet(cut, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6082verbnet(make, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6083verbnet(remake, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6084verbnet(sculpt, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6085verbnet(shape, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6086verbnet(arrange, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6087verbnet(assemble, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6088verbnet(bake, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6089verbnet(bead, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6090verbnet(blow, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6091verbnet(cast, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6092verbnet(chisel, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6093verbnet(churn, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6094verbnet(compile, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6095verbnet(cook, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6096verbnet(crochet, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6097verbnet(develop, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6098verbnet(embroider, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6099verbnet(erect, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6100verbnet(fashion, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6101verbnet(fold, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6102verbnet(forge, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6103verbnet(formulate, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6104verbnet(grind, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6105verbnet(grow, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6106verbnet(hack, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6107verbnet(hammer, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6108verbnet(knit, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6109verbnet(mold, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6110verbnet(pound, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6111verbnet(roll, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6112verbnet(sculpture, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6113verbnet(sew, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6114verbnet(spin, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6115verbnet(stitch, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6116verbnet(weave, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6117verbnet(whittle, (s:_\np)/np, ['Result','Source'], [26,'.',1]).
 6118
 6119%%% File:    ext/VerbNet/build-26.1.xml
 6120%%% Primary: NP V NP NP PP.asset (build-26.1)
 6121%%% Syntax:  [np:Agent,v,np:Beneficiary,np:Product,prep:for,np:Asset]
 6122%%% CCG:     (((s:_\np)/pp)/np)/np
 6123%%% Roles:   [Beneficiary,Result,Agent]
 6124%%% Example: The contractor will build you a house for $100,000.
 6125%%%
 6126verbnet(build, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6127verbnet(carve, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6128verbnet(cut, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6129verbnet(make, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6130verbnet(remake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6131verbnet(sculpt, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6132verbnet(shape, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6133verbnet(arrange, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6134verbnet(assemble, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6135verbnet(bake, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6136verbnet(bead, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6137verbnet(blow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6138verbnet(cast, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6139verbnet(chisel, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6140verbnet(churn, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6141verbnet(compile, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6142verbnet(cook, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6143verbnet(crochet, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6144verbnet(develop, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6145verbnet(embroider, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6146verbnet(erect, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6147verbnet(fashion, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6148verbnet(fold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6149verbnet(forge, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6150verbnet(formulate, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6151verbnet(grind, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6152verbnet(grow, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6153verbnet(hack, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6154verbnet(hammer, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6155verbnet(knit, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6156verbnet(mold, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6157verbnet(pound, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6158verbnet(roll, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6159verbnet(sculpture, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6160verbnet(sew, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6161verbnet(spin, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6162verbnet(stitch, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6163verbnet(weave, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6164verbnet(whittle, (((s:_\np)/pp)/np)/np, ['Beneficiary','Result','Agent'], [26,'.',1]).
 6165verbnet(for, pp/np, ['Asset'], [26,.,1]).
 6166
 6167%%% File:    ext/VerbNet/build-26.1.xml
 6168%%% Primary: NP V NP PP.material PP.asset (build-26.1)
 6169%%% Syntax:  [np:Agent,v,np:Product,prep:from out_of,np:Material,prep:for,np:Asset]
 6170%%% CCG:     (((s:_\np)/pp)/pp)/np
 6171%%% Roles:   [Result,Agent]
 6172%%% Example: Martha will carve a toy out of a piece of wood for $50.
 6173%%%
 6174verbnet(build, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6175verbnet(carve, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6176verbnet(cut, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6177verbnet(make, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6178verbnet(remake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6179verbnet(sculpt, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6180verbnet(shape, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6181verbnet(arrange, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6182verbnet(assemble, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6183verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6184verbnet(bead, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6185verbnet(blow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6186verbnet(cast, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6187verbnet(chisel, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6188verbnet(churn, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6189verbnet(compile, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6190verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6191verbnet(crochet, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6192verbnet(develop, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6193verbnet(embroider, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6194verbnet(erect, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6195verbnet(fashion, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6196verbnet(fold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6197verbnet(forge, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6198verbnet(formulate, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6199verbnet(grind, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6200verbnet(grow, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6201verbnet(hack, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6202verbnet(hammer, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6203verbnet(knit, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6204verbnet(mold, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6205verbnet(pound, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6206verbnet(roll, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6207verbnet(sculpture, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6208verbnet(sew, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6209verbnet(spin, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6210verbnet(stitch, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6211verbnet(weave, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6212verbnet(whittle, (((s:_\np)/pp)/pp)/np, ['Result','Agent'], [26,'.',1]).
 6213verbnet(for, pp/np, ['Asset'], [26,.,1]).
 6214
 6215%%% File:    ext/VerbNet/bulge-47.5.3.xml
 6216%%% Primary: NP V PP.theme (bulge-47.5.3)
 6217%%% Syntax:  [np:Location,v,prep:with,np:Theme]
 6218%%% CCG:     (s:_\np)/pp
 6219%%% Roles:   [Location]
 6220%%% Example: The bag is bulging with groceries.
 6221%%%
 6222verbnet(bristle, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]).
 6223verbnet(bulge, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]).
 6224verbnet(buzz, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]).
 6225verbnet(hum, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]).
 6226verbnet(seethe, (s:_\np)/pp, ['Location'], [47,'.',5,'.',3]).
 6227verbnet(with, pp/np, ['Theme'], [47,.,5,.,3]).
 6228
 6229%%% File:    ext/VerbNet/bulge-47.5.3.xml
 6230%%% Primary: NP V (bulge-47.5.3)
 6231%%% Syntax:  [np:Location,v]
 6232%%% CCG:     s:_\np
 6233%%% Roles:   [Location]
 6234%%% Example: The bag is bulging.
 6235%%%
 6236verbnet(bristle, s:_\np, ['Location'], [47,'.',5,'.',3]).
 6237verbnet(bulge, s:_\np, ['Location'], [47,'.',5,'.',3]).
 6238verbnet(buzz, s:_\np, ['Location'], [47,'.',5,'.',3]).
 6239verbnet(hum, s:_\np, ['Location'], [47,'.',5,'.',3]).
 6240verbnet(seethe, s:_\np, ['Location'], [47,'.',5,'.',3]).
 6241
 6242%%% File:    ext/VerbNet/bump-18.4.xml
 6243%%% Primary: NP V together (bump-18.4-1)
 6244%%% Syntax:  [np:Theme,v,lex:together]
 6245%%% CCG:     s:_\np
 6246%%% Roles:   [Theme]
 6247%%% Missing: [lex:together]
 6248%%% Example: The grocery carts thudded together.
 6249%%%
 6250verbnet(bang, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6251verbnet(bash, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6252verbnet(brush, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6253verbnet(bump, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6254verbnet(butt, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6255verbnet(clang, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6256verbnet(clash, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6257verbnet(clatter, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6258verbnet(collide, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6259verbnet(crack, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6260verbnet(crash, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6261verbnet(crunch, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6262verbnet(hammer, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6263verbnet(knock, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6264verbnet(ram, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6265verbnet(rap, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6266verbnet(slam, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6267verbnet(slap, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6268verbnet(smack, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6269verbnet(smash, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6270verbnet(squash, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6271verbnet(strike, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6272verbnet(thud, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6273verbnet(thump, s:_\np, ['Theme'], [18,'.',4,-,1]).
 6274
 6275%%% File:    ext/VerbNet/bump-18.4.xml
 6276%%% Primary: NP V PP.location (bump-18.4)
 6277%%% Syntax:  [np:Theme,v,prep:against into onto,np:Location]
 6278%%% CCG:     (s:_\np)/pp
 6279%%% Roles:   [Theme]
 6280%%% Example: The grocery cart hit against the wall.
 6281%%%
 6282verbnet(bang, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6283verbnet(bash, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6284verbnet(brush, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6285verbnet(bump, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6286verbnet(butt, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6287verbnet(clang, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6288verbnet(clash, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6289verbnet(clatter, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6290verbnet(collide, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6291verbnet(crack, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6292verbnet(crash, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6293verbnet(crunch, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6294verbnet(hammer, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6295verbnet(knock, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6296verbnet(ram, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6297verbnet(rap, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6298verbnet(slam, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6299verbnet(slap, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6300verbnet(smack, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6301verbnet(smash, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6302verbnet(squash, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6303verbnet(strike, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6304verbnet(thud, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6305verbnet(thump, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6306verbnet(hit, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6307verbnet(run, (s:_\np)/pp, ['Theme'], [18,'.',4]).
 6308verbnet(against, pp/np, ['Location'], [18,.,4]).
 6309verbnet(into, pp/np, ['Location'], [18,.,4]).
 6310verbnet(onto, pp/np, ['Location'], [18,.,4]).
 6311
 6312%%% File:    ext/VerbNet/butter-9.9.xml
 6313%%% Primary: NP V NP.destination (butter-9.9)
 6314%%% Syntax:  [np:Agent,v,np:Destination]
 6315%%% CCG:     (s:_\np)/np
 6316%%% Roles:   [Destination,Agent]
 6317%%% Example: Lora buttered the toast.
 6318%%%
 6319verbnet(aromatize, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6320verbnet(asphalt, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6321verbnet(bait, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6322verbnet(black, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6323verbnet(blanket, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6324verbnet(blindfold, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6325verbnet(board, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6326verbnet(bread, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6327verbnet(brick, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6328verbnet(bridle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6329verbnet(bronze, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6330verbnet(butter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6331verbnet(buttonhole, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6332verbnet(calk, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6333verbnet(cap, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6334verbnet(carpet, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6335verbnet(caulk, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6336verbnet(chrome, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6337verbnet(clay, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6338verbnet(cloak, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6339verbnet(coal, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6340verbnet(cork, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6341verbnet(crown, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6342verbnet(crumb, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6343verbnet(diaper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6344verbnet(dope, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6345verbnet(drug, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6346verbnet(feather, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6347verbnet(fence, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6348verbnet(flour, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6349verbnet(forest, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6350verbnet(frame, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6351verbnet(frost, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6352verbnet(fuel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6353verbnet(glaze, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6354verbnet(gag, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6355verbnet(garland, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6356verbnet(glass, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6357verbnet(glove, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6358verbnet(graffiti, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6359verbnet(grass, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6360verbnet(gravel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6361verbnet(grease, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6362verbnet(groove, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6363verbnet(halter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6364verbnet(harness, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6365verbnet(hat, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6366verbnet(heel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6367verbnet(ice, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6368verbnet(ink, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6369verbnet(label, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6370verbnet(leash, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6371verbnet(leaven, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6372verbnet(lipstick, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6373verbnet(lubricate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6374verbnet(mantle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6375verbnet(mulch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6376verbnet(muzzle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6377verbnet(nickel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6378verbnet(oil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6379verbnet(ornament, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6380verbnet(paint, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6381verbnet(panel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6382verbnet(paper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6383verbnet(parquet, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6384verbnet(patch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6385verbnet(pepper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6386verbnet(perfume, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6387verbnet(plank, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6388verbnet(plaster, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6389verbnet(poison, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6390verbnet(polish, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6391verbnet(pomade, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6392verbnet(poster, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6393verbnet(postmark, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6394verbnet(powder, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6395verbnet(putty, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6396verbnet(robe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6397verbnet(roof, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6398verbnet(rosin, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6399verbnet(rouge, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6400verbnet(rut, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6401verbnet(saddle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6402verbnet(salt, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6403verbnet(salve, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6404verbnet(sand, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6405verbnet(scent, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6406verbnet(seed, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6407verbnet(sequin, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6408verbnet(shawl, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6409verbnet(shingle, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6410verbnet(shoe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6411verbnet(shutter, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6412verbnet(side, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6413verbnet(silver, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6414verbnet(slate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6415verbnet(slime, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6416verbnet(slipcover, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6417verbnet(sod, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6418verbnet(soil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6419verbnet(sole, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6420verbnet(spice, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6421verbnet(stain, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6422verbnet(starch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6423verbnet(stopper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6424verbnet(stress, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6425verbnet(string, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6426verbnet(stucco, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6427verbnet(sugar, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6428verbnet(sulphur, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6429verbnet(tag, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6430verbnet(tar, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6431verbnet(tarmac, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6432verbnet(tassel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6433verbnet(thatch, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6434verbnet(ticket, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6435verbnet(tile, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6436verbnet(tinsel, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6437verbnet(top, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6438verbnet(turf, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6439verbnet(varnish, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6440verbnet(veil, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6441verbnet(veneer, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6442verbnet(wallpaper, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6443verbnet(water, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6444verbnet(wax, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6445verbnet(wharf, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6446verbnet(whitewash, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6447verbnet(wreathe, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6448verbnet(yoke, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6449verbnet(zipcode, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6450verbnet(insulate, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6451verbnet(sauce, (s:_\np)/np, ['Destination','Agent'], [9,'.',9]).
 6452
 6453%%% File:    ext/VerbNet/butter-9.9.xml
 6454%%% Primary: NP V NP PP.theme (butter-9.9)
 6455%%% Syntax:  [np:Agent,v,np:Destination,prep:with,np:Theme]
 6456%%% CCG:     ((s:_\np)/pp)/np
 6457%%% Roles:   [Destination,Agent]
 6458%%% Example: Lora buttered the toast with unsalted butter.
 6459%%%
 6460verbnet(aromatize, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6461verbnet(asphalt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6462verbnet(bait, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6463verbnet(black, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6464verbnet(blanket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6465verbnet(blindfold, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6466verbnet(board, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6467verbnet(bread, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6468verbnet(brick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6469verbnet(bridle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6470verbnet(bronze, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6471verbnet(butter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6472verbnet(buttonhole, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6473verbnet(calk, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6474verbnet(cap, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6475verbnet(carpet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6476verbnet(caulk, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6477verbnet(chrome, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6478verbnet(clay, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6479verbnet(cloak, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6480verbnet(coal, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6481verbnet(cork, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6482verbnet(crown, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6483verbnet(crumb, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6484verbnet(diaper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6485verbnet(dope, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6486verbnet(drug, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6487verbnet(feather, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6488verbnet(fence, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6489verbnet(flour, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6490verbnet(forest, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6491verbnet(frame, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6492verbnet(frost, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6493verbnet(fuel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6494verbnet(glaze, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6495verbnet(gag, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6496verbnet(garland, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6497verbnet(glass, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6498verbnet(glove, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6499verbnet(graffiti, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6500verbnet(grass, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6501verbnet(gravel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6502verbnet(grease, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6503verbnet(groove, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6504verbnet(halter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6505verbnet(harness, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6506verbnet(hat, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6507verbnet(heel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6508verbnet(ice, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6509verbnet(ink, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6510verbnet(label, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6511verbnet(leash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6512verbnet(leaven, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6513verbnet(lipstick, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6514verbnet(lubricate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6515verbnet(mantle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6516verbnet(mulch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6517verbnet(muzzle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6518verbnet(nickel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6519verbnet(oil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6520verbnet(ornament, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6521verbnet(paint, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6522verbnet(panel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6523verbnet(paper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6524verbnet(parquet, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6525verbnet(patch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6526verbnet(pepper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6527verbnet(perfume, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6528verbnet(plank, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6529verbnet(plaster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6530verbnet(poison, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6531verbnet(polish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6532verbnet(pomade, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6533verbnet(poster, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6534verbnet(postmark, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6535verbnet(powder, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6536verbnet(putty, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6537verbnet(robe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6538verbnet(roof, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6539verbnet(rosin, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6540verbnet(rouge, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6541verbnet(rut, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6542verbnet(saddle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6543verbnet(salt, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6544verbnet(salve, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6545verbnet(sand, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6546verbnet(scent, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6547verbnet(seed, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6548verbnet(sequin, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6549verbnet(shawl, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6550verbnet(shingle, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6551verbnet(shoe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6552verbnet(shutter, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6553verbnet(side, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6554verbnet(silver, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6555verbnet(slate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6556verbnet(slime, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6557verbnet(slipcover, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6558verbnet(sod, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6559verbnet(soil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6560verbnet(sole, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6561verbnet(spice, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6562verbnet(stain, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6563verbnet(starch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6564verbnet(stopper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6565verbnet(stress, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6566verbnet(string, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6567verbnet(stucco, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6568verbnet(sugar, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6569verbnet(sulphur, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6570verbnet(tag, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6571verbnet(tar, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6572verbnet(tarmac, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6573verbnet(tassel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6574verbnet(thatch, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6575verbnet(ticket, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6576verbnet(tile, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6577verbnet(tinsel, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6578verbnet(top, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6579verbnet(turf, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6580verbnet(varnish, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6581verbnet(veil, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6582verbnet(veneer, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6583verbnet(wallpaper, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6584verbnet(water, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6585verbnet(wax, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6586verbnet(wharf, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6587verbnet(whitewash, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6588verbnet(wreathe, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6589verbnet(yoke, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6590verbnet(zipcode, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6591verbnet(insulate, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6592verbnet(sauce, ((s:_\np)/pp)/np, ['Destination','Agent'], [9,'.',9]).
 6593verbnet(with, pp/np, ['Theme'], [9,.,9]).
 6594
 6595%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6596%%% Primary: NP.attribute V (calibratable_cos-45.6-1)
 6597%%% Syntax:  [np:Patient,lex:'s,np:Attribute,v]
 6598%%% CCG:     (s:_\np)/np
 6599%%% Roles:   [Attribute,Patient]
 6600%%% Missing: [lex:'s]
 6601%%% Example: Oil's price soared.
 6602%%%
 6603verbnet(advance, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6604verbnet(appreciate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6605verbnet(balloon, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6606verbnet(climb, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6607verbnet(decline, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6608verbnet(decrease, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6609verbnet(depreciate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6610verbnet(diminish, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6611verbnet(drop, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6612verbnet(dwindle, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6613verbnet(explode, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6614verbnet(fall, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6615verbnet(fluctuate, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6616verbnet(gain, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6617verbnet(grow, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6618verbnet(increase, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6619verbnet(jump, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6620verbnet(move, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6621verbnet(mushroom, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6622verbnet(plummet, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6623verbnet(plump, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6624verbnet(plunge, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6625verbnet(retreat, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6626verbnet(rocket, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6627verbnet(rise, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6628verbnet(seesaw, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6629verbnet(shift, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6630verbnet(skyrocket, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6631verbnet(slide, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6632verbnet(slip, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6633verbnet(soar, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6634verbnet(surge, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6635verbnet(swing, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6636verbnet(tumble, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6637verbnet(vary, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6638verbnet(dip, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6639verbnet(lower, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6640verbnet(swell, (s:_\np)/np, ['Attribute','Patient'], [45,'.',6,-,1]).
 6641
 6642%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6643%%% Primary: NP.attribute V (calibratable_cos-45.6)
 6644%%% Syntax:  [np:Attribute,prep:of,np:Patient,v]
 6645%%% CCG:     (s:_\np)/pp
 6646%%% Roles:   [Attribute]
 6647%%% Example: The price of oil soared.
 6648%%%
 6649verbnet(advance, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6650verbnet(appreciate, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6651verbnet(balloon, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6652verbnet(climb, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6653verbnet(decline, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6654verbnet(decrease, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6655verbnet(depreciate, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6656verbnet(diminish, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6657verbnet(drop, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6658verbnet(dwindle, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6659verbnet(explode, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6660verbnet(fall, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6661verbnet(fluctuate, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6662verbnet(gain, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6663verbnet(grow, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6664verbnet(increase, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6665verbnet(jump, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6666verbnet(move, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6667verbnet(mushroom, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6668verbnet(plummet, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6669verbnet(plump, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6670verbnet(plunge, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6671verbnet(retreat, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6672verbnet(rocket, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6673verbnet(rise, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6674verbnet(seesaw, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6675verbnet(shift, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6676verbnet(skyrocket, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6677verbnet(slide, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6678verbnet(slip, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6679verbnet(soar, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6680verbnet(surge, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6681verbnet(swing, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6682verbnet(tumble, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6683verbnet(vary, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6684verbnet(dip, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6685verbnet(lower, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6686verbnet(swell, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6687verbnet(multiply, (s:_\np)/pp, ['Attribute'], [45,'.',6]).
 6688
 6689%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6690%%% Primary: NP.patient V PP.attribute (calibratable_cos-45.6)
 6691%%% Syntax:  [np:Patient,v,prep:in,np:Attribute]
 6692%%% CCG:     (s:_\np)/pp
 6693%%% Roles:   [Patient]
 6694%%% Example: Oil soared in price.
 6695%%%
 6696verbnet(advance, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6697verbnet(appreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6698verbnet(balloon, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6699verbnet(climb, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6700verbnet(decline, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6701verbnet(decrease, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6702verbnet(depreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6703verbnet(diminish, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6704verbnet(drop, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6705verbnet(dwindle, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6706verbnet(explode, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6707verbnet(fall, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6708verbnet(fluctuate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6709verbnet(gain, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6710verbnet(grow, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6711verbnet(increase, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6712verbnet(jump, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6713verbnet(move, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6714verbnet(mushroom, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6715verbnet(plummet, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6716verbnet(plump, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6717verbnet(plunge, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6718verbnet(retreat, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6719verbnet(rocket, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6720verbnet(rise, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6721verbnet(seesaw, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6722verbnet(shift, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6723verbnet(skyrocket, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6724verbnet(slide, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6725verbnet(slip, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6726verbnet(soar, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6727verbnet(surge, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6728verbnet(swing, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6729verbnet(tumble, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6730verbnet(vary, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6731verbnet(dip, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6732verbnet(lower, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6733verbnet(swell, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6734verbnet(multiply, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6735verbnet(in, pp/np, ['Attribute'], [45,.,6]).
 6736
 6737%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6738%%% Primary: NP.attribute V NP.extent (calibratable_cos-45.6)
 6739%%% Syntax:  [np:Attribute,prep:of,np:Patient,v,np:Extent]
 6740%%% CCG:     ((s:_\np)/np)/pp
 6741%%% Roles:   [Extent,Attribute]
 6742%%% Example: The price of oil increased ten percent.
 6743%%%
 6744verbnet(advance, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6745verbnet(appreciate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6746verbnet(balloon, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6747verbnet(climb, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6748verbnet(decline, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6749verbnet(decrease, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6750verbnet(depreciate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6751verbnet(diminish, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6752verbnet(drop, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6753verbnet(dwindle, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6754verbnet(explode, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6755verbnet(fall, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6756verbnet(fluctuate, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6757verbnet(gain, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6758verbnet(grow, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6759verbnet(increase, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6760verbnet(jump, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6761verbnet(move, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6762verbnet(mushroom, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6763verbnet(plummet, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6764verbnet(plump, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6765verbnet(plunge, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6766verbnet(retreat, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6767verbnet(rocket, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6768verbnet(rise, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6769verbnet(seesaw, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6770verbnet(shift, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6771verbnet(skyrocket, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6772verbnet(slide, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6773verbnet(slip, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6774verbnet(soar, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6775verbnet(surge, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6776verbnet(swing, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6777verbnet(tumble, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6778verbnet(vary, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6779verbnet(dip, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6780verbnet(lower, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6781verbnet(swell, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6782verbnet(multiply, ((s:_\np)/np)/pp, ['Extent','Attribute'], [45,'.',6]).
 6783
 6784%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6785%%% Primary: NP.attribute V PP.extent (calibratable_cos-45.6)
 6786%%% Syntax:  [np:Attribute,prep:of,np:Patient,v,prep:by,np:Extent]
 6787%%% CCG:     ((s:_\np)/pp)/pp
 6788%%% Roles:   [Attribute]
 6789%%% Example: The price of oil increased by ten percent.
 6790%%%
 6791verbnet(advance, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6792verbnet(appreciate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6793verbnet(balloon, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6794verbnet(climb, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6795verbnet(decline, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6796verbnet(decrease, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6797verbnet(depreciate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6798verbnet(diminish, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6799verbnet(drop, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6800verbnet(dwindle, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6801verbnet(explode, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6802verbnet(fall, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6803verbnet(fluctuate, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6804verbnet(gain, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6805verbnet(grow, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6806verbnet(increase, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6807verbnet(jump, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6808verbnet(move, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6809verbnet(mushroom, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6810verbnet(plummet, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6811verbnet(plump, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6812verbnet(plunge, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6813verbnet(retreat, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6814verbnet(rocket, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6815verbnet(rise, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6816verbnet(seesaw, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6817verbnet(shift, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6818verbnet(skyrocket, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6819verbnet(slide, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6820verbnet(slip, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6821verbnet(soar, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6822verbnet(surge, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6823verbnet(swing, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6824verbnet(tumble, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6825verbnet(vary, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6826verbnet(dip, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6827verbnet(lower, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6828verbnet(swell, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6829verbnet(multiply, ((s:_\np)/pp)/pp, ['Attribute'], [45,'.',6]).
 6830verbnet(by, pp/np, ['Extent'], [45,.,6]).
 6831
 6832%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6833%%% Primary: NP.attribute V NP.extent (calibratable_cos-45.6)
 6834%%% Syntax:  [np:Patient,lex:'s,np:Attribute,v,np:Extent]
 6835%%% CCG:     ((s:_\np)/np)/np
 6836%%% Roles:   [Attribute,Extent,Patient]
 6837%%% Missing: [lex:'s]
 6838%%% Example: Oils's price increased ten percent.
 6839%%%
 6840verbnet(advance, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6841verbnet(appreciate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6842verbnet(balloon, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6843verbnet(climb, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6844verbnet(decline, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6845verbnet(decrease, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6846verbnet(depreciate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6847verbnet(diminish, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6848verbnet(drop, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6849verbnet(dwindle, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6850verbnet(explode, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6851verbnet(fall, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6852verbnet(fluctuate, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6853verbnet(gain, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6854verbnet(grow, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6855verbnet(increase, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6856verbnet(jump, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6857verbnet(move, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6858verbnet(mushroom, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6859verbnet(plummet, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6860verbnet(plump, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6861verbnet(plunge, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6862verbnet(retreat, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6863verbnet(rocket, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6864verbnet(rise, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6865verbnet(seesaw, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6866verbnet(shift, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6867verbnet(skyrocket, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6868verbnet(slide, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6869verbnet(slip, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6870verbnet(soar, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6871verbnet(surge, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6872verbnet(swing, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6873verbnet(tumble, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6874verbnet(vary, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6875verbnet(dip, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6876verbnet(lower, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6877verbnet(swell, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6878verbnet(multiply, ((s:_\np)/np)/np, ['Attribute','Extent','Patient'], [45,'.',6]).
 6879
 6880%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6881%%% Primary: NP.attribute V PP.extent (calibratable_cos-45.6)
 6882%%% Syntax:  [np:Patient,lex:'s,np:Attribute,v,prep:by,np:Extent]
 6883%%% CCG:     ((s:_\np)/pp)/np
 6884%%% Roles:   [Attribute,Patient]
 6885%%% Missing: [lex:'s]
 6886%%% Example: Oils's price increased by ten percent.
 6887%%%
 6888verbnet(advance, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6889verbnet(appreciate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6890verbnet(balloon, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6891verbnet(climb, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6892verbnet(decline, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6893verbnet(decrease, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6894verbnet(depreciate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6895verbnet(diminish, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6896verbnet(drop, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6897verbnet(dwindle, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6898verbnet(explode, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6899verbnet(fall, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6900verbnet(fluctuate, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6901verbnet(gain, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6902verbnet(grow, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6903verbnet(increase, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6904verbnet(jump, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6905verbnet(move, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6906verbnet(mushroom, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6907verbnet(plummet, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6908verbnet(plump, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6909verbnet(plunge, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6910verbnet(retreat, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6911verbnet(rocket, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6912verbnet(rise, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6913verbnet(seesaw, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6914verbnet(shift, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6915verbnet(skyrocket, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6916verbnet(slide, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6917verbnet(slip, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6918verbnet(soar, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6919verbnet(surge, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6920verbnet(swing, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6921verbnet(tumble, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6922verbnet(vary, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6923verbnet(dip, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6924verbnet(lower, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6925verbnet(swell, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6926verbnet(multiply, ((s:_\np)/pp)/np, ['Attribute','Patient'], [45,'.',6]).
 6927verbnet(by, pp/np, ['Extent'], [45,.,6]).
 6928
 6929%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6930%%% Primary: NP V (calibratable_cos-45.6)
 6931%%% Syntax:  [np:Patient,v]
 6932%%% CCG:     s:_\np
 6933%%% Roles:   [Patient]
 6934%%% Example: Imports have declined.
 6935%%%
 6936verbnet(advance, s:_\np, ['Patient'], [45,'.',6]).
 6937verbnet(appreciate, s:_\np, ['Patient'], [45,'.',6]).
 6938verbnet(balloon, s:_\np, ['Patient'], [45,'.',6]).
 6939verbnet(climb, s:_\np, ['Patient'], [45,'.',6]).
 6940verbnet(decline, s:_\np, ['Patient'], [45,'.',6]).
 6941verbnet(decrease, s:_\np, ['Patient'], [45,'.',6]).
 6942verbnet(depreciate, s:_\np, ['Patient'], [45,'.',6]).
 6943verbnet(diminish, s:_\np, ['Patient'], [45,'.',6]).
 6944verbnet(drop, s:_\np, ['Patient'], [45,'.',6]).
 6945verbnet(dwindle, s:_\np, ['Patient'], [45,'.',6]).
 6946verbnet(explode, s:_\np, ['Patient'], [45,'.',6]).
 6947verbnet(fall, s:_\np, ['Patient'], [45,'.',6]).
 6948verbnet(fluctuate, s:_\np, ['Patient'], [45,'.',6]).
 6949verbnet(gain, s:_\np, ['Patient'], [45,'.',6]).
 6950verbnet(grow, s:_\np, ['Patient'], [45,'.',6]).
 6951verbnet(increase, s:_\np, ['Patient'], [45,'.',6]).
 6952verbnet(jump, s:_\np, ['Patient'], [45,'.',6]).
 6953verbnet(move, s:_\np, ['Patient'], [45,'.',6]).
 6954verbnet(mushroom, s:_\np, ['Patient'], [45,'.',6]).
 6955verbnet(plummet, s:_\np, ['Patient'], [45,'.',6]).
 6956verbnet(plump, s:_\np, ['Patient'], [45,'.',6]).
 6957verbnet(plunge, s:_\np, ['Patient'], [45,'.',6]).
 6958verbnet(retreat, s:_\np, ['Patient'], [45,'.',6]).
 6959verbnet(rocket, s:_\np, ['Patient'], [45,'.',6]).
 6960verbnet(rise, s:_\np, ['Patient'], [45,'.',6]).
 6961verbnet(seesaw, s:_\np, ['Patient'], [45,'.',6]).
 6962verbnet(shift, s:_\np, ['Patient'], [45,'.',6]).
 6963verbnet(skyrocket, s:_\np, ['Patient'], [45,'.',6]).
 6964verbnet(slide, s:_\np, ['Patient'], [45,'.',6]).
 6965verbnet(slip, s:_\np, ['Patient'], [45,'.',6]).
 6966verbnet(soar, s:_\np, ['Patient'], [45,'.',6]).
 6967verbnet(surge, s:_\np, ['Patient'], [45,'.',6]).
 6968verbnet(swing, s:_\np, ['Patient'], [45,'.',6]).
 6969verbnet(tumble, s:_\np, ['Patient'], [45,'.',6]).
 6970verbnet(vary, s:_\np, ['Patient'], [45,'.',6]).
 6971verbnet(dip, s:_\np, ['Patient'], [45,'.',6]).
 6972verbnet(lower, s:_\np, ['Patient'], [45,'.',6]).
 6973verbnet(swell, s:_\np, ['Patient'], [45,'.',6]).
 6974verbnet(multiply, s:_\np, ['Patient'], [45,'.',6]).
 6975
 6976%%% File:    ext/VerbNet/calibratable_cos-45.6.xml
 6977%%% Primary: NP V PP.extent (calibratable_cos-45.6)
 6978%%% Syntax:  [np:Patient,v,prep:by,np:Extent]
 6979%%% CCG:     (s:_\np)/pp
 6980%%% Roles:   [Patient]
 6981%%% Example: Nonperforming assets at these banks declined by %15.
 6982%%%
 6983verbnet(advance, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6984verbnet(appreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6985verbnet(balloon, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6986verbnet(climb, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6987verbnet(decline, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6988verbnet(decrease, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6989verbnet(depreciate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6990verbnet(diminish, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6991verbnet(drop, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6992verbnet(dwindle, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6993verbnet(explode, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6994verbnet(fall, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6995verbnet(fluctuate, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6996verbnet(gain, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6997verbnet(grow, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6998verbnet(increase, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 6999verbnet(jump, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7000verbnet(move, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7001verbnet(mushroom, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7002verbnet(plummet, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7003verbnet(plump, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7004verbnet(plunge, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7005verbnet(retreat, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7006verbnet(rocket, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7007verbnet(rise, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7008verbnet(seesaw, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7009verbnet(shift, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7010verbnet(skyrocket, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7011verbnet(slide, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7012verbnet(slip, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7013verbnet(soar, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7014verbnet(surge, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7015verbnet(swing, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7016verbnet(tumble, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7017verbnet(vary, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7018verbnet(dip, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7019verbnet(lower, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7020verbnet(swell, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7021verbnet(multiply, (s:_\np)/pp, ['Patient'], [45,'.',6]).
 7022verbnet(by, pp/np, ['Extent'], [45,.,6]).
 7023
 7024%%% File:    ext/VerbNet/calve-28.xml
 7025%%% Primary: NP V (calve-28)
 7026%%% Syntax:  [np:Agent,v]
 7027%%% CCG:     s:_\np
 7028%%% Roles:   [Agent]
 7029%%% Example: The cat kittened.
 7030%%%
 7031verbnet(calve, s:_\np, ['Agent'], [28]).
 7032verbnet(cub, s:_\np, ['Agent'], [28]).
 7033verbnet(fawn, s:_\np, ['Agent'], [28]).
 7034verbnet(foal, s:_\np, ['Agent'], [28]).
 7035verbnet(kitten, s:_\np, ['Agent'], [28]).
 7036verbnet(lamb, s:_\np, ['Agent'], [28]).
 7037verbnet(litter, s:_\np, ['Agent'], [28]).
 7038verbnet(pup, s:_\np, ['Agent'], [28]).
 7039verbnet(spawn, s:_\np, ['Agent'], [28]).
 7040verbnet(whelp, s:_\np, ['Agent'], [28]).
 7041
 7042%%% File:    ext/VerbNet/captain-29.8.xml
 7043%%% Primary: NP V NP (captain-29.8-1-1)
 7044%%% Syntax:  [np:Beneficiary,v,np:Agent]
 7045%%% CCG:     (s:_\np)/np
 7046%%% Roles:   [Agent,Beneficiary]
 7047%%% Example: The show starred Miriam.
 7048%%%
 7049verbnet(star, (s:_\np)/np, ['Agent','Beneficiary'], [29,'.',8,-,1,-,1]).
 7050
 7051%%% File:    ext/VerbNet/captain-29.8.xml
 7052%%% Primary: NP V NP (captain-29.8-1)
 7053%%% Syntax:  [np:Agent,v,np:Beneficiary]
 7054%%% CCG:     (s:_\np)/np
 7055%%% Roles:   [Beneficiary,Agent]
 7056%%% Example: Miriam tutored her brother.
 7057%%%
 7058verbnet(star, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7059verbnet(babysit, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7060verbnet(boss, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7061verbnet(bully, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7062verbnet(butler, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7063verbnet(caddy, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7064verbnet(captain, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7065verbnet(champion, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7066verbnet(chaperone, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7067verbnet(chauffeur, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7068verbnet(clerk, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7069verbnet(coach, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7070verbnet(cox, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7071verbnet(crew, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7072verbnet(doctor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7073verbnet(emcee, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7074verbnet(escort, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7075verbnet(guard, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7076verbnet(host, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7077verbnet(mother, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7078verbnet(nurse, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7079verbnet(partner, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7080verbnet(pilot, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7081verbnet(pioneer, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7082verbnet(police, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7083verbnet(referee, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7084verbnet(shepherd, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7085verbnet(skipper, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7086verbnet(sponsor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7087verbnet(tailor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7088verbnet(tutor, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7089verbnet(umpire, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7090verbnet(understudy, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7091verbnet(usher, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7092verbnet(valet, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7093verbnet(witness, (s:_\np)/np, ['Beneficiary','Agent'], [29,'.',8,-,1]).
 7094
 7095%%% File:    ext/VerbNet/captain-29.8.xml
 7096%%% Primary: NP V PP.beneficiary (captain-29.8)
 7097%%% Syntax:  [np:Agent,v,prep:for,np:Beneficiary]
 7098%%% CCG:     (s:_\np)/pp
 7099%%% Roles:   [Agent]
 7100%%% Example: Her cousin clerked for Judge Davis.
 7101%%%
 7102verbnet(star, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7103verbnet(babysit, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7104verbnet(boss, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7105verbnet(bully, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7106verbnet(butler, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7107verbnet(caddy, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7108verbnet(captain, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7109verbnet(champion, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7110verbnet(chaperone, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7111verbnet(chauffeur, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7112verbnet(clerk, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7113verbnet(coach, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7114verbnet(cox, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7115verbnet(crew, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7116verbnet(doctor, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7117verbnet(emcee, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7118verbnet(escort, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7119verbnet(guard, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7120verbnet(host, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7121verbnet(mother, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7122verbnet(nurse, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7123verbnet(partner, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7124verbnet(pilot, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7125verbnet(pioneer, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7126verbnet(police, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7127verbnet(referee, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7128verbnet(shepherd, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7129verbnet(skipper, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7130verbnet(sponsor, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7131verbnet(tailor, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7132verbnet(tutor, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7133verbnet(umpire, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7134verbnet(understudy, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7135verbnet(usher, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7136verbnet(valet, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7137verbnet(witness, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7138verbnet(butcher, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7139verbnet(judge, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7140verbnet(lawyer, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7141verbnet(midwife, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7142verbnet(model, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7143verbnet(prostitute, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7144verbnet(soldier, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7145verbnet(volunteer, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7146verbnet(whore, (s:_\np)/pp, ['Agent'], [29,'.',8]).
 7147verbnet(for, pp/np, ['Beneficiary'], [29,.,8]).
 7148
 7149%%% File:    ext/VerbNet/care-88.1.xml
 7150%%% Primary: NP V PP.stimulus what S (care-88.1-1)
 7151%%% Syntax:  [np:Experiencer,v,prep:about,s:Stimulus]
 7152%%% CCG:     (s:_\np)/pp
 7153%%% Roles:   [Experiencer]
 7154%%% Example: He doesn't care about what he should do.
 7155%%%
 7156verbnet(care, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7157verbnet(worry, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7158verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7159verbnet(about, pp/s:_, ['Stimulus'], [88,.,1,-,1]).
 7160
 7161%%% File:    ext/VerbNet/care-88.1.xml
 7162%%% Primary: NP V what S (care-88.1-1)
 7163%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 7164%%% CCG:     (s:_\np)/s:_
 7165%%% Roles:   [Stimulus,Experiencer]
 7166%%% Example: I don't care what he does.
 7167%%%
 7168verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]).
 7169verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]).
 7170verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1,-,1]).
 7171
 7172%%% File:    ext/VerbNet/care-88.1.xml
 7173%%% Primary: NP V PP.stimulus how/whether S (care-88.1-1)
 7174%%% Syntax:  [np:Experiencer,v,prep:about,s:Stimulus]
 7175%%% CCG:     (s:_\np)/pp
 7176%%% Roles:   [Experiencer]
 7177%%% Example: He doesn't care about how/whether she comes.
 7178%%%
 7179verbnet(care, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7180verbnet(worry, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7181verbnet(wonder, (s:_\np)/pp, ['Experiencer'], [88,'.',1,-,1]).
 7182verbnet(about, pp/s:_, ['Stimulus'], [88,.,1,-,1]).
 7183
 7184%%% File:    ext/VerbNet/care-88.1.xml
 7185%%% Primary: NP V (care-88.1)
 7186%%% Syntax:  [np:Experiencer,v]
 7187%%% CCG:     s:_\np
 7188%%% Roles:   [Experiencer]
 7189%%% Example: He doesn't care.
 7190%%%
 7191verbnet(care, s:_\np, ['Experiencer'], [88,'.',1]).
 7192verbnet(worry, s:_\np, ['Experiencer'], [88,'.',1]).
 7193verbnet(wonder, s:_\np, ['Experiencer'], [88,'.',1]).
 7194verbnet(mind, s:_\np, ['Experiencer'], [88,'.',1]).
 7195
 7196%%% File:    ext/VerbNet/care-88.1.xml
 7197%%% Primary: NP V that S (care-88.1)
 7198%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 7199%%% CCG:     (s:_\np)/s:_
 7200%%% Roles:   [Stimulus,Experiencer]
 7201%%% Example: He doesn't care that she comes.
 7202%%%
 7203verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7204verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7205verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7206verbnet(mind, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7207
 7208%%% File:    ext/VerbNet/care-88.1.xml
 7209%%% Primary: NP V whether/if S (care-88.1)
 7210%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 7211%%% CCG:     (s:_\np)/s:_
 7212%%% Roles:   [Stimulus,Experiencer]
 7213%%% Example: He doesn't care whether she comes.
 7214%%%
 7215verbnet(care, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7216verbnet(worry, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7217verbnet(wonder, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7218verbnet(mind, (s:_\np)/s:_, ['Stimulus','Experiencer'], [88,'.',1]).
 7219
 7220%%% File:    ext/VerbNet/carry-11.4.xml
 7221%%% Primary: NP V NP-Dative NP (carry-11.4-1-1)
 7222%%% Syntax:  [np:Agent,v,np:Destination,np:Theme]
 7223%%% CCG:     ((s:_\np)/np)/np
 7224%%% Roles:   [Destination,Theme,Agent]
 7225%%% Example: Amanda shoved John the box.
 7226%%%
 7227verbnet(heave, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]).
 7228verbnet(kick, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]).
 7229verbnet(push, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]).
 7230verbnet(shove, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]).
 7231verbnet(thrust, ((s:_\np)/np)/np, ['Destination','Theme','Agent'], [11,'.',4,-,1,-,1]).
 7232
 7233%%% File:    ext/VerbNet/carry-11.4.xml
 7234%%% Primary: NP V NP (carry-11.4-1)
 7235%%% Syntax:  [np:Agent,v,np:Theme]
 7236%%% CCG:     (s:_\np)/np
 7237%%% Roles:   [Theme,Agent]
 7238%%% Example: Amanda shoved the box.
 7239%%%
 7240verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7241verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7242verbnet(push, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7243verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7244verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7245
 7246%%% File:    ext/VerbNet/carry-11.4.xml
 7247%%% Primary: NP V NP PP.initial_location (carry-11.4-1)
 7248%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
 7249%%% CCG:     ((s:_\np)/pp)/np
 7250%%% Roles:   [Theme,Agent]
 7251%%% Example: Amanda shoved the box from the corner.
 7252%%%
 7253verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7254verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7255verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7256verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7257verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7258
 7259%%% File:    ext/VerbNet/carry-11.4.xml
 7260%%% Primary: NP V NP PP.destination (carry-11.4-1)
 7261%%% Syntax:  [np:Agent,v,np:Theme,prep:to towards,np:Destination]
 7262%%% CCG:     ((s:_\np)/pp)/np
 7263%%% Roles:   [Theme,Agent]
 7264%%% Example: Amanda shoved the box to John.
 7265%%%
 7266verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7267verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7268verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7269verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7270verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7271verbnet(to, pp/np, ['Destination'], [11,.,4,-,1]).
 7272verbnet(towards, pp/np, ['Destination'], [11,.,4,-,1]).
 7273
 7274%%% File:    ext/VerbNet/carry-11.4.xml
 7275%%% Primary: NP V NP PP.initial_location PP.destination (carry-11.4-1)
 7276%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination]
 7277%%% CCG:     (((s:_\np)/pp)/pp)/np
 7278%%% Roles:   [Theme,Agent]
 7279%%% Example: Amanda shoved the box from the corner to John.
 7280%%%
 7281verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7282verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7283verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7284verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7285verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7286verbnet(to, pp/np, ['Destination'], [11,.,4,-,1]).
 7287verbnet(towards, pp/np, ['Destination'], [11,.,4,-,1]).
 7288
 7289%%% File:    ext/VerbNet/carry-11.4.xml
 7290%%% Primary: NP V NP PP.destination PP.initial_location (carry-11.4-1)
 7291%%% Syntax:  [np:Agent,v,np:Theme,prep:to towards,np:Destination,pp,np:Initial_Location]
 7292%%% CCG:     (((s:_\np)/pp)/pp)/np
 7293%%% Roles:   [Theme,Agent]
 7294%%% Example: Amanda shoved the box to John from the corner.
 7295%%%
 7296verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7297verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7298verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7299verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7300verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4,-,1]).
 7301
 7302%%% File:    ext/VerbNet/carry-11.4.xml
 7303%%% Primary: NP V NP (carry-11.4)
 7304%%% Syntax:  [np:Agent,v,np:Theme]
 7305%%% CCG:     (s:_\np)/np
 7306%%% Roles:   [Theme,Agent]
 7307%%% Example: Amanda carried the package.
 7308%%%
 7309verbnet(heave, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7310verbnet(kick, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7311verbnet(push, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7312verbnet(shove, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7313verbnet(thrust, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7314verbnet(carry, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7315verbnet(drag, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7316verbnet(draw, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7317verbnet(haul, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7318verbnet(heft, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7319verbnet(hoist, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7320verbnet(lug, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7321verbnet(nudge, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7322verbnet(pull, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7323verbnet(run, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7324verbnet(schlep, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7325verbnet(tote, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7326verbnet(tow, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7327verbnet(tug, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7328verbnet(yank, (s:_\np)/np, ['Theme','Agent'], [11,'.',4]).
 7329
 7330%%% File:    ext/VerbNet/carry-11.4.xml
 7331%%% Primary: NP V NP PP.destination (carry-11.4)
 7332%%% Syntax:  [np:Agent,v,np:Theme,prep:to towards,np:Destination]
 7333%%% CCG:     ((s:_\np)/pp)/np
 7334%%% Roles:   [Theme,Agent]
 7335%%% Example: Amanda carried the package to New York.
 7336%%%
 7337verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7338verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7339verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7340verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7341verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7342verbnet(carry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7343verbnet(drag, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7344verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7345verbnet(haul, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7346verbnet(heft, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7347verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7348verbnet(lug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7349verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7350verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7351verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7352verbnet(schlep, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7353verbnet(tote, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7354verbnet(tow, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7355verbnet(tug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7356verbnet(yank, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7357verbnet(to, pp/np, ['Destination'], [11,.,4]).
 7358verbnet(towards, pp/np, ['Destination'], [11,.,4]).
 7359
 7360%%% File:    ext/VerbNet/carry-11.4.xml
 7361%%% Primary: NP V NP PP.initial_location (carry-11.4)
 7362%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location]
 7363%%% CCG:     ((s:_\np)/pp)/np
 7364%%% Roles:   [Theme,Agent]
 7365%%% Example: Amanda carried the package from home.
 7366%%%
 7367verbnet(heave, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7368verbnet(kick, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7369verbnet(push, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7370verbnet(shove, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7371verbnet(thrust, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7372verbnet(carry, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7373verbnet(drag, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7374verbnet(draw, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7375verbnet(haul, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7376verbnet(heft, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7377verbnet(hoist, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7378verbnet(lug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7379verbnet(nudge, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7380verbnet(pull, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7381verbnet(run, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7382verbnet(schlep, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7383verbnet(tote, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7384verbnet(tow, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7385verbnet(tug, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7386verbnet(yank, ((s:_\np)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7387
 7388%%% File:    ext/VerbNet/carry-11.4.xml
 7389%%% Primary: NP V NP PP.initial_location PP.destination (carry-11.4)
 7390%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Initial_Location,prep:to towards,np:Destination]
 7391%%% CCG:     (((s:_\np)/pp)/pp)/np
 7392%%% Roles:   [Theme,Agent]
 7393%%% Example: Amanda carried the package from home to New York.
 7394%%%
 7395verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7396verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7397verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7398verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7399verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7400verbnet(carry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7401verbnet(drag, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7402verbnet(draw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7403verbnet(haul, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7404verbnet(heft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7405verbnet(hoist, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7406verbnet(lug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7407verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7408verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7409verbnet(run, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7410verbnet(schlep, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7411verbnet(tote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7412verbnet(tow, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7413verbnet(tug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7414verbnet(yank, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7415verbnet(to, pp/np, ['Destination'], [11,.,4]).
 7416verbnet(towards, pp/np, ['Destination'], [11,.,4]).
 7417
 7418%%% File:    ext/VerbNet/carry-11.4.xml
 7419%%% Primary: NP V NP PP.destination PP.initial_location (carry-11.4)
 7420%%% Syntax:  [np:Agent,v,np:Theme,prep:to towards,np:Destination,pp,np:Initial_Location]
 7421%%% CCG:     (((s:_\np)/pp)/pp)/np
 7422%%% Roles:   [Theme,Agent]
 7423%%% Example: Amanda carried the package to New York from home.
 7424%%%
 7425verbnet(heave, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7426verbnet(kick, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7427verbnet(push, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7428verbnet(shove, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7429verbnet(thrust, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7430verbnet(carry, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7431verbnet(drag, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7432verbnet(draw, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7433verbnet(haul, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7434verbnet(heft, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7435verbnet(hoist, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7436verbnet(lug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7437verbnet(nudge, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7438verbnet(pull, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7439verbnet(run, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7440verbnet(schlep, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7441verbnet(tote, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7442verbnet(tow, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7443verbnet(tug, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7444verbnet(yank, (((s:_\np)/pp)/pp)/np, ['Theme','Agent'], [11,'.',4]).
 7445
 7446%%% File:    ext/VerbNet/carve-21.2.xml
 7447%%% Primary: NP V NP (carve-21.2-1)
 7448%%% Syntax:  [np:Agent,v,np:Patient]
 7449%%% CCG:     (s:_\np)/np
 7450%%% Roles:   [Patient,Agent]
 7451%%% Example: Carol crushed the ice.
 7452%%%
 7453verbnet(bruise, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7454verbnet(chip, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7455verbnet(cleave, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7456verbnet(crumble, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7457verbnet(crumple, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7458verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7459verbnet(crush, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7460verbnet(cube, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7461verbnet(dent, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7462verbnet(dice, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7463verbnet(fillet, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7464verbnet(flake, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7465verbnet(flatten, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7466verbnet(gash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7467verbnet(gouge, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7468verbnet(grate, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7469verbnet(grind, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7470verbnet(mangle, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7471verbnet(mash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7472verbnet(mince, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7473verbnet(nick, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7474verbnet(notch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7475verbnet(perforate, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7476verbnet(pulverize, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7477verbnet(quarter, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7478verbnet(scollop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7479verbnet(scrunch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7480verbnet(shred, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7481verbnet(slice, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7482verbnet(slit, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7483verbnet(smash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7484verbnet(squash, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7485verbnet(squish, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7486verbnet(trench, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7487
 7488%%% File:    ext/VerbNet/carve-21.2.xml
 7489%%% Primary: NP V NP PP.instrument (carve-21.2-1)
 7490%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
 7491%%% CCG:     ((s:_\np)/pp)/np
 7492%%% Roles:   [Patient,Agent]
 7493%%% Example: Carol crushed the ice with a hammer.
 7494%%%
 7495verbnet(bruise, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7496verbnet(chip, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7497verbnet(cleave, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7498verbnet(crumble, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7499verbnet(crumple, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7500verbnet(crunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7501verbnet(crush, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7502verbnet(cube, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7503verbnet(dent, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7504verbnet(dice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7505verbnet(fillet, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7506verbnet(flake, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7507verbnet(flatten, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7508verbnet(gash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7509verbnet(gouge, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7510verbnet(grate, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7511verbnet(grind, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7512verbnet(mangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7513verbnet(mash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7514verbnet(mince, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7515verbnet(nick, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7516verbnet(notch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7517verbnet(perforate, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7518verbnet(pulverize, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7519verbnet(quarter, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7520verbnet(scollop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7521verbnet(scrunch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7522verbnet(shred, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7523verbnet(slice, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7524verbnet(slit, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7525verbnet(smash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7526verbnet(squash, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7527verbnet(squish, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7528verbnet(trench, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,1]).
 7529verbnet(with, pp/np, ['Instrument'], [21,.,2,-,1]).
 7530
 7531%%% File:    ext/VerbNet/carve-21.2.xml
 7532%%% Primary: NP V ADVP-Middle (carve-21.2-1)
 7533%%% Syntax:  [np:Patient,v,adv]
 7534%%% CCG:     s:_\np
 7535%%% Roles:   [Patient]
 7536%%% Example: The ice crushes easily.
 7537%%%
 7538verbnet(bruise, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7539verbnet(chip, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7540verbnet(cleave, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7541verbnet(crumble, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7542verbnet(crumple, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7543verbnet(crunch, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7544verbnet(crush, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7545verbnet(cube, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7546verbnet(dent, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7547verbnet(dice, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7548verbnet(fillet, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7549verbnet(flake, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7550verbnet(flatten, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7551verbnet(gash, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7552verbnet(gouge, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7553verbnet(grate, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7554verbnet(grind, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7555verbnet(mangle, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7556verbnet(mash, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7557verbnet(mince, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7558verbnet(nick, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7559verbnet(notch, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7560verbnet(perforate, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7561verbnet(pulverize, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7562verbnet(quarter, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7563verbnet(scollop, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7564verbnet(scrunch, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7565verbnet(shred, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7566verbnet(slice, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7567verbnet(slit, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7568verbnet(smash, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7569verbnet(squash, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7570verbnet(squish, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7571verbnet(trench, s:_\np, ['Patient'], [21,'.',2,-,1]).
 7572
 7573%%% File:    ext/VerbNet/carve-21.2.xml
 7574%%% Primary: NP.instrument V NP (carve-21.2-1)
 7575%%% Syntax:  [np:Instrument,v,np:Patient]
 7576%%% CCG:     (s:_\np)/np
 7577%%% Roles:   [Patient,Instrument]
 7578%%% Example: The hammer crushed the marble.
 7579%%%
 7580verbnet(bruise, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7581verbnet(chip, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7582verbnet(cleave, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7583verbnet(crumble, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7584verbnet(crumple, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7585verbnet(crunch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7586verbnet(crush, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7587verbnet(cube, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7588verbnet(dent, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7589verbnet(dice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7590verbnet(fillet, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7591verbnet(flake, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7592verbnet(flatten, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7593verbnet(gash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7594verbnet(gouge, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7595verbnet(grate, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7596verbnet(grind, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7597verbnet(mangle, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7598verbnet(mash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7599verbnet(mince, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7600verbnet(nick, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7601verbnet(notch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7602verbnet(perforate, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7603verbnet(pulverize, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7604verbnet(quarter, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7605verbnet(scollop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7606verbnet(scrunch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7607verbnet(shred, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7608verbnet(slice, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7609verbnet(slit, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7610verbnet(smash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7611verbnet(squash, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7612verbnet(squish, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7613verbnet(trench, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,1]).
 7614
 7615%%% File:    ext/VerbNet/carve-21.2.xml
 7616%%% Primary: NP.instrument V ADVP (carve-21.2-1)
 7617%%% Syntax:  [np:Instrument,v,adv]
 7618%%% CCG:     s:_\np
 7619%%% Roles:   [Instrument]
 7620%%% Example: That hammer crushes well.
 7621%%%
 7622verbnet(bruise, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7623verbnet(chip, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7624verbnet(cleave, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7625verbnet(crumble, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7626verbnet(crumple, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7627verbnet(crunch, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7628verbnet(crush, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7629verbnet(cube, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7630verbnet(dent, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7631verbnet(dice, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7632verbnet(fillet, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7633verbnet(flake, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7634verbnet(flatten, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7635verbnet(gash, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7636verbnet(gouge, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7637verbnet(grate, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7638verbnet(grind, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7639verbnet(mangle, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7640verbnet(mash, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7641verbnet(mince, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7642verbnet(nick, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7643verbnet(notch, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7644verbnet(perforate, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7645verbnet(pulverize, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7646verbnet(quarter, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7647verbnet(scollop, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7648verbnet(scrunch, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7649verbnet(shred, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7650verbnet(slice, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7651verbnet(slit, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7652verbnet(smash, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7653verbnet(squash, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7654verbnet(squish, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7655verbnet(trench, s:_\np, ['Instrument'], [21,'.',2,-,1]).
 7656
 7657%%% File:    ext/VerbNet/carve-21.2.xml
 7658%%% Primary: NP V NP (carve-21.2-2)
 7659%%% Syntax:  [np:Agent,v,np:Patient]
 7660%%% CCG:     (s:_\np)/np
 7661%%% Roles:   [Patient,Agent]
 7662%%% Example: Carol carved the stone.
 7663%%%
 7664verbnet(bore, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7665verbnet(carve, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7666verbnet(chop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7667verbnet(crop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7668verbnet(crumb, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7669verbnet(drill, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7670verbnet(file, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7671verbnet(lance, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7672verbnet(mill, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7673verbnet(mangle, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7674verbnet(mow, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7675verbnet(pink, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7676verbnet(punch, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7677verbnet(prune, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7678verbnet(scollop, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7679verbnet(sand, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7680verbnet(spear, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7681verbnet(tool, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7682verbnet(tread, (s:_\np)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7683
 7684%%% File:    ext/VerbNet/carve-21.2.xml
 7685%%% Primary: NP V NP PP.instrument (carve-21.2-2)
 7686%%% Syntax:  [np:Agent,v,np:Patient,prep:with,np:Instrument]
 7687%%% CCG:     ((s:_\np)/pp)/np
 7688%%% Roles:   [Patient,Agent]
 7689%%% Example: Carol carved the stone with a chisel.
 7690%%%
 7691verbnet(bore, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7692verbnet(carve, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7693verbnet(chop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7694verbnet(crop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7695verbnet(crumb, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7696verbnet(drill, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7697verbnet(file, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7698verbnet(lance, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7699verbnet(mill, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7700verbnet(mangle, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7701verbnet(mow, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7702verbnet(pink, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7703verbnet(punch, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7704verbnet(prune, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7705verbnet(scollop, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7706verbnet(sand, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7707verbnet(spear, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7708verbnet(tool, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7709verbnet(tread, ((s:_\np)/pp)/np, ['Patient','Agent'], [21,'.',2,-,2]).
 7710verbnet(with, pp/np, ['Instrument'], [21,.,2,-,2]).
 7711
 7712%%% File:    ext/VerbNet/carve-21.2.xml
 7713%%% Primary: NP V ADVP-Middle (carve-21.2-2)
 7714%%% Syntax:  [np:Patient,v,adv]
 7715%%% CCG:     s:_\np
 7716%%% Roles:   [Patient]
 7717%%% Example: Marble carves easily.
 7718%%%
 7719verbnet(bore, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7720verbnet(carve, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7721verbnet(chop, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7722verbnet(crop, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7723verbnet(crumb, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7724verbnet(drill, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7725verbnet(file, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7726verbnet(lance, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7727verbnet(mill, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7728verbnet(mangle, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7729verbnet(mow, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7730verbnet(pink, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7731verbnet(punch, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7732verbnet(prune, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7733verbnet(scollop, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7734verbnet(sand, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7735verbnet(spear, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7736verbnet(tool, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7737verbnet(tread, s:_\np, ['Patient'], [21,'.',2,-,2]).
 7738
 7739%%% File:    ext/VerbNet/carve-21.2.xml
 7740%%% Primary: NP.instrument V NP (carve-21.2-2)
 7741%%% Syntax:  [np:Instrument,v,np:Patient]
 7742%%% CCG:     (s:_\np)/np
 7743%%% Roles:   [Patient,Instrument]
 7744%%% Example: That chisel carved the statue.
 7745%%%
 7746verbnet(bore, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7747verbnet(carve, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7748verbnet(chop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7749verbnet(crop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7750verbnet(crumb, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7751verbnet(drill, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7752verbnet(file, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7753verbnet(lance, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7754verbnet(mill, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7755verbnet(mangle, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7756verbnet(mow, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7757verbnet(pink, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7758verbnet(punch, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7759verbnet(prune, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7760verbnet(scollop, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7761verbnet(sand, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7762verbnet(spear, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7763verbnet(tool, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7764verbnet(tread, (s:_\np)/np, ['Patient','Instrument'], [21,'.',2,-,2]).
 7765
 7766%%% File:    ext/VerbNet/carve-21.2.xml
 7767%%% Primary: NP.instrument V ADVP (carve-21.2-2)
 7768%%% Syntax:  [np:Instrument,v,adv]
 7769%%% CCG:     s:_\np
 7770%%% Roles:   [Instrument]
 7771%%% Example: That chisel carves well.
 7772%%%
 7773verbnet(bore, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7774verbnet(carve, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7775verbnet(chop, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7776verbnet(crop, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7777verbnet(crumb, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7778verbnet(drill, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7779verbnet(file, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7780verbnet(lance, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7781verbnet(mill, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7782verbnet(mangle, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7783verbnet(mow, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7784verbnet(pink, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7785verbnet(punch, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7786verbnet(prune, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7787verbnet(scollop, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7788verbnet(sand, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7789verbnet(spear, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7790verbnet(tool, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7791verbnet(tread, s:_\np, ['Instrument'], [21,'.',2,-,2]).
 7792
 7793%%% File:    ext/VerbNet/change_bodily_state-40.8.4.xml
 7794%%% Primary: NP V (change_bodily_state-40.8.4)
 7795%%% Syntax:  [np:Experiencer,v]
 7796%%% CCG:     s:_\np
 7797%%% Roles:   [Experiencer]
 7798%%% Example: Sharon fainted.
 7799%%%
 7800verbnet(blanch, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7801verbnet(blench, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7802verbnet(faint, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7803verbnet(pale, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7804verbnet(sicken, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7805verbnet(black_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7806verbnet(swoon, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7807verbnet(doze_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7808verbnet(drift_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7809verbnet(konk_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7810verbnet(nod_off, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7811verbnet(pass_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7812verbnet(zonk_out, s:_\np, ['Experiencer'], [40,'.',8,'.',4]).
 7813
 7814%%% File:    ext/VerbNet/change_bodily_state-40.8.4.xml
 7815%%% Primary: NP V PP.stimulus (change_bodily_state-40.8.4)
 7816%%% Syntax:  [np:Experiencer,v,prep:from at,np:Stimulus]
 7817%%% CCG:     (s:_\np)/pp
 7818%%% Roles:   [Experiencer]
 7819%%% Example: Sharon fainted from hunger.
 7820%%%
 7821verbnet(blanch, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7822verbnet(blench, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7823verbnet(faint, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7824verbnet(pale, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7825verbnet(sicken, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7826verbnet(black_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7827verbnet(swoon, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7828verbnet(doze_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7829verbnet(drift_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7830verbnet(konk_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7831verbnet(nod_off, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7832verbnet(pass_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7833verbnet(zonk_out, (s:_\np)/pp, ['Experiencer'], [40,'.',8,'.',4]).
 7834verbnet(from, pp/np, ['Stimulus'], [40,.,8,.,4]).
 7835verbnet(at, pp/np, ['Stimulus'], [40,.,8,.,4]).
 7836
 7837%%% File:    ext/VerbNet/characterize-29.2.xml
 7838%%% Primary: NP V S_ING (characterize-29.2-1-1)
 7839%%% Syntax:  [np:Agent,v,vp_ng:Theme]
 7840%%% CCG:     (s:_\np)/ (s:ng\np)
 7841%%% Roles:   [Theme,Agent]
 7842%%% Example: He described going to work.
 7843%%%
 7844verbnet(portray, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7845verbnet(define, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7846verbnet(describe, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7847verbnet(represent, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7848verbnet(accept, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7849verbnet(envisage, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7850verbnet(identify, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7851verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7852verbnet(visualize, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7853verbnet(remember, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7854verbnet(recollect, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7855
 7856%%% File:    ext/VerbNet/characterize-29.2.xml
 7857%%% Primary: NP V what S (characterize-29.2-1-1)
 7858%%% Syntax:  [np:Agent,v,s:Theme]
 7859%%% CCG:     (s:_\np)/s:_
 7860%%% Roles:   [Theme,Agent]
 7861%%% Example: He described what we should do.
 7862%%%
 7863verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7864verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7865verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7866verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7867verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7868verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7869verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7870verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7871verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7872verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7873verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7874
 7875%%% File:    ext/VerbNet/characterize-29.2.xml
 7876%%% Primary: NP V what S_INF (characterize-29.2-1-1)
 7877%%% Syntax:  [np:Agent,v,s:Theme]
 7878%%% CCG:     (s:_\np)/s:_
 7879%%% Roles:   [Theme,Agent]
 7880%%% Example: He described what to do.
 7881%%%
 7882verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7883verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7884verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7885verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7886verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7887verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7888verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7889verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7890verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7891verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7892verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,1]).
 7893
 7894%%% File:    ext/VerbNet/characterize-29.2.xml
 7895%%% Primary: NP V NP ADJ (characterize-29.2-1-2)
 7896%%% Syntax:  [np:Agent,v,np:Theme]
 7897%%% CCG:     (s:_\np)/np
 7898%%% Roles:   [Theme,Agent]
 7899%%% Example: He revealed the children found.
 7900%%%
 7901verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7902verbnet(reveal, (s:_\np)/np, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7903
 7904%%% File:    ext/VerbNet/characterize-29.2.xml
 7905%%% Primary: NP V whether/if S (characterize-29.2-1-2)
 7906%%% Syntax:  [np:Agent,v,s:Theme]
 7907%%% CCG:     (s:_\np)/s:_
 7908%%% Roles:   [Theme,Agent]
 7909%%% Example: He revealed if we should come.
 7910%%%
 7911verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7912verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7913
 7914%%% File:    ext/VerbNet/characterize-29.2.xml
 7915%%% Primary: NP V what S (characterize-29.2-1-2)
 7916%%% Syntax:  [np:Agent,v,s:Theme]
 7917%%% CCG:     (s:_\np)/s:_
 7918%%% Roles:   [Theme,Agent]
 7919%%% Example: He revealed what he should do.
 7920%%%
 7921verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7922verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7923
 7924%%% File:    ext/VerbNet/characterize-29.2.xml
 7925%%% Primary: NP V what S_INF (characterize-29.2-1-2)
 7926%%% Syntax:  [np:Agent,v,s:Theme]
 7927%%% CCG:     (s:_\np)/s:_
 7928%%% Roles:   [Theme,Agent]
 7929%%% Example: He revealed what to do.
 7930%%%
 7931verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7932verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1,-,2]).
 7933
 7934%%% File:    ext/VerbNet/characterize-29.2.xml
 7935%%% Primary: NP V how S (characterize-29.2-1)
 7936%%% Syntax:  [np:Agent,v,s:Theme]
 7937%%% CCG:     (s:_\np)/s:_
 7938%%% Roles:   [Theme,Agent]
 7939%%% Example: He described how he could rise to high office.
 7940%%%
 7941verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7942verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7943verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7944verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7945verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7946verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7947verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7948verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7949verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7950verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7951verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7952verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7953verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7954verbnet(characterize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7955verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7956verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7957verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7958verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7959
 7960%%% File:    ext/VerbNet/characterize-29.2.xml
 7961%%% Primary: NP V how S_INF (characterize-29.2-1)
 7962%%% Syntax:  [np:Agent,v,s:Theme]
 7963%%% CCG:     (s:_\np)/s:_
 7964%%% Roles:   [Theme,Agent]
 7965%%% Example: He described how to do it.
 7966%%%
 7967verbnet(portray, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7968verbnet(define, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7969verbnet(describe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7970verbnet(represent, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7971verbnet(accept, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7972verbnet(envisage, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7973verbnet(identify, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7974verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7975verbnet(visualize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7976verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7977verbnet(recollect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7978verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7979verbnet(reveal, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7980verbnet(characterize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7981verbnet(conceive, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7982verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7983verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7984verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',2,-,1]).
 7985
 7986%%% File:    ext/VerbNet/characterize-29.2.xml
 7987%%% Primary: NP V NP S_ING (characterize-29.2)
 7988%%% Syntax:  [np:Agent,v,np:Theme,lex: (as),vp_ng:Attribute]
 7989%%% CCG:     ((s:_\np)/ (s:ng\np))/np
 7990%%% Roles:   [Theme,Attribute,Agent]
 7991%%% Missing: [lex: (as)]
 7992%%% Example: He characterized him as being smart.
 7993%%%
 7994verbnet(portray, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 7995verbnet(define, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 7996verbnet(describe, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 7997verbnet(represent, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 7998verbnet(accept, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 7999verbnet(envisage, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8000verbnet(identify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8001verbnet(imagine, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8002verbnet(visualize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8003verbnet(remember, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8004verbnet(recollect, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8005verbnet(report, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8006verbnet(reveal, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8007verbnet(characterize, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8008verbnet(conceive, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8009verbnet(see, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8010verbnet(view, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8011verbnet(know, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8012verbnet(count, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8013verbnet(depict, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8014verbnet(detail, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8015verbnet(envision, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8016verbnet(interpret, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8017verbnet(peg, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8018verbnet(picture, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8019verbnet(pigeonhole, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8020verbnet(paint, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8021verbnet(recast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8022verbnet(redraw, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8023verbnet(specify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8024verbnet(stereotype, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8025verbnet(typecast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8026verbnet(bill, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8027verbnet(cast, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8028verbnet(diagnose, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8029verbnet(certify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8030verbnet(praise, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8031verbnet(hail, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8032verbnet(regard, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8033verbnet(treat, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8034verbnet(rank, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8035verbnet(take, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8036verbnet(perceive, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8037verbnet(judge, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8038verbnet(adopt, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8039verbnet(class, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8040verbnet(classify, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8041verbnet(select, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8042verbnet(subselect, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8043verbnet(pidgeonhole, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8044verbnet(stamp, ((s:_\np)/ (s:ng\np))/np, ['Theme','Attribute','Agent'], [29,'.',2]).
 8045verbnet(as, pp/(s:ng\np), ['Attribute'], [29,.,2]).
 8046
 8047%%% File:    ext/VerbNet/characterize-29.2.xml
 8048%%% Primary: NP V NP to be ADJ (characterize-29.2)
 8049%%% Syntax:  [np:Agent,v,np:Theme,lex: (as),np:Attribute]
 8050%%% CCG:     ((s:_\np)/pp)/np
 8051%%% Roles:   [Theme,Agent]
 8052%%% Example: He characterized him to be smart.
 8053%%%
 8054verbnet(portray, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8055verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8056verbnet(describe, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8057verbnet(represent, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8058verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8059verbnet(envisage, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8060verbnet(identify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8061verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8062verbnet(visualize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8063verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8064verbnet(recollect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8065verbnet(report, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8066verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8067verbnet(characterize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8068verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8069verbnet(see, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8070verbnet(view, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8071verbnet(know, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8072verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8073verbnet(depict, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8074verbnet(detail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8075verbnet(envision, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8076verbnet(interpret, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8077verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8078verbnet(picture, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8079verbnet(pigeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8080verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8081verbnet(recast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8082verbnet(redraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8083verbnet(specify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8084verbnet(stereotype, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8085verbnet(typecast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8086verbnet(bill, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8087verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8088verbnet(diagnose, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8089verbnet(certify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8090verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8091verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8092verbnet(regard, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8093verbnet(treat, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8094verbnet(rank, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8095verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8096verbnet(perceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8097verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8098verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8099verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8100verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8101verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8102verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8103verbnet(pidgeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8104verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8105verbnet(as, pp/np, ['Attribute'], [29,.,2]).
 8106
 8107%%% File:    ext/VerbNet/characterize-29.2.xml
 8108%%% Primary: NP V NP PP.attribute (characterize-29.2)
 8109%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Attribute]
 8110%%% CCG:     ((s:_\np)/pp)/np
 8111%%% Roles:   [Theme,Agent]
 8112%%% Example: He characterized him as smart.
 8113%%%
 8114verbnet(portray, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8115verbnet(define, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8116verbnet(describe, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8117verbnet(represent, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8118verbnet(accept, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8119verbnet(envisage, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8120verbnet(identify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8121verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8122verbnet(visualize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8123verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8124verbnet(recollect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8125verbnet(report, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8126verbnet(reveal, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8127verbnet(characterize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8128verbnet(conceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8129verbnet(see, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8130verbnet(view, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8131verbnet(know, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8132verbnet(count, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8133verbnet(depict, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8134verbnet(detail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8135verbnet(envision, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8136verbnet(interpret, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8137verbnet(peg, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8138verbnet(picture, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8139verbnet(pigeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8140verbnet(paint, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8141verbnet(recast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8142verbnet(redraw, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8143verbnet(specify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8144verbnet(stereotype, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8145verbnet(typecast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8146verbnet(bill, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8147verbnet(cast, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8148verbnet(diagnose, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8149verbnet(certify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8150verbnet(praise, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8151verbnet(hail, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8152verbnet(regard, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8153verbnet(treat, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8154verbnet(rank, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8155verbnet(take, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8156verbnet(perceive, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8157verbnet(judge, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8158verbnet(adopt, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8159verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8160verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8161verbnet(select, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8162verbnet(subselect, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8163verbnet(pidgeonhole, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8164verbnet(stamp, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',2]).
 8165verbnet(as, pp/np, ['Attribute'], [29,.,2]).
 8166
 8167%%% File:    ext/VerbNet/chase-51.6.xml
 8168%%% Primary: NP V NP (chase-51.6)
 8169%%% Syntax:  [np:Agent,v,np:Theme]
 8170%%% CCG:     (s:_\np)/np
 8171%%% Roles:   [Theme,Agent]
 8172%%% Example: Jackie chased the thief.
 8173%%%
 8174verbnet(chase, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8175verbnet(follow, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8176verbnet(pursue, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8177verbnet(shadow, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8178verbnet(tail, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8179verbnet(track, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8180verbnet(trail, (s:_\np)/np, ['Theme','Agent'], [51,'.',6]).
 8181
 8182%%% File:    ext/VerbNet/chase-51.6.xml
 8183%%% Primary: NP V NP PP.location (chase-51.6)
 8184%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
 8185%%% CCG:     ((s:_\np)/pp)/np
 8186%%% Roles:   [Theme,Agent]
 8187%%% Example: Jackie chased the thief down the street.
 8188%%%
 8189verbnet(chase, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8190verbnet(follow, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8191verbnet(pursue, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8192verbnet(shadow, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8193verbnet(tail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8194verbnet(track, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8195verbnet(trail, ((s:_\np)/pp)/np, ['Theme','Agent'], [51,'.',6]).
 8196
 8197%%% File:    ext/VerbNet/chase-51.6.xml
 8198%%% Primary: NP V PP.theme (chase-51.6)
 8199%%% Syntax:  [np:Agent,v,prep:after,np:Theme]
 8200%%% CCG:     (s:_\np)/pp
 8201%%% Roles:   [Agent]
 8202%%% Example: Jackie chased after the thief.
 8203%%%
 8204verbnet(chase, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8205verbnet(follow, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8206verbnet(pursue, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8207verbnet(shadow, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8208verbnet(tail, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8209verbnet(track, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8210verbnet(trail, (s:_\np)/pp, ['Agent'], [51,'.',6]).
 8211verbnet(after, pp/np, ['Theme'], [51,.,6]).
 8212
 8213%%% File:    ext/VerbNet/cheat-10.6.xml
 8214%%% Primary: NP V NP PP.source (cheat-10.6-1)
 8215%%% Syntax:  [np:Agent,v,np:Theme,prep:from,np:Source]
 8216%%% CCG:     ((s:_\np)/pp)/np
 8217%%% Roles:   [Theme,Agent]
 8218%%% Example: The swindler bilked 20 dollars from his boss.
 8219%%%
 8220verbnet(burgle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8221verbnet(con, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8222verbnet(cozen, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8223verbnet(drain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8224verbnet(ease, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8225verbnet(milk, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8226verbnet(mulct, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8227verbnet(plunder, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8228verbnet(swindle, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',6,-,1]).
 8229verbnet(from, pp/np, ['Source'], [10,.,6,-,1]).
 8230
 8231%%% File:    ext/VerbNet/cheat-10.6.xml
 8232%%% Primary: NP V NP PP.theme (cheat-10.6)
 8233%%% Syntax:  [np:Agent,v,np:Source,prep:of,np:Theme]
 8234%%% CCG:     ((s:_\np)/pp)/np
 8235%%% Roles:   [Source,Agent]
 8236%%% Example: The doctor cured Pat of pneumonia.
 8237%%%
 8238verbnet(burgle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8239verbnet(con, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8240verbnet(cozen, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8241verbnet(drain, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8242verbnet(ease, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8243verbnet(milk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8244verbnet(mulct, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8245verbnet(plunder, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8246verbnet(swindle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8247verbnet(bereave, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8248verbnet(break, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8249verbnet(cleanse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8250verbnet(cure, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8251verbnet(denude, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8252verbnet(deplete, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8253verbnet(depopulate, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8254verbnet(deprive, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8255verbnet(despoil, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8256verbnet(disabuse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8257verbnet(disarm, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8258verbnet(disencumber, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8259verbnet(dispossess, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8260verbnet(divest, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8261verbnet(purge, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8262verbnet(purify, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8263verbnet(ransack, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8264verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8265verbnet(render, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8266verbnet(rid, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8267verbnet(rifle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8268verbnet(strip, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8269verbnet(unburden, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8270verbnet(wean, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8271verbnet(whitewash, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8272verbnet(bilk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8273verbnet(bleed, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8274verbnet(cheat, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8275verbnet(defraud, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8276verbnet(rob, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8277verbnet(sap, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8278verbnet(gull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8279verbnet(fleece, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8280verbnet(cull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8281verbnet(of, pp/np, ['Theme'], [10,.,6]).
 8282
 8283%%% File:    ext/VerbNet/cheat-10.6.xml
 8284%%% Primary: NP V NP PP.theme (cheat-10.6)
 8285%%% Syntax:  [np:Agent,v,np:Source,prep:out_of,np:Theme]
 8286%%% CCG:     ((s:_\np)/pp)/np
 8287%%% Roles:   [Source,Agent]
 8288%%% Example: The swindler cheated Pat out of her fortune.
 8289%%%
 8290verbnet(burgle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8291verbnet(con, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8292verbnet(cozen, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8293verbnet(drain, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8294verbnet(ease, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8295verbnet(milk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8296verbnet(mulct, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8297verbnet(plunder, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8298verbnet(swindle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8299verbnet(bereave, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8300verbnet(break, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8301verbnet(cleanse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8302verbnet(cure, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8303verbnet(denude, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8304verbnet(deplete, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8305verbnet(depopulate, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8306verbnet(deprive, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8307verbnet(despoil, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8308verbnet(disabuse, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8309verbnet(disarm, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8310verbnet(disencumber, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8311verbnet(dispossess, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8312verbnet(divest, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8313verbnet(purge, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8314verbnet(purify, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8315verbnet(ransack, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8316verbnet(relieve, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8317verbnet(render, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8318verbnet(rid, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8319verbnet(rifle, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8320verbnet(strip, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8321verbnet(unburden, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8322verbnet(wean, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8323verbnet(whitewash, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8324verbnet(bilk, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8325verbnet(bleed, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8326verbnet(cheat, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8327verbnet(defraud, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8328verbnet(rob, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8329verbnet(sap, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8330verbnet(gull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8331verbnet(fleece, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8332verbnet(cull, ((s:_\np)/pp)/np, ['Source','Agent'], [10,'.',6]).
 8333verbnet(out_of, pp/np, ['Theme'], [10,.,6]).
 8334
 8335%%% File:    ext/VerbNet/cheat-10.6.xml
 8336%%% Primary: NP V NP (cheat-10.6)
 8337%%% Syntax:  [np:Agent,v,np:Source]
 8338%%% CCG:     (s:_\np)/np
 8339%%% Roles:   [Source,Agent]
 8340%%% Example: The doctor cured Pat.
 8341%%%
 8342verbnet(burgle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8343verbnet(con, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8344verbnet(cozen, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8345verbnet(drain, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8346verbnet(ease, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8347verbnet(milk, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8348verbnet(mulct, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8349verbnet(plunder, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8350verbnet(swindle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8351verbnet(bereave, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8352verbnet(break, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8353verbnet(cleanse, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8354verbnet(cure, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8355verbnet(denude, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8356verbnet(deplete, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8357verbnet(depopulate, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8358verbnet(deprive, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8359verbnet(despoil, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8360verbnet(disabuse, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8361verbnet(disarm, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8362verbnet(disencumber, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8363verbnet(dispossess, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8364verbnet(divest, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8365verbnet(purge, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8366verbnet(purify, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8367verbnet(ransack, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8368verbnet(relieve, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8369verbnet(render, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8370verbnet(rid, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8371verbnet(rifle, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8372verbnet(strip, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8373verbnet(unburden, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8374verbnet(wean, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8375verbnet(whitewash, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8376verbnet(bilk, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8377verbnet(bleed, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8378verbnet(cheat, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8379verbnet(defraud, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8380verbnet(rob, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8381verbnet(sap, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8382verbnet(gull, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8383verbnet(fleece, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8384verbnet(cull, (s:_\np)/np, ['Source','Agent'], [10,'.',6]).
 8385
 8386%%% File:    ext/VerbNet/chew-39.2.xml
 8387%%% Primary: NP V NP (chew-39.2-1)
 8388%%% Syntax:  [np:Agent,v,np:Patient]
 8389%%% CCG:     (s:_\np)/np
 8390%%% Roles:   [Patient,Agent]
 8391%%% Example: Cynthia nibbled the carrot.
 8392%%%
 8393verbnet(chew, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8394verbnet(chomp, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8395verbnet(crunch, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8396verbnet(gnaw, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8397verbnet(gum, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8398verbnet(masticate, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8399verbnet(munch, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8400verbnet(nibble, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8401verbnet(pick, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8402verbnet(peck, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8403verbnet(lick, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8404verbnet(teethe, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,1]).
 8405
 8406%%% File:    ext/VerbNet/chew-39.2.xml
 8407%%% Primary: NP V (chew-39.2-1)
 8408%%% Syntax:  [np:Agent,v]
 8409%%% CCG:     s:_\np
 8410%%% Roles:   [Agent]
 8411%%% Example: Cynthia nibbled.
 8412%%%
 8413verbnet(chew, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8414verbnet(chomp, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8415verbnet(crunch, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8416verbnet(gnaw, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8417verbnet(gum, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8418verbnet(masticate, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8419verbnet(munch, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8420verbnet(nibble, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8421verbnet(pick, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8422verbnet(peck, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8423verbnet(lick, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8424verbnet(teethe, s:_\np, ['Agent'], [39,'.',2,-,1]).
 8425
 8426%%% File:    ext/VerbNet/chew-39.2.xml
 8427%%% Primary: NP V PP-Conative (chew-39.2-1)
 8428%%% Syntax:  [np:Agent,v,prep:at,np:Patient]
 8429%%% CCG:     (s:_\np)/pp
 8430%%% Roles:   [Agent]
 8431%%% Example: Cynthia nibbled at the carrot.
 8432%%%
 8433verbnet(chew, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8434verbnet(chomp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8435verbnet(crunch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8436verbnet(gnaw, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8437verbnet(gum, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8438verbnet(masticate, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8439verbnet(munch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8440verbnet(nibble, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8441verbnet(pick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8442verbnet(peck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8443verbnet(lick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8444verbnet(teethe, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8445verbnet(at, pp/np, ['Patient'], [39,.,2,-,1]).
 8446
 8447%%% File:    ext/VerbNet/chew-39.2.xml
 8448%%% Primary: NP V PP.patient (chew-39.2-1)
 8449%%% Syntax:  [np:Agent,v,prep:on,np:Patient]
 8450%%% CCG:     (s:_\np)/pp
 8451%%% Roles:   [Agent]
 8452%%% Example: Cynthia nibbled on the carrot.
 8453%%%
 8454verbnet(chew, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8455verbnet(chomp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8456verbnet(crunch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8457verbnet(gnaw, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8458verbnet(gum, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8459verbnet(masticate, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8460verbnet(munch, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8461verbnet(nibble, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8462verbnet(pick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8463verbnet(peck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8464verbnet(lick, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8465verbnet(teethe, (s:_\np)/pp, ['Agent'], [39,'.',2,-,1]).
 8466verbnet(on, pp/np, ['Patient'], [39,.,2,-,1]).
 8467
 8468%%% File:    ext/VerbNet/chew-39.2.xml
 8469%%% Primary: NP V NP (chew-39.2-2)
 8470%%% Syntax:  [np:Agent,v,np:Patient]
 8471%%% CCG:     (s:_\np)/np
 8472%%% Roles:   [Patient,Agent]
 8473%%% Example: Cynthia sipped the drink.
 8474%%%
 8475verbnet(lap, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]).
 8476verbnet(sip, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]).
 8477verbnet(slurp, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]).
 8478verbnet(suck, (s:_\np)/np, ['Patient','Agent'], [39,'.',2,-,2]).
 8479
 8480%%% File:    ext/VerbNet/chew-39.2.xml
 8481%%% Primary: NP V (chew-39.2-2)
 8482%%% Syntax:  [np:Agent,v]
 8483%%% CCG:     s:_\np
 8484%%% Roles:   [Agent]
 8485%%% Example: Cynthia sipped.
 8486%%%
 8487verbnet(lap, s:_\np, ['Agent'], [39,'.',2,-,2]).
 8488verbnet(sip, s:_\np, ['Agent'], [39,'.',2,-,2]).
 8489verbnet(slurp, s:_\np, ['Agent'], [39,'.',2,-,2]).
 8490verbnet(suck, s:_\np, ['Agent'], [39,'.',2,-,2]).
 8491
 8492%%% File:    ext/VerbNet/chew-39.2.xml
 8493%%% Primary: NP V PP.patient (chew-39.2-2)
 8494%%% Syntax:  [np:Agent,v,prep:from,np:Patient]
 8495%%% CCG:     (s:_\np)/pp
 8496%%% Roles:   [Agent]
 8497%%% Example: Cynthia sipped from the drink.
 8498%%%
 8499verbnet(lap, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]).
 8500verbnet(sip, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]).
 8501verbnet(slurp, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]).
 8502verbnet(suck, (s:_\np)/pp, ['Agent'], [39,'.',2,-,2]).
 8503verbnet(from, pp/np, ['Patient'], [39,.,2,-,2]).
 8504
 8505%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8506%%% Primary: NP V (chit_chat-37.6)
 8507%%% Syntax:  [np:Agent,v]
 8508%%% CCG:     s:_\np
 8509%%% Roles:   [Agent]
 8510%%% Example: Susan was chitchatting.
 8511%%%
 8512verbnet(argue, s:_\np, ['Agent'], [37,'.',6]).
 8513verbnet(chat, s:_\np, ['Agent'], [37,'.',6]).
 8514verbnet(chatter, s:_\np, ['Agent'], [37,'.',6]).
 8515verbnet(chitchat, s:_\np, ['Agent'], [37,'.',6]).
 8516verbnet(confer, s:_\np, ['Agent'], [37,'.',6]).
 8517verbnet(converse, s:_\np, ['Agent'], [37,'.',6]).
 8518verbnet(debate, s:_\np, ['Agent'], [37,'.',6]).
 8519verbnet(gab, s:_\np, ['Agent'], [37,'.',6]).
 8520verbnet(gossip, s:_\np, ['Agent'], [37,'.',6]).
 8521verbnet(jest, s:_\np, ['Agent'], [37,'.',6]).
 8522verbnet(joke, s:_\np, ['Agent'], [37,'.',6]).
 8523verbnet(palaver, s:_\np, ['Agent'], [37,'.',6]).
 8524verbnet(rap, s:_\np, ['Agent'], [37,'.',6]).
 8525verbnet(schmooze, s:_\np, ['Agent'], [37,'.',6]).
 8526verbnet(yak, s:_\np, ['Agent'], [37,'.',6]).
 8527
 8528%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8529%%% Primary: NP V PP.co-agent (chit_chat-37.6)
 8530%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent]
 8531%%% CCG:     (s:_\np)/pp
 8532%%% Roles:   [Agent]
 8533%%% Example: Susan chitchatted with Rachel.
 8534%%%
 8535verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8536verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8537verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8538verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8539verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8540verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8541verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8542verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8543verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8544verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8545verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8546verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8547verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8548verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8549verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8550verbnet(with, pp/np, ['Agent'], [37,.,6]).
 8551
 8552%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8553%%% Primary: NP V PP.co-agent PP.topic (chit_chat-37.6)
 8554%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Topic]
 8555%%% CCG:     ((s:_\np)/pp)/pp
 8556%%% Roles:   [Agent]
 8557%%% Example: Susan chitchatted with Rachel about the problem.
 8558%%%
 8559verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8560verbnet(chat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8561verbnet(chatter, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8562verbnet(chitchat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8563verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8564verbnet(converse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8565verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8566verbnet(gab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8567verbnet(gossip, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8568verbnet(jest, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8569verbnet(joke, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8570verbnet(palaver, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8571verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8572verbnet(schmooze, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8573verbnet(yak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8574verbnet(about, pp/np, ['Topic'], [37,.,6]).
 8575
 8576%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8577%%% Primary: NP V (chit_chat-37.6)
 8578%%% Syntax:  [np:Agent,v]
 8579%%% CCG:     s:_\np
 8580%%% Roles:   [Agent]
 8581%%% Example: Susan and Rachel chitchatted.
 8582%%%
 8583verbnet(argue, s:_\np, ['Agent'], [37,'.',6]).
 8584verbnet(chat, s:_\np, ['Agent'], [37,'.',6]).
 8585verbnet(chatter, s:_\np, ['Agent'], [37,'.',6]).
 8586verbnet(chitchat, s:_\np, ['Agent'], [37,'.',6]).
 8587verbnet(confer, s:_\np, ['Agent'], [37,'.',6]).
 8588verbnet(converse, s:_\np, ['Agent'], [37,'.',6]).
 8589verbnet(debate, s:_\np, ['Agent'], [37,'.',6]).
 8590verbnet(gab, s:_\np, ['Agent'], [37,'.',6]).
 8591verbnet(gossip, s:_\np, ['Agent'], [37,'.',6]).
 8592verbnet(jest, s:_\np, ['Agent'], [37,'.',6]).
 8593verbnet(joke, s:_\np, ['Agent'], [37,'.',6]).
 8594verbnet(palaver, s:_\np, ['Agent'], [37,'.',6]).
 8595verbnet(rap, s:_\np, ['Agent'], [37,'.',6]).
 8596verbnet(schmooze, s:_\np, ['Agent'], [37,'.',6]).
 8597verbnet(yak, s:_\np, ['Agent'], [37,'.',6]).
 8598
 8599%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8600%%% Primary: NP V PP.topic PP.co-agent (chit_chat-37.6)
 8601%%% Syntax:  [np:Agent,v,prep:about,np:Topic,prep:with,np:Co-Agent]
 8602%%% CCG:     ((s:_\np)/pp)/pp
 8603%%% Roles:   [Agent]
 8604%%% Example: Susan chitchatted about the problem with Rachel.
 8605%%%
 8606verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8607verbnet(chat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8608verbnet(chatter, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8609verbnet(chitchat, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8610verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8611verbnet(converse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8612verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8613verbnet(gab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8614verbnet(gossip, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8615verbnet(jest, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8616verbnet(joke, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8617verbnet(palaver, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8618verbnet(rap, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8619verbnet(schmooze, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8620verbnet(yak, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',6]).
 8621verbnet(with, pp/np, ['Agent'], [37,.,6]).
 8622
 8623%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8624%%% Primary: NP V PP.topic (chit_chat-37.6)
 8625%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
 8626%%% CCG:     (s:_\np)/pp
 8627%%% Roles:   [Agent]
 8628%%% Example: Susan and Rachel chitchatted about matters of great import.
 8629%%%
 8630verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8631verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8632verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8633verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8634verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8635verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8636verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8637verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8638verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8639verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8640verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8641verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8642verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8643verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8644verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8645verbnet(about, pp/np, ['Topic'], [37,.,6]).
 8646
 8647%%% File:    ext/VerbNet/chit_chat-37.6.xml
 8648%%% Primary: NP V PP.topic (chit_chat-37.6)
 8649%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
 8650%%% CCG:     (s:_\np)/pp
 8651%%% Roles:   [Agent]
 8652%%% Example: Susan chitchatted about matters of great import.
 8653%%%
 8654verbnet(argue, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8655verbnet(chat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8656verbnet(chatter, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8657verbnet(chitchat, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8658verbnet(confer, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8659verbnet(converse, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8660verbnet(debate, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8661verbnet(gab, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8662verbnet(gossip, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8663verbnet(jest, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8664verbnet(joke, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8665verbnet(palaver, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8666verbnet(rap, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8667verbnet(schmooze, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8668verbnet(yak, (s:_\np)/pp, ['Agent'], [37,'.',6]).
 8669verbnet(about, pp/np, ['Topic'], [37,.,6]).
 8670
 8671%%% File:    ext/VerbNet/classify-29.10.xml
 8672%%% Primary: NP V NP (classify-29.10)
 8673%%% Syntax:  [np:Agent,v,np:Theme]
 8674%%% CCG:     (s:_\np)/np
 8675%%% Roles:   [Theme,Agent]
 8676%%% Example: The curator classified the artifacts.
 8677%%%
 8678verbnet(classify, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8679verbnet(class, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8680verbnet(constellate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8681verbnet(sort, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8682verbnet(isolate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8683verbnet(reclassify, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8684verbnet(group, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8685verbnet(regroup, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8686verbnet(bracket, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8687verbnet(lump, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8688verbnet(chunk, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8689verbnet(grade, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8690verbnet(number, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8691verbnet(catalogue, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8692verbnet(sort_out, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8693verbnet(separate, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8694verbnet(seed, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8695verbnet(categorize, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8696verbnet(code, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8697verbnet(recode, (s:_\np)/np, ['Theme','Agent'], [29,'.',10]).
 8698
 8699%%% File:    ext/VerbNet/classify-29.10.xml
 8700%%% Primary: NP V NP PP.goal (classify-29.10)
 8701%%% Syntax:  [np:Agent,v,np:Theme,prep: (as),np:Goal]
 8702%%% CCG:     ((s:_\np)/pp)/np
 8703%%% Roles:   [Theme,Agent]
 8704%%% Example: She classified the works as 'dangerous'.
 8705%%%
 8706verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8707verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8708verbnet(constellate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8709verbnet(sort, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8710verbnet(isolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8711verbnet(reclassify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8712verbnet(group, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8713verbnet(regroup, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8714verbnet(bracket, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8715verbnet(lump, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8716verbnet(chunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8717verbnet(grade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8718verbnet(number, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8719verbnet(catalogue, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8720verbnet(sort_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8721verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8722verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8723verbnet(categorize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8724verbnet(code, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8725verbnet(recode, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8726verbnet(as, pp/np, ['Goal'], [29,.,10]).
 8727
 8728%%% File:    ext/VerbNet/classify-29.10.xml
 8729%%% Primary: NP V NP PP.location (classify-29.10)
 8730%%% Syntax:  [np:Agent,v,np:Theme,prep:in,np:Goal]
 8731%%% CCG:     ((s:_\np)/pp)/np
 8732%%% Roles:   [Theme,Agent]
 8733%%% Example: She classified the articles into different genres.
 8734%%%
 8735verbnet(classify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8736verbnet(class, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8737verbnet(constellate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8738verbnet(sort, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8739verbnet(isolate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8740verbnet(reclassify, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8741verbnet(group, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8742verbnet(regroup, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8743verbnet(bracket, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8744verbnet(lump, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8745verbnet(chunk, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8746verbnet(grade, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8747verbnet(number, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8748verbnet(catalogue, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8749verbnet(sort_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8750verbnet(separate, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8751verbnet(seed, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8752verbnet(categorize, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8753verbnet(code, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8754verbnet(recode, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',10]).
 8755verbnet(in, pp/np, ['Goal'], [29,.,10]).
 8756
 8757%%% File:    ext/VerbNet/clear-10.3.xml
 8758%%% Primary: NP.location V (clear-10.3-1)
 8759%%% Syntax:  [np:Location,v]
 8760%%% CCG:     s:_\np
 8761%%% Roles:   [Location]
 8762%%% Example: The sky cleared.
 8763%%%
 8764verbnet(clear, s:_\np, ['Location'], [10,'.',3,-,1]).
 8765verbnet(drain, s:_\np, ['Location'], [10,'.',3,-,1]).
 8766verbnet(empty, s:_\np, ['Location'], [10,'.',3,-,1]).
 8767
 8768%%% File:    ext/VerbNet/clear-10.3.xml
 8769%%% Primary: NP V PP.location (clear-10.3-1)
 8770%%% Syntax:  [np:Theme,v,pp,np:Location]
 8771%%% CCG:     (s:_\np)/pp
 8772%%% Roles:   [Theme]
 8773%%% Example: Clouds cleared from the sky.
 8774%%%
 8775verbnet(clear, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]).
 8776verbnet(drain, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]).
 8777verbnet(empty, (s:_\np)/pp, ['Theme'], [10,'.',3,-,1]).
 8778
 8779%%% File:    ext/VerbNet/clear-10.3.xml
 8780%%% Primary: NP V NP.location (clear-10.3)
 8781%%% Syntax:  [np:Agent,v,np:Location]
 8782%%% CCG:     (s:_\np)/np
 8783%%% Roles:   [Location,Agent]
 8784%%% Example: The strong winds cleared the sky.
 8785%%%
 8786verbnet(clear, (s:_\np)/np, ['Location','Agent'], [10,'.',3]).
 8787verbnet(drain, (s:_\np)/np, ['Location','Agent'], [10,'.',3]).
 8788verbnet(empty, (s:_\np)/np, ['Location','Agent'], [10,'.',3]).
 8789verbnet(clean, (s:_\np)/np, ['Location','Agent'], [10,'.',3]).
 8790
 8791%%% File:    ext/VerbNet/clear-10.3.xml
 8792%%% Primary: NP V NP PP.location (clear-10.3)
 8793%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
 8794%%% CCG:     ((s:_\np)/pp)/np
 8795%%% Roles:   [Theme,Agent]
 8796%%% Example: Doug cleaned the dishes from the table.
 8797%%%
 8798verbnet(clear, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]).
 8799verbnet(drain, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]).
 8800verbnet(empty, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]).
 8801verbnet(clean, ((s:_\np)/pp)/np, ['Theme','Agent'], [10,'.',3]).
 8802
 8803%%% File:    ext/VerbNet/clear-10.3.xml
 8804%%% Primary: NP V NP.location PP.theme (clear-10.3)
 8805%%% Syntax:  [np:Agent,v,np:Location,prep:of,np:Theme]
 8806%%% CCG:     ((s:_\np)/pp)/np
 8807%%% Roles:   [Location,Agent]
 8808%%% Example: Doug cleaned the table of dishes.
 8809%%%
 8810verbnet(clear, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]).
 8811verbnet(drain, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]).
 8812verbnet(empty, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]).
 8813verbnet(clean, ((s:_\np)/pp)/np, ['Location','Agent'], [10,'.',3]).
 8814verbnet(of, pp/np, ['Theme'], [10,.,3]).
 8815
 8816%%% File:    ext/VerbNet/cling-22.5.xml
 8817%%% Primary: NP V PP.co-theme (cling-22.5)
 8818%%% Syntax:  [np:Theme,v,prep:to with,np:Co-Theme]
 8819%%% CCG:     (s:_\np)/pp
 8820%%% Roles:   [Theme]
 8821%%% Example: The child clung to her mother.
 8822%%%
 8823verbnet(adhere, (s:_\np)/pp, ['Theme'], [22,'.',5]).
 8824verbnet(cleave, (s:_\np)/pp, ['Theme'], [22,'.',5]).
 8825verbnet(cling, (s:_\np)/pp, ['Theme'], [22,'.',5]).
 8826verbnet(to, pp/np, ['Theme'], [22,.,5]).
 8827verbnet(with, pp/np, ['Theme'], [22,.,5]).
 8828
 8829%%% File:    ext/VerbNet/cling-22.5.xml
 8830%%% Primary: NP V together (cling-22.5)
 8831%%% Syntax:  [np:Theme,v,lex:together]
 8832%%% CCG:     s:_\np
 8833%%% Roles:   [Theme]
 8834%%% Missing: [lex:together]
 8835%%% Example: The child and her mother clung together.
 8836%%%
 8837verbnet(adhere, s:_\np, ['Theme'], [22,'.',5]).
 8838verbnet(cleave, s:_\np, ['Theme'], [22,'.',5]).
 8839verbnet(cling, s:_\np, ['Theme'], [22,'.',5]).
 8840
 8841%%% File:    ext/VerbNet/coil-9.6.xml
 8842%%% Primary: NP V ADV-Middle (coil-9.6-1)
 8843%%% Syntax:  [np:Theme,v,adv]
 8844%%% CCG:     s:_\np
 8845%%% Roles:   [Theme]
 8846%%% Example: The rope curled upward.
 8847%%%
 8848verbnet(curl, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8849verbnet(coil, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8850verbnet(hook, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8851verbnet(swing, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8852verbnet(twirl, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8853verbnet(twist, s:_\np, ['Theme'], [9,'.',6,-,1]).
 8854
 8855%%% File:    ext/VerbNet/coil-9.6.xml
 8856%%% Primary: NP V NP PP.location (coil-9.6)
 8857%%% Syntax:  [np:Agent,v,np:Theme,pp,np:Location]
 8858%%% CCG:     ((s:_\np)/pp)/np
 8859%%% Roles:   [Theme,Agent]
 8860%%% Example: Cora coiled the rope around the post.
 8861%%%
 8862verbnet(curl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8863verbnet(coil, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8864verbnet(hook, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8865verbnet(swing, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8866verbnet(twirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8867verbnet(twist, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8868verbnet(loop, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8869verbnet(roll, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8870verbnet(rotate, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8871verbnet(spin, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8872verbnet(swirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8873verbnet(twine, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8874verbnet(whirl, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8875verbnet(wind, ((s:_\np)/pp)/np, ['Theme','Agent'], [9,'.',6]).
 8876
 8877%%% File:    ext/VerbNet/coil-9.6.xml
 8878%%% Primary: NP V PP.location (coil-9.6)
 8879%%% Syntax:  [np:Theme,v,pp,np:Location]
 8880%%% CCG:     (s:_\np)/pp
 8881%%% Roles:   [Theme]
 8882%%% Example: The rope coiled around the post.
 8883%%%
 8884verbnet(curl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8885verbnet(coil, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8886verbnet(hook, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8887verbnet(swing, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8888verbnet(twirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8889verbnet(twist, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8890verbnet(loop, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8891verbnet(roll, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8892verbnet(rotate, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8893verbnet(spin, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8894verbnet(swirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8895verbnet(twine, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8896verbnet(whirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8897verbnet(wind, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8898
 8899%%% File:    ext/VerbNet/coil-9.6.xml
 8900%%% Primary: NP V ADV-Middle PP.location (coil-9.6)
 8901%%% Syntax:  [np:Theme,v,adv,pp,np:Location]
 8902%%% CCG:     (s:_\np)/pp
 8903%%% Roles:   [Theme]
 8904%%% Example: That type of rope coils easily around the post.
 8905%%%
 8906verbnet(curl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8907verbnet(coil, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8908verbnet(hook, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8909verbnet(swing, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8910verbnet(twirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8911verbnet(twist, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8912verbnet(loop, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8913verbnet(roll, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8914verbnet(rotate, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8915verbnet(spin, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8916verbnet(swirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8917verbnet(twine, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8918verbnet(whirl, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8919verbnet(wind, (s:_\np)/pp, ['Theme'], [9,'.',6]).
 8920
 8921%%% File:    ext/VerbNet/coloring-24.xml
 8922%%% Primary: NP V NP (coloring-24)
 8923%%% Syntax:  [np:Agent,v,np:Patient]
 8924%%% CCG:     (s:_\np)/np
 8925%%% Roles:   [Patient,Agent]
 8926%%% Example: Claire colors the picture.
 8927%%%
 8928verbnet(color, (s:_\np)/np, ['Patient','Agent'], [24]).
 8929verbnet(distemper, (s:_\np)/np, ['Patient','Agent'], [24]).
 8930verbnet(dye, (s:_\np)/np, ['Patient','Agent'], [24]).
 8931verbnet(enamel, (s:_\np)/np, ['Patient','Agent'], [24]).
 8932verbnet(glaze, (s:_\np)/np, ['Patient','Agent'], [24]).
 8933verbnet(japan, (s:_\np)/np, ['Patient','Agent'], [24]).
 8934verbnet(lacquer, (s:_\np)/np, ['Patient','Agent'], [24]).
 8935verbnet(paint, (s:_\np)/np, ['Patient','Agent'], [24]).
 8936verbnet(repaint, (s:_\np)/np, ['Patient','Agent'], [24]).
 8937verbnet(shellac, (s:_\np)/np, ['Patient','Agent'], [24]).
 8938verbnet(spraypaint, (s:_\np)/np, ['Patient','Agent'], [24]).
 8939verbnet(stain, (s:_\np)/np, ['Patient','Agent'], [24]).
 8940verbnet(tint, (s:_\np)/np, ['Patient','Agent'], [24]).
 8941verbnet(varnish, (s:_\np)/np, ['Patient','Agent'], [24]).
 8942
 8943%%% File:    ext/VerbNet/coloring-24.xml
 8944%%% Primary: NP V NP ADJP (coloring-24)
 8945%%% Syntax:  [np:Agent,v,np:Patient,np:Result]
 8946%%% CCG:     ((s:_\np)/np)/np
 8947%%% Roles:   [Patient,Goal,Agent]
 8948%%% Example: Claire colors the picture red.
 8949%%%
 8950verbnet(color, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8951verbnet(distemper, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8952verbnet(dye, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8953verbnet(enamel, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8954verbnet(glaze, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8955verbnet(japan, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8956verbnet(lacquer, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8957verbnet(paint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8958verbnet(repaint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8959verbnet(shellac, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8960verbnet(spraypaint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8961verbnet(stain, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8962verbnet(tint, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8963verbnet(varnish, ((s:_\np)/np)/np, ['Patient','Goal','Agent'], [24]).
 8964
 8965%%% File:    ext/VerbNet/coloring-24.xml
 8966%%% Primary: NP V NP PP.result (coloring-24)
 8967%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
 8968%%% CCG:     ((s:_\np)/pp)/np
 8969%%% Roles:   [Patient,Agent]
 8970%%% Example: Claire painted the wall into a splotchy mess.
 8971%%%
 8972verbnet(color, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8973verbnet(distemper, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8974verbnet(dye, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8975verbnet(enamel, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8976verbnet(glaze, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8977verbnet(japan, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8978verbnet(lacquer, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8979verbnet(paint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8980verbnet(repaint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8981verbnet(shellac, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8982verbnet(spraypaint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8983verbnet(stain, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8984verbnet(tint, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8985verbnet(varnish, ((s:_\np)/pp)/np, ['Patient','Agent'], [24]).
 8986verbnet(to, pp/np, ['Goal'], [24]).
 8987verbnet(into, pp/np, ['Goal'], [24]).
 8988
 8989%%% File:    ext/VerbNet/complain-37.8.xml
 8990%%% Primary: NP V (complain-37.8)
 8991%%% Syntax:  [np:Agent,v]
 8992%%% CCG:     s:_\np
 8993%%% Roles:   [Agent]
 8994%%% Example: Susan complained.
 8995%%%
 8996verbnet(bellyache, s:_\np, ['Agent'], [37,'.',8]).
 8997verbnet(bitch, s:_\np, ['Agent'], [37,'.',8]).
 8998verbnet(boast, s:_\np, ['Agent'], [37,'.',8]).
 8999verbnet(brag, s:_\np, ['Agent'], [37,'.',8]).
 9000verbnet(complain, s:_\np, ['Agent'], [37,'.',8]).
 9001verbnet(crab, s:_\np, ['Agent'], [37,'.',8]).
 9002verbnet(gripe, s:_\np, ['Agent'], [37,'.',8]).
 9003verbnet(grouch, s:_\np, ['Agent'], [37,'.',8]).
 9004verbnet(grouse, s:_\np, ['Agent'], [37,'.',8]).
 9005verbnet(grumble, s:_\np, ['Agent'], [37,'.',8]).
 9006verbnet(kvetch, s:_\np, ['Agent'], [37,'.',8]).
 9007verbnet(moan, s:_\np, ['Agent'], [37,'.',8]).
 9008verbnet(object, s:_\np, ['Agent'], [37,'.',8]).
 9009verbnet(whine, s:_\np, ['Agent'], [37,'.',8]).
 9010
 9011%%% File:    ext/VerbNet/complain-37.8.xml
 9012%%% Primary: NP V PP.recipient (complain-37.8)
 9013%%% Syntax:  [np:Agent,v,prep:to,np:Recipient]
 9014%%% CCG:     (s:_\np)/pp
 9015%%% Roles:   [Agent]
 9016%%% Example: Susan complained to Rachel.
 9017%%%
 9018verbnet(bellyache, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9019verbnet(bitch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9020verbnet(boast, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9021verbnet(brag, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9022verbnet(complain, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9023verbnet(crab, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9024verbnet(gripe, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9025verbnet(grouch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9026verbnet(grouse, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9027verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9028verbnet(kvetch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9029verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9030verbnet(object, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9031verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9032verbnet(to, pp/np, ['Recipient'], [37,.,8]).
 9033
 9034%%% File:    ext/VerbNet/complain-37.8.xml
 9035%%% Primary: NP V that S (complain-37.8)
 9036%%% Syntax:  [np:Agent,v,s:Topic]
 9037%%% CCG:     (s:_\np)/s:_
 9038%%% Roles:   [Topic,Agent]
 9039%%% Example: Susan complained that the party would be tonight.
 9040%%%
 9041verbnet(bellyache, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9042verbnet(bitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9043verbnet(boast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9044verbnet(brag, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9045verbnet(complain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9046verbnet(crab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9047verbnet(gripe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9048verbnet(grouch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9049verbnet(grouse, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9050verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9051verbnet(kvetch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9052verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9053verbnet(object, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9054verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9055
 9056%%% File:    ext/VerbNet/complain-37.8.xml
 9057%%% Primary: NP V PP.recipient that S (complain-37.8)
 9058%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
 9059%%% CCG:     ((s:_\np)/s:_)/pp
 9060%%% Roles:   [Topic,Agent]
 9061%%% Example: Susan complained to Rachel that the party would be tonight.
 9062%%%
 9063verbnet(bellyache, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9064verbnet(bitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9065verbnet(boast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9066verbnet(brag, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9067verbnet(complain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9068verbnet(crab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9069verbnet(gripe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9070verbnet(grouch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9071verbnet(grouse, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9072verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9073verbnet(kvetch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9074verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9075verbnet(object, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9076verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9077
 9078%%% File:    ext/VerbNet/complain-37.8.xml
 9079%%% Primary: NP V PP.topic (complain-37.8)
 9080%%% Syntax:  [np:Agent,v,prep:about,np:Topic]
 9081%%% CCG:     (s:_\np)/pp
 9082%%% Roles:   [Agent]
 9083%%% Example: Ellen complained about the situation.
 9084%%%
 9085verbnet(bellyache, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9086verbnet(bitch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9087verbnet(boast, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9088verbnet(brag, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9089verbnet(complain, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9090verbnet(crab, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9091verbnet(gripe, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9092verbnet(grouch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9093verbnet(grouse, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9094verbnet(grumble, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9095verbnet(kvetch, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9096verbnet(moan, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9097verbnet(object, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9098verbnet(whine, (s:_\np)/pp, ['Agent'], [37,'.',8]).
 9099verbnet(about, pp/np, ['Topic'], [37,.,8]).
 9100
 9101%%% File:    ext/VerbNet/complain-37.8.xml
 9102%%% Primary: NP V PP.topic PP.recipient (complain-37.8)
 9103%%% Syntax:  [np:Agent,v,prep:about,np:Topic,prep:to,np:Recipient]
 9104%%% CCG:     ((s:_\np)/pp)/pp
 9105%%% Roles:   [Agent]
 9106%%% Example: Ellen complained about the situation to Helen.
 9107%%%
 9108verbnet(bellyache, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9109verbnet(bitch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9110verbnet(boast, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9111verbnet(brag, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9112verbnet(complain, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9113verbnet(crab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9114verbnet(gripe, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9115verbnet(grouch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9116verbnet(grouse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9117verbnet(grumble, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9118verbnet(kvetch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9119verbnet(moan, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9120verbnet(object, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9121verbnet(whine, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9122verbnet(to, pp/np, ['Recipient'], [37,.,8]).
 9123
 9124%%% File:    ext/VerbNet/complain-37.8.xml
 9125%%% Primary: NP V S-Quote (complain-37.8)
 9126%%% Syntax:  [np:Agent,v,s:Topic]
 9127%%% CCG:     (s:_\np)/s:_
 9128%%% Roles:   [Topic,Agent]
 9129%%% Example: Ellen complained, 'The mail didn't come today.'
 9130%%%
 9131verbnet(bellyache, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9132verbnet(bitch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9133verbnet(boast, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9134verbnet(brag, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9135verbnet(complain, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9136verbnet(crab, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9137verbnet(gripe, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9138verbnet(grouch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9139verbnet(grouse, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9140verbnet(grumble, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9141verbnet(kvetch, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9142verbnet(moan, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9143verbnet(object, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9144verbnet(whine, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',8]).
 9145
 9146%%% File:    ext/VerbNet/complain-37.8.xml
 9147%%% Primary: NP V PP.recipient S-Quote (complain-37.8)
 9148%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
 9149%%% CCG:     ((s:_\np)/s:_)/pp
 9150%%% Roles:   [Topic,Agent]
 9151%%% Example: Ellen complained to Helen, 'The mail didn't come today.'
 9152%%%
 9153verbnet(bellyache, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9154verbnet(bitch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9155verbnet(boast, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9156verbnet(brag, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9157verbnet(complain, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9158verbnet(crab, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9159verbnet(gripe, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9160verbnet(grouch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9161verbnet(grouse, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9162verbnet(grumble, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9163verbnet(kvetch, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9164verbnet(moan, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9165verbnet(object, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9166verbnet(whine, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',8]).
 9167
 9168%%% File:    ext/VerbNet/complain-37.8.xml
 9169%%% Primary: NP V PP.recipient PP.topic (complain-37.8)
 9170%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,prep:about,np:Topic]
 9171%%% CCG:     ((s:_\np)/pp)/pp
 9172%%% Roles:   [Agent]
 9173%%% Example: The prime minister complained to the former president about U.S. interference in his country's affairs.
 9174%%%
 9175verbnet(bellyache, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9176verbnet(bitch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9177verbnet(boast, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9178verbnet(brag, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9179verbnet(complain, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9180verbnet(crab, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9181verbnet(gripe, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9182verbnet(grouch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9183verbnet(grouse, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9184verbnet(grumble, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9185verbnet(kvetch, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9186verbnet(moan, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9187verbnet(object, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9188verbnet(whine, ((s:_\np)/pp)/pp, ['Agent'], [37,'.',8]).
 9189verbnet(about, pp/np, ['Topic'], [37,.,8]).
 9190
 9191%%% File:    ext/VerbNet/complete-55.2.xml
 9192%%% Primary: NP V NP (complete-55.2)
 9193%%% Syntax:  [np:Agent,v,np:Theme]
 9194%%% CCG:     (s:_\np)/np
 9195%%% Roles:   [Theme,Agent]
 9196%%% Example: Wilma completed the assignment.
 9197%%%
 9198verbnet(accomplish, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]).
 9199verbnet(achieve, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]).
 9200verbnet(complete, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]).
 9201verbnet(discontinue, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]).
 9202verbnet(quit, (s:_\np)/np, ['Theme','Agent'], [55,'.',2]).
 9203
 9204%%% File:    ext/VerbNet/complete-55.2.xml
 9205%%% Primary: NP V S_ING (complete-55.2)
 9206%%% Syntax:  [np:Agent,v,vp_ng:Theme]
 9207%%% CCG:     (s:_\np)/ (s:ng\np)
 9208%%% Roles:   [Theme,Agent]
 9209%%% Example: She quit smoking.
 9210%%%
 9211verbnet(accomplish, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]).
 9212verbnet(achieve, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]).
 9213verbnet(complete, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]).
 9214verbnet(discontinue, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]).
 9215verbnet(quit, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',2]).
 9216
 9217%%% File:    ext/VerbNet/comprehend-87.2.xml
 9218%%% Primary: NP V S_ING (comprehend-87.2-1)
 9219%%% Syntax:  [np:Experiencer,v,vp_ng:Stimulus]
 9220%%% CCG:     (s:_\np)/ (s:ng\np)
 9221%%% Roles:   [Stimulus,Experiencer]
 9222%%% Example: I understand wanting more.
 9223%%%
 9224verbnet(understand, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9225verbnet(grasp, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9226verbnet(comprehend, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9227verbnet(apprehend, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9228verbnet(follow, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9229verbnet(fathom, (s:_\np)/ (s:ng\np), ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9230
 9231%%% File:    ext/VerbNet/comprehend-87.2.xml
 9232%%% Primary: NP V how S_INF (comprehend-87.2-1)
 9233%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 9234%%% CCG:     (s:_\np)/s:_
 9235%%% Roles:   [Stimulus,Experiencer]
 9236%%% Example: I understand how to do it.
 9237%%%
 9238verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9239verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9240verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9241verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9242verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9243verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9244
 9245%%% File:    ext/VerbNet/comprehend-87.2.xml
 9246%%% Primary: NP V NP to be NP (comprehend-87.2-1)
 9247%%% Syntax:  [np:Experiencer,v,np:Stimulus]
 9248%%% CCG:     (s:_\np)/np
 9249%%% Roles:   [Stimulus,Experiencer]
 9250%%% Example: I understand him to be a good doctor.
 9251%%%
 9252verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9253verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9254verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9255verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9256verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9257verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2,-,1]).
 9258
 9259%%% File:    ext/VerbNet/comprehend-87.2.xml
 9260%%% Primary: NP V how S (comprehend-87.2)
 9261%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 9262%%% CCG:     (s:_\np)/s:_
 9263%%% Roles:   [Stimulus,Experiencer]
 9264%%% Example: I understand how she did it.
 9265%%%
 9266verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9267verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9268verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9269verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9270verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9271verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9272verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9273verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9274verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9275verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9276
 9277%%% File:    ext/VerbNet/comprehend-87.2.xml
 9278%%% Primary: NP V NP (comprehend-87.2)
 9279%%% Syntax:  [np:Experiencer,v,np:Stimulus]
 9280%%% CCG:     (s:_\np)/np
 9281%%% Roles:   [Stimulus,Experiencer]
 9282%%% Example: I understand the problem.
 9283%%%
 9284verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9285verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9286verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9287verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9288verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9289verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9290verbnet(misconstrue, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9291verbnet(misinterpret, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9292verbnet(misunderstand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9293verbnet(misapprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9294
 9295%%% File:    ext/VerbNet/comprehend-87.2.xml
 9296%%% Primary: NP V NP PP.attribute (comprehend-87.2)
 9297%%% Syntax:  [np:Experiencer,v,np:Stimulus,prep: (as),np:Attribute]
 9298%%% CCG:     ((s:_\np)/pp)/np
 9299%%% Roles:   [Stimulus,Experiencer]
 9300%%% Example: I understood it as a joke.
 9301%%%
 9302verbnet(understand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9303verbnet(grasp, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9304verbnet(comprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9305verbnet(apprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9306verbnet(follow, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9307verbnet(fathom, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9308verbnet(misconstrue, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9309verbnet(misinterpret, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9310verbnet(misunderstand, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9311verbnet(misapprehend, ((s:_\np)/pp)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9312verbnet(as, pp/np, ['Attribute'], [87,.,2]).
 9313
 9314%%% File:    ext/VerbNet/comprehend-87.2.xml
 9315%%% Primary: NP V S_ING (comprehend-87.2)
 9316%%% Syntax:  [np:Experiencer,v,np:Stimulus]
 9317%%% CCG:     (s:_\np)/np
 9318%%% Roles:   [Stimulus,Experiencer]
 9319%%% Example: I understand their wanting more minutes.
 9320%%%
 9321verbnet(understand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9322verbnet(grasp, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9323verbnet(comprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9324verbnet(apprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9325verbnet(follow, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9326verbnet(fathom, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9327verbnet(misconstrue, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9328verbnet(misinterpret, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9329verbnet(misunderstand, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9330verbnet(misapprehend, (s:_\np)/np, ['Stimulus','Experiencer'], [87,'.',2]).
 9331
 9332%%% File:    ext/VerbNet/comprehend-87.2.xml
 9333%%% Primary: NP V why S (comprehend-87.2)
 9334%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 9335%%% CCG:     (s:_\np)/s:_
 9336%%% Roles:   [Stimulus,Experiencer]
 9337%%% Example: I understand why we should help them.
 9338%%%
 9339verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9340verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9341verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9342verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9343verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9344verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9345verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9346verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9347verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9348verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9349
 9350%%% File:    ext/VerbNet/comprehend-87.2.xml
 9351%%% Primary: NP V what S (comprehend-87.2)
 9352%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 9353%%% CCG:     (s:_\np)/s:_
 9354%%% Roles:   [Stimulus,Experiencer]
 9355%%% Example: I understand what we should do.
 9356%%%
 9357verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9358verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9359verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9360verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9361verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9362verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9363verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9364verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9365verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9366verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9367
 9368%%% File:    ext/VerbNet/comprehend-87.2.xml
 9369%%% Primary: NP V that S (comprehend-87.2)
 9370%%% Syntax:  [np:Experiencer,v,s:Stimulus]
 9371%%% CCG:     (s:_\np)/s:_
 9372%%% Roles:   [Stimulus,Experiencer]
 9373%%% Example: I understand that he is a good doctor.
 9374%%%
 9375verbnet(understand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9376verbnet(grasp, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9377verbnet(comprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9378verbnet(apprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9379verbnet(follow, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9380verbnet(fathom, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9381verbnet(misconstrue, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9382verbnet(misinterpret, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9383verbnet(misunderstand, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9384verbnet(misapprehend, (s:_\np)/s:_, ['Stimulus','Experiencer'], [87,'.',2]).
 9385
 9386%%% File:    ext/VerbNet/concealment-16.xml
 9387%%% Primary: NP V (concealment-16-1)
 9388%%% Syntax:  [np:Agent,v]
 9389%%% CCG:     s:_\np
 9390%%% Roles:   [Agent]
 9391%%% Example: The children hid.
 9392%%%
 9393verbnet(hide, s:_\np, ['Agent'], [16,-,1]).
 9394
 9395%%% File:    ext/VerbNet/concealment-16.xml
 9396%%% Primary: NP V PP.beneficiary (concealment-16-1)
 9397%%% Syntax:  [np:Agent,v,prep:from,np:Beneficiary]
 9398%%% CCG:     (s:_\np)/pp
 9399%%% Roles:   [Agent]
 9400%%% Example: The children hid from Sally.
 9401%%%
 9402verbnet(hide, (s:_\np)/pp, ['Agent'], [16,-,1]).
 9403verbnet(from, pp/np, ['Beneficiary'], [16,-,1]).
 9404
 9405%%% File:    ext/VerbNet/concealment-16.xml
 9406%%% Primary: NP V PP.location (concealment-16-1)
 9407%%% Syntax:  [np:Agent,v,pp,np:Location]
 9408%%% CCG:     (s:_\np)/pp
 9409%%% Roles:   [Agent]
 9410%%% Example: The children hid in the chimney.
 9411%%%
 9412verbnet(hide, (s:_\np)/pp, ['Agent'], [16,-,1]).
 9413
 9414%%% File:    ext/VerbNet/concealment-16.xml
 9415%%% Primary: NP V NP PP.beneficiary (concealment-16)
 9416%%% Syntax:  [np:Agent,v,np:Patient,prep:from,np:Beneficiary]
 9417%%% CCG:     ((s:_\np)/pp)/np
 9418%%% Roles:   [Patient,Agent]
 9419%%% Example: Frances hid the presents from Sally.
 9420%%%
 9421verbnet(hide, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9422verbnet(block, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9423verbnet(cloister, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9424verbnet(conceal, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9425verbnet(curtain, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9426verbnet(isolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9427verbnet(quarantine, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9428verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9429verbnet(screen, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9430verbnet(seclude, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9431verbnet(sequester, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9432verbnet(shelter, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9433verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9434verbnet(from, pp/np, ['Beneficiary'], [16]).
 9435
 9436%%% File:    ext/VerbNet/concealment-16.xml
 9437%%% Primary: NP V NP PP.location (concealment-16)
 9438%%% Syntax:  [np:Agent,v,np:Patient,pp,np:Location]
 9439%%% CCG:     ((s:_\np)/pp)/np
 9440%%% Roles:   [Patient,Agent]
 9441%%% Example: Frances hid the presents behind the books in the drawer.
 9442%%%
 9443verbnet(hide, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9444verbnet(block, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9445verbnet(cloister, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9446verbnet(conceal, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9447verbnet(curtain, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9448verbnet(isolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9449verbnet(quarantine, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9450verbnet(repress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9451verbnet(screen, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9452verbnet(seclude, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9453verbnet(sequester, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9454verbnet(shelter, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9455verbnet(suppress, ((s:_\np)/pp)/np, ['Patient','Agent'], [16]).
 9456
 9457%%% File:    ext/VerbNet/concealment-16.xml
 9458%%% Primary: NP V NP (concealment-16)
 9459%%% Syntax:  [np:Agent,v,np:Patient]
 9460%%% CCG:     (s:_\np)/np
 9461%%% Roles:   [Patient,Agent]
 9462%%% Example: Frances hid the presents.
 9463%%%
 9464verbnet(hide, (s:_\np)/np, ['Patient','Agent'], [16]).
 9465verbnet(block, (s:_\np)/np, ['Patient','Agent'], [16]).
 9466verbnet(cloister, (s:_\np)/np, ['Patient','Agent'], [16]).
 9467verbnet(conceal, (s:_\np)/np, ['Patient','Agent'], [16]).
 9468verbnet(curtain, (s:_\np)/np, ['Patient','Agent'], [16]).
 9469verbnet(isolate, (s:_\np)/np, ['Patient','Agent'], [16]).
 9470verbnet(quarantine, (s:_\np)/np, ['Patient','Agent'], [16]).
 9471verbnet(repress, (s:_\np)/np, ['Patient','Agent'], [16]).
 9472verbnet(screen, (s:_\np)/np, ['Patient','Agent'], [16]).
 9473verbnet(seclude, (s:_\np)/np, ['Patient','Agent'], [16]).
 9474verbnet(sequester, (s:_\np)/np, ['Patient','Agent'], [16]).
 9475verbnet(shelter, (s:_\np)/np, ['Patient','Agent'], [16]).
 9476verbnet(suppress, (s:_\np)/np, ['Patient','Agent'], [16]).
 9477
 9478%%% File:    ext/VerbNet/confess-37.10.xml
 9479%%% Primary: NP V how S (confess-37.10)
 9480%%% Syntax:  [np:Agent,v,s:Topic]
 9481%%% CCG:     (s:_\np)/s:_
 9482%%% Roles:   [Topic,Agent]
 9483%%% Example: He confessed how she did it.
 9484%%%
 9485verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9486verbnet(admit, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9487verbnet(acknowledge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9488verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9489verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9490
 9491%%% File:    ext/VerbNet/confess-37.10.xml
 9492%%% Primary: NP V NP to be NP (confess-37.10)
 9493%%% Syntax:  [np:Agent,v,np:Topic]
 9494%%% CCG:     (s:_\np)/np
 9495%%% Roles:   [Topic,Agent]
 9496%%% Example: I admitted him to be a great smoker.
 9497%%%
 9498verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9499verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9500verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9501verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9502verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9503
 9504%%% File:    ext/VerbNet/confess-37.10.xml
 9505%%% Primary: NP V NP ADJ (confess-37.10)
 9506%%% Syntax:  [np:Agent,v,np:Topic]
 9507%%% CCG:     (s:_\np)/np
 9508%%% Roles:   [Topic,Agent]
 9509%%% Example: He confessed himself flummoxed.
 9510%%%
 9511verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9512verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9513verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9514verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9515verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9516
 9517%%% File:    ext/VerbNet/confess-37.10.xml
 9518%%% Primary: NP V S_ING (confess-37.10)
 9519%%% Syntax:  [np:Agent,v,vp_ng:Topic]
 9520%%% CCG:     (s:_\np)/ (s:ng\np)
 9521%%% Roles:   [Topic,Agent]
 9522%%% Example: They confessed stealing the money.
 9523%%%
 9524verbnet(confess, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]).
 9525verbnet(admit, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]).
 9526verbnet(acknowledge, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]).
 9527verbnet(proclaim, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]).
 9528verbnet(reveal, (s:_\np)/ (s:ng\np), ['Topic','Agent'], [37,'.',10]).
 9529
 9530%%% File:    ext/VerbNet/confess-37.10.xml
 9531%%% Primary: NP V NP (confess-37.10)
 9532%%% Syntax:  [np:Agent,v,np:Topic]
 9533%%% CCG:     (s:_\np)/np
 9534%%% Roles:   [Topic,Agent]
 9535%%% Example: They confessed it.
 9536%%%
 9537verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9538verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9539verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9540verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9541verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9542
 9543%%% File:    ext/VerbNet/confess-37.10.xml
 9544%%% Primary: NP V NP PP.recipient (confess-37.10)
 9545%%% Syntax:  [np:Agent,v,np:Topic,prep:to,np:Recipient]
 9546%%% CCG:     ((s:_\np)/pp)/np
 9547%%% Roles:   [Topic,Agent]
 9548%%% Example: They confessed it to us.
 9549%%%
 9550verbnet(confess, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]).
 9551verbnet(admit, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]).
 9552verbnet(acknowledge, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]).
 9553verbnet(proclaim, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]).
 9554verbnet(reveal, ((s:_\np)/pp)/np, ['Topic','Agent'], [37,'.',10]).
 9555verbnet(to, pp/np, ['Recipient'], [37,.,10]).
 9556
 9557%%% File:    ext/VerbNet/confess-37.10.xml
 9558%%% Primary: NP V S_ING (confess-37.10)
 9559%%% Syntax:  [np:Agent,v,np:Topic]
 9560%%% CCG:     (s:_\np)/np
 9561%%% Roles:   [Topic,Agent]
 9562%%% Example: They confessed their stealing.
 9563%%%
 9564verbnet(confess, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9565verbnet(admit, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9566verbnet(acknowledge, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9567verbnet(proclaim, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9568verbnet(reveal, (s:_\np)/np, ['Topic','Agent'], [37,'.',10]).
 9569
 9570%%% File:    ext/VerbNet/confess-37.10.xml
 9571%%% Primary: NP V PP.recipient (confess-37.10)
 9572%%% Syntax:  [np:Agent,v,prep:to,np:Recipient]
 9573%%% CCG:     (s:_\np)/pp
 9574%%% Roles:   [Agent]
 9575%%% Example: They confessed to us.
 9576%%%
 9577verbnet(confess, (s:_\np)/pp, ['Agent'], [37,'.',10]).
 9578verbnet(admit, (s:_\np)/pp, ['Agent'], [37,'.',10]).
 9579verbnet(acknowledge, (s:_\np)/pp, ['Agent'], [37,'.',10]).
 9580verbnet(proclaim, (s:_\np)/pp, ['Agent'], [37,'.',10]).
 9581verbnet(reveal, (s:_\np)/pp, ['Agent'], [37,'.',10]).
 9582verbnet(to, pp/np, ['Recipient'], [37,.,10]).
 9583
 9584%%% File:    ext/VerbNet/confess-37.10.xml
 9585%%% Primary: NP V PP.recipient how S (confess-37.10)
 9586%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,s:Topic]
 9587%%% CCG:     ((s:_\np)/s:_)/pp
 9588%%% Roles:   [Topic,Agent]
 9589%%% Example: They confessed to us how it happened.
 9590%%%
 9591verbnet(confess, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]).
 9592verbnet(admit, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]).
 9593verbnet(acknowledge, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]).
 9594verbnet(proclaim, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]).
 9595verbnet(reveal, ((s:_\np)/s:_)/pp, ['Topic','Agent'], [37,'.',10]).
 9596
 9597%%% File:    ext/VerbNet/confess-37.10.xml
 9598%%% Primary: NP V that S (confess-37.10)
 9599%%% Syntax:  [np:Agent,v,s:Topic]
 9600%%% CCG:     (s:_\np)/s:_
 9601%%% Roles:   [Topic,Agent]
 9602%%% Example: They confessed that they had stolen.
 9603%%%
 9604verbnet(confess, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9605verbnet(admit, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9606verbnet(acknowledge, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9607verbnet(proclaim, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9608verbnet(reveal, (s:_\np)/s:_, ['Topic','Agent'], [37,'.',10]).
 9609
 9610%%% File:    ext/VerbNet/confine-92.xml
 9611%%% Primary: NP V PP.destination (confine-92-1)
 9612%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Destination]
 9613%%% CCG:     ((s:_\np)/pp)/np
 9614%%% Roles:   [Theme,Agent]
 9615%%% Example: We committed John to prison.
 9616%%%
 9617verbnet(commit, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]).
 9618verbnet(recommit, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]).
 9619verbnet(send, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]).
 9620verbnet(confine, ((s:_\np)/pp)/np, ['Theme','Agent'], [92,-,1]).
 9621verbnet(to, pp/np, ['Destination'], [92,-,1]).
 9622
 9623%%% File:    ext/VerbNet/confine-92.xml
 9624%%% Primary: NP V NP (confine-92)
 9625%%% Syntax:  [np:Agent,v,np:Theme]
 9626%%% CCG:     (s:_\np)/np
 9627%%% Roles:   [Theme,Agent]
 9628%%% Example: We committed John.
 9629%%%
 9630verbnet(commit, (s:_\np)/np, ['Theme','Agent'], [92]).
 9631verbnet(recommit, (s:_\np)/np, ['Theme','Agent'], [92]).
 9632verbnet(send, (s:_\np)/np, ['Theme','Agent'], [92]).
 9633verbnet(confine, (s:_\np)/np, ['Theme','Agent'], [92]).
 9634verbnet(charge, (s:_\np)/np, ['Theme','Agent'], [92]).
 9635verbnet(institutionalize, (s:_\np)/np, ['Theme','Agent'], [92]).
 9636verbnet(incarcerate, (s:_\np)/np, ['Theme','Agent'], [92]).
 9637verbnet(hospitalize, (s:_\np)/np, ['Theme','Agent'], [92]).
 9638verbnet(detain, (s:_\np)/np, ['Theme','Agent'], [92]).
 9639verbnet(jail, (s:_\np)/np, ['Theme','Agent'], [92]).
 9640verbnet(imprison, (s:_\np)/np, ['Theme','Agent'], [92]).
 9641verbnet(jug, (s:_\np)/np, ['Theme','Agent'], [92]).
 9642verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [92]).
 9643verbnet(immure, (s:_\np)/np, ['Theme','Agent'], [92]).
 9644
 9645%%% File:    ext/VerbNet/confront-98.xml
 9646%%% Primary: NP V NP (confront-98)
 9647%%% Syntax:  [np:Agent,v,np:Theme]
 9648%%% CCG:     (s:_\np)/np
 9649%%% Roles:   [Theme,Agent]
 9650%%% Example: John confronted the disaster.
 9651%%%
 9652verbnet(face, (s:_\np)/np, ['Theme','Agent'], [98]).
 9653verbnet(confront, (s:_\np)/np, ['Theme','Agent'], [98]).
 9654verbnet(head_on, (s:_\np)/np, ['Theme','Agent'], [98]).
 9655verbnet(undertake, (s:_\np)/np, ['Theme','Agent'], [98]).
 9656verbnet(tackle, (s:_\np)/np, ['Theme','Agent'], [98]).
 9657verbnet(take_on, (s:_\np)/np, ['Theme','Agent'], [98]).
 9658verbnet(set_about, (s:_\np)/np, ['Theme','Agent'], [98]).
 9659verbnet(go_about, (s:_\np)/np, ['Theme','Agent'], [98]).
 9660verbnet(approach, (s:_\np)/np, ['Theme','Agent'], [98]).
 9661verbnet(brave, (s:_\np)/np, ['Theme','Agent'], [98]).
 9662verbnet(handle, (s:_\np)/np, ['Theme','Agent'], [98]).
 9663verbnet(intercept, (s:_\np)/np, ['Theme','Agent'], [98]).
 9664verbnet(target, (s:_\np)/np, ['Theme','Agent'], [98]).
 9665verbnet(rival, (s:_\np)/np, ['Theme','Agent'], [98]).
 9666verbnet(counter, (s:_\np)/np, ['Theme','Agent'], [98]).
 9667verbnet('pre-empt', (s:_\np)/np, ['Theme','Agent'], [98]).
 9668verbnet(combat, (s:_\np)/np, ['Theme','Agent'], [98]).
 9669verbnet(breast, (s:_\np)/np, ['Theme','Agent'], [98]).
 9670
 9671%%% File:    ext/VerbNet/confront-98.xml
 9672%%% Primary: NP V NP PP.instrument (confront-98)
 9673%%% Syntax:  [np:Agent,v,np:Theme,prep:with,np:Instrument]
 9674%%% CCG:     ((s:_\np)/pp)/np
 9675%%% Roles:   [Theme,Agent]
 9676%%% Example: John confronted it with emergency measures.
 9677%%%
 9678verbnet(face, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9679verbnet(confront, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9680verbnet(head_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9681verbnet(undertake, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9682verbnet(tackle, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9683verbnet(take_on, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9684verbnet(set_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9685verbnet(go_about, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9686verbnet(approach, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9687verbnet(brave, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9688verbnet(handle, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9689verbnet(intercept, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9690verbnet(target, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9691verbnet(rival, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9692verbnet(counter, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9693verbnet('pre-empt', ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9694verbnet(combat, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9695verbnet(breast, ((s:_\np)/pp)/np, ['Theme','Agent'], [98]).
 9696verbnet(with, pp/np, ['Instrument'], [98]).
 9697
 9698%%% File:    ext/VerbNet/conjecture-29.5.xml
 9699%%% Primary: NP V NP to be NP (conjecture-29.5-1)
 9700%%% Syntax:  [np:Agent,v,np:Theme,lex:to,lex:be,np:Predicate]
 9701%%% CCG:     ((s:_\np)/np)/np
 9702%%% Roles:   [Theme,Attribute,Agent]
 9703%%% Missing: [lex:be,lex:to]
 9704%%% Example: He felt the choice to be a bad one.
 9705%%%
 9706verbnet(allow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9707verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9708verbnet(conjecture, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9709verbnet(deny, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9710verbnet(determine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9711verbnet(doubt, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9712verbnet(expect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9713verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9714verbnet(foreknow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9715verbnet(foresee, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9716verbnet(foretell, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9717verbnet(guess, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9718verbnet(hold, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9719verbnet(infer, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9720verbnet(know, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9721verbnet(presume, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9722verbnet(prophesy, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9723verbnet(realize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9724verbnet(repute, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9725verbnet(recognize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9726verbnet(speculate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9727verbnet(surmise, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9728verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9729verbnet(swear, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9730verbnet(trust, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9731verbnet(mean, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9732verbnet(vaticinate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9733verbnet(anticipate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9734verbnet(prognosticate, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,1]).
 9735
 9736%%% File:    ext/VerbNet/conjecture-29.5.xml
 9737%%% Primary: NP V that S (conjecture-29.5-1)
 9738%%% Syntax:  [np:Agent,v,s:Theme]
 9739%%% CCG:     (s:_\np)/s:_
 9740%%% Roles:   [Theme,Agent]
 9741%%% Example: The populace feel that the RIAA has too much power.
 9742%%%
 9743verbnet(allow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9744verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9745verbnet(conjecture, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9746verbnet(deny, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9747verbnet(determine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9748verbnet(doubt, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9749verbnet(expect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9750verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9751verbnet(foreknow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9752verbnet(foresee, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9753verbnet(foretell, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9754verbnet(guess, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9755verbnet(hold, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9756verbnet(infer, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9757verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9758verbnet(presume, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9759verbnet(prophesy, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9760verbnet(realize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9761verbnet(repute, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9762verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9763verbnet(speculate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9764verbnet(surmise, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9765verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9766verbnet(swear, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9767verbnet(trust, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9768verbnet(mean, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9769verbnet(vaticinate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9770verbnet(anticipate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9771verbnet(prognosticate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,1]).
 9772
 9773%%% File:    ext/VerbNet/conjecture-29.5.xml
 9774%%% Primary: NP V NP (conjecture-29.5-1)
 9775%%% Syntax:  [np:Agent,v,np:Theme]
 9776%%% CCG:     (s:_\np)/np
 9777%%% Roles:   [Theme,Agent]
 9778%%% Example: He denied the horrid woman's statement.
 9779%%%
 9780verbnet(allow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9781verbnet(believe, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9782verbnet(conjecture, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9783verbnet(deny, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9784verbnet(determine, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9785verbnet(doubt, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9786verbnet(expect, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9787verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9788verbnet(foreknow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9789verbnet(foresee, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9790verbnet(foretell, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9791verbnet(guess, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9792verbnet(hold, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9793verbnet(infer, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9794verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9795verbnet(presume, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9796verbnet(prophesy, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9797verbnet(realize, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9798verbnet(repute, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9799verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9800verbnet(speculate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9801verbnet(surmise, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9802verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9803verbnet(swear, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9804verbnet(trust, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9805verbnet(mean, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9806verbnet(vaticinate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9807verbnet(anticipate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9808verbnet(prognosticate, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,1]).
 9809
 9810%%% File:    ext/VerbNet/conjecture-29.5.xml
 9811%%% Primary: NP V NP to be NP (conjecture-29.5-2)
 9812%%% Syntax:  [np:Agent,v,np:Theme,np:Predicate]
 9813%%% CCG:     ((s:_\np)/np)/np
 9814%%% Roles:   [Theme,Attribute,Agent]
 9815%%% Example: He asserts himself to be the world's foremost authority.
 9816%%%
 9817verbnet(admit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9818verbnet(affirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9819verbnet(assert, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9820verbnet(attest, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9821verbnet(aver, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9822verbnet(avow, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9823verbnet(avouch, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9824verbnet(claim, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9825verbnet(confirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9826verbnet(contend, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9827verbnet(discover, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9828verbnet(grant, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9829verbnet(guarantee, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9830verbnet(maintain, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9831verbnet(observe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9832verbnet(reaffirm, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9833verbnet(reassert, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9834verbnet(show, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',5,-,2]).
 9835
 9836%%% File:    ext/VerbNet/conjecture-29.5.xml
 9837%%% Primary: NP V that S (conjecture-29.5-2)
 9838%%% Syntax:  [np:Agent,v,s:Theme]
 9839%%% CCG:     (s:_\np)/s:_
 9840%%% Roles:   [Theme,Agent]
 9841%%% Example: The prisoner admitted that he may have been in the area.
 9842%%%
 9843verbnet(admit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9844verbnet(affirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9845verbnet(assert, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9846verbnet(attest, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9847verbnet(aver, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9848verbnet(avow, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9849verbnet(avouch, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9850verbnet(claim, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9851verbnet(confirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9852verbnet(contend, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9853verbnet(discover, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9854verbnet(grant, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9855verbnet(guarantee, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9856verbnet(maintain, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9857verbnet(observe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9858verbnet(reaffirm, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9859verbnet(reassert, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9860verbnet(show, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',5,-,2]).
 9861
 9862%%% File:    ext/VerbNet/conjecture-29.5.xml
 9863%%% Primary: NP V NP (conjecture-29.5-2)
 9864%%% Syntax:  [np:Agent,v,np:Theme]
 9865%%% CCG:     (s:_\np)/np
 9866%%% Roles:   [Theme,Agent]
 9867%%% Example: The prisoner admitted his guilt.
 9868%%%
 9869verbnet(admit, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9870verbnet(affirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9871verbnet(assert, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9872verbnet(attest, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9873verbnet(aver, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9874verbnet(avow, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9875verbnet(avouch, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9876verbnet(claim, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9877verbnet(confirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9878verbnet(contend, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9879verbnet(discover, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9880verbnet(grant, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9881verbnet(guarantee, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9882verbnet(maintain, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9883verbnet(observe, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9884verbnet(reaffirm, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9885verbnet(reassert, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9886verbnet(show, (s:_\np)/np, ['Theme','Agent'], [29,'.',5,-,2]).
 9887
 9888%%% File:    ext/VerbNet/consider-29.9.xml
 9889%%% Primary: NP V S_ING (consider-29.9-1-1-1)
 9890%%% Syntax:  [np:Agent,v,vp_ng:Theme]
 9891%%% CCG:     (s:_\np)/ (s:ng\np)
 9892%%% Roles:   [Theme,Agent]
 9893%%% Example: He considered smoking.
 9894%%%
 9895verbnet(consider, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9896verbnet(remember, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9897verbnet(imagine, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9898
 9899%%% File:    ext/VerbNet/consider-29.9.xml
 9900%%% Primary: NP V NP ADJ (consider-29.9-1-1-1)
 9901%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
 9902%%% CCG:     ((s:_\np)/np)/np
 9903%%% Roles:   [Theme,Attribute,Agent]
 9904%%% Example: They considered him stupid.
 9905%%%
 9906verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9907verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9908verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9909
 9910%%% File:    ext/VerbNet/consider-29.9.xml
 9911%%% Primary: NP V NP NP (consider-29.9-1-1-1)
 9912%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
 9913%%% CCG:     ((s:_\np)/np)/np
 9914%%% Roles:   [Theme,Attribute,Agent]
 9915%%% Example: They considered him professor.
 9916%%%
 9917verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9918verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9919verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9920
 9921%%% File:    ext/VerbNet/consider-29.9.xml
 9922%%% Primary: NP V NP PP.attribute (consider-29.9-1-1-1)
 9923%%% Syntax:  [np:Agent,v,np:Theme,prep:for,np:Attribute]
 9924%%% CCG:     ((s:_\np)/pp)/np
 9925%%% Roles:   [Theme,Agent]
 9926%%% Example: They considered him for professor.
 9927%%%
 9928verbnet(consider, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9929verbnet(remember, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9930verbnet(imagine, ((s:_\np)/pp)/np, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9931verbnet(for, pp/np, ['Attribute'], [29,.,9,-,1,-,1,-,1]).
 9932
 9933%%% File:    ext/VerbNet/consider-29.9.xml
 9934%%% Primary: NP V whether S_INF (consider-29.9-1-1-1)
 9935%%% Syntax:  [np:Agent,v,s:Theme]
 9936%%% CCG:     (s:_\np)/s:_
 9937%%% Roles:   [Theme,Agent]
 9938%%% Example: He considered whether to clean the house.
 9939%%%
 9940verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9941verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9942verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1,-,1]).
 9943
 9944%%% File:    ext/VerbNet/consider-29.9.xml
 9945%%% Primary: NP V NP ADJ (consider-29.9-1-1)
 9946%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
 9947%%% CCG:     ((s:_\np)/np)/np
 9948%%% Roles:   [Theme,Attribute,Agent]
 9949%%% Example: I considered the matter closed.
 9950%%%
 9951verbnet(consider, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9952verbnet(remember, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9953verbnet(imagine, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9954verbnet(know, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9955verbnet(recognize, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9956verbnet(see, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,1,-,1]).
 9957
 9958%%% File:    ext/VerbNet/consider-29.9.xml
 9959%%% Primary: NP V whether/if S (consider-29.9-1-1)
 9960%%% Syntax:  [np:Agent,v,s:Theme]
 9961%%% CCG:     (s:_\np)/s:_
 9962%%% Roles:   [Theme,Agent]
 9963%%% Example: He considered whether he should come.
 9964%%%
 9965verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9966verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9967verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9968verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9969verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9970verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9971
 9972%%% File:    ext/VerbNet/consider-29.9.xml
 9973%%% Primary: NP V what S (consider-29.9-1-1)
 9974%%% Syntax:  [np:Agent,v,s:Theme]
 9975%%% CCG:     (s:_\np)/s:_
 9976%%% Roles:   [Theme,Agent]
 9977%%% Example: He considered what he should do.
 9978%%%
 9979verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9980verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9981verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9982verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9983verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9984verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9985
 9986%%% File:    ext/VerbNet/consider-29.9.xml
 9987%%% Primary: NP V what S_INF (consider-29.9-1-1)
 9988%%% Syntax:  [np:Agent,v,s:Theme]
 9989%%% CCG:     (s:_\np)/s:_
 9990%%% Roles:   [Theme,Agent]
 9991%%% Example: He considered what to do.
 9992%%%
 9993verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9994verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9995verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9996verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9997verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9998verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1,-,1]).
 9999
10000%%% File:    ext/VerbNet/consider-29.9.xml
10001%%% Primary: NP V NP PP.attribute (consider-29.9-1)
10002%%% Syntax:  [np:Agent,v,np:Theme]
10003%%% CCG:     (s:_\np)/np
10004%%% Roles:   [Theme,Agent]
10005%%% Example: They considered him as being stupid.
10006%%%
10007verbnet(consider, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10008verbnet(remember, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10009verbnet(imagine, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10010verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10011verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10012verbnet(see, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10013verbnet(view, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10014verbnet(acknowledge, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10015verbnet(deem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10016verbnet(esteem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10017verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10018verbnet(reckon, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10019verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10020
10021%%% File:    ext/VerbNet/consider-29.9.xml
10022%%% Primary: NP V NP to be NP (consider-29.9-1)
10023%%% Syntax:  [np:Agent,v,np:Theme]
10024%%% CCG:     (s:_\np)/np
10025%%% Roles:   [Theme,Agent]
10026%%% Example: They considered him to be the professor.
10027%%%
10028verbnet(consider, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10029verbnet(remember, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10030verbnet(imagine, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10031verbnet(know, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10032verbnet(recognize, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10033verbnet(see, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10034verbnet(view, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10035verbnet(acknowledge, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10036verbnet(deem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10037verbnet(esteem, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10038verbnet(rate, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10039verbnet(reckon, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10040verbnet(report, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,1]).
10041
10042%%% File:    ext/VerbNet/consider-29.9.xml
10043%%% Primary: NP V that S (consider-29.9-1)
10044%%% Syntax:  [np:Agent,v,s:Theme]
10045%%% CCG:     (s:_\np)/s:_
10046%%% Roles:   [Theme,Agent]
10047%%% Example: They considered that he was the professor.
10048%%%
10049verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10050verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10051verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10052verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10053verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10054verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10055verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10056verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10057verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10058verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10059verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10060verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10061verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,1]).
10062
10063%%% File:    ext/VerbNet/consider-29.9.xml
10064%%% Primary: NP V NP ADJ (consider-29.9-2)
10065%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
10066%%% CCG:     ((s:_\np)/np)/np
10067%%% Roles:   [Theme,Attribute,Agent]
10068%%% Example: They considered him stupid.
10069%%%
10070verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10071verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10072verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10073verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10074verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10075verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10076
10077%%% File:    ext/VerbNet/consider-29.9.xml
10078%%% Primary: NP V NP NP (consider-29.9-2)
10079%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
10080%%% CCG:     ((s:_\np)/np)/np
10081%%% Roles:   [Theme,Attribute,Agent]
10082%%% Example: They considered him professor.
10083%%%
10084verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10085verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10086verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10087verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10088verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10089verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10090
10091%%% File:    ext/VerbNet/consider-29.9.xml
10092%%% Primary: NP V NP to be NP (consider-29.9-2)
10093%%% Syntax:  [np:Agent,v,np:Theme]
10094%%% CCG:     (s:_\np)/np
10095%%% Roles:   [Theme,Agent]
10096%%% Example: They considered him to be the professor.
10097%%%
10098verbnet(suspect, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10099verbnet(think, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10100verbnet(feel, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10101verbnet(suppose, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10102verbnet(posit, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10103verbnet(believe, (s:_\np)/np, ['Theme','Agent'], [29,'.',9,-,2]).
10104
10105%%% File:    ext/VerbNet/consider-29.9.xml
10106%%% Primary: NP V NP ADJ (consider-29.9-2)
10107%%% Syntax:  [np:Agent,v,np:Theme,np:Attribute]
10108%%% CCG:     ((s:_\np)/np)/np
10109%%% Roles:   [Theme,Attribute,Agent]
10110%%% Example: They considered the children found.
10111%%%
10112verbnet(suspect, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10113verbnet(think, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10114verbnet(feel, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10115verbnet(suppose, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10116verbnet(posit, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10117verbnet(believe, ((s:_\np)/np)/np, ['Theme','Attribute','Agent'], [29,'.',9,-,2]).
10118
10119%%% File:    ext/VerbNet/consider-29.9.xml
10120%%% Primary: NP V that S (consider-29.9-2)
10121%%% Syntax:  [np:Agent,v,s:Theme]
10122%%% CCG:     (s:_\np)/s:_
10123%%% Roles:   [Theme,Agent]
10124%%% Example: They considered that he was the professor.
10125%%%
10126verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10127verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10128verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10129verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10130verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10131verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9,-,2]).
10132
10133%%% File:    ext/VerbNet/consider-29.9.xml
10134%%% Primary: NP V how S (consider-29.9)
10135%%% Syntax:  [np:Agent,v,s:Theme]
10136%%% CCG:     (s:_\np)/s:_
10137%%% Roles:   [Theme,Agent]
10138%%% Example: I considered how he could become professor.
10139%%%
10140verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10141verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10142verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10143verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10144verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10145verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10146verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10147verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10148verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10149verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10150verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10151verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10152verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10153verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10154verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10155verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10156verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10157verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10158verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10159
10160%%% File:    ext/VerbNet/consider-29.9.xml
10161%%% Primary: NP V how S_INF (consider-29.9)
10162%%% Syntax:  [np:Agent,v,s:Theme]
10163%%% CCG:     (s:_\np)/s:_
10164%%% Roles:   [Theme,Agent]
10165%%% Example: I considered how to be a professor.
10166%%%
10167verbnet(consider, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10168verbnet(remember, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10169verbnet(imagine, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10170verbnet(know, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10171verbnet(recognize, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10172verbnet(see, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10173verbnet(view, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10174verbnet(acknowledge, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10175verbnet(deem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10176verbnet(esteem, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10177verbnet(rate, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10178verbnet(reckon, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10179verbnet(report, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10180verbnet(suspect, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10181verbnet(think, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10182verbnet(feel, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10183verbnet(suppose, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10184verbnet(posit, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10185verbnet(believe, (s:_\np)/s:_, ['Theme','Agent'], [29,'.',9]).
10186
10187%%% File:    ext/VerbNet/conspire-71.xml
10188%%% Primary: NP V (conspire-71)
10189%%% Syntax:  [np:Agent,v]
10190%%% CCG:     s:_\np
10191%%% Roles:   [Agent]
10192%%% Example: John and Sarah conspired.
10193%%%
10194verbnet(ally, s:_\np, ['Agent'], [71]).
10195verbnet(collaborate, s:_\np, ['Agent'], [71]).
10196verbnet(collude, s:_\np, ['Agent'], [71]).
10197verbnet(conspire, s:_\np, ['Agent'], [71]).
10198verbnet(discriminate, s:_\np, ['Agent'], [71]).
10199verbnet(legislate, s:_\np, ['Agent'], [71]).
10200verbnet(partner, s:_\np, ['Agent'], [71]).
10201verbnet(protest, s:_\np, ['Agent'], [71]).
10202verbnet(rebel, s:_\np, ['Agent'], [71]).
10203verbnet(retaliate, s:_\np, ['Agent'], [71]).
10204verbnet(scheme, s:_\np, ['Agent'], [71]).
10205verbnet(sin, s:_\np, ['Agent'], [71]).
10206verbnet(team_up, s:_\np, ['Agent'], [71]).
10207verbnet(befriend, s:_\np, ['Agent'], [71]).
10208
10209%%% File:    ext/VerbNet/conspire-71.xml
10210%%% Primary: NP V PP.co-agent (conspire-71)
10211%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent]
10212%%% CCG:     (s:_\np)/pp
10213%%% Roles:   [Agent]
10214%%% Example: John conspired with Sarah.
10215%%%
10216verbnet(ally, (s:_\np)/pp, ['Agent'], [71]).
10217verbnet(collaborate, (s:_\np)/pp, ['Agent'], [71]).
10218verbnet(collude, (s:_\np)/pp, ['Agent'], [71]).
10219verbnet(conspire, (s:_\np)/pp, ['Agent'], [71]).
10220verbnet(discriminate, (s:_\np)/pp, ['Agent'], [71]).
10221verbnet(legislate, (s:_\np)/pp, ['Agent'], [71]).
10222verbnet(partner, (s:_\np)/pp, ['Agent'], [71]).
10223verbnet(protest, (s:_\np)/pp, ['Agent'], [71]).
10224verbnet(rebel, (s:_\np)/pp, ['Agent'], [71]).
10225verbnet(retaliate, (s:_\np)/pp, ['Agent'], [71]).
10226verbnet(scheme, (s:_\np)/pp, ['Agent'], [71]).
10227verbnet(sin, (s:_\np)/pp, ['Agent'], [71]).
10228verbnet(team_up, (s:_\np)/pp, ['Agent'], [71]).
10229verbnet(befriend, (s:_\np)/pp, ['Agent'], [71]).
10230verbnet(with, pp/np, ['Agent'], [71]).
10231
10232%%% File:    ext/VerbNet/conspire-71.xml
10233%%% Primary: NP V PP.beneficiary (conspire-71)
10234%%% Syntax:  [np:Agent,v,prep:against,np:Beneficiary]
10235%%% CCG:     (s:_\np)/pp
10236%%% Roles:   [Agent]
10237%%% Example: John conspired against her.
10238%%%
10239verbnet(ally, (s:_\np)/pp, ['Agent'], [71]).
10240verbnet(collaborate, (s:_\np)/pp, ['Agent'], [71]).
10241verbnet(collude, (s:_\np)/pp, ['Agent'], [71]).
10242verbnet(conspire, (s:_\np)/pp, ['Agent'], [71]).
10243verbnet(discriminate, (s:_\np)/pp, ['Agent'], [71]).
10244verbnet(legislate, (s:_\np)/pp, ['Agent'], [71]).
10245verbnet(partner, (s:_\np)/pp, ['Agent'], [71]).
10246verbnet(protest, (s:_\np)/pp, ['Agent'], [71]).
10247verbnet(rebel, (s:_\np)/pp, ['Agent'], [71]).
10248verbnet(retaliate, (s:_\np)/pp, ['Agent'], [71]).
10249verbnet(scheme, (s:_\np)/pp, ['Agent'], [71]).
10250verbnet(sin, (s:_\np)/pp, ['Agent'], [71]).
10251verbnet(team_up, (s:_\np)/pp, ['Agent'], [71]).
10252verbnet(befriend, (s:_\np)/pp, ['Agent'], [71]).
10253verbnet(against, pp/np, ['Beneficiary'], [71]).
10254
10255%%% File:    ext/VerbNet/conspire-71.xml
10256%%% Primary: NP V S_INF (conspire-71)
10257%%% Syntax:  [np:Agent,v,vp_to:Theme]
10258%%% CCG:     (s:_\np)/ (s:ng\np)
10259%%% Roles:   [Theme,Agent]
10260%%% Example: The US conspired to overthrow the UN.
10261%%%
10262verbnet(ally, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10263verbnet(collaborate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10264verbnet(collude, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10265verbnet(conspire, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10266verbnet(discriminate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10267verbnet(legislate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10268verbnet(partner, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10269verbnet(protest, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10270verbnet(rebel, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10271verbnet(retaliate, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10272verbnet(scheme, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10273verbnet(sin, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10274verbnet(team_up, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10275verbnet(befriend, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [71]).
10276
10277%%% File:    ext/VerbNet/consume-66.xml
10278%%% Primary: NP V NP S_ING (consume-66-1)
10279%%% Syntax:  [np:Agent,v,np:Asset,prep:on,np:Goal]
10280%%% CCG:     ((s:_\np)/pp)/np
10281%%% Roles:   [Asset,Agent]
10282%%% Example: I spent the time on worrying about the future.
10283%%%
10284verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10285verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10286verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10287verbnet(on, pp/np, ['Goal'], [66,-,1]).
10288
10289%%% File:    ext/VerbNet/consume-66.xml
10290%%% Primary: NP V NP PP.goal (consume-66-1)
10291%%% Syntax:  [np:Agent,v,np:Asset,prep:on,np:Goal]
10292%%% CCG:     ((s:_\np)/pp)/np
10293%%% Roles:   [Asset,Agent]
10294%%% Example: I spent the time on worries.
10295%%%
10296verbnet(spend, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10297verbnet(squander, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10298verbnet(waste, ((s:_\np)/pp)/np, ['Asset','Agent'], [66,-,1]).
10299verbnet(on, pp/np, ['Goal'], [66,-,1]).
10300
10301%%% File:    ext/VerbNet/consume-66.xml
10302%%% Primary: NP V NP (consume-66)
10303%%% Syntax:  [np:Agent,v,np:Asset]
10304%%% CCG:     (s:_\np)/np
10305%%% Roles:   [Asset,Agent]
10306%%% Example: I spent all that time.
10307%%%
10308verbnet(spend, (s:_\np)/np, ['Asset','Agent'], [66]).
10309verbnet(squander, (s:_\np)/np, ['Asset','Agent'], [66]).
10310verbnet(waste, (s:_\np)/np, ['Asset','Agent'], [66]).
10311verbnet(use, (s:_\np)/np, ['Asset','Agent'], [66]).
10312verbnet(consume, (s:_\np)/np, ['Asset','Agent'], [66]).
10313verbnet(pass, (s:_\np)/np, ['Asset','Agent'], [66]).
10314
10315%%% File:    ext/VerbNet/consume-66.xml
10316%%% Primary: NP V NP S_ING (consume-66)
10317%%% Syntax:  [np:Agent,v,np:Asset,np:Goal]
10318%%% CCG:     ((s:_\np)/np)/np
10319%%% Roles:   [Asset,Goal,Agent]
10320%%% Example: I spent the time worrying about the future.
10321%%%
10322verbnet(spend, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10323verbnet(squander, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10324verbnet(waste, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10325verbnet(use, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10326verbnet(consume, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10327verbnet(pass, ((s:_\np)/np)/np, ['Asset','Goal','Agent'], [66]).
10328
10329%%% File:    ext/VerbNet/contiguous_location-47.8.xml
10330%%% Primary: NP V (contiguous_location-47.8-1)
10331%%% Syntax:  [np:Theme,lex:and,np:Co-Theme,v]
10332%%% CCG:     (s:_\np)/np
10333%%% Roles:   [Theme,Theme]
10334%%% Missing: [lex:and]
10335%%% Example: Italy and France touch.
10336%%%
10337verbnet(abut, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10338verbnet(adjoin, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10339verbnet(cross, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10340verbnet(hit, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10341verbnet(intersect, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10342verbnet(meet, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10343verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [47,'.',8,-,1]).
10344
10345%%% File:    ext/VerbNet/contiguous_location-47.8.xml
10346%%% Primary: NP V (contiguous_location-47.8-2)
10347%%% Syntax:  [np:Theme,v]
10348%%% CCG:     s:_\np
10349%%% Roles:   [Theme]
10350%%% Example: DEC has often dominated.
10351%%%
10352verbnet(dominate, s:_\np, ['Theme'], [47,'.',8,-,2]).
10353
10354%%% File:    ext/VerbNet/contiguous_location-47.8.xml
10355%%% Primary: NP V NP (contiguous_location-47.8)
10356%%% Syntax:  [np:Theme,v,np:Co-Theme]
10357%%% CCG:     (s:_\np)/np
10358%%% Roles:   [Theme,Theme]
10359%%% Example: Italy borders France.
10360%%%
10361verbnet(abut, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10362verbnet(adjoin, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10363verbnet(cross, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10364verbnet(hit, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10365verbnet(intersect, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10366verbnet(meet, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10367verbnet(touch, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10368verbnet(dominate, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10369verbnet(bestride, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10370verbnet(blanket, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10371verbnet(border, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10372verbnet(bound, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10373verbnet(bracket, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10374verbnet(bridge, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10375verbnet(cap, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10376verbnet(circle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10377verbnet(cloak, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10378verbnet(contain, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10379verbnet(cover, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10380verbnet(edge, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10381verbnet(encircle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10382verbnet(enclose, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10383verbnet(encompass, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10384verbnet(engulf, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10385verbnet(envelop, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10386verbnet(fence, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10387verbnet(fill, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10388verbnet(flank, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10389verbnet(follow, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10390verbnet(forgo, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10391verbnet(frame, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10392verbnet(head, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10393verbnet(hug, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10394verbnet(line, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10395verbnet(neighbor, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10396verbnet(overcast, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10397verbnet(overhang, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10398verbnet(precede, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10399verbnet(predate, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10400verbnet(rim, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10401verbnet(ring, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10402verbnet(skirt, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10403verbnet(span, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10404verbnet(straddle, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10405verbnet(support, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10406verbnet(surmount, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10407verbnet(surround, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10408verbnet(top, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10409verbnet(traverse, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10410verbnet(underlie, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10411verbnet(wreathe, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10412verbnet(enshroud, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10413verbnet(veil, (s:_\np)/np, ['Theme','Theme'], [47,'.',8]).
10414
10415%%% File:    ext/VerbNet/continue-55.3.xml
10416%%% Primary: NP V S_INF (continue-55.3)
10417%%% Syntax:  [np:Agent,v,vp_to:Theme]
10418%%% CCG:     (s:_\np)/ (s:ng\np)
10419%%% Roles:   [Theme,Agent]
10420%%% Example: He continued to pack.
10421%%%
10422verbnet(continue, (s:_\np)/ (s:ng\np), ['Theme','Agent'], [55,'.',3]).
10423
10424%%% File:    ext/VerbNet/continue-55.3.xml
10425%%% Primary: NP.theme V (continue-55.3)
10426%%% Syntax:  [np:Theme,v]
10427%%% CCG:     s:_\np
10428%%% Roles:   [Theme]
10429%%% Example: The storm continued.
10430%%%
10431verbnet(continue, s:_\np, ['Theme'], [55,'.',3]).
10432
10433%%% File:    ext/VerbNet/continue-55.3.xml
10434%%% Primary: NP V (continue-55.3)
10435%%% Syntax:  [np:Agent,v]
10436%%% CCG:     s:_\np
10437%%% Roles:   [Agent]
10438%%% Example: He continued.
10439%%%
10440verbnet(continue, s:_\np, ['Agent'], [55,'.',3]).
10441
10442%%% File:    ext/VerbNet/continue-55.3.xml
10443%%% Primary: NP V PP.time (continue-55.3)
10444%%% Syntax:  [np:Theme,v,prep:until,np:Time]
10445%%% CCG:     (s:_\np)/pp
10446%%% Roles:   [Theme]
10447%%% Example: The party continued until 8 PM.
10448%%%
10449verbnet(continue, (s:_\np)/pp, ['Theme'], [55,'.',3]).
10450verbnet(until, pp/np, ['Time'], [55,.,3]).
10451
10452%%% File:    ext/VerbNet/continue-55.3.xml
10453%%% Primary: NP V PP.time (continue-55.3)
10454%%% Syntax:  [np:Agent,v,prep:until,np:Time]
10455%%% CCG:     (s:_\np)/pp
10456%%% Roles:   [Agent]
10457%%% Example: We continued until 8 PM.
10458%%%
10459verbnet(continue, (s:_\np)/pp, ['Agent'], [55,'.',3]).
10460verbnet(until, pp/np, ['Time'], [55,.,3]).
10461
10462%%% File:    ext/VerbNet/contribute-13.2.xml
10463%%% Primary: NP V (contribute-13.2-1-1)
10464%%% Syntax:  [np:Agent,v]
10465%%% CCG:     s:_\np
10466%%% Roles:   [Agent]
10467%%% Example: Some of the members may donate privately.
10468%%%
10469verbnet(administer, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10470verbnet(circularize, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10471verbnet(contribute, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10472verbnet(donate, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10473verbnet(forfeit, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10474verbnet(sacrifice, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10475verbnet(submit, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10476verbnet(surrender, s:_\np, ['Agent'], [13,'.',2,-,1,-,1]).
10477
10478%%% File:    ext/VerbNet/contribute-13.2.xml
10479%%% Primary: NP V PP.recipient (contribute-13.2-1)
10480%%% Syntax:  [np:Agent,v,prep:to,np:Recipient]
10481%%% CCG:     (s:_\np)/pp
10482%%% Roles:   [Agent]
10483%%% Example: He donated directly to JSP members.
10484%%%
10485verbnet(administer, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10486verbnet(circularize, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10487verbnet(contribute, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10488verbnet(donate, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10489verbnet(forfeit, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10490verbnet(sacrifice, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10491verbnet(submit, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10492verbnet(surrender, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10493verbnet(disseminate, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10494verbnet(distribute, (s:_\np)/pp, ['Agent'], [13,'.',2,-,1]).
10495verbnet(to, pp/np, ['Recipient'], [13,.,2,-,1]).
10496
10497%%% File:    ext/VerbNet/contribute-13.2.xml
10498%%% Primary: NP V NP PP.recipient (contribute-13.2-1)
10499%%% Syntax:  [np:Agent,v,np:Theme,prep:among,np:Recipient]
10500%%% CCG:     ((s:_\np)/pp)/np
10501%%% Roles:   [Theme,Agent]
10502%%% Example: She distributed the money among oversea units.
10503%%%
10504verbnet(administer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10505verbnet(circularize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10506verbnet(contribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10507verbnet(donate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10508verbnet(forfeit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10509verbnet(sacrifice, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10510verbnet(submit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10511verbnet(surrender, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10512verbnet(disseminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10513verbnet(distribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2,-,1]).
10514verbnet(among, pp/np, ['Recipient'], [13,.,2,-,1]).
10515
10516%%% File:    ext/VerbNet/contribute-13.2.xml
10517%%% Primary: NP V NP (contribute-13.2-2-1)
10518%%% Syntax:  [np:Agent,v,np:Recipient]
10519%%% CCG:     (s:_\np)/np
10520%%% Roles:   [Recipient,Agent]
10521%%% Example: He reimbursed members.
10522%%%
10523verbnet(reimburse, (s:_\np)/np, ['Recipient','Agent'], [13,'.',2,-,2,-,1]).
10524
10525%%% File:    ext/VerbNet/contribute-13.2.xml
10526%%% Primary: NP V NP PP.theme (contribute-13.2-2)
10527%%% Syntax:  [np:Agent,v,np:Recipient,np:Theme]
10528%%% CCG:     ((s:_\np)/np)/np
10529%%% Roles:   [Recipient,Theme,Agent]
10530%%% Example: They will reimburse them up to $500.
10531%%%
10532verbnet(reimburse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10533verbnet(disburse, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10534verbnet(extend, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10535verbnet(proffer, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10536verbnet(return, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10537verbnet(transfer, ((s:_\np)/np)/np, ['Recipient','Theme','Agent'], [13,'.',2,-,2]).
10538
10539%%% File:    ext/VerbNet/contribute-13.2.xml
10540%%% Primary: NP V NP PP.recipient (contribute-13.2)
10541%%% Syntax:  [np:Agent,v,np:Theme,prep:to,np:Recipient]
10542%%% CCG:     ((s:_\np)/pp)/np
10543%%% Roles:   [Theme,Agent]
10544%%% Example: We contributed our paycheck to her.
10545%%%
10546verbnet(administer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10547verbnet(circularize, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10548verbnet(contribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10549verbnet(donate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10550verbnet(forfeit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10551verbnet(sacrifice, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10552verbnet(submit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10553verbnet(surrender, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10554verbnet(disseminate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10555verbnet(distribute, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10556verbnet(reimburse, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10557verbnet(disburse, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10558verbnet(extend, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10559verbnet(proffer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10560verbnet(return, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10561verbnet(transfer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10562verbnet(forgo, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10563verbnet(lose, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10564verbnet(refer, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10565verbnet(relinquish, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10566verbnet(remit, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10567verbnet(resign, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10568verbnet(restore, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10569verbnet(gift, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10570verbnet(hand_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10571verbnet(pass_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10572verbnet(shell_out, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10573verbnet(abnegate, ((s:_\np)/pp)/np, ['Theme','Agent'], [13,'.',2]).
10574verbnet(to, pp/np, ['Recipient'], [13,.,2]).
10575
10576%%% File:    ext/VerbNet/contribute-13.2.xml
10577%%% Primary: NP V NP.theme (PP) (contribute-13.2)
10578%%% Syntax:  [np:Agent,v,np:Theme]
10579%%% CCG:     (s:_\np)/np
10580%%% Roles:   [Theme,Agent]
10581%%% Example: I donated my house (to somebody).
10582%%%
10583verbnet(administer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10584verbnet(circularize, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10585verbnet(contribute, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10586verbnet(donate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10587verbnet(forfeit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10588verbnet(sacrifice, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10589verbnet(submit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10590verbnet(surrender, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10591verbnet(disseminate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10592verbnet(distribute, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10593verbnet(reimburse, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10594verbnet(disburse, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10595verbnet(extend, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10596verbnet(proffer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10597verbnet(return, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10598verbnet(transfer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10599verbnet(forgo, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10600verbnet(lose, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10601verbnet(refer, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10602verbnet(relinquish, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10603verbnet(remit, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10604verbnet(resign, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10605verbnet(restore, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10606verbnet(gift, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10607verbnet(hand_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10608verbnet(pass_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10609verbnet(shell_out, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10610verbnet(abnegate, (s:_\np)/np, ['Theme','Agent'], [13,'.',2]).
10611
10612%%% File:    ext/VerbNet/contribute-13.2.xml
10613%%% Primary: NP V PP.recipient NP (contribute-13.2)
10614%%% Syntax:  [np:Agent,v,prep:to,np:Recipient,np:Theme]
10615%%% CCG:     ((s:_\np)/np)/pp
10616%%% Roles:   [Theme,Agent]
10617%%% Example: He is willing to sacrifice to the arbitrage trader some small profit.
10618%%%
10619verbnet(administer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10620verbnet(circularize, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10621verbnet(contribute, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10622verbnet(donate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10623verbnet(forfeit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10624verbnet(sacrifice, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10625verbnet(submit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10626verbnet(surrender, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10627verbnet(disseminate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10628verbnet(distribute, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10629verbnet(reimburse, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10630verbnet(disburse, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10631verbnet(extend, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10632verbnet(proffer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10633verbnet(return, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10634verbnet(transfer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10635verbnet(forgo, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10636verbnet(lose, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10637verbnet(refer, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10638verbnet(relinquish, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10639verbnet(remit, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10640verbnet(resign, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10641verbnet(restore, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10642verbnet(gift, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10643verbnet(hand_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10644verbnet(pass_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10645verbnet(shell_out, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10646verbnet(abnegate, ((s:_\np)/np)/pp, ['Theme','Agent'], [13,'.',2]).
10647
10648%%% File:    ext/VerbNet/convert-26.6.2.xml
10649%%% Primary: NP V (convert-26.6.2-1)
10650%%% Syntax:  [np:Patient,v]
10651%%% CCG:     s:_\np
10652%%% Roles:   [Patient]
10653%%% Example: He converted.
10654%%%
10655verbnet(change_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]).
10656verbnet(convert, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]).
10657verbnet(move_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]).
10658verbnet(switch, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]).
10659verbnet(switch_over, s:_\np, ['Patient'], [26,'.',6,'.',2,-,1]).
10660
10661%%% File:    ext/VerbNet/convert-26.6.2.xml
10662%%% Primary: NP V NP (convert-26.6.2-1)
10663%%% Syntax:  [np:Agent,v,np:Patient]
10664%%% CCG:     (s:_\np)/np
10665%%% Roles:   [Patient,Agent]
10666%%% Example: I converted him.
10667%%%
10668verbnet(change_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10669verbnet(convert, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10670verbnet(move_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10671verbnet(switch, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10672verbnet(switch_over, (s:_\np)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10673
10674%%% File:    ext/VerbNet/convert-26.6.2.xml
10675%%% Primary: NP V NP S_ING (convert-26.6.2-1)
10676%%% Syntax:  [np:Agent,v,np:Patient,prep:to,vp_ng:Goal]
10677%%% CCG:     ((s:_\np)/pp)/np
10678%%% Roles:   [Patient,Agent]
10679%%% Example: I converted him to believing in Buddha.
10680%%%
10681verbnet(change_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10682verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10683verbnet(move_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10684verbnet(switch, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10685verbnet(switch_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10686verbnet(to, pp/(s:ng\np), ['Goal'], [26,.,6,.,2,-,1]).
10687
10688%%% File:    ext/VerbNet/convert-26.6.2.xml
10689%%% Primary: NP V NP PP.goal (convert-26.6.2-1)
10690%%% Syntax:  [np:Agent,v,np:Patient,prep:to,np:Goal]
10691%%% CCG:     ((s:_\np)/pp)/np
10692%%% Roles:   [Patient,Agent]
10693%%% Example: I converted him to Buddhism.
10694%%%
10695verbnet(change_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10696verbnet(convert, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10697verbnet(move_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10698verbnet(switch, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10699verbnet(switch_over, ((s:_\np)/pp)/np, ['Patient','Agent'], [26,'.',6,'.',2,-,1]).
10700verbnet(to, pp/np, ['Goal'], [26,.,6,.,2,-,1]).
10701
10702%%% File:    ext/VerbNet/convert-26.6.2.xml
10703%%% Primary: NP V PP.source PP.goal (convert-26.6.2-1)
10704%%% Syntax:  [np:Patient,v,prep:from,np:Source,prep:to,np:Goal]
10705%%% CCG:     ((s:_\np)/pp)/pp
10706%%% Roles:   [Patient]
10707%%% Example: He converted from Christianity to Buddhism.
10708%%%
10709verbnet(change_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]).
10710verbnet(convert, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]).
10711verbnet(move_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]).
10712verbnet(switch, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]).
10713verbnet(switch_over, ((s:_\np)/pp)/pp, ['Patient'], [26,'.',6,'.',2,-,1]).
10714verbnet(to, pp/np, ['Goal'], [26,.,6,.,2,-,1]).
10715
10716%%% File:    ext/VerbNet/convert-26.6.2.xml
10717%%% Primary: NP V S_ING (convert-26.6.2)
10718%%% Syntax:  [np:Patient,v,prep:to,np:Goal]
10719%%% CCG:     (s:_\np)/pp
10720%%% Roles:   [Patient]
10721%%% Example: He converted to believing in Buddha.
10722%%%
10723verbnet(change_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10724verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10725verbnet(move_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10726verbnet(switch, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10727verbnet(switch_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10728verbnet(come_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10729verbnet(fall, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10730verbnet(get, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10731verbnet(get_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10732verbnet(get_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10733verbnet(go_back, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10734verbnet(resort, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10735verbnet(return, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10736verbnet(revert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10737verbnet(settle_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10738verbnet(shift, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10739verbnet(take, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10740verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10741verbnet(to, pp/np, ['Goal'], [26,.,6,.,2]).
10742
10743%%% File:    ext/VerbNet/convert-26.6.2.xml
10744%%% Primary: NP V PP.goal (convert-26.6.2)
10745%%% Syntax:  [np:Patient,v,prep:to,np:Goal]
10746%%% CCG:     (s:_\np)/pp
10747%%% Roles:   [Patient]
10748%%% Example: He converted to Buddhism.
10749%%%
10750verbnet(change_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10751verbnet(convert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10752verbnet(move_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10753verbnet(switch, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10754verbnet(switch_over, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10755verbnet(come_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10756verbnet(fall, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10757verbnet(get, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10758verbnet(get_around, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10759verbnet(get_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10760verbnet(go_back, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10761verbnet(resort, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10762verbnet(return, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10763verbnet(revert, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10764verbnet(settle_down, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10765verbnet(shift, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10766verbnet(take, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10767verbnet(turn, (s:_\np)/pp, ['Patient'], [26,'.',6,'.',2]).
10768verbnet(to, pp/np, ['Goal'], [26,.,6,.,2]).
10769
10770%%% File:    ext/VerbNet/cooking-45.3.xml
10771%%% Primary: NP V NP.patient (cooking-45.3)
10772%%% Syntax:  [np:Agent,v,np:Patient]
10773%%% CCG:     (s:_\np)/np
10774%%% Roles:   [Patient,Agent]
10775%%% Example: Jennifer baked the potatoes.
10776%%%
10777verbnet(bake, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10778verbnet(barbecue, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10779verbnet(blanch, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10780verbnet(boil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10781verbnet(braise, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10782verbnet(broil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10783verbnet(brown, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10784verbnet(char, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10785verbnet(charbroil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10786verbnet('charcoal-broil', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10787verbnet(coddle, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10788verbnet(cook, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10789verbnet(crisp, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10790verbnet('deep-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10791verbnet('french-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10792verbnet(fry, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10793verbnet(grill, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10794verbnet(hardboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10795verbnet(heat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10796verbnet(microwave, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10797verbnet('oven-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10798verbnet('oven-poach', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10799verbnet(overcook, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10800verbnet(overheat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10801verbnet('pan-broil', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10802verbnet('pan-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10803verbnet(parboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10804verbnet(parch, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10805verbnet(percolate, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10806verbnet(perk, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10807verbnet(plank, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10808verbnet(poach, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10809verbnet('pot-roast', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10810verbnet(reheat, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10811verbnet(rissole, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10812verbnet(roast, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10813verbnet(saute, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10814verbnet(scald, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10815verbnet(scallop, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10816verbnet(sear, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10817verbnet(shirr, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10818verbnet(simmer, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10819verbnet(softboil, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10820verbnet(steam, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10821verbnet('steam-bake', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10822verbnet(steep, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10823verbnet(stew, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10824verbnet('stir-fry', (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10825verbnet(toast, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10826verbnet(warm_up, (s:_\np)/np, ['Patient','Agent'], [45,'.',3]).
10827
10828%%% File:    ext/VerbNet/cooking-45.3.xml
10829%%% Primary: NP V NP PP.instrument (cooking-45.3)
10830%%% Syntax:  [np:Agent,v,np:Patient,prep:in on with,np:Instrument]
10831%%% CCG:     ((s:_\np)/pp)/np
10832%%% Roles:   [Patient,Agent]
10833%%% Example: Jennifer baked the potatoes in the oven.
10834%%%
10835verbnet(bake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10836verbnet(barbecue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10837verbnet(blanch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10838verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10839verbnet(braise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10840verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10841verbnet(brown, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10842verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10843verbnet(charbroil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10844verbnet('charcoal-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10845verbnet(coddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10846verbnet(cook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10847verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10848verbnet('deep-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10849verbnet('french-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10850verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10851verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10852verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10853verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10854verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10855verbnet('oven-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10856verbnet('oven-poach', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10857verbnet(overcook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10858verbnet(overheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10859verbnet('pan-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10860verbnet('pan-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10861verbnet(parboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10862verbnet(parch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10863verbnet(percolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10864verbnet(perk, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10865verbnet(plank, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10866verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10867verbnet('pot-roast', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10868verbnet(reheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10869verbnet(rissole, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10870verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10871verbnet(saute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10872verbnet(scald, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10873verbnet(scallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10874verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10875verbnet(shirr, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10876verbnet(simmer, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10877verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10878verbnet(steam, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10879verbnet('steam-bake', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10880verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10881verbnet(stew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10882verbnet('stir-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10883verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10884verbnet(warm_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
10885verbnet(in, pp/np, ['Instrument'], [45,.,3]).
10886verbnet(on, pp/np, ['Instrument'], [45,.,3]).
10887verbnet(with, pp/np, ['Instrument'], [45,.,3]).
10888
10889%%% File:    ext/VerbNet/cooking-45.3.xml
10890%%% Primary: NP.patient V (cooking-45.3)
10891%%% Syntax:  [np:Patient,v]
10892%%% CCG:     s:_\np
10893%%% Roles:   [Patient]
10894%%% Example: The potatoes baked.
10895%%%
10896verbnet(bake, s:_\np, ['Patient'], [45,'.',3]).
10897verbnet(barbecue, s:_\np, ['Patient'], [45,'.',3]).
10898verbnet(blanch, s:_\np, ['Patient'], [45,'.',3]).
10899verbnet(boil, s:_\np, ['Patient'], [45,'.',3]).
10900verbnet(braise, s:_\np, ['Patient'], [45,'.',3]).
10901verbnet(broil, s:_\np, ['Patient'], [45,'.',3]).
10902verbnet(brown, s:_\np, ['Patient'], [45,'.',3]).
10903verbnet(char, s:_\np, ['Patient'], [45,'.',3]).
10904verbnet(charbroil, s:_\np, ['Patient'], [45,'.',3]).
10905verbnet('charcoal-broil', s:_\np, ['Patient'], [45,'.',3]).
10906verbnet(coddle, s:_\np, ['Patient'], [45,'.',3]).
10907verbnet(cook, s:_\np, ['Patient'], [45,'.',3]).
10908verbnet(crisp, s:_\np, ['Patient'], [45,'.',3]).
10909verbnet('deep-fry', s:_\np, ['Patient'], [45,'.',3]).
10910verbnet('french-fry', s:_\np, ['Patient'], [45,'.',3]).
10911verbnet(fry, s:_\np, ['Patient'], [45,'.',3]).
10912verbnet(grill, s:_\np, ['Patient'], [45,'.',3]).
10913verbnet(hardboil, s:_\np, ['Patient'], [45,'.',3]).
10914verbnet(heat, s:_\np, ['Patient'], [45,'.',3]).
10915verbnet(microwave, s:_\np, ['Patient'], [45,'.',3]).
10916verbnet('oven-fry', s:_\np, ['Patient'], [45,'.',3]).
10917verbnet('oven-poach', s:_\np, ['Patient'], [45,'.',3]).
10918verbnet(overcook, s:_\np, ['Patient'], [45,'.',3]).
10919verbnet(overheat, s:_\np, ['Patient'], [45,'.',3]).
10920verbnet('pan-broil', s:_\np, ['Patient'], [45,'.',3]).
10921verbnet('pan-fry', s:_\np, ['Patient'], [45,'.',3]).
10922verbnet(parboil, s:_\np, ['Patient'], [45,'.',3]).
10923verbnet(parch, s:_\np, ['Patient'], [45,'.',3]).
10924verbnet(percolate, s:_\np, ['Patient'], [45,'.',3]).
10925verbnet(perk, s:_\np, ['Patient'], [45,'.',3]).
10926verbnet(plank, s:_\np, ['Patient'], [45,'.',3]).
10927verbnet(poach, s:_\np, ['Patient'], [45,'.',3]).
10928verbnet('pot-roast', s:_\np, ['Patient'], [45,'.',3]).
10929verbnet(reheat, s:_\np, ['Patient'], [45,'.',3]).
10930verbnet(rissole, s:_\np, ['Patient'], [45,'.',3]).
10931verbnet(roast, s:_\np, ['Patient'], [45,'.',3]).
10932verbnet(saute, s:_\np, ['Patient'], [45,'.',3]).
10933verbnet(scald, s:_\np, ['Patient'], [45,'.',3]).
10934verbnet(scallop, s:_\np, ['Patient'], [45,'.',3]).
10935verbnet(sear, s:_\np, ['Patient'], [45,'.',3]).
10936verbnet(shirr, s:_\np, ['Patient'], [45,'.',3]).
10937verbnet(simmer, s:_\np, ['Patient'], [45,'.',3]).
10938verbnet(softboil, s:_\np, ['Patient'], [45,'.',3]).
10939verbnet(steam, s:_\np, ['Patient'], [45,'.',3]).
10940verbnet('steam-bake', s:_\np, ['Patient'], [45,'.',3]).
10941verbnet(steep, s:_\np, ['Patient'], [45,'.',3]).
10942verbnet(stew, s:_\np, ['Patient'], [45,'.',3]).
10943verbnet('stir-fry', s:_\np, ['Patient'], [45,'.',3]).
10944verbnet(toast, s:_\np, ['Patient'], [45,'.',3]).
10945verbnet(warm_up, s:_\np, ['Patient'], [45,'.',3]).
10946
10947%%% File:    ext/VerbNet/cooking-45.3.xml
10948%%% Primary: NP V ADV-Middle (cooking-45.3)
10949%%% Syntax:  [np:Patient,v,adv]
10950%%% CCG:     s:_\np
10951%%% Roles:   [Patient]
10952%%% Example: Idaho potatoes bake beautifully.
10953%%%
10954verbnet(bake, s:_\np, ['Patient'], [45,'.',3]).
10955verbnet(barbecue, s:_\np, ['Patient'], [45,'.',3]).
10956verbnet(blanch, s:_\np, ['Patient'], [45,'.',3]).
10957verbnet(boil, s:_\np, ['Patient'], [45,'.',3]).
10958verbnet(braise, s:_\np, ['Patient'], [45,'.',3]).
10959verbnet(broil, s:_\np, ['Patient'], [45,'.',3]).
10960verbnet(brown, s:_\np, ['Patient'], [45,'.',3]).
10961verbnet(char, s:_\np, ['Patient'], [45,'.',3]).
10962verbnet(charbroil, s:_\np, ['Patient'], [45,'.',3]).
10963verbnet('charcoal-broil', s:_\np, ['Patient'], [45,'.',3]).
10964verbnet(coddle, s:_\np, ['Patient'], [45,'.',3]).
10965verbnet(cook, s:_\np, ['Patient'], [45,'.',3]).
10966verbnet(crisp, s:_\np, ['Patient'], [45,'.',3]).
10967verbnet('deep-fry', s:_\np, ['Patient'], [45,'.',3]).
10968verbnet('french-fry', s:_\np, ['Patient'], [45,'.',3]).
10969verbnet(fry, s:_\np, ['Patient'], [45,'.',3]).
10970verbnet(grill, s:_\np, ['Patient'], [45,'.',3]).
10971verbnet(hardboil, s:_\np, ['Patient'], [45,'.',3]).
10972verbnet(heat, s:_\np, ['Patient'], [45,'.',3]).
10973verbnet(microwave, s:_\np, ['Patient'], [45,'.',3]).
10974verbnet('oven-fry', s:_\np, ['Patient'], [45,'.',3]).
10975verbnet('oven-poach', s:_\np, ['Patient'], [45,'.',3]).
10976verbnet(overcook, s:_\np, ['Patient'], [45,'.',3]).
10977verbnet(overheat, s:_\np, ['Patient'], [45,'.',3]).
10978verbnet('pan-broil', s:_\np, ['Patient'], [45,'.',3]).
10979verbnet('pan-fry', s:_\np, ['Patient'], [45,'.',3]).
10980verbnet(parboil, s:_\np, ['Patient'], [45,'.',3]).
10981verbnet(parch, s:_\np, ['Patient'], [45,'.',3]).
10982verbnet(percolate, s:_\np, ['Patient'], [45,'.',3]).
10983verbnet(perk, s:_\np, ['Patient'], [45,'.',3]).
10984verbnet(plank, s:_\np, ['Patient'], [45,'.',3]).
10985verbnet(poach, s:_\np, ['Patient'], [45,'.',3]).
10986verbnet('pot-roast', s:_\np, ['Patient'], [45,'.',3]).
10987verbnet(reheat, s:_\np, ['Patient'], [45,'.',3]).
10988verbnet(rissole, s:_\np, ['Patient'], [45,'.',3]).
10989verbnet(roast, s:_\np, ['Patient'], [45,'.',3]).
10990verbnet(saute, s:_\np, ['Patient'], [45,'.',3]).
10991verbnet(scald, s:_\np, ['Patient'], [45,'.',3]).
10992verbnet(scallop, s:_\np, ['Patient'], [45,'.',3]).
10993verbnet(sear, s:_\np, ['Patient'], [45,'.',3]).
10994verbnet(shirr, s:_\np, ['Patient'], [45,'.',3]).
10995verbnet(simmer, s:_\np, ['Patient'], [45,'.',3]).
10996verbnet(softboil, s:_\np, ['Patient'], [45,'.',3]).
10997verbnet(steam, s:_\np, ['Patient'], [45,'.',3]).
10998verbnet('steam-bake', s:_\np, ['Patient'], [45,'.',3]).
10999verbnet(steep, s:_\np, ['Patient'], [45,'.',3]).
11000verbnet(stew, s:_\np, ['Patient'], [45,'.',3]).
11001verbnet('stir-fry', s:_\np, ['Patient'], [45,'.',3]).
11002verbnet(toast, s:_\np, ['Patient'], [45,'.',3]).
11003verbnet(warm_up, s:_\np, ['Patient'], [45,'.',3]).
11004
11005%%% File:    ext/VerbNet/cooking-45.3.xml
11006%%% Primary: NP.instrument V NP (cooking-45.3)
11007%%% Syntax:  [np:Instrument,v,np:Patient]
11008%%% CCG:     (s:_\np)/np
11009%%% Roles:   [Patient,Instrument]
11010%%% Example: This oven bakes potatoes.
11011%%%
11012verbnet(bake, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11013verbnet(barbecue, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11014verbnet(blanch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11015verbnet(boil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11016verbnet(braise, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11017verbnet(broil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11018verbnet(brown, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11019verbnet(char, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11020verbnet(charbroil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11021verbnet('charcoal-broil', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11022verbnet(coddle, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11023verbnet(cook, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11024verbnet(crisp, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11025verbnet('deep-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11026verbnet('french-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11027verbnet(fry, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11028verbnet(grill, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11029verbnet(hardboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11030verbnet(heat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11031verbnet(microwave, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11032verbnet('oven-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11033verbnet('oven-poach', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11034verbnet(overcook, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11035verbnet(overheat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11036verbnet('pan-broil', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11037verbnet('pan-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11038verbnet(parboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11039verbnet(parch, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11040verbnet(percolate, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11041verbnet(perk, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11042verbnet(plank, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11043verbnet(poach, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11044verbnet('pot-roast', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11045verbnet(reheat, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11046verbnet(rissole, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11047verbnet(roast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11048verbnet(saute, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11049verbnet(scald, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11050verbnet(scallop, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11051verbnet(sear, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11052verbnet(shirr, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11053verbnet(simmer, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11054verbnet(softboil, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11055verbnet(steam, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11056verbnet('steam-bake', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11057verbnet(steep, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11058verbnet(stew, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11059verbnet('stir-fry', (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11060verbnet(toast, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11061verbnet(warm_up, (s:_\np)/np, ['Patient','Instrument'], [45,'.',3]).
11062
11063%%% File:    ext/VerbNet/cooking-45.3.xml
11064%%% Primary: NP V NP PP.result (cooking-45.3)
11065%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result]
11066%%% CCG:     ((s:_\np)/pp)/np
11067%%% Roles:   [Patient,Agent]
11068%%% Example: Jennifer baked the potatoes to a crisp.
11069%%%
11070verbnet(bake, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11071verbnet(barbecue, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11072verbnet(blanch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11073verbnet(boil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11074verbnet(braise, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11075verbnet(broil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11076verbnet(brown, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11077verbnet(char, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11078verbnet(charbroil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11079verbnet('charcoal-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11080verbnet(coddle, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11081verbnet(cook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11082verbnet(crisp, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11083verbnet('deep-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11084verbnet('french-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11085verbnet(fry, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11086verbnet(grill, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11087verbnet(hardboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11088verbnet(heat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11089verbnet(microwave, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11090verbnet('oven-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11091verbnet('oven-poach', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11092verbnet(overcook, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11093verbnet(overheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11094verbnet('pan-broil', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11095verbnet('pan-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11096verbnet(parboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11097verbnet(parch, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11098verbnet(percolate, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11099verbnet(perk, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11100verbnet(plank, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11101verbnet(poach, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11102verbnet('pot-roast', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11103verbnet(reheat, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11104verbnet(rissole, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11105verbnet(roast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11106verbnet(saute, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11107verbnet(scald, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11108verbnet(scallop, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11109verbnet(sear, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11110verbnet(shirr, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11111verbnet(simmer, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11112verbnet(softboil, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11113verbnet(steam, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11114verbnet('steam-bake', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11115verbnet(steep, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11116verbnet(stew, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11117verbnet('stir-fry', ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11118verbnet(toast, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11119verbnet(warm_up, ((s:_\np)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11120verbnet(to, pp/np, ['Goal'], [45,.,3]).
11121verbnet(into, pp/np, ['Goal'], [45,.,3]).
11122
11123%%% File:    ext/VerbNet/cooking-45.3.xml
11124%%% Primary: NP V NP PP.result PP.instrument (cooking-45.3)
11125%%% Syntax:  [np:Agent,v,np:Patient,prep:to into,np:Result,prep:in on with,np:Instrument]
11126%%% CCG:     (((s:_\np)/pp)/pp)/np
11127%%% Roles:   [Patient,Agent]
11128%%% Example: Jennifer baked the potatoes to a crisp in the oven.
11129%%%
11130verbnet(bake, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11131verbnet(barbecue, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11132verbnet(blanch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11133verbnet(boil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11134verbnet(braise, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11135verbnet(broil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11136verbnet(brown, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11137verbnet(char, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11138verbnet(charbroil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11139verbnet('charcoal-broil', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11140verbnet(coddle, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11141verbnet(cook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11142verbnet(crisp, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11143verbnet('deep-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11144verbnet('french-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11145verbnet(fry, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11146verbnet(grill, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11147verbnet(hardboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11148verbnet(heat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11149verbnet(microwave, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11150verbnet('oven-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11151verbnet('oven-poach', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11152verbnet(overcook, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11153verbnet(overheat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11154verbnet('pan-broil', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11155verbnet('pan-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11156verbnet(parboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11157verbnet(parch, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11158verbnet(percolate, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11159verbnet(perk, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11160verbnet(plank, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11161verbnet(poach, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11162verbnet('pot-roast', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11163verbnet(reheat, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11164verbnet(rissole, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11165verbnet(roast, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11166verbnet(saute, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11167verbnet(scald, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11168verbnet(scallop, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11169verbnet(sear, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11170verbnet(shirr, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11171verbnet(simmer, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11172verbnet(softboil, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11173verbnet(steam, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11174verbnet('steam-bake', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11175verbnet(steep, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11176verbnet(stew, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11177verbnet('stir-fry', (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11178verbnet(toast, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11179verbnet(warm_up, (((s:_\np)/pp)/pp)/np, ['Patient','Agent'], [45,'.',3]).
11180verbnet(in, pp/np, ['Instrument'], [45,.,3]).
11181verbnet(on, pp/np, ['Instrument'], [45,.,3]).
11182verbnet(with, pp/np, ['Instrument'], [45,.,3]).
11183
11184%%% File:    ext/VerbNet/cooking-45.3.xml
11185%%% Primary: NP V PP.result (cooking-45.3)
11186%%% Syntax:  [np:Patient,v,prep:to into,np:Result]
11187%%% CCG:     (s:_\np)/pp
11188%%% Roles:   [Patient]
11189%%% Example: Potatoes bake to a crisp.
11190%%%
11191verbnet(bake, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11192verbnet(barbecue, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11193verbnet(blanch, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11194verbnet(boil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11195verbnet(braise, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11196verbnet(broil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11197verbnet(brown, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11198verbnet(char, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11199verbnet(charbroil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11200verbnet('charcoal-broil', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11201verbnet(coddle, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11202verbnet(cook, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11203verbnet(crisp, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11204verbnet('deep-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11205verbnet('french-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11206verbnet(fry, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11207verbnet(grill, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11208verbnet(hardboil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11209verbnet(heat, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11210verbnet(microwave, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11211verbnet('oven-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11212verbnet('oven-poach', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11213verbnet(overcook, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11214verbnet(overheat, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11215verbnet('pan-broil', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11216verbnet('pan-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11217verbnet(parboil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11218verbnet(parch, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11219verbnet(percolate, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11220verbnet(perk, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11221verbnet(plank, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11222verbnet(poach, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11223verbnet('pot-roast', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11224verbnet(reheat, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11225verbnet(rissole, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11226verbnet(roast, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11227verbnet(saute, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11228verbnet(scald, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11229verbnet(scallop, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11230verbnet(sear, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11231verbnet(shirr, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11232verbnet(simmer, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11233verbnet(softboil, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11234verbnet(steam, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11235verbnet('steam-bake', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11236verbnet(steep, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11237verbnet(stew, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11238verbnet('stir-fry', (s:_\np)/pp, ['Patient'], [45,'.',3]).
11239verbnet(toast, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11240verbnet(warm_up, (s:_\np)/pp, ['Patient'], [45,'.',3]).
11241verbnet(to, pp/np, ['Goal'], [45,.,3]).
11242verbnet(into, pp/np, ['Goal'], [45,.,3]).
11243
11244%%% File:    ext/VerbNet/cooking-45.3.xml
11245%%% Primary: NP V PP.result PP.instrument (cooking-45.3)
11246%%% Syntax:  [np:Patient,v,prep:to into,np:Result,prep:in on with,np:Instrument]
11247%%% CCG:     ((s:_\np)/pp)/pp
11248%%% Roles:   [Patient]
11249%%% Example: Potatoes bake to a crisp in the oven.
11250%%%
11251verbnet(bake, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11252verbnet(barbecue, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11253verbnet(blanch, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11254verbnet(boil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11255verbnet(braise, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11256verbnet(broil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11257verbnet(brown, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11258verbnet(char, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11259verbnet(charbroil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11260verbnet('charcoal-broil', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11261verbnet(coddle, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11262verbnet(cook, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11263verbnet(crisp, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11264verbnet('deep-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11265verbnet('french-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11266verbnet(fry, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11267verbnet(grill, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11268verbnet(hardboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11269verbnet(heat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11270verbnet(microwave, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11271verbnet('oven-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11272verbnet('oven-poach', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11273verbnet(overcook, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11274verbnet(overheat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11275verbnet('pan-broil', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11276verbnet('pan-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11277verbnet(parboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11278verbnet(parch, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11279verbnet(percolate, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11280verbnet(perk, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11281verbnet(plank, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11282verbnet(poach, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11283verbnet('pot-roast', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11284verbnet(reheat, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11285verbnet(rissole, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11286verbnet(roast, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11287verbnet(saute, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11288verbnet(scald, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11289verbnet(scallop, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11290verbnet(sear, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11291verbnet(shirr, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11292verbnet(simmer, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11293verbnet(softboil, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11294verbnet(steam, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11295verbnet('steam-bake', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11296verbnet(steep, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11297verbnet(stew, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11298verbnet('stir-fry', ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11299verbnet(toast, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11300verbnet(warm_up, ((s:_\np)/pp)/pp, ['Patient'], [45,'.',3]).
11301verbnet(in, pp/np, ['Instrument'], [45,.,3]).
11302verbnet(on, pp/np, ['Instrument'], [45,.,3]).
11303verbnet(with, pp/np, ['Instrument'], [45,.,3]).
11304
11305%%% File:    ext/VerbNet/cooperate-73.xml
11306%%% Primary: NP V PP.theme (cooperate-73-1)
11307%%% Syntax:  [np:Agent,v,prep:on,np:Theme]
11308%%% CCG:     (s:_\np)/pp
11309%%% Roles:   [Agent]
11310%%% Example: They collaborated on the task.
11311%%%
11312verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11313verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11314verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]).
11315verbnet(on, pp/np, ['Theme'], [73,-,1]).
11316
11317%%% File:    ext/VerbNet/cooperate-73.xml
11318%%% Primary: NP V PP.co-agent PP.theme (cooperate-73-1)
11319%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Theme]
11320%%% CCG:     ((s:_\np)/pp)/pp
11321%%% Roles:   [Agent]
11322%%% Example: John collaborated with Paul on the task.
11323%%%
11324verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11325verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11326verbnet(join, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11327verbnet(on, pp/np, ['Theme'], [73,-,1]).
11328
11329%%% File:    ext/VerbNet/cooperate-73.xml
11330%%% Primary: NP V PP.theme (cooperate-73-1)
11331%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
11332%%% CCG:     (s:_\np)/pp
11333%%% Roles:   [Agent]
11334%%% Example: They collaborated in the task.
11335%%%
11336verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11337verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11338verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]).
11339verbnet(in, pp/np, ['Theme'], [73,-,1]).
11340
11341%%% File:    ext/VerbNet/cooperate-73.xml
11342%%% Primary: NP V PP.co-agent PP.theme (cooperate-73-1)
11343%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:in,np:Theme]
11344%%% CCG:     ((s:_\np)/pp)/pp
11345%%% Roles:   [Agent]
11346%%% Example: John collaborated with Paul in the task.
11347%%%
11348verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11349verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11350verbnet(join, ((s:_\np)/pp)/pp, ['Agent'], [73,-,1]).
11351verbnet(in, pp/np, ['Theme'], [73,-,1]).
11352
11353%%% File:    ext/VerbNet/cooperate-73.xml
11354%%% Primary: NP V PP.theme S_ING (cooperate-73-1)
11355%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
11356%%% CCG:     (s:_\np)/pp
11357%%% Roles:   [Agent]
11358%%% Example: They collaborated in finishing the task.
11359%%%
11360verbnet(collaborate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11361verbnet(cooperate, (s:_\np)/pp, ['Agent'], [73,-,1]).
11362verbnet(join, (s:_\np)/pp, ['Agent'], [73,-,1]).
11363verbnet(in, pp/np, ['Theme'], [73,-,1]).
11364
11365%%% File:    ext/VerbNet/cooperate-73.xml
11366%%% Primary: NP V PP.theme (cooperate-73-2)
11367%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
11368%%% CCG:     (s:_\np)/pp
11369%%% Roles:   [Agent]
11370%%% Example: They participated in the task.
11371%%%
11372verbnet(participate, (s:_\np)/pp, ['Agent'], [73,-,2]).
11373verbnet(in, pp/np, ['Theme'], [73,-,2]).
11374
11375%%% File:    ext/VerbNet/cooperate-73.xml
11376%%% Primary: NP V PP.theme S_ING (cooperate-73-2)
11377%%% Syntax:  [np:Agent,v,prep:in,np:Theme]
11378%%% CCG:     (s:_\np)/pp
11379%%% Roles:   [Agent]
11380%%% Example: They participated in finishing the task.
11381%%%
11382verbnet(participate, (s:_\np)/pp, ['Agent'], [73,-,2]).
11383verbnet(in, pp/np, ['Theme'], [73,-,2]).
11384
11385%%% File:    ext/VerbNet/cooperate-73.xml
11386%%% Primary: NP V PP.theme (cooperate-73-3)
11387%%% Syntax:  [np:Agent,v,prep:on,np:Theme]
11388%%% CCG:     (s:_\np)/pp
11389%%% Roles:   [Agent]
11390%%% Example: They worked on the task.
11391%%%
11392verbnet(labour, (s:_\np)/pp, ['Agent'], [73,-,3]).
11393verbnet(work, (s:_\np)/pp, ['Agent'], [73,-,3]).
11394verbnet(on, pp/np, ['Theme'], [73,-,3]).
11395
11396%%% File:    ext/VerbNet/cooperate-73.xml
11397%%% Primary: NP V PP.co-agent PP.theme (cooperate-73-3)
11398%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:on,np:Theme]
11399%%% CCG:     ((s:_\np)/pp)/pp
11400%%% Roles:   [Agent]
11401%%% Example: John worked with Paul on the task.
11402%%%
11403verbnet(labour, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]).
11404verbnet(work, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]).
11405verbnet(on, pp/np, ['Theme'], [73,-,3]).
11406
11407%%% File:    ext/VerbNet/cooperate-73.xml
11408%%% Primary: NP V PP.theme S_ING (cooperate-73-3)
11409%%% Syntax:  [np:Agent,v,prep:at,np:Theme]
11410%%% CCG:     (s:_\np)/pp
11411%%% Roles:   [Agent]
11412%%% Example: They worked at finishing the task.
11413%%%
11414verbnet(labour, (s:_\np)/pp, ['Agent'], [73,-,3]).
11415verbnet(work, (s:_\np)/pp, ['Agent'], [73,-,3]).
11416verbnet(at, pp/np, ['Theme'], [73,-,3]).
11417
11418%%% File:    ext/VerbNet/cooperate-73.xml
11419%%% Primary: NP V PP.co-agent PP.theme S_ING (cooperate-73-3)
11420%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:at,np:Theme]
11421%%% CCG:     ((s:_\np)/pp)/pp
11422%%% Roles:   [Agent]
11423%%% Example: John worked with Paul at finishing the task.
11424%%%
11425verbnet(labour, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]).
11426verbnet(work, ((s:_\np)/pp)/pp, ['Agent'], [73,-,3]).
11427verbnet(at, pp/np, ['Theme'], [73,-,3]).
11428
11429%%% File:    ext/VerbNet/cope-83.xml
11430%%% Primary: NP V NP (cope-83-1-1)
11431%%% Syntax:  [np:Agent,v,np:Theme]
11432%%% CCG:     (s:_\np)/np
11433%%% Roles:   [Theme,Agent]
11434%%% Example: He managed the climb.
11435%%%
11436verbnet(manage, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]).
11437verbnet(grapple, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]).
11438verbnet(get_by, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]).
11439verbnet(get_through, (s:_\np)/np, ['Theme','Agent'], [83,-,1,-,1]).
11440
11441%%% File:    ext/VerbNet/cope-83.xml
11442%%% Primary: NP V (cope-83-1)
11443%%% Syntax:  [np:Agent,v]
11444%%% CCG:     s:_\np
11445%%% Roles:   [Agent]
11446%%% Example: He managed.
11447%%%
11448verbnet(manage, s:_\np, ['Agent'], [83,-,1]).
11449verbnet(grapple, s:_\np, ['Agent'], [83,-,1]).
11450verbnet(get_by, s:_\np, ['Agent'], [83,-,1]).
11451verbnet(get_through, s:_\np, ['Agent'], [83,-,1]).
11452verbnet(cope, s:_\np, ['Agent'], [83,-,1]).
11453
11454%%% File:    ext/VerbNet/cope-83.xml
11455%%% Primary: NP V PP.theme (cope-83)
11456%%% Syntax:  [np:Agent,v,prep:with,np:Theme]
11457%%% CCG:     (s:_\np)/pp
11458%%% Roles:   [Agent]
11459%%% Example: He managed with dealing the cards.
11460%%%
11461verbnet(manage, (s:_\np)/pp, ['Agent'], [83]).
11462verbnet(grapple, (s:_\np)/pp, ['Agent'], [83]).
11463verbnet(get_by, (s:_\np)/pp, ['Agent'], [83]).
11464verbnet(get_through, (s:_\np)/pp, ['Agent'], [83]).
11465verbnet(cope, (s:_\np)/pp, ['Agent'], [83]).
11466verbnet(deal, (s:_\np)/pp, ['Agent'], [83]).
11467verbnet(with, pp/np, ['Theme'], [83]).
11468
11469%%% File:    ext/VerbNet/correlate-86.1.xml
11470%%% Primary: NP V S_ING (correlate-86.1)
11471%%% Syntax:  [np:Theme,v,prep:with,vp_ng:Co-Theme]
11472%%% CCG:     (s:_\np)/pp
11473%%% Roles:   [Theme]
11474%%% Example: He alternates with keeping them.
11475%%%
11476verbnet(coincide, (s:_\np)/pp, ['Theme'], [86,'.',1]).
11477verbnet(correlate, (s:_\np)/pp, ['Theme'], [86,'.',1]).
11478verbnet(alternate, (s:_\np)/pp, ['Theme'], [86,'.',1]).
11479verbnet('flip-flop', (s:_\np)/pp, ['Theme'], [86,'.',1]).
11480verbnet('co-occur', (s:_\np)/pp, ['Theme'], [86,'.',1]).
11481verbnet(with, pp/(s:ng\np), ['Theme'], [86,.,1]).
11482
11483%%% File:    ext/VerbNet/correlate-86.1.xml
11484%%% Primary: NP V NP S_ING (correlate-86.1)
11485%%% Syntax:  [np:Agent,v,np:Theme,prep:with,vp_ng:Co-Theme]
11486%%% CCG:     ((s:_\np)/pp)/np
11487%%% Roles:   [Theme,Agent]
11488%%% Example: We alternated it with keeping them locked up.
11489%%%
11490verbnet(coincide, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]).
11491verbnet(correlate, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]).
11492verbnet(alternate, ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]).
11493verbnet('flip-flop', ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]).
11494verbnet('co-occur', ((s:_\np)/pp)/np, ['Theme','Agent'], [86,'.',1]).
11495verbnet(with, pp/(s:ng\np), ['Theme'], [86,.,1]).
11496
11497%%% File:    ext/VerbNet/correspond-36.1.xml
11498%%% Primary: NP V whether/if S (correspond-36.1-1-1)
11499%%% Syntax:  [np:Agent,v,s:Theme]
11500%%% CCG:     (s:_\np)/s:_
11501%%% Roles:   [Theme,Agent]
11502%%% Example: We agreed whether he should come.
11503%%%
11504verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]).
11505verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]).
11506
11507%%% File:    ext/VerbNet/correspond-36.1.xml
11508%%% Primary: NP V whether S_INF (correspond-36.1-1-1)
11509%%% Syntax:  [np:Agent,v,s:Theme]
11510%%% CCG:     (s:_\np)/s:_
11511%%% Roles:   [Theme,Agent]
11512%%% Example: We debated whether to clean the house.
11513%%%
11514verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]).
11515verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1,-,1]).
11516
11517%%% File:    ext/VerbNet/correspond-36.1.xml
11518%%% Primary: NP V PP.co-agent how S (correspond-36.1-1)
11519%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,s:Theme]
11520%%% CCG:     ((s:_\np)/s:_)/pp
11521%%% Roles:   [Theme,Agent]
11522%%% Example: They agreed with her how it should be done.
11523%%%
11524verbnet(debate, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11525verbnet(argue, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11526verbnet(agree, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11527
11528%%% File:    ext/VerbNet/correspond-36.1.xml
11529%%% Primary: NP V PP.co-agent how S_INF (correspond-36.1-1)
11530%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,s:Theme]
11531%%% CCG:     ((s:_\np)/s:_)/pp
11532%%% Roles:   [Theme,Agent]
11533%%% Example: They agreed with her how to do it.
11534%%%
11535verbnet(debate, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11536verbnet(argue, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11537verbnet(agree, ((s:_\np)/s:_)/pp, ['Theme','Agent'], [36,'.',1,-,1]).
11538
11539%%% File:    ext/VerbNet/correspond-36.1.xml
11540%%% Primary: NP V what S_INF (correspond-36.1-1)
11541%%% Syntax:  [np:Agent,v,s:Theme]
11542%%% CCG:     (s:_\np)/s:_
11543%%% Roles:   [Theme,Agent]
11544%%% Example: We agreed what to do.
11545%%%
11546verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]).
11547verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]).
11548verbnet(agree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1,-,1]).
11549
11550%%% File:    ext/VerbNet/correspond-36.1.xml
11551%%% Primary: NP V (correspond-36.1)
11552%%% Syntax:  [np:Agent,v]
11553%%% CCG:     s:_\np
11554%%% Roles:   [Agent]
11555%%% Example: They agreed.
11556%%%
11557verbnet(debate, s:_\np, ['Agent'], [36,'.',1]).
11558verbnet(argue, s:_\np, ['Agent'], [36,'.',1]).
11559verbnet(agree, s:_\np, ['Agent'], [36,'.',1]).
11560verbnet(banter, s:_\np, ['Agent'], [36,'.',1]).
11561verbnet(bargain, s:_\np, ['Agent'], [36,'.',1]).
11562verbnet(coexist, s:_\np, ['Agent'], [36,'.',1]).
11563verbnet(collaborate, s:_\np, ['Agent'], [36,'.',1]).
11564verbnet(collide, s:_\np, ['Agent'], [36,'.',1]).
11565verbnet(commiserate, s:_\np, ['Agent'], [36,'.',1]).
11566verbnet(communicate, s:_\np, ['Agent'], [36,'.',1]).
11567verbnet(compromise, s:_\np, ['Agent'], [36,'.',1]).
11568verbnet(cohabit, s:_\np, ['Agent'], [36,'.',1]).
11569verbnet(concur, s:_\np, ['Agent'], [36,'.',1]).
11570verbnet(confabulate, s:_\np, ['Agent'], [36,'.',1]).
11571verbnet(confer, s:_\np, ['Agent'], [36,'.',1]).
11572verbnet(consort, s:_\np, ['Agent'], [36,'.',1]).
11573verbnet(cooperate, s:_\np, ['Agent'], [36,'.',1]).
11574verbnet(correspond, s:_\np, ['Agent'], [36,'.',1]).
11575verbnet(deliberate, s:_\np, ['Agent'], [36,'.',1]).
11576verbnet(dissent, s:_\np, ['Agent'], [36,'.',1]).
11577verbnet(disagree, s:_\np, ['Agent'], [36,'.',1]).
11578verbnet(flirt, s:_\np, ['Agent'], [36,'.',1]).
11579verbnet(haggle, s:_\np, ['Agent'], [36,'.',1]).
11580verbnet(hobnob, s:_\np, ['Agent'], [36,'.',1]).
11581verbnet(interact, s:_\np, ['Agent'], [36,'.',1]).
11582verbnet(intermix, s:_\np, ['Agent'], [36,'.',1]).
11583verbnet(mate, s:_\np, ['Agent'], [36,'.',1]).
11584verbnet(mingle, s:_\np, ['Agent'], [36,'.',1]).
11585verbnet(mix, s:_\np, ['Agent'], [36,'.',1]).
11586verbnet(neck, s:_\np, ['Agent'], [36,'.',1]).
11587verbnet(negotiate, s:_\np, ['Agent'], [36,'.',1]).
11588verbnet(parley, s:_\np, ['Agent'], [36,'.',1]).
11589verbnet(plot, s:_\np, ['Agent'], [36,'.',1]).
11590verbnet(rendezvous, s:_\np, ['Agent'], [36,'.',1]).
11591verbnet(reunite, s:_\np, ['Agent'], [36,'.',1]).
11592verbnet(spoon, s:_\np, ['Agent'], [36,'.',1]).
11593
11594%%% File:    ext/VerbNet/correspond-36.1.xml
11595%%% Primary: NP V PP.theme S (correspond-36.1)
11596%%% Syntax:  [np:Agent,v,prep:about,np:Theme]
11597%%% CCG:     (s:_\np)/pp
11598%%% Roles:   [Agent]
11599%%% Example: They agreed about his coming.
11600%%%
11601verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11602verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11603verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11604verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11605verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11606verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11607verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11608verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11609verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11610verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11611verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11612verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11613verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11614verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11615verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11616verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11617verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11618verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11619verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11620verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11621verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11622verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11623verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11624verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11625verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11626verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11627verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11628verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11629verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11630verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11631verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11632verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11633verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11634verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11635verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11636verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11637verbnet(about, pp/np, ['Theme'], [36,.,1]).
11638
11639%%% File:    ext/VerbNet/correspond-36.1.xml
11640%%% Primary: NP V PP.theme whether/if S (correspond-36.1)
11641%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
11642%%% CCG:     (s:_\np)/pp
11643%%% Roles:   [Agent]
11644%%% Example: They agreed about whether he should go.
11645%%%
11646verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11647verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11648verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11649verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11650verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11651verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11652verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11653verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11654verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11655verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11656verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11657verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11658verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11659verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11660verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11661verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11662verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11663verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11664verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11665verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11666verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11667verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11668verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11669verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11670verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11671verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11672verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11673verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11674verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11675verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11676verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11677verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11678verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11679verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11680verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11681verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11682verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11683
11684%%% File:    ext/VerbNet/correspond-36.1.xml
11685%%% Primary: NP V PP.theme what S (correspond-36.1)
11686%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
11687%%% CCG:     (s:_\np)/pp
11688%%% Roles:   [Agent]
11689%%% Example: They agreed about what should be done.
11690%%%
11691verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11692verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11693verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11694verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11695verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11696verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11697verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11698verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11699verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11700verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11701verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11702verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11703verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11704verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11705verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11706verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11707verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11708verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11709verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11710verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11711verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11712verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11713verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11714verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11715verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11716verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11717verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11718verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11719verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11720verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11721verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11722verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11723verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11724verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11725verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11726verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11727verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11728
11729%%% File:    ext/VerbNet/correspond-36.1.xml
11730%%% Primary: NP V PP.theme whether S_INF (correspond-36.1)
11731%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
11732%%% CCG:     (s:_\np)/pp
11733%%% Roles:   [Agent]
11734%%% Example: They agreed about whether to go.
11735%%%
11736verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11737verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11738verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11739verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11740verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11741verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11742verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11743verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11744verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11745verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11746verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11747verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11748verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11749verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11750verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11751verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11752verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11753verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11754verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11755verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11756verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11757verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11758verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11759verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11760verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11761verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11762verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11763verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11764verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11765verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11766verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11767verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11768verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11769verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11770verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11771verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11772verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11773
11774%%% File:    ext/VerbNet/correspond-36.1.xml
11775%%% Primary: NP V PP.theme what S_INF (correspond-36.1)
11776%%% Syntax:  [np:Agent,v,prep:about,s:Theme]
11777%%% CCG:     (s:_\np)/pp
11778%%% Roles:   [Agent]
11779%%% Example: They agreed about what to do.
11780%%%
11781verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11782verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11783verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11784verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11785verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11786verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11787verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11788verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11789verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11790verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11791verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11792verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11793verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11794verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11795verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11796verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11797verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11798verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11799verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11800verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11801verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11802verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11803verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11804verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11805verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11806verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11807verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11808verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11809verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11810verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11811verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11812verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11813verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11814verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11815verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11816verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11817verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11818
11819%%% File:    ext/VerbNet/correspond-36.1.xml
11820%%% Primary: NP V PP.theme (correspond-36.1)
11821%%% Syntax:  [np:Agent,v,prep:about,np:Theme]
11822%%% CCG:     (s:_\np)/pp
11823%%% Roles:   [Agent]
11824%%% Example: They agreed about it.
11825%%%
11826verbnet(debate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11827verbnet(argue, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11828verbnet(agree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11829verbnet(banter, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11830verbnet(bargain, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11831verbnet(coexist, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11832verbnet(collaborate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11833verbnet(collide, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11834verbnet(commiserate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11835verbnet(communicate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11836verbnet(compromise, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11837verbnet(cohabit, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11838verbnet(concur, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11839verbnet(confabulate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11840verbnet(confer, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11841verbnet(consort, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11842verbnet(cooperate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11843verbnet(correspond, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11844verbnet(deliberate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11845verbnet(dissent, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11846verbnet(disagree, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11847verbnet(flirt, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11848verbnet(haggle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11849verbnet(hobnob, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11850verbnet(interact, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11851verbnet(intermix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11852verbnet(mate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11853verbnet(mingle, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11854verbnet(mix, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11855verbnet(neck, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11856verbnet(negotiate, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11857verbnet(parley, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11858verbnet(plot, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11859verbnet(rendezvous, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11860verbnet(reunite, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11861verbnet(spoon, (s:_\np)/pp, ['Agent'], [36,'.',1]).
11862verbnet(about, pp/np, ['Theme'], [36,.,1]).
11863
11864%%% File:    ext/VerbNet/correspond-36.1.xml
11865%%% Primary: NP V PP.co-agent PP.theme whether S (correspond-36.1)
11866%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme]
11867%%% CCG:     ((s:_\np)/pp)/pp
11868%%% Roles:   [Agent]
11869%%% Example: They agreed with him about whether he should kill the peasants.
11870%%%
11871verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11872verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11873verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11874verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11875verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11876verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11877verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11878verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11879verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11880verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11881verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11882verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11883verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11884verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11885verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11886verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11887verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11888verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11889verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11890verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11891verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11892verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11893verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11894verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11895verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11896verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11897verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11898verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11899verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11900verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11901verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11902verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11903verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11904verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11905verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11906verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11907verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11908
11909%%% File:    ext/VerbNet/correspond-36.1.xml
11910%%% Primary: NP V PP.co-agent PP.theme what S (correspond-36.1)
11911%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme]
11912%%% CCG:     ((s:_\np)/pp)/pp
11913%%% Roles:   [Agent]
11914%%% Example: They agreed with him about what he should do.
11915%%%
11916verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11917verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11918verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11919verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11920verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11921verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11922verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11923verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11924verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11925verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11926verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11927verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11928verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11929verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11930verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11931verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11932verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11933verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11934verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11935verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11936verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11937verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11938verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11939verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11940verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11941verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11942verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11943verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11944verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11945verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11946verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11947verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11948verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11949verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11950verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11951verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11952verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11953
11954%%% File:    ext/VerbNet/correspond-36.1.xml
11955%%% Primary: NP V PP.co-agent PP.theme what S_INF (correspond-36.1)
11956%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme]
11957%%% CCG:     ((s:_\np)/pp)/pp
11958%%% Roles:   [Agent]
11959%%% Example: They agreed with him about what to do.
11960%%%
11961verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11962verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11963verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11964verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11965verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11966verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11967verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11968verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11969verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11970verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11971verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11972verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11973verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11974verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11975verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11976verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11977verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11978verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11979verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11980verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11981verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11982verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11983verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11984verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11985verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11986verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11987verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11988verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11989verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11990verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11991verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11992verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11993verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11994verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11995verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11996verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
11997verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
11998
11999%%% File:    ext/VerbNet/correspond-36.1.xml
12000%%% Primary: NP V PP.co-agent PP.theme whether S_INF (correspond-36.1)
12001%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,s:Theme]
12002%%% CCG:     ((s:_\np)/pp)/pp
12003%%% Roles:   [Agent]
12004%%% Example: They agreed with him about whether to go.
12005%%%
12006verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12007verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12008verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12009verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12010verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12011verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12012verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12013verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12014verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12015verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12016verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12017verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12018verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12019verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12020verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12021verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12022verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12023verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12024verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12025verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12026verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12027verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12028verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12029verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12030verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12031verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12032verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12033verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12034verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12035verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12036verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12037verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12038verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12039verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12040verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12041verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12042verbnet(about, pp/s:_, ['Theme'], [36,.,1]).
12043
12044%%% File:    ext/VerbNet/correspond-36.1.xml
12045%%% Primary: NP V PP.co-agent PP.theme (correspond-36.1)
12046%%% Syntax:  [np:Agent,v,prep:with,np:Co-Agent,prep:about,np:Theme]
12047%%% CCG:     ((s:_\np)/pp)/pp
12048%%% Roles:   [Agent]
12049%%% Example: They agreed with him about it.
12050%%%
12051verbnet(debate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12052verbnet(argue, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12053verbnet(agree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12054verbnet(banter, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12055verbnet(bargain, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12056verbnet(coexist, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12057verbnet(collaborate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12058verbnet(collide, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12059verbnet(commiserate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12060verbnet(communicate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12061verbnet(compromise, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12062verbnet(cohabit, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12063verbnet(concur, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12064verbnet(confabulate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12065verbnet(confer, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12066verbnet(consort, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12067verbnet(cooperate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12068verbnet(correspond, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12069verbnet(deliberate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12070verbnet(dissent, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12071verbnet(disagree, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12072verbnet(flirt, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12073verbnet(haggle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12074verbnet(hobnob, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12075verbnet(interact, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12076verbnet(intermix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12077verbnet(mate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12078verbnet(mingle, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12079verbnet(mix, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12080verbnet(neck, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12081verbnet(negotiate, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12082verbnet(parley, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12083verbnet(plot, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12084verbnet(rendezvous, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12085verbnet(reunite, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12086verbnet(spoon, ((s:_\np)/pp)/pp, ['Agent'], [36,'.',1]).
12087verbnet(about, pp/np, ['Theme'], [36,.,1]).
12088
12089%%% File:    ext/VerbNet/correspond-36.1.xml
12090%%% Primary: NP V what S (correspond-36.1)
12091%%% Syntax:  [np:Agent,v,s:Theme]
12092%%% CCG:     (s:_\np)/s:_
12093%%% Roles:   [Theme,Agent]
12094%%% Example: We agreed what he should do.
12095%%%
12096verbnet(debate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12097verbnet(argue, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12098verbnet(agree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12099verbnet(banter, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12100verbnet(bargain, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12101verbnet(coexist, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12102verbnet(collaborate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12103verbnet(collide, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12104verbnet(commiserate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12105verbnet(communicate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12106verbnet(compromise, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12107verbnet(cohabit, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12108verbnet(concur, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12109verbnet(confabulate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12110verbnet(confer, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12111verbnet(consort, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12112verbnet(cooperate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12113verbnet(correspond, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12114verbnet(deliberate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12115verbnet(dissent, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12116verbnet(disagree, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12117verbnet(flirt, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12118verbnet(haggle, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12119verbnet(hobnob, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12120verbnet(interact, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12121verbnet(intermix, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12122verbnet(mate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12123verbnet(mingle, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12124verbnet(mix, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12125verbnet(neck, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12126verbnet(negotiate, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12127verbnet(parley, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12128verbnet(plot, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12129verbnet(rendezvous, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12130verbnet(reunite, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12131verbnet(spoon, (s:_\np)/s:_, ['Theme','Agent'], [36,'.',1]).
12132
12133%%% File:    ext/VerbNet/cost-54.2.xml
12134%%% Primary: NP V NP.value (cost-54.2)
12135%%% Syntax:  [np:Theme,v,np:Value]
12136%%% CCG:     (s:_\np)/np
12137%%% Roles:   [Value,Theme]
12138%%% Example: The book costs $10.
12139%%%
12140verbnet(carry, (s:_\np)/np, ['Value','Theme'], [54,'.',2]).
12141verbnet(cost, (s:_\np)/np, ['Value','Theme'], [54,'.',2]).
12142verbnet(last, (s:_\np)/np, ['Value','Theme'], [54,'.',2]).
12143verbnet(net, (s:_\np)/np, ['Value','Theme'], [54,'.',2]).
12144verbnet(take, (s:_\np)/np, ['Value','Theme'], [54,'.',2]).
12145
12146%%% File:    ext/VerbNet/cost-54.2.xml
12147%%% Primary: NP V NP NP (cost-54.2)
12148%%% Syntax:  [np:Theme,v,np:Beneficiary,np:Value]
12149%%% CCG:     ((s:_\np)/np)/np
12150%%% Roles:   [Beneficiary,Value,Theme]
12151%%% Example: The bill will cost them 500 million dollars.
12152%%%
12153verbnet(carry, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]).
12154verbnet(cost, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]).
12155verbnet(last, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]).
12156verbnet(net, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]).
12157verbnet(take, ((s:_\np)/np)/np, ['Beneficiary','Value','Theme'], [54,'.',2]).
12158
12159%%% File:    ext/VerbNet/crane-40.3.2.xml
12160%%% Primary: NP V NP (crane-40.3.2)
12161%%% Syntax:  [np:Agent,v,np:Patient]
12162%%% CCG:     (s:_\np)/np
12163%%% Roles:   [Patient,Agent]
12164%%% Example: Jennifer craned her neck.
12165%%%
12166verbnet(arch, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12167verbnet(bare, (s:_\np)/np, ['Patient','Agent'], [40,'.',3,'.',2]).
12168verbnet(bat, (s: